Nick Coghlan
b3f7405200
Combine the two explanations of the term 'dunder'
2012-01-27 20:58:39 +10:00
Nick Coghlan
cb213988f3
Add PEP 408: __preview__ namespace
2012-01-27 20:50:50 +10:00
Antoine Pitrou
67bd2dd4b4
Add the issue of single-digit version numbers.
2012-01-18 19:20:58 +01:00
Georg Brandl
54cb3172fd
Clraify.
2012-01-18 09:01:22 +01:00
Antoine Pitrou
73267f06cc
Draft for PEP 407: New release cycle and introducing long-term support versions
2012-01-17 21:29:56 +01:00
Georg Brandl
34832315f5
Add lzma module.
2012-01-13 21:25:28 +01:00
Georg Brandl
f34d129b3f
Bring the Python 3.3 feature list up to date.
2012-01-13 21:18:11 +01:00
Nick Coghlan
b965826f62
PEP 380 is done - anything from here on out will be handled via normal maintenance processes
2012-01-13 22:07:17 +10:00
Benjamin Peterson
a594304e82
we welcome all bracing styles
2012-01-02 19:08:51 -06:00
Nick Coghlan
b2fc8ab349
PEP 406 (ImportEngine API): defer this until 3.4 at the earliest, don't propose altering the PEP 302 APIs
2011-12-04 12:05:01 +10:00
Brett Cannon
7b079b3a7f
Fix a spelling error.
2011-12-02 18:31:13 -05:00
Antoine Pitrou
9625f22733
Mark PEP 3155 final.
2011-12-02 20:20:06 +01:00
Antoine Pitrou
4ca9074870
Update PEP 3154 after PEP 3155 has been accepted.
2011-12-02 20:19:29 +01:00
Jesus Cea
3c89c9c913
Typo in PEP 393
2011-11-30 03:35:05 +01:00
Éric Araujo
251d323726
Add a make dependency on PEP index generator code to generated file
2011-11-28 15:07:42 +01:00
Éric Araujo
db7d5f7127
Fix nesting of the numerical index ( #12307 ).
...
This extra space caused the numerical index to be parsed and displayed as a
subsection of the index by category instead of being an element at the same
level. Patch by Eric Snow.
2011-11-25 17:43:36 +01:00
Nick Coghlan
efd34dcbef
Update for latest import-sig discussion: fix proposed -m semantics, better explanation of why we can change this now when we couldn't in 2.x
2011-11-24 22:37:18 +10:00
Antoine Pitrou
28707a70f1
Fill resolution field
2011-11-21 22:14:48 +01:00
Antoine Pitrou
07611e1cd9
Mark PEP 3155 accepted - thank you Guido!
2011-11-21 22:06:21 +01:00
Nick Coghlan
145cc8d557
Discuss alternative terminology in PEP 395 and show an 'after' example of what the PEP allows when it comes to command line invocation inside packages
2011-11-20 21:46:12 +10:00
Nick Coghlan
ec5d9254c7
Minor updates after additional review of the published version of PEP 395
2011-11-19 22:49:17 +10:00
Nick Coghlan
d0145b5271
Update PEP 395 in light of import-sig discussion (also changes qname->qualname)
2011-11-19 22:18:45 +10:00
Antoine Pitrou
500271eecb
Address Barry's comments
2011-11-19 00:43:54 +01:00
Antoine Pitrou
93b3583016
Settle on __qualname__ since __qname__ is non-obvious for some people.
2011-11-18 20:50:49 +01:00
Ezio Melotti
8b65016bca
Avoid using the default reST role in PEP-404.
2011-11-17 19:03:06 +02:00
Ezio Melotti
e309749ebb
Fix a warning in pep-403.
2011-11-17 18:58:12 +02:00
Ezio Melotti
cf4ae7b571
Fix warnings in pep-395.
2011-11-17 18:54:52 +02:00
Ezio Melotti
c2bcb46cf6
Fix two "space not found" warnings in PEP-404.
2011-11-17 18:45:29 +02:00
Nick Coghlan
6230377206
Grammar fixes in the unicode vs bytes section of PEP 404
2011-11-15 20:32:12 +10:00
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