Serhiy Storchaka
a53392a0f0
Remove trailing spaces. ( #232 )
...
Changes made automatically by the following command:
```
egrep -l ' +$' *.txt | xargs sed -i -re 's/ +$//'
```
2017-03-24 23:11:33 +02:00
Matthias Bussonnier
99722904ba
Convert PEP 200 to reST. ( #49 )
2016-07-09 06:24:15 +03:00
Georg Brandl
08ea236bbb
Update not-so-old PEP URL.
2009-01-18 09:50:42 +00:00
Brett Cannon
4d81183620
Standardize Jeremy Hylton's email address.
2007-06-28 00:01:26 +00:00
Brett Cannon
cdf5d3ce68
Fix the headers so that they are in the right order and no required headers are
...
missing.
2007-06-19 04:20:07 +00:00
David Goodger
c5b5d3c83d
added Last-Modified headers to all PEPs without
2006-03-23 20:13:19 +00:00
Neal Norwitz
09b08ab91b
Add missing PEP type
2006-02-09 08:25:22 +00:00
Fred Drake
529701291f
Update PEP URLs to prefer www.python.org.
2002-04-05 19:42:56 +00:00
Jeremy Hylton
48de44832b
Update email address
2001-08-01 20:11:56 +00:00
Guido van Rossum
d57b28ee36
Add PEP 230, Warning Framework.
...
Changed Owner: to Author: in a number of PEPs.
2000-11-28 22:23:25 +00:00
Barry Warsaw
671c0a8f11
Mark status as Final, remove "Tentative" from Release Schedule.
2000-11-02 16:44:04 +00:00
Fred Drake
ceba1877b2
Update a few email addresses.
2000-10-30 20:48:44 +00:00
Jeremy Hylton
ab16977f23
update schedule for 2.0c1; add explanation of release candidate
2000-10-05 14:35:13 +00:00
Jeremy Hylton
9c4295d54e
two open issues for 2.0b2
2000-09-14 20:53:48 +00:00
Jeremy Hylton
7a859e1759
revise release schedule
2000-09-14 20:39:01 +00:00
Guido van Rossum
fc4a475a77
More updates -- things are getting done!
2000-09-04 13:14:30 +00:00
Tim Peters
4799b6ffcc
Many updates; 'twas getting confusingly out-of-date.
2000-09-04 09:20:29 +00:00
Tim Peters
121d5f7749
Updated status of Windows installer issues.
2000-09-01 11:46:11 +00:00
Tim Peters
35c1cf4300
Closed the w9xpopen issue.
2000-09-01 07:54:44 +00:00
Tim Peters
d00648fc3d
Record that test_popen2 on Windows failed again, and why.
...
Removed the line about "Windows threads problems" because I believe
the test_popen2 failure is what that was talking about.
2000-09-01 07:04:59 +00:00
Jeremy Hylton
2905c65f5a
add the anti-tab action item
2000-09-01 03:06:39 +00:00
Jeremy Hylton
8ac1aed56f
add notes about popen2 problem on Windows and SocketServer changes
2000-09-01 02:50:24 +00:00
Jeremy Hylton
8c7ac93fb2
lookdict bug is closed
2000-09-01 02:20:46 +00:00
Barry Warsaw
36b21daa24
The gettext.py module is complete.
2000-08-31 21:24:20 +00:00
Jeremy Hylton
ec2992742f
move range literals and unicode database to postponed
...
rearrange the sections a bit
2000-08-29 15:01:34 +00:00
Jeremy Hylton
2b6f29f901
test_fork1 now works, thanks to Charles Waldman's patch
2000-08-28 15:47:00 +00:00
Jeremy Hylton
de23997a7c
support for opcode args > 2**16 is finished
2000-08-25 13:59:33 +00:00
Jeremy Hylton
d703e03854
bring up to date
2000-08-25 13:44:26 +00:00
Jeremy Hylton
a448946a31
update release schedule
2000-08-24 21:46:53 +00:00
Guido van Rossum
73a41aba0f
The popen problem is "solved".
2000-08-24 21:17:33 +00:00
Jeremy Hylton
e7c1e697c0
test_parser and test_posixpath fixed
...
Add new action items (bugs with priority higher than 7 are for 2.0b1)
popen2 support (/F)
mark many action items as done
remove SyntaxError enhancements as accepted (Guido didn't like it and
/F didn't think he was doing it).
shorten descriptions of other open tasks that have patches associated
2000-08-23 19:40:52 +00:00
Jeremy Hylton
4f8df0f031
Fred fixed the parser module
2000-08-23 15:55:40 +00:00
Jeremy Hylton
fb4bb13cbf
confirm that test_parser and test_posixpath fail on Linux too
2000-08-23 14:56:26 +00:00
Jeremy Hylton
3ce63ea9e9
move os.path.commonprefix from open to completed
...
split open items into 2.0b1 and 2.0 sections
2000-08-23 14:43:59 +00:00
Jeremy Hylton
36c21a67e3
remove mystery R & B columns
2000-08-23 14:34:25 +00:00
Tim Peters
9ff57397c5
Recorded new test failures on Windows. If Jeremy doesn't object, I'll keep
...
the Windows bugs part of this PEP up-to-date for him.
2000-08-23 03:38:53 +00:00
Tim Peters
1fe28f3bc9
Assorted updates in 200. Repaired PEPTzar's conservatism in 223.
2000-08-22 04:42:19 +00:00
Tim Peters
ade0f4cc9a
Remove the winreg module from the project. I don't believe any
...
docs changes are needed (only reference to winreg I could find
was in libwinreg.tex, which is documenting _winreg, and merely
mentions that a higher-level winreg module *may* appear someday;
that's still true).
2000-08-21 02:27:22 +00:00
Tim Peters
21fb108e34
Closed the "test_popen2 fails under Windows" bug -- although I'm
...
only sure about that for Win98SE.
Moved the test_fork1 bug up to the top since it's the only
interesting std test failure remaining.
2000-08-20 05:59:27 +00:00
Tim Peters
96bc2d31d7
Updated all the bug entries. Rehabilitated extended print. Added latest
...
commonprefix development. Added info about impending death of winreg.py.
2000-08-20 03:25:22 +00:00
Fred Drake
55a199a5d1
Clarify the what the xrange representation issue was.
2000-08-18 20:26:47 +00:00
Tim Peters
bbdae4e301
Close test_longexp bug. Changes in status based on what I remember
...
from way too much email today.
2000-08-18 04:25:33 +00:00
Barry Warsaw
fc3c3bfeef
Tim forgot to include PEP 214 feature under "proposed but not accepted
...
or declined".
2000-08-16 15:03:52 +00:00
Tim Peters
5a39c68258
Record new test_longexp bug. Move augmented assignments to "in progress".
2000-08-16 03:17:18 +00:00
Barry Warsaw
99488174df
added gettext module under proposed section
2000-08-15 17:09:19 +00:00
Thomas Wouters
3517d583c5
Add one more proposed item, and change some wording on the 'import as' item.
2000-08-15 08:05:42 +00:00
Thomas Wouters
17de47077f
Add a number of proposed but not accepted or declined projects. If you feel
...
these should not be in this PEP -- decline them! Also note that I put
augmented assignment under proposed, even though Guido and Tim keep saying
it will be in 2.0, because I still don't know whether the proposal itself is
accepted :-)
2000-08-15 07:47:12 +00:00
Tim Peters
e7551e0593
Updated status of test_popen2 on Windows.
2000-08-15 07:34:33 +00:00
Tim Peters
e238d4b849
Updated as best I could. Help!
2000-08-15 05:58:29 +00:00
Jeremy Hylton
5bd447591e
some notes about test cases
...
couple of more small action items
2000-08-07 17:04:27 +00:00