Commit Graph

5348 Commits

Author SHA1 Message Date
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
Antoine Pitrou a2cb375059 Mark PEP 3154 final. 2013-11-23 19:06:53 +01:00
Barry Warsaw 81261eafda 3156 has also been committed. 2013-11-22 12:35:10 -05:00
Barry Warsaw e66a71839b More PEP updates. 2013-11-22 12:30:31 -05:00
Christian Heimes fe526d2a1f Add PEP 456 to 3.4 release PEP 2013-11-22 03:11:12 +01:00
Barry Warsaw 62e15dce0c Regex ain't gonna make it. 2013-11-21 20:58:33 -05:00
Barry Warsaw dda5ca2c94 Update list of accepted but not yet implemented or merged peps. 2013-11-21 18:21:06 -05:00
Victor Stinner 312cd7d3ff PEP 454: Charles-François accepted the PEP 2013-11-21 22:55:10 +01:00
Antoine Pitrou 7c5a782f7c Remove question marks and explain __getnewargs_ex__ 2013-11-21 02:06:06 +01:00
Antoine Pitrou e389853776 Mark accepted (Tim) 2013-11-21 01:49:24 +01:00
Antoine Pitrou 08ebc09b61 EMPTY_FROZENSET is gone (Alexandre) 2013-11-21 01:48:24 +01:00
Antoine Pitrou 3bafcf54c5 Add a FRAME opcode for framing, and document Alexandre's new MEMOIZE opcode 2013-11-21 00:58:38 +01:00
Guido van Rossum 5a6cb6b60f Add Resolution header to PEP 428 (pathlib). 2013-11-20 13:44:22 -08:00
Guido van Rossum f00d87e468 Accept PEP 428 (pathlib). 2013-11-20 13:38:17 -08:00
Guido van Rossum 27d2ebaaed Add Gustavo Carneiro (Gambit Research) to the acknowledgments. 2013-11-20 10:34:19 -08:00
Antoine Pitrou dcf86aae59 Add Resolution header 2013-11-20 19:11:28 +01:00
Antoine Pitrou 01f3dc0adc Mark PEP 3156 accepted 2013-11-20 19:03:47 +01:00
Christian Heimes 3194cd3640 Nick has accepted my PEP, thanks a lot 2013-11-20 11:37:19 +01:00
Christian Heimes 2d672edac2 small string optimization will either be enabled or removed before beta 2 is released 2013-11-20 02:57:42 +01:00
Christian Heimes 41037972de explain performance implications
move some paragraphs around
link to benchmark and benchmark results
2013-11-20 02:46:44 +01:00