Commit Graph

3236 Commits

Author SHA1 Message Date
Georg Brandl 3f5af48010 Status update in PEP 361. 2008-06-07 12:56:39 +00:00
Georg Brandl adc30d2836 bytes aren't mutable anymore. 2008-06-07 12:55:52 +00:00
Guido van Rossum b4c0b18633 Clarify preferred way to break at a binary operator. 2008-06-06 18:48:49 +00:00
Travis E. Oliphant 617bc3a168 Remove locking scheme from PEP 3118 buffer protocol. See issue 3046 in python bug tracker. 2008-06-06 16:33:50 +00:00
David Goodger 351a920ce3 update from PEP authors 2008-06-06 02:20:47 +00:00
Raymond Hettinger 922cb7554a Update the PEP to reflect that Exact and Inexact were dropped shortly after Pycon. 2008-06-05 23:12:33 +00:00
Guido van Rossum 2840a2d09b New cleaned-up version from Atsuo. 2008-06-05 17:28:44 +00:00
Guido van Rossum c9332b34c2 Accept PEP 371, adding the multiprocessing package. 2008-06-05 17:21:07 +00:00
Guido van Rossum 06efb622d8 Update from Jesse addressing API renaming to comply with PEP 8. 2008-06-03 21:11:26 +00:00
Guido van Rossum bc5e283eac Accepted PEP 3138 (changes to repr() in Py3k). 2008-06-03 20:59:18 +00:00
David Goodger c1c32cec2e fixed keyword 2008-06-03 15:35:18 +00:00
David Goodger 80c9a5be69 fixed properties 2008-06-03 15:18:48 +00:00
David Goodger d4a3c15ade fixed propoerties 2008-06-03 15:01:13 +00:00
David Goodger 131ae20c32 name of second author was missing from HTML 2008-06-03 14:52:46 +00:00
David Goodger 330e218520 fixed SVN keywords 2008-06-03 14:51:01 +00:00
David Goodger 1f996f3ebc re-wrapped text to 70 columns 2008-06-03 14:19:58 +00:00
David Goodger 1cabbf4c39 changes from PEP authors; corrections 2008-06-03 14:14:50 +00:00
Barry Warsaw 43996147f7 first betas now planned for June 11th 2008-06-02 22:54:45 +00:00
Guido van Rossum 734d206f35 Fix indent on one last set of nested bullets. 2008-06-02 22:28:42 +00:00
Guido van Rossum 11bb57a6b0 Add back missing \\ in front of xXX. 2008-06-02 22:27:46 +00:00
Guido van Rossum 9934e842de Fix lay-out glitches and remove gmail turd. 2008-06-02 22:26:21 +00:00
Guido van Rossum 564e85c33f Correct PY_UNICODE_ISPRINTABLE to Py_UNICODE_ISPRINTABLE. 2008-06-02 22:23:23 +00:00
Guido van Rossum 4f64d25025 New version from Atsuo. 2008-06-02 22:19:25 +00:00
Georg Brandl 1254bb5028 There is nothing left to do for thread in 2.6. 2008-06-01 21:29:14 +00:00
Georg Brandl b1fc5cde67 htmllib and sgmllib are done. 2008-06-01 21:26:23 +00:00
David Goodger 337d0251a3 typo, spelling, caps 2008-06-01 14:30:24 +00:00
Guido van Rossum 7eb23cdb53 Clarify a sentence by adding a comma, and add back a \ that was
dropped in front of an x.
2008-05-31 16:33:45 +00:00
Georg Brandl 3bba8241c6 Formatting nits. 2008-05-29 21:14:46 +00:00
Benjamin Peterson 729cfc4fd8 add PEP 3140 (rejected): str(container) should call str(item), not repr(item) 2008-05-29 21:03:57 +00:00
Brett Cannon ec35ff908d UserString has been dealt with. 2008-05-29 17:22:47 +00:00
Eric Smith 128332c188 Fixed 'print' statement to be 3.0 compliant. Thanks Wesley Chun. 2008-05-29 13:26:39 +00:00
Georg Brandl cf08dcdd09 Add PEP 371, Addition of the processing module, by Jesse Noller/Richard Oudkerk. 2008-05-28 15:28:08 +00:00
Brett Cannon 2fbe655f68 The commands module is finished. 2008-05-27 05:10:49 +00:00
Benjamin Peterson d9ee9ef522 commands module work is complete 2008-05-26 21:33:52 +00:00
Benjamin Peterson c2dd0b0f46 did 2.6 work for commands module 2008-05-26 19:55:02 +00:00
Brett Cannon 94bf7c69bf Update status of commands. 2008-05-26 19:07:19 +00:00
Georg Brandl 458f8482a3 http package is done. 2008-05-26 16:33:19 +00:00
Georg Brandl 565e14afbf xmlrpc package is done. 2008-05-26 11:14:42 +00:00
Georg Brandl 42cc882c03 dbm package is done. 2008-05-26 10:31:09 +00:00
Brett Cannon fbe567c9aa PEP 8 name violations have now been dealt with. 2008-05-26 00:22:36 +00:00
Georg Brandl 0e03a06117 thread and dummy_thread done in 3.0. 2008-05-25 13:06:44 +00:00
Georg Brandl 4a54b8fc71 "dummy_thread" is not removed but renamed to _dummy_thread. 2008-05-25 12:32:33 +00:00
Georg Brandl 748d7cdd71 _winreg is done. 2008-05-25 07:57:43 +00:00
Georg Brandl 852274f1f7 ConfigParser and Queue are reverted in 2.6. 2008-05-25 07:26:41 +00:00
Brett Cannon b6c1ff24c1 socketserver reverted thanks to Georg. 2008-05-24 19:32:37 +00:00
Georg Brandl b8c09510d1 Add pyprocessing proposal to PEP 361. 2008-05-23 09:52:23 +00:00
Brett Cannon 445c6a8a1f reprlib renaming has been reverted in 2.6. 2008-05-23 05:07:57 +00:00
Georg Brandl 233c85b67a Clarify indentation policy for old and new files. 2008-05-22 18:50:30 +00:00
Guido van Rossum 10bcc45a43 Add note about this PEP needing to be rewritten. 2008-05-21 20:39:36 +00:00
Brett Cannon 1970afe1fa Rename for test.test_support is finished. 2008-05-20 22:10:23 +00:00