Commit Graph

7527 Commits

Author SHA1 Message Date
Chris Angelico 4d93701cce PEP 572: Add additional motivation and examples 2018-04-25 15:32:22 +10:00
Jeroen Demeyer 91f2de3928 PEP 575: two-phase implementation 2018-04-25 01:34:46 +10:00
Jeroen Demeyer 5ce2015e4f Typo 2018-04-25 01:34:45 +10:00
Chris Angelico 5466fb4518 PEP 572: Post anew 2018-04-25 01:29:49 +10:00
Chris Angelico b2378e6a59 PEP 572: Clarify wording 2018-04-24 17:22:41 +10:00
Chris Angelico 327d54250c PEP 572: Weaken proposal / strengthen requirements from "target" to "name" 2018-04-24 16:58:40 +10:00
yoavcaspi 0f8a0669b4 typo fix (#627) 2018-04-22 05:50:15 +10:00
Nick Coghlan a60ad1590c
PEP 1: Update some out of date details (#576)
- some interoperability specifications (e.g. the package index
  download API) will never have a standard library implementation
- auxiliary files can go in a subdirectory
- PEP issues should be reported against the GitHub repo rather than
  bugs.python.org
2018-04-21 16:42:53 +10:00
Nick Coghlan a237990aa5
Make Mercurial reference technology neutral 2018-04-21 16:41:52 +10:00
Olivier Grisel 91279babfc Rename BYTEARRAY to BYTEARRAY8 (#625) 2018-04-20 17:18:24 +02:00
Chris Angelico 1a3e52e197 PEP 572: Massively simplify and remove verbiage 2018-04-20 12:53:15 +10:00
Yury Selivanov a58594429e
pep-567: Add another reason why Contexts are not mutable (#623) 2018-04-18 14:20:36 -04:00
Chris Angelico d3a5143cbc PEP 572: Acknowledge Guido and Christoph for the PEP's pivot 2018-04-18 23:15:42 +10:00
Chris Angelico b5a9edf7b4 PEP 572: Use the sloppy term "variables" instead of the strict-but-inaccurate "names" (since any assignment target is valid) 2018-04-18 23:05:10 +10:00
Chris Angelico 73715149df PEP 572: Final updates prior to posting to python-dev 2018-04-17 17:40:51 +10:00
Chris Angelico 1129ab3aa3 PEP 572: Mention another alternate syntax 2018-04-16 06:42:37 +10:00
Benjamin Peterson 868b6f84d8 I reccomend you look at the buildbot grid view these days. 2018-04-14 12:20:46 -07:00
jdemeyer 4a68b80080 Update PEP 575 (#622) 2018-04-15 02:13:47 +10:00
Antoine Pitrou 61cb444e6d
PEP 574 additions (#621) 2018-04-13 18:16:58 +02:00
Chris Angelico cf7e061167 PEP 572: Mention another rejected syntax 2018-04-13 22:40:36 +10:00
Chris Angelico ed718f5186 PEP 572: Clarify the problems with 'as' 2018-04-13 21:59:40 +10:00
Chris Angelico 5c2778d403 PEP 572: Update based on implementation experimentation 2018-04-13 21:34:33 +10:00
Marcel Plch 5b8cf1da73 PEP 573 updates (#618) 2018-04-13 20:35:49 +10:00
Benjamin Peterson 15d601aa0a releases happen in the future not the past 2018-04-12 22:22:37 -07:00
Chris Angelico 31841b36cb PEP 572: Fix markup 2018-04-13 09:29:27 +10:00
jdemeyer 7d1b83a0d3 Update PEP 575 (#619) 2018-04-13 02:13:50 +10:00
Dmitry Alimov d7b4c85bc9 Fix formatting (#617)
Extra backquote/backtick removed
2018-04-13 01:27:15 +10:00
Chris Angelico 3560ce6d8c PEP 572: Fix what appears to be broken markup, though I don't quite see why 2018-04-12 23:42:53 +10:00
Chris Angelico cc611e43b8 PEP 572: Update based on feedback from python-ideas 2018-04-12 23:39:05 +10:00
Nick Coghlan b8f3b3d108
Update pep-0571.rst 2018-04-12 21:56:41 +10:00
toonarmycaptain dd451b599a Typo in PEP 526 (#614) 2018-04-11 11:18:19 -07:00
Sumana Harihareswara 43168c8b77 Update 469, 464, 470 to Final (#607) 2018-04-11 11:16:39 -07:00
jdemeyer 1a35c75c3c Update PEP 575 (#616) 2018-04-12 01:15:14 +10:00
Chris Angelico 582dfee5d0 PEP 572: Fix example to more accurately reflect reality 2018-04-11 19:47:12 +10:00
Chris Angelico 356c97ef43 PEP 572: Fix wording (thanks Ethan) 2018-04-11 16:21:15 +10:00
Chris Angelico 1a7c830cdb PEP 572: Add one open question 2018-04-11 15:30:34 +10:00
Chris Angelico c51be3df34 PEP 572: Fix markup (wow, I pushed the same bug twice in one day...) 2018-04-11 15:23:04 +10:00
Chris Angelico 6c0985fc9a PEP 572: Post to Python-Ideas again 2018-04-11 15:17:00 +10:00
Chris Angelico 9e5e64814a PEP 572: Add migration notes 2018-04-11 15:16:15 +10:00
Chris Angelico 423b65b131 PEP 572: Fix markup 2018-04-11 13:47:25 +10:00
Chris Angelico 71fea57f19 PEP 572: Document the changes to comprehensions 2018-04-11 11:07:42 +10:00
Ethan Smith 18b869d1ce PEP 561: Point to mypy implementation and clarify stub package priority. (#613) 2018-04-10 09:18:42 -07:00
Mark Williams 27becbf714 PEP 571: @geofft is an author; mention manylinux2007; cite CalVer.org. (#612)
@geofft provided critical feedback on the `vsyscall` workaround.
2018-04-09 19:30:57 +10:00
Chris Angelico 731071e222 PEP 572: Wholesale rewrites to bring the document in line with reality 2018-04-09 11:41:59 +10:00
jdemeyer f58b37ce8e Update PEP 575 (#608) 2018-04-06 01:30:16 +10:00
Benjamin Peterson e79b63a128 2.7.15 schedule 2018-04-04 21:38:45 -07:00
jdemeyer 82f02c930a Update PEP 575 (#606) 2018-04-04 05:52:34 +10:00
Guido van Rossum 5af613bbb2 Fix markup bug in PEP 544 2018-04-03 11:22:59 -07:00
jdemeyer 9012ec6e8c PEP 575: Unifying function/method classes (#605) 2018-04-03 06:47:37 +10:00
Recursing d8f315b81a Change "irregardless" to "regardless" (#603)
Most dictionaries list it as nonstandard or incorrect usage, and recommend that "regardless" be used instead.
2018-04-02 11:40:37 -07:00