Commit Graph

3990 Commits

Author SHA1 Message Date
Nick Coghlan f2c1df7542 Some corrections and clarifications regarding the changes between 2.x and 3.x. Also, we celebrated Python's 20th birthday last PyCon... 2011-11-15 20:06:39 +10:00
Barry Warsaw 5e7219501d Add some additional comments based on feedback from Antoine and Victor. 2011-11-14 10:58:00 -05:00
Barry Warsaw e459ae2a03 And now for something completely different. 2011-11-13 16:33:25 -05:00
Barry Warsaw c404fb12fc Fix PEP numbers. 2011-11-13 11:59:59 -05:00
Barry Warsaw f15f43943f With Carl's permission, swap PEPs 404 and 405. 2011-11-13 11:59:21 -05:00
Nick Coghlan 8a31bb792d Finally publish the import engine PEP on python.org 2011-11-13 15:04:07 +10:00
Barry Warsaw 13fec55fba Er, refinement. 2011-11-09 16:53:10 -05:00
Barry Warsaw 0c3b3b07e9 Un-release schedule for Python 2.8. 2011-11-09 13:45:51 -05:00
Antoine Pitrou 5ccb5c0939 A function's local namespace is signalled by the "<locals>" component 2011-11-06 00:20:53 +01:00
Martin v. Löwis 779cba823d Put implementation link into references. 2011-11-02 11:08:06 +01:00
Martin v. Löwis 84efc5c290 Update PEP 302 integration. Drop 2.7 discussion. 2011-11-01 18:09:31 +01:00
Georg Brandl 51e68d9af8 Formatting fixes; use "::" shortcuts. 2011-10-30 12:46:47 +01:00
Georg Brandl 7a9f081882 More formatting and fill-column fixes. 2011-10-30 12:45:18 +01:00
Georg Brandl c127893abe Fix-up formatting. 2011-10-30 12:40:47 +01:00
Vinay Sajip 89b311fab3 Added PEP 404: Python Virtual Environments. 2011-10-30 09:55:07 +00:00
Nick Coghlan d003fe8846 Update the module aliasing proposal based on Antoine's new qualified names PEP 2011-10-30 16:00:10 +10:00
Nick Coghlan 34f1b5ddcf Fix PEP index generation by making Greg's email address consistent 2011-10-30 15:27:21 +10:00
Antoine Pitrou f2169e8843 PEP 3155 - Qualified name for classes and functions 2011-10-30 00:01:30 +02:00
Guido van Rossum 5cc322ca21 Updated PEP 335, posted 25-Oct-2011. 2011-10-25 14:36:29 -07:00
Ezio Melotti faf9b4ce77 Fix a typo and update a sentence. 2011-10-24 14:00:39 +03:00
Victor Stinner 1ebf91d201 PEP 400: don't remove deprecated classes in Python 3.4 anymore 2011-10-21 20:47:06 +02:00
Martin v. Loewis b383afd01e Introduce .pyp directories. 2011-10-19 20:27:52 +02:00
Nick Coghlan 3442cf7d15 Kill PEP 403 in light of python-ideas discussion. Resurrect PEP 3150 with first cut updates based on PEP 403 feedback 2011-10-16 13:10:10 +10:00
Martin v. Löwis 48655ce245 Mark PEP final. 2011-10-15 16:06:07 +02:00
Nick Coghlan 7b0a3e1a8b Switch PEP 403 from : and @ symbols to postdef and def keywords 2011-10-13 21:30:11 +10:00
Antoine Pitrou 3377fbf36a Final, not accepted 2011-10-13 02:13:24 +02:00
Antoine Pitrou 4ad85b8ee4 Merge 2011-10-13 02:01:28 +02:00
Senthil Kumaran ddbe34c88c merge from default 2011-10-13 08:02:28 +08:00
Senthil Kumaran 8a9d8231e9 Fix closes issue13154 Just correct the author email id, instead of changing
changing the logic for handling multiple emails in pep0/output.py
2011-10-13 08:01:42 +08:00
Antoine Pitrou 78b24adb40 Mark PEP accepted. 2011-10-13 02:01:21 +02:00
Nick Coghlan 727a9b5032 Add PEP 403, Statement Local Classes and Functions, a significantly simpler alternative to PEP 3150 2011-10-13 09:52:39 +10:00
Nick Coghlan a79905ee0f I had a new idea I think is significantly better, so this PEP is dead 2011-10-13 09:39:12 +10:00
Antoine Pitrou fe1e5f6de7 Clarify statement at Barry's request 2011-10-11 23:50:49 +02:00
Georg Brandl 500d47d62b Fix typo. 2011-10-07 13:45:01 +02:00
Senthil Kumaran 42303d9a9a Fix broken links in pep-0001.txt. Update the information with pointers to hg
and devguide.
2011-10-06 22:38:55 +08:00
Éric Araujo 33c24a46d3 Use Python 3 syntax 2011-10-06 13:26:09 +02:00
Guido van Rossum d032c67418 Update posted by Greg Ewing to python-ideas today 2011-09-30 16:08:30 -07:00
Eric V. Smith 5a928a60f8 Error in PEP example. Closes #13079. 2011-09-30 16:35:03 -04:00
Ezio Melotti e8a7d6bc87 Fix typos and whitespace in PEP-393. 2011-09-29 04:56:12 +03:00
Ezio Melotti 5e4bc1147e Add PyUnicode_GetMax to the list of deprecated functions. 2011-09-29 01:01:23 +03:00
Martin v. Löwis 4049736211 Guido pronounced that the PEP is accepted. 2011-09-28 00:09:37 +02:00
Martin v. Löwis 735b7589a0 Address Victor's comments. 2011-09-28 00:08:51 +02:00
Martin v. Löwis f6358363d0 Add character accessor functions, and put representation-independent functions into the stable ABI. 2011-09-27 23:46:28 +02:00
Martin v. Löwis df3ea135ef All open issues are now addressed. 2011-09-26 12:32:32 +02:00
Martin v. Löwis 522efc8efa Address GvR's comments. 2011-09-26 12:25:49 +02:00
Martin v. Löwis 1e71d17be4 Update to current object layout. 2011-09-25 22:58:13 +02:00
Martin v. Löwis 602c44f1d7 Add porting guidelines. 2011-09-15 17:29:41 +02:00
Antoine Pitrou a17354feff Add ChildProcessError and ProcessLookupError 2011-08-30 18:35:14 +02:00
Antoine Pitrou 3ceecd9e7e FileSystemError is gone 2011-08-30 18:13:41 +02:00
Nick Coghlan dd705440cb Mark PEPs 389, 391 and 3135 as Final 2011-08-30 20:50:41 +10:00