Commit Graph

10332 Commits

Author SHA1 Message Date
Jeremy Hylton 7a859e1759 revise release schedule 2000-09-14 20:39:01 +00:00
Fred Drake 181d3e68ea push_html(): New function; handles the mechanics of actually pushing the
generated HTML to SourceForge.

main():  Adjust to use push_html(), and simplify the logic so it only
         gets called from one place.
2000-09-08 15:31:36 +00:00
Fred Drake 5177e3db51 Record the date of the final 1.6 release, mark the PEP complete. 2000-09-07 04:30:29 +00:00
Fred Drake 242b05ad16 Makefile to build only the required HTML versions of the PEPs rather than
all of them.
2000-09-07 01:29:32 +00:00
Fred Drake f07c9e76b0 Added a -q/--quiet option to suppress the per-file progress message.
Fixed the branch for files specified from the command line to only update
the Web server if the -u/--update option was used.
2000-09-07 01:26:46 +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
Guido van Rossum 60d6ee892f Extend justifications. Add print>>None. 2000-09-03 15:10:58 +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
Marc-André Lemburg c0b08ef899 Changed the name mangling from __doc__<attr>__ to __doc_<attr>__ and
added comments about possible problems.
2000-08-30 09:08:16 +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 020ce8ad4b new usage to support conversion of only specified PEPs
Usage: %(PROGRAM)s [options] [peps]
Notes:
    The optional argument peps can be either pep numbers or .txt files.
Options:
    -u/--user
        SF username
    [rest is the same]
2000-08-28 16:00:49 +00:00
Jeremy Hylton 2b6f29f901 test_fork1 now works, thanks to Charles Waldman's patch 2000-08-28 15:47:00 +00:00
Guido van Rossum 2ac1e50ec8 Added the essence of my post to c.l.py in defense of the new syntax. 2000-08-25 14:15:49 +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
Thomas Wouters f32f15658a Update PEP to reflect reality. Explain the current mechanism the InPlace functions use to find the right function to call, and when to coerce or not. 2000-08-25 11:11:25 +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
Marc-André Lemburg a566ec95f8 Completed final thought and bumped the Python version number to 2.1.
The great thing about this PEP is that it is forward compatible :-)
2000-08-24 14:16:10 +00:00
Tim Peters 156e7dfa35 Completed, about to post. 2000-08-24 03:26:42 +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
Barry Warsaw 1f81b5e24d Added PEP 224, Attribute Docstrings, assigned to MAL. 2000-08-23 16:51:21 +00:00
Barry Warsaw 21d59a4d3b In order to get a PEP number, you need more than just an abstract.
You need a rough draft.
2000-08-23 15:58:05 +00:00
Guido van Rossum b48d675efd Accepted PEP-0203. 2000-08-23 15:58:00 +00:00
Guido van Rossum bdfc5f2d12 Accepted, but also added a note about a misfeature that should be
fixed.
2000-08-23 15:57:21 +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
Thomas Wouters dcef105339 Fix typo found by Peter Funk. Thanx, Peter!
(Of course, I put it there on purpose, just to see if anyone was paying
attention. Really! :)
2000-08-23 12:34:02 +00:00
Thomas Wouters 5cf850f282 Clean up a few items: the 'import os.path as p' syntax and the
'extended-as'-assignment syntax, both of which Guido has decided on.
2000-08-23 12:09:07 +00:00
Thomas Wouters eed4c74a66 Incorporate Guido's decision to go for '__iadd__' for the Python class
hooks, and trim the 'open isues': PyNumber_InPlacePower() is now a
trinary function, like PyNumber_Power(), and I'm working on the docs and the
library.
2000-08-23 11:32:01 +00:00
Barry Warsaw 057799b286 Deferred until Python 2.1. 2000-08-23 06:04:33 +00:00
Barry Warsaw cddb923ccb Additional headers needed. 2000-08-23 06:03:29 +00:00
Barry Warsaw 01fc25eeb0 Minor editorial changes. 2000-08-23 05:57:47 +00:00
Barry Warsaw 64fe351eed There are now no `technical' PEPs: only standards track and
informational.  This one fits better as a standards track PEP.
2000-08-23 05:52:49 +00:00
Barry Warsaw 7900aada2d Added Type: header 2000-08-23 05:51:13 +00:00
Barry Warsaw e8516fff4a Informational PEPs don't need a Python-Version: 2000-08-23 05:49:27 +00:00
Barry Warsaw 08414d30a6 Deferred to Python 2.1 2000-08-23 05:47:12 +00:00
Barry Warsaw 211538dfe9 Deferred until Python 2.1. 2000-08-23 05:44:46 +00:00
Barry Warsaw e7669897fc Editorial review, including:
- Rearrange and standardize headers
    - Removed ^L's
    - Spellchecked
    - Indentation and formatting
    - Added reference to PEP 202

Thomas, if the open issues have been decided, they can be `closed' in
this PEP, and then it should probably be marked as Accepted.
2000-08-23 05:41:57 +00:00
Barry Warsaw 990dbb1692 Rearranged a few headers. Thomas, should this PEP's status be changed
to Accepted?
2000-08-23 05:22:41 +00:00
Barry Warsaw 0c47bb2a51 Minor editorial clean ups:
- conform the headers
    - `standard' paragraph wrapping (i.e. how the Editor's editor
      wraps 'em :)
    - move the URL for the patch to the (new) References section
    - added reference to PEP 201

Tim, should this be marked Accepted now?
2000-08-23 05:19:21 +00:00