Mariatta
|
cf3bad5ab3
|
Revert "Rename all .txt PEP files to .rst (GH-462)" (GH-464)
This reverts commit bb0e518ed3 .
|
2017-11-11 11:28:55 -08:00 |
Huang Huang
|
bb0e518ed3
|
Rename all .txt PEP files to .rst (GH-462)
For https://github.com/python/peps/issues/1
|
2017-11-11 10:30:43 -08:00 |
Serhiy Storchaka
|
a53392a0f0
|
Remove trailing spaces. (#232)
Changes made automatically by the following command:
```
egrep -l ' +$' *.txt | xargs sed -i -re 's/ +$//'
```
|
2017-03-24 23:11:33 +02:00 |
Marti Raudsepp
|
04a6af2ab1
|
Fix various typos, spelling and grammar errors
Errors detected using Topy (https://github.com/intgr/topy), all changes
verified by hand.
|
2016-07-11 18:35:35 +03:00 |
Nick Coghlan
|
9837a3b786
|
Withdraw my faster stdlib updates PEP
|
2013-12-21 22:57:57 +10:00 |
Guido van Rossum
|
bbc946a16a
|
Correctly spell hierarchy.
|
2013-08-01 08:04:13 -07:00 |
Nick Coghlan
|
fe6fef343c
|
Defer both PEPs about speeding up the release cycle
|
2012-10-20 00:28:15 +10:00 |
Nick Coghlan
|
ca5ec0e933
|
Describe two more alternate numbering schemes
|
2012-02-26 15:33:31 +10:00 |
Nick Coghlan
|
344b1d0c24
|
Propose a simpler sequential version numbering scheme for standard library releases
|
2012-02-26 14:53:07 +10:00 |
Nick Coghlan
|
9a0fb27621
|
Further refinements to PEP 413, save state before changing the proposed stdlib versioning scheme
|
2012-02-26 12:49:49 +10:00 |
Nick Coghlan
|
5100a47ec3
|
Typo
|
2012-02-25 22:29:41 +10:00 |
Nick Coghlan
|
4c7d96c1b1
|
Assorted cleanups, plus a note about support for even faster stdlib release cycles
|
2012-02-25 22:24:14 +10:00 |
Nick Coghlan
|
d93bedaf9b
|
Add another scenario that was previously only mentioned in the 'effects on the community' section
|
2012-02-25 19:06:36 +10:00 |
Nick Coghlan
|
e1bc355c1d
|
Fix lack of communication between brain and fingers
|
2012-02-25 18:56:13 +10:00 |
Nick Coghlan
|
d9212fafd8
|
Clarify heading
|
2012-02-25 18:53:22 +10:00 |
Nick Coghlan
|
988d90b67e
|
Present both alternatives as flat lists
|
2012-02-25 18:52:38 +10:00 |
Nick Coghlan
|
ed270777a0
|
Formatting fixes, wording update on the comment about tagging as a way of communicating
|
2012-02-25 18:42:49 +10:00 |
Nick Coghlan
|
828ed616fd
|
Update PEP 413 to better explain rationale for a separate version number and note the possibility of actually slowing down the rate of change for the language definition itself
|
2012-02-25 18:30:03 +10:00 |
Nick Coghlan
|
cbfb3afdb3
|
Add PEP 413 as a competitor to PEP 407
|
2012-02-25 03:04:48 +10:00 |