Fred Drake
2aa4a939f1
Add instructions for updating the doc/ are of the website.
...
This probably needs further elaboration; I'm not sure this really even
belongs in the PEP, though.
2003-10-02 15:39:21 +00:00
Fred Drake
41b0a48d85
Remove instructions for building the HTML Help; they are now part of
...
PEP 101.
2003-09-30 04:51:14 +00:00
Fred Drake
4de8d6823c
Move instructions for building the HTML Help into PEP 101 from PEP 102; this
...
locates all the instructions for building documentation in one of the PEPs;
the other incorporates the instructions by reference.
2003-09-30 04:49:33 +00:00
Fred Drake
69eb8f0f61
describe the commands needed to build the documetation and post it in
...
the FTP area of python.org
2003-09-30 04:35:01 +00:00
Fred Drake
ca50274a4b
Update some of the information about documentation build procedures.
...
Much of it was outdated. I still need to document *how* some of the
steps are carried out.
2003-09-30 03:46:52 +00:00
Raymond Hettinger
cec064b24f
* Rename the proposed method to "iterreverse"
...
* Make recommendations on the open issues.
* Minor wording changes.
2003-09-28 02:43:37 +00:00
Raymond Hettinger
a37771e3cb
* str.startwith() is less errorprone that slice comparisons but not as fast.
...
* Fix minor typos.
2003-09-27 02:53:59 +00:00
Raymond Hettinger
34893b2b2a
Rename the proposal to ireverse().
2003-09-26 16:09:54 +00:00
Raymond Hettinger
c0b44583ab
Fix typos.
2003-09-26 03:07:56 +00:00
Raymond Hettinger
996d620420
Updated to reflect comments on comp.lang.python.
2003-09-25 16:18:28 +00:00
Thomas Heller
c884456428
Document some things to be done on windows, from the 2.3.1 release experience.
...
Replace Tim with Thomas everywhere ;-).
2003-09-24 10:55:43 +00:00
Raymond Hettinger
0876789232
Add a new PEP for reverse iteration methods
2003-09-24 10:30:08 +00:00
Anthony Baxter
9b8f2c641d
wrap long line
2003-09-23 03:25:48 +00:00
Barry Warsaw
99ab3d4e0c
Setting my address back to barry@python.org for consistency and better
...
spam fighting defenses.
2003-09-22 04:51:50 +00:00
Anthony Baxter
5f43f66c42
updates from Sean.
2003-09-22 04:25:19 +00:00
Barry Warsaw
758bca047f
More updates from Sean.
2003-09-22 01:11:35 +00:00
Barry Warsaw
2dffac39e1
Some updates from Sean.
2003-09-22 01:01:46 +00:00
Andrew M. Kuchling
ed280715d0
Add PEP 321: Date/time parsing
2003-09-16 12:07:56 +00:00
David Goodger
bd3a4e480e
mark 296 withdrawn
2003-09-07 13:56:12 +00:00
David Goodger
c6458f4ced
mark withdrawn
2003-09-07 13:55:30 +00:00
Raymond Hettinger
a39ade7094
Reference Tzot's patch
2003-08-30 23:57:36 +00:00
Raymond Hettinger
1cb40e866f
SF 795859: Fix typo.
2003-08-30 23:39:16 +00:00
Raymond Hettinger
83923d5309
Indicate the rejection of PEP 308 for an if-then-else expression.
2003-08-13 18:06:34 +00:00
Andrew M. Kuchling
d16439822f
Note python.org changes for new releases
2003-08-13 01:11:55 +00:00
Tim Peters
ce48e1a732
In the section on the __reduce__ API, the description of the state
...
argument used an implicit __setitem__ in the last-resort case, but
the implementation actually uses setattr. Repaired the pseudocode
to match reality. Doc bug spotted by Jim Fulton.
2003-08-04 19:08:57 +00:00
Raymond Hettinger
6e249d8955
* Document the reasoning for having zip(*[]) return [] rather than raising
...
an exception.
* Add notes about the itertools module addressing other concerns listed in
the pep.
2003-08-02 06:32:12 +00:00
Andrew M. Kuchling
3cdcf4baf3
Typo fix
2003-07-31 15:12:25 +00:00
Barry Warsaw
fb5b957ad5
Make it clearer that when branching for a final major release, the
...
branch tag should be releaseXY-maint.
2003-07-31 14:21:07 +00:00
Barry Warsaw
11a40fd88b
another update
2003-07-30 00:09:36 +00:00
Barry Warsaw
6256bf9526
A few more updates
2003-07-29 23:31:14 +00:00
Barry Warsaw
0b3095ed1b
another update
2003-07-29 23:10:41 +00:00
Barry Warsaw
2e85b86db5
When we do a major release branch, the tags are "releaseXY-fork" and
...
"releaseXY-branch".
2003-07-29 22:43:40 +00:00
David Goodger
664d7455ed
update from Kevin Smith
2003-07-29 15:31:13 +00:00
Barry Warsaw
8c01e74084
Moving PEP 320 to "Other Informational PEPs" so it's easier to find.
...
Question: should all the release schedule PEPs get moved here?
2003-07-29 04:43:29 +00:00
Barry Warsaw
c1254c3b74
Added PEP 320, Python 2.4 release schedule
2003-07-29 04:36:23 +00:00
Barry Warsaw
1b569d92e5
The start of a Python 2.4 schedule PEP (I'm claiming the next free PEP
...
number)
2003-07-29 04:35:27 +00:00
Barry Warsaw
fe4914eda3
Marking 283 as final, and moving it to finished PEPs. Also changing
...
my address here (but not everywhere) to barry@python.org because of
its superior spam defenses. ;)
2003-07-29 04:27:46 +00:00
Barry Warsaw
41471de654
Might as well mark this PEP as Final. 29-Jul-2003 it is, and it looks
...
like Britney's not showing up although she still has a few more
hours...
2003-07-29 04:25:02 +00:00
Fred Drake
85d0b05eaf
Another addition for updating python.org.
2003-07-25 13:54:43 +00:00
Barry Warsaw
98298bb323
minor update
2003-07-25 03:14:24 +00:00
Tim Peters
f68b2921fc
Remove Cygwin mysteries from the "open issues" section (JasonT fixed them).
2003-07-25 03:12:57 +00:00
Barry Warsaw
3c567513e6
Updated for 2.3c2
2003-07-25 03:06:46 +00:00
Barry Warsaw
e6aa2d330b
updates
2003-07-25 02:34:02 +00:00
Andrew M. Kuchling
9d4ea957ed
Add item: updating the first para. of the 'What's New' document
2003-07-21 17:34:07 +00:00
Tim Peters
9c4dae38df
Hmm. Do we still store PEPs on SF? Checkins don't seem to have any
...
effect.
2003-07-20 03:02:22 +00:00
Tim Peters
f298ff76fa
Updated release schedule. Reworded various stuff for parallelsim and
...
conformance to reality.
2003-07-20 02:48:58 +00:00
Just van Rossum
7e2d5c179b
list modulefinder for 2.2 compatibility
2003-07-18 15:32:46 +00:00
Barry Warsaw
58424a0ffe
Updated schedule
2003-07-09 14:49:49 +00:00
Just van Rossum
adf4fd2cc8
Bumped sre's "baseline" to 2.1, per /F's recommendation in bug #764548
2003-07-02 21:07:42 +00:00
Jeremy Hylton
d25b519bfb
A few updates to the schedule and plans.
2003-06-29 19:01:15 +00:00