Markus Meskanen
38a49f70d8
PEP-542: Dot Notation Assignment In Function Header ( #205 )
...
* PEP-542 initial commit
* Fixes and improvements based on pre-feedback
* Fix typo
2017-02-16 06:08:40 +11:00
Nick Coghlan
fa86704be3
PEP 426: Reference PEP 508 where appropriate
...
Some parts of PEP 426 relating to dependency declarations
are now covered in PEP 508, so make a note of that in the
affected sections.
2017-02-15 08:30:35 +01:00
Nick Coghlan
830811a0c8
Mark PEP 496 as Superseded
...
PEP 508 ended up covering all the details of dependency declarations,
including environment markers.
"Superseded" seems to better reflect that status than "Rejected".
2017-02-15 08:26:42 +01:00
Brett Cannon
18fe35a300
Update PEP 512 status and mark as final ( #212 )
2017-02-14 13:42:33 -08:00
Guido van Rossum
c78ccb3dcb
Clarify my preferences around trailing commas ( #211 )
2017-02-13 21:50:40 -08:00
Guido van Rossum
ea042afc5b
Fix the 'venv' target by using Python 3 ( #210 )
2017-02-13 10:47:14 -08:00
Cory Benfield
a5ed08e26c
Initial proposal of TLS ABC PEP. ( #208 )
2017-02-14 00:48:16 +11:00
Louis Rawlins
f86aa296e0
fixed pythocat link ( #206 )
...
Removed trailing slash from pythocat link, since it wouldn't resolve with it. (Also testing how easy it is to make a pull request prior to forking a repo.)
2017-02-11 16:48:36 +11:00
Mariatta
9c9560962a
Convert PEPs 261, 267, 325, 358, 361 ( #204 )
...
* Convert PEPs 261, 267, 325, 358, 361
* Fixes to PEP 261 and PEP 361
2017-02-10 14:19:22 -08:00
Mariatta
c5881cf2b5
Convert PEPs 222, 224, 281, 284, 310 ( #203 )
2017-02-10 11:05:40 -08:00
Victor Stinner
0966f373b6
PEP 540: don't mention locale.getpreferredencoding
...
Replace locale.getpreferredencoding() with "locale encoding" to avoid
confusion.
2017-02-09 14:01:43 +01:00
Xiang Zhang
2f1e693eaa
Fix typos and add backticks for PEP-3156. ( #202 )
2017-02-09 10:44:15 +08:00
Mariatta
f9a66fe511
Convert PEPs 213, 241, 291, 298, 311 ( #199 )
...
Further progress on issue #4
PEP 213:
- Fix typo in the word miniscule -> minuscule
PEP 241
PEP 291
PEP 298
PEP 311
2017-02-06 22:14:46 +01:00
Xiang Zhang
2f36c2d928
Ordered **kwargs starts in 3.6 instead of 3.5. ( #200 )
2017-02-06 10:53:59 -07:00
Nick Coghlan
67346590a7
PEP 538: typo fixes
2017-02-06 15:02:06 +01:00
Mariatta
d1d344880b
Fixes to PEP 263 and PEP 272 ( #198 )
...
PEP 263: remove extra colon and unnecessary backticks
PEP 272: remove extra colon and change back traceback code
2017-02-02 20:24:41 -08:00
knarfeh
08a96a3151
Add back the missing right bracket ( #197 )
2017-02-02 10:10:22 -08:00
Mariatta
96d2e59aa4
Convert 10 text PEPs to reST format ( #196 )
...
PEP 208
PEP 272:
- Fix example traceback code from File "<stdin>", line 1, in ?
into File "<stdin>", line 1, in <module>
PEP 273:
- replace urls from http://python.org/sf/ *
into https://bugs.python.org/issue *
PEP 292
PEP320:
- move urls into references section
- replace urls from http://python.org/sf/ *
into https://bugs.python.org/issue *
PEP 330
PEP 331:
- fix PSF contributor agreement url
- replace urls from http://python.org/sf/ *
into https://bugs.python.org/issue *
PEP 357
PEP 3130
PEP 3140
2017-02-02 09:58:49 -08:00
Mariatta
9b58a292ea
Convert PEP 263 to reST ( #191 )
...
- convert the content to text/x-rst
- update http://python.org/sf/ * url
with https://bugs.python.org/issue *
2017-02-02 09:58:20 -08:00
Brett Cannon
05dbf8cb04
Last blocker for GitHub migration is complete ( #194 )
2017-02-01 11:16:16 -08:00
torsava
35ddc0c081
PEP 534: Extensive rewrite after a mailing list discussion ( #195 )
2017-02-01 15:06:41 +01:00
Ivan Levkivskyi
ccae12b0ba
PEP 484: Clarify type erasure and instantiation of concrete collections ( #193 )
...
Fixes python/typing#367
2017-01-31 16:27:53 -08:00
Tiago M. Vieira
c9cf921546
Replace reference links with valid URLs. ( #192 )
2017-01-30 07:29:25 -08:00
Ivan Levkivskyi
07aa25d192
PEP 484: add an example of iterable unpacking with type comments ( #190 )
...
Fixes python/typing#363
2017-01-27 14:29:16 -08:00
Benjamin Peterson
1f17ac9729
time advances
2017-01-26 23:39:29 -08:00
Mariatta
4598c39b78
Convert 12 PEPs ( #187 )
2017-01-24 12:47:21 -08:00
Berker Peksag
d5583179f4
PEPs 216, 235, 312: Fix more markup
2017-01-24 18:23:46 +03:00
Berker Peksag
e511fb5c14
Fix indentation
2017-01-24 17:38:14 +03:00
Brett Cannon
c275cd56a7
Update 512 status list ( #188 )
...
* Update 512 status list
* Add a missing newline
2017-01-23 14:45:48 -08:00
Nick Coghlan
03b6c20d26
PEP 538: Add missing words
2017-01-21 01:35:51 +11:00
Nick Coghlan
481573aa27
PEP 538: Update to depend on PEP 540
...
- relies entirely on PEP 540 when no appropriate locale
is available
- uses surrogateescape on standard streams by default
- accounts for BSD-style UTF-8 locales
- avoids any reliance on the en_US-UTF-8 locale
- makes note of related GNU readline issue on Android
2017-01-21 01:13:24 +11:00
Mariatta
f67dd4a759
Remove extra backticks ( #184 )
2017-01-19 10:00:52 -08:00
Mariatta
87dc92a34e
Convert 10 PEPs to reSt ( #180 )
2017-01-19 10:00:30 -08:00
Bruce Pucci
fdc405df22
Update pep-3155.txt ( #183 )
2017-01-19 16:33:15 +11:00
Eric V. Smith
0c30041dca
Fix trivial typo.
2017-01-17 20:36:09 -05:00
Jakub Wilk
86ed2927b9
PEP 527: Add missing backtick ( #182 )
2017-01-17 20:35:47 +03:00
Larry Hastings
55ee163de2
Merge branch 'master' of github.com:python/peps
2017-01-17 00:43:27 -08:00
Larry Hastings
a81f6f63ac
Update schedules to reflect today's releases.
2017-01-17 00:42:58 -08:00
Donald Stufft
8c3faaf5f9
Add BDFL-Delegate and Discusssions-To header to PEP 541
2017-01-16 14:45:55 -05:00
Yuri Broze
aa29454969
Incredibly minor typo fix in pep-0001 ( #181 )
...
"reference" -> "references"
2017-01-17 04:25:59 +11:00
Łukasz Langa
e4c14d04c3
[pep541] Punctuation.
2017-01-14 11:38:41 -08:00
Łukasz Langa
8e9969eb24
[pep541] Cover legal matters
2017-01-14 11:37:35 -08:00
Łukasz Langa
595d7b67ae
[pep541] Remove skin from the game (slang)
2017-01-14 10:51:07 -08:00
Łukasz Langa
27b2cd11cd
[pep541] Specify where the ToU extension should go.
2017-01-14 10:45:59 -08:00
Lukasz Langa
58da4863a7
Clarify project reassigning under reachable owner
2017-01-12 15:00:59 -08:00
Lukasz Langa
d1d519218f
Remove spurious "and"
2017-01-12 14:40:41 -08:00
Lukasz Langa
aed99f80cf
s/prove/demonstrate/
2017-01-12 14:39:55 -08:00
Lukasz Langa
3f3304ff97
First complete draft of content.
2017-01-12 14:26:46 -08:00
Victor Stinner
b9a2a993fe
Update 540 for Windows
...
Describe encodings and error handlers used on Windows and the
priority of PYTHONLEGACYWINDOWSFSENCODING.
2017-01-12 13:32:06 +01:00
Lukasz Langa
dc6b4a07f4
PEP 541: Package Index Name Retention
...
Work in progress. Number placeholder and problem statement.
2017-01-12 00:34:26 -08:00