Commit Graph

5649 Commits

Author SHA1 Message Date
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
Guido van Rossum 906fec97d7 Move PEP 458 figures out of subdirectory. 2014-11-25 16:43:59 -08:00
Guido van Rossum 59ea08e465 Move PEP 480 figure out of subdir -- that does not work on python.org. 2014-11-25 15:04:35 -08:00
Guido van Rossum 67adddea25 Clarify what happens on g.throw(StopIteration). 2014-11-25 10:07:35 -08:00
Guido van Rossum 70ca01847a Updates and figures for PEP 458 and PEP 480 by Vladimir Diaz. 2014-11-25 09:45:28 -08:00
Guido van Rossum 6d5a4c3330 Clarify that after raising RuntimeError a generator will raise StopIteration. 2014-11-25 09:24:47 -08:00
Benjamin Peterson 52dc2c57ac dl-files has a new hostname 2014-11-24 20:08:44 -06:00
Benjamin Peterson 6853df4581 mark 476 finished 2014-11-23 21:05:32 -06:00
Guido van Rossum bb01713e4e Added myself as PEP 479 co-author. 2014-11-21 10:53:13 -08:00
Guido van Rossum 9ef2ed8f5d PEP 479: Fix formatting of examples. 2014-11-20 21:14:17 -08:00
Guido van Rossum 89c4b9ef1f New examples, explanations and a few edits, all by Chris. 2014-11-20 21:07:18 -08:00
Guido van Rossum 23e1d5b765 PEP 479: switch to "from __future__ import generator_stop". 2014-11-20 15:43:56 -08:00
Guido van Rossum c5ca1d2cf7 PEP 479: Add link to issue 22906. 2014-11-20 11:30:39 -08:00
Guido van Rossum 41a39256fa Remove "implicitly-raised" from abstract, it is just confusing. 2014-11-20 11:14:58 -08:00
Guido van Rossum e30dcf99fe PEP 479: Use a shorter __future__ name (generator_return). 2014-11-20 11:01:20 -08:00
Guido van Rossum e9a519ab78 Add a clarifying paragraph to PEP 0479, and another post-history date. 2014-11-20 10:55:48 -08:00
Nick Coghlan 26898355d5 Split PEP 458 into two distinct PEPs
PEP 458 now focuses on content security (rather than the current
transport-only security) between PyPI and end users.

PEP 480 builds on PEP 458 to also provide end-to-end security
that can fully handle a compromise of PyPI.
2014-11-19 21:43:04 +10:00
Nick Coghlan 578f7d96ac PEP 458: remove Windows line endings 2014-11-19 21:34:40 +10:00
Guido van Rossum 1a09d6b62b Add link to survey by Steven D, and summarize the two responses so far. 2014-11-17 16:12:26 -08:00
Guido van Rossum 4e41b5e146 Add more words to GeneratorReturn alternative. 2014-11-17 12:15:42 -08:00