Commit Graph

1979 Commits

Author SHA1 Message Date
Georg Brandl 04878ba988 Add ``multifile`` to PEP 4. 2006-02-21 19:22:02 +00:00
Neal Norwitz 80bb3418b1 Fix a few small issues. opening() is introduced later. 2006-02-20 22:24:44 +00:00
Brett Cannon aa6acdbce6 Add removal of dict.setdefault() 2006-02-19 07:10:16 +00:00
Neal Norwitz f42160765a Correct versions since this PEP was not implemented in 2.4 2006-02-19 03:29:42 +00:00
Neal Norwitz dcbb9e2182 Minor additions that are hopefully fixed sooner 2006-02-18 20:32:56 +00:00
Nick Coghlan 7e4f8246cd Reduce public API to just runpy.run_module 2006-02-17 15:17:21 +00:00
Georg Brandl 05deb96f48 Update PEP 4 with documentation changes. 2006-02-17 11:56:02 +00:00
Thomas Heller c84414c86c Mention ctypes. 2006-02-16 10:51:57 +00:00
Neal Norwitz b86948b7f6 Yay for Anthony 2006-02-16 06:54:37 +00:00
Neal Norwitz 7ecd8bd1d7 MvL merged PEP 353, Thomas is in the volunteering spirit. 2006-02-16 05:47:52 +00:00
Neal Norwitz cefee74ab7 Add some RM helpers 2006-02-16 05:42:56 +00:00
Neal Norwitz a7a9efd39c There is nothing to remove based on PEP 11 2006-02-16 05:26:50 +00:00
Neal Norwitz f0c3f46626 MAL says this option should go away in bug report 874534:
The reason for the removal is that the option causes
    semantical problems and makes Unicode work in non-standard
    ways on platforms that use locale-aware extensions to the
    wc-type functions.

Since it wasn't previously announced, we can keep the option until 2.6
unless someone feels strong enough to rip it out.
2006-02-16 05:25:37 +00:00
Guido van Rossum c0041fee26 Oops. I meant to accept 353 (ssize_t), not yet 357 (__index__). 2006-02-16 00:03:47 +00:00
Guido van Rossum c2c0269b9f Small patch by Travis, who write:
1) fixes typo

2) Adds link to name discussion

3) Suggests adding __index__ slot to integer and long built ins.  I
   neglected to do this for the patch, but it could really simplify
   much code to have it.
2006-02-15 23:26:08 +00:00
Guido van Rossum 94f3b53a67 Accept PEP 357 (ssize_t). 2006-02-15 23:23:49 +00:00
Guido van Rossum 60c126b3de Mention ElementTree. 2006-02-15 21:06:29 +00:00
Guido van Rossum 86b2dc19d2 Reject PEP 332. We'll have to start over with a new PEP. 2006-02-15 20:41:16 +00:00
Guido van Rossum 632baa0b9b Micro status updates (MvL volunteers as backup release mgr, PJE will do wsgiref) 2006-02-15 18:32:53 +00:00
Neal Norwitz ac000c5548 Remove most of Guido's comments.
Add some detail about planned features.
Move carryover sections to PEP 42.
2006-02-15 05:48:59 +00:00
Neal Norwitz 8cf3d31948 Move the carryover items from previous releases here 2006-02-15 05:47:29 +00:00
Neal Norwitz 2f9289915a Remove PEP references, they can be dealt with separately from this PEP 2006-02-15 05:34:26 +00:00
Neal Norwitz 412e4468eb Fred can help with the docs 2006-02-15 04:54:53 +00:00
Neal Norwitz 79384da9d4 Fix capitalization of Conversions 2006-02-15 04:53:23 +00:00
Guido van Rossum 2e742fc23a New version from Travis, with new specs. 2006-02-15 01:12:07 +00:00
Guido van Rossum 0e03857cad Add discussion about bdist_deb. 2006-02-14 23:18:22 +00:00
Guido van Rossum c36b4e3600 Mention wsgiref. 2006-02-14 20:00:33 +00:00
Guido van Rossum 35f3b01385 Add bdist_* items to TODO list. 2006-02-14 19:27:27 +00:00
Guido van Rossum 9165aef296 Reject PEP 351. 2006-02-13 21:09:25 +00:00
Guido van Rossum 8854c320fa New version by Travis. Adds rationale for __index__ name.
Reformats some.
2006-02-13 18:18:57 +00:00
Martin v. Löwis e73718f969 Fix typo reported by Tony Nelson. 2006-02-12 22:00:52 +00:00
Martin v. Löwis 16e247c592 Mention changes to the buffer interface. 2006-02-12 09:36:52 +00:00
Martin v. Löwis 55dc576c22 Explain how old modules cannot load into a new interpreter. 2006-02-12 09:13:57 +00:00
Martin v. Löwis 66f71648c5 Rename PY_SIZE_T_CLEAN to PY_SSIZE_T_CLEAN. 2006-02-12 09:06:25 +00:00
Neal Norwitz 81d4e41517 Update schedule
Add item for accessing new AST from Python code
Remove ongoing tasks section
2006-02-12 06:45:45 +00:00
Georg Brandl d266b41c51 Add two copyright notice locations and correct typo. 2006-02-11 18:28:49 +00:00
Nick Coghlan 6a93382b16 Don't try to hide exec's quirks 2006-02-11 14:18:13 +00:00
Nick Coghlan 31438973ae Add section on specific design decisions for the runpy module 2006-02-11 10:58:31 +00:00
Nick Coghlan d8ac0a56d0 Update PEP to fully support PEP 302 import semantics 2006-02-11 10:00:00 +00:00
Guido van Rossum fd26d618a0 Sprinkle with question marks. 2006-02-10 21:39:54 +00:00
Guido van Rossum e927bc15de Tweak and accept PEP 352 -- new exception hierarchy. 2006-02-10 19:48:38 +00:00
Guido van Rossum a7f168262d New version from Travis. 2006-02-10 17:46:20 +00:00
Guido van Rossum 9880d5499b Update from Travis -- move to make it a numeric slot. 2006-02-09 22:26:00 +00:00
Brett Cannon bc56fb8889 Lambda's death had been prematurely reported. 2006-02-09 20:34:33 +00:00
Guido van Rossum 032ecf6e14 Change some properties (eol-style, native) on PEPs that didn't have them yet. 2006-02-09 20:07:13 +00:00
Guido van Rossum 4ef81e4dff Attempt to make $Date$ and $Revision$ work. 2006-02-09 19:55:41 +00:00
Guido van Rossum 4ab4d33cc9 Add PEP 357, Allowing Any Object to be Used for Slicing (by Travis Oliphant). 2006-02-09 19:09:50 +00:00
Neal Norwitz 6b9a28d9c2 PEPs are in SVN now. Also update PEP 1s title 2006-02-09 08:27:55 +00:00
Neal Norwitz 929fdb2d4b Normalize PEP type 2006-02-09 08:26:44 +00:00
Neal Norwitz 09b08ab91b Add missing PEP type 2006-02-09 08:25:22 +00:00