Guido van Rossum
b1d315a541
Two wishes were fulfilled.
2014-02-20 16:55:12 -08:00
Georg Brandl
c87a214fc0
Add PEP 463 by Chris Angelico.
2014-02-18 08:36:30 +01:00
Georg Brandl
4f90b7adc9
Update 3.3 release schedule for 3.3.5.
2014-02-16 23:04:27 +01:00
Ezio Melotti
f2109c5f43
Fix broken link.
2014-02-16 09:47:22 +02:00
Nick Coghlan
a522f2bb8d
PEP 462 updates, include RhodeCode idea
2014-02-16 13:44:37 +10:00
Larry Hastings
76779417ce
Updated Python 3.4 release PEP with dates of actual releases.
2014-02-11 00:17:27 -08:00
Ezio Melotti
76e5c76146
Fix a couple of broken links in PEP 462.
2014-02-11 00:18:25 +02:00
Georg Brandl
db2f486755
Simplify PEP 101 a bit; remove instructions for "prev" directory.
2014-02-09 10:27:17 +01:00
Nick Coghlan
5f275ad773
Wording tweaks
2014-01-30 22:18:50 +10:00
Nick Coghlan
92a40289d8
PEP 427: emphasise the preference for installation
...
The zipimport compatibility isn't an accident, but relying on
it is still a great way to create obscure bugs for yourself if
you don't already know exactly what you're doing.
2014-01-30 22:07:45 +10:00
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