Commit Graph

5768 Commits

Author SHA1 Message Date
Guido van Rossum 58fe447ac3 Move text on Reticulated Python to PEP 483. Add an abstract. Set creation date to 19-Dec-2014 (cretion date of the original Quip doc). 2015-01-09 10:53:06 -08:00
Guido van Rossum 71cbad9633 Add brief section on Reticulated Python, plus stubs for other Pythonic projects. 2015-01-09 10:52:06 -08:00
Chris Angelico 21129621fb Record Guido's relicensing of PEP 483 under Open Publication License 2015-01-10 05:39:44 +11:00
Chris Angelico 24dc240fc2 ASCIIfy PEP 483 2015-01-10 05:28:21 +11:00
Chris Angelico 9ba23eff34 Import Guido's text from https://quip.com/r69HA9GhGa7J into PEP 483 2015-01-10 05:19:10 +11:00
Guido van Rossum c636a8b201 Add PEP 482, 483, 484 -- type hints. The latter two are stubs. 2015-01-08 11:10:25 -08:00
Nick Coghlan 6d3d9ffc56 PEP 474: markup fixes 2015-01-08 16:33:36 +10:00
Nick Coghlan f7100aa1ed PEP 462: next revision will depend on PEP 474 2015-01-08 16:32:49 +10:00
Nick Coghlan 3e9fefe131 PEP 474 is no longer deferred 2015-01-08 16:28:51 +10:00
Nick Coghlan 7b74c4619d I never get Rietveld right first time... 2015-01-08 13:07:52 +10:00
Nick Coghlan dbcb711913 PEP 474: Updated forge.python.org proposal 2015-01-08 13:05:54 +10:00
Nick Coghlan c4904f1ae8 PEP 440 updates based on user feedback 2015-01-03 12:28:31 +10:00
Chris Angelico f76f34e7f4 Formatting fixes to new PEP8 text 2015-01-03 13:27:29 +11:00
Chris Angelico 44c193d765 Incorporate PEP 8 text from Ian Lee to clarify annotation policy 2015-01-03 13:22:31 +11:00
Benjamin Peterson 48e4630fce remove trailing ws 2015-01-02 12:10:41 -06:00
Benjamin Peterson ae0f50ead3 conjugate 'do' correctly (closes #23149) 2015-01-02 12:09:41 -06:00
Nick Coghlan 42b4a722d4 Note provisional status of PEP 440 2014-12-29 15:48:17 +10:00
Donald Stufft 0d1b0e8472 Small clarification 2014-12-29 00:25:40 -05:00
Donald Stufft 636fd5474f Fix a place where c -> rc normalization rules were missed 2014-12-23 09:25:45 -05:00
Benjamin Peterson a16f3429d8 remove trailing whitespace 2014-12-19 17:47:39 -06:00
Chris Angelico d24d753228 Fix tracker info link in PEP 3 2014-12-19 08:17:42 +11:00
Donald Stufft 1bbfc0d6eb Switch from preferring c to rc for release candidates 2014-12-17 21:16:19 -05:00
Donald Stufft c508f9012b Small clarification that the grammar is only for the cannonical versions 2014-12-13 16:02:44 -05:00
Guido van Rossum 4af42e2b28 More clarifications in response to Oscar Benjamin. 2014-12-11 11:02:14 -08:00
Benjamin Peterson b142f8f22d 2.7.9 is in the past now 2014-12-11 00:53:02 -05:00
Guido van Rossum 64c45d5078 Replace paragraph that confused people into thinking that generators are no longer iterators. 2014-12-10 12:44:54 -08:00
Benjamin Peterson 7c1ca6bcc1 just have venv installed please 2014-12-10 14:28:02 -05:00
Benjamin Peterson 5096fce9a4 new docs backend hostname 2014-12-10 11:44:35 -05:00
Benjamin Peterson 8fcba69688 put headers in the right order 2014-12-09 17:47:01 -05:00
Benjamin Peterson 2fd0ba7d2a add python-version 2014-12-09 09:41:53 -05:00
Guido van Rossum d22d03825f Touch two PEPs with figures to force re-import on www.python.org. 2014-12-08 19:01:14 -08:00
Chris Angelico 01f431fcc0 Reorder/renumber footnotes in PEP 479 and insert one for the tracker issue 2014-12-07 03:12:17 +11:00
Chris Angelico a09e8b3dae Add another example of PEP 479 justification, courtesy of Isaac Schwabacher 2014-12-07 02:45:03 +11:00
Chris Angelico d6edada20d Small grammatical fixes courtesy of francismb@email.de 2014-12-07 01:30:37 +11:00
Guido van Rossum 6037436ec8 Mark PEP 479 as accepted and clarify the process. 2014-12-05 10:34:06 -08:00
Donald Stufft 0b62636a1b Spelling fixes 2014-11-30 18:17:40 -05:00
Donald Stufft 4b0535670a merge 2014-11-30 12:27:25 -05:00
Donald Stufft 0db0dff1cc Add a read-only mirror and remove the techincal arguments 2014-11-30 12:27:06 -05:00
Guido van Rossum 9287cc8ab5 Last patch was by Akira Kitada, not Akira Li. 2014-11-29 19:02:36 -08:00
Guido van Rossum a4e187da6b PEP 8 section on string quotes by Akira Li. 2014-11-29 19:01:24 -08:00
Donald Stufft 5f0c213e23 Some gramatical fixes and slight rewordings 2014-11-29 19:21:23 -05:00
Donald Stufft 3a5e2bdbfb Add PEP 481 - Migrate Some Supporting Repositories to Git and Github 2014-11-29 18:12:06 -05:00
Guido van Rossum 82db7f3215 Two new sections (more motivation, rejected @allow_implicit_stop). 2014-11-28 20:11:11 -08:00
Guido van Rossum 90addf57a2 Elaborate transaction() manager example (Chris A). 2014-11-28 17:26:33 -08:00
Guido van Rossum a6b3c8b1f7 New section with contextlib example (Isaac Schwabacher).
Other additions by Chris, including renumbered references.
2014-11-26 22:07:29 -08:00
Guido van Rossum 1c2c1c0a7a Chris A: Mention Mark Shannon's counterproposal of changing next(). One small copy-edit. 2014-11-26 09:34:12 -08:00
Guido van Rossum a2bb199d1d Another major editing pass. Move __future__ into spec. Add section about compatible code. 2014-11-25 22:05:29 -08:00
Benjamin Peterson 5c96ac2382 update 2.7.9 release dates 2014-11-25 23:42:40 -06:00
Guido van Rossum 289b876442 Add transition plan. 2014-11-25 21:32:14 -08:00
Guido van Rossum 412beeb4e3 No empty promises in the abstract. Extend rationale. 2014-11-25 18:17:13 -08:00