Commit Graph

5417 Commits

Author SHA1 Message Date
Nick Coghlan 4e4c0e8fc9 Improve PEP 427 FAQ formatting 2014-01-29 23:50:14 +10:00
Nick Coghlan dc696d75e9 PEP 427: Make it clear that supported != recommended 2014-01-29 23:06:29 +10:00
Nick Coghlan 26d5c79fb9 Clarify wheels support zipimport 2014-01-28 23:26:43 +10:00
Nick Coghlan 2e47d2bdaa Clarify purelib vs platlib in PEP 427 2014-01-28 23:21:43 +10:00
Nick Coghlan 805a0ab6a1 Include version epochs in PEP 440 2014-01-28 22:37:42 +10:00
Georg Brandl c7a1337e47 small date fix 2014-01-27 08:49:10 +01:00
Georg Brandl 2c7dafce3b schedule update for 3.3.4/3.3.5 2014-01-27 08:42:07 +01:00
Nick Coghlan c3e1c907dc PEP 462: Add section on possible Mercurial integration 2014-01-27 14:34:20 +10:00
Nick Coghlan ca895ea251 Fix typo 2014-01-27 14:08:35 +10:00
Nick Coghlan 751bc9ab33 Incorporate PEP 462 feedback 2014-01-27 13:22:21 +10:00
Nick Coghlan c5701f72b1 Draft PEP for merge workflow automation 2014-01-25 15:27:37 +10:00
Guido van Rossum 7432fc0ea7 Change the definition of wait_for() to a more useful one.
(This is a change in the spec.  But I don't recall we ever seriously
discussed this part of the spec, and the new behavior is more useful
and more intuitive.  See discussion started by Gustavo Carneiro in
http://code.google.com/p/tulip/issues/detail?id=107 .)
2014-01-22 14:48:12 -08:00
Antoine Pitrou aff226c1bd Fix formatting. 2014-01-21 22:24:03 +01:00
Ethan Furman d98a48bde3 PEP 461: removed .format; added markup 2014-01-17 09:07:32 -08:00
Ethan Furman 6f67f62478 PEP 461: more updates 2014-01-15 16:12:41 -08:00
Larry Hastings 81aaf5de62 Minor formatting touchup on 3.4 release schedule. 2014-01-14 23:37:00 -08:00
Ethan Furman 14aeed8b98 PEP 461: updates to %s and Open Questions 2014-01-14 18:23:03 -08:00
Larry Hastings 348e6c78c2 Whoops, had an off-by-one error on all the future release dates for 3.4. 2014-01-14 15:15:32 -08:00
Larry Hastings 430f2a3271 Updated PEP 429, release schedule for 3.4: new beta, schedule slippage. 2014-01-14 15:10:09 -08:00
Guido van Rossum 0a488d878b Fill in the *correct* PEP number (461). 2014-01-14 11:23:36 -08:00
Guido van Rossum bf0aa96c8c Fill in PEP number (461). 2014-01-14 11:12:09 -08:00
Ethan Furman 7cc89487a0 PEP 461: Adding % and {} formatting to bytes 2014-01-14 11:04:10 -08:00
Larry Hastings 62782c484d Updated release schedule for 3.4 to reflect slippage. 2014-01-12 16:54:19 -08:00
Victor Stinner f32c374aba PEP 460 2014-01-12 20:59:57 +01:00
Antoine Pitrou fa8d15a869 PEP 460: mention that __format__ isn't called 2014-01-10 10:10:56 +01:00
Antoine Pitrou 7ae0cfa9a3 PEP 460: add .format_map() 2014-01-09 22:02:01 +01:00
Victor Stinner 5e32c6c6cf PEP 460: 8-bit string => bytes string 2014-01-09 00:14:57 +01:00
Antoine Pitrou 19f33e611b Overhaul PEP 460, and add myself as author 2014-01-08 23:38:18 +01:00
Larry Hastings e35a26608c Updated 3.4 release schedule PEP, moving completed beta 2 release
from "future" to "released".
2014-01-06 07:27:11 -08:00
Victor Stinner 1a7d7a09c8 Create PEP 460 "Add bytes % args and bytes.format(args) to Python 3.5" 2014-01-06 14:01:09 +01:00
Victor Stinner c77d38b4d2 Rename pep-0466/ to pep-0446/ 2014-01-06 11:53:05 +01:00
Benjamin Peterson 1fbc886e98 fix release date 2014-01-04 19:32:54 -06:00
Guido van Rossum deccca5c41 Typo fix, patch by Brett Slatkin. 2013-12-26 15:12:56 -08:00
Nick Coghlan e8266719af Major update to metadata 2.0 draft specs
- split many fields out to standard extensions
- support for local versions in PEP 440
- addressed several other issues noted in
  https://bitbucket.org/pypa/pypi-metadata-formats/issues
2013-12-21 23:52:04 +10:00
Nick Coghlan c1c59c5be4 First draft of standard metadata extensions PEP
This is part of a larger refactoring of PEP 426, but I needed
to commit this early in order to claim the PEP number and
cross reference it from PEP 426 and 440.
2013-12-21 23:02:32 +10:00
Nick Coghlan 9837a3b786 Withdraw my faster stdlib updates PEP 2013-12-21 22:57:57 +10:00
Nick Coghlan 1838220d00 Fix PEP type for PEP 453 2013-12-21 22:44:18 +10:00
Nick Coghlan b7c3460c76 Withdraw the now obsolete PEP 406 2013-12-21 22:43:08 +10:00
Nick Coghlan 79abbe6abc Withdraw the obsolete PEP 395 2013-12-21 22:36:31 +10:00
Antoine Pitrou 9741523c58 Bump Python version 2013-12-20 23:16:54 +01:00
Guido van Rossum 3828d6e985 Add instructions for HTM generation. 2013-11-29 10:34:39 -08:00
Guido van Rossum 4e1159972e Add brief explanation and web pointers to README.txt. Fixes issue 19822. 2013-11-29 10:26:55 -08:00
Guido van Rossum d6a9523ada Remove question to myself about set_child_watcher() now the issue is fixed. 2013-11-27 10:22:42 -08:00
Guido van Rossum 3d35067db1 Get rid of final TO DO items. Remove now-redundant section on coroutines and protocols. 2013-11-25 14:54:28 -08:00
Guido van Rossum 7619d7bfae Document open_connection(), start_server(), and related Stream* classes. 2013-11-25 11:44:59 -08:00
Victor Stinner b1dab8935d PEP 454: Remove set_traceback_limit(); update the PEP to reflect the implementation 2013-11-25 11:53:03 +01:00
Guido van Rossum 3d16aea558 Took care of a few TODOs in Tulip PEP. 2013-11-24 22:43:36 -08:00
Larry Hastings 05454f08e9 Updated PEP 429, the 3.4 release schedule. 2013-11-24 14:21:08 -08:00
Barry Warsaw d90eef6996 PEP 397 is marked Final. (Closes issue19755). 2013-11-24 11:34:23 -05:00
Barry Warsaw d787dbc4ac A few more PEP updates - likely more to come once beta 1 is spun. 2013-11-23 19:14:08 -05:00