Commit Graph

6133 Commits

Author SHA1 Message Date
Nick Coghlan 6a8ce66813 PEP 292 inspired competitor to PEP 498 2015-08-08 19:20:33 +10:00
Eric V. Smith 2ad08aa77f Merge. 2015-08-08 02:48:37 -04:00
Eric V. Smith a6b8d8c537 Normalize examples. 2015-08-08 02:48:16 -04:00
Chris Angelico 26f2505063 Introduce PEP 499 from Cameron Simpson 2015-08-08 14:43:09 +10:00
Alexander Belopolsky f40eddec15 merge 2015-08-07 23:00:58 -04:00
Alexander Belopolsky 72adbc95eb Updated PEP 495. 2015-08-07 22:58:51 -04:00
Eric V. Smith fe83f468f6 Added another run time error example. 2015-08-07 22:25:27 -04:00
Eric V. Smith 84c290c550 Fix typo. 2015-08-07 22:13:33 -04:00
Eric V. Smith b7dd9ee40b Fixed header order. 2015-08-07 21:50:00 -04:00
Eric V. Smith c40f2f389c Fixed PEP number. 2015-08-07 21:42:37 -04:00
Eric V. Smith 0405ad7da6 Initial version of PEP-498. 2015-08-07 21:33:01 -04:00
Chris Angelico 418063eb44 Introduce PEP 0497 from Ed Schofield 2015-08-06 02:02:39 +10:00
Alexander Belopolsky 4731795dae PEP 495: Make image smaller and place it in a sidebar. 2015-08-04 10:10:01 -04:00
Nick Coghlan b3186e840b PEP 496: Working draft hasn't been posted yet 2015-08-03 14:12:45 +10:00
Nick Coghlan 0c6a470957 PEP 496: First draft of environment markers PEP 2015-08-03 14:00:49 +10:00
Berker Peksag 225a8a2ea2 PEP 495: Rename extension name to .txt
Also I made some markup changes.
2015-08-03 06:44:22 +03:00
Alexander Belopolsky 7acfbeaf9f Added PEP495, Local Time Disambiguation 2015-08-02 16:58:27 -04:00
Alexander Belopolsky 135c01161b Added PEP495, Local Time Disambiguation 2015-08-02 16:39:16 -04:00
Guido van Rossum a6dff45ad1 PEP 0431 withdrawal. 2015-07-29 19:00:15 +02:00
Guido van Rossum 0990eb2b1b Update typeshed link. 2015-07-29 18:44:48 +02:00
Victor Stinner aab4743466 PEP 471: add the DirEntry.inode() method
Update the PEP according to the implementation.
2015-07-29 00:52:34 +02:00
Ronald Oussoren 3a6f06fe6e Furhter updates 2015-07-25 13:17:34 +02:00
Berker Peksag 2042d9e44a "Postponed" is not a valid identifier. 2015-07-24 19:31:13 +03:00
Berker Peksag e452d803e6 PEP 431: Update from Lennart Regebro. 2015-07-24 18:24:24 +03:00
Yury Selivanov 364723a503 pep-0492: Sync the PEP with the latest state of things in CPython 2015-07-23 01:19:31 +03:00
Ronald Oussoren 60af329461 Source layout tweaks and minor clarifications 2015-07-22 09:14:17 +02:00
Yury Selivanov 0fb4b551a7 pep-492: Update benchmark code
Since coroutines now have a distinct type, they do not support
iteration. Instead of doing 'list(o)', we now do 'o.send(None)'
until StopIteration.

Note, that the updated timings are due to the difference of
doing a loop in Python vs doing it in C ('list()' vs 'while True').
2015-07-18 09:37:02 +03:00
Guido van Rossum 90da49bb4b Add Python-Version header; some formatting fixes. 2015-07-16 09:44:36 +02:00
Nick Coghlan 04af57e63d PEP 493: Credit MAL as a co-author, fix headers 2015-07-06 14:00:55 +10:00
Nick Coghlan bff0bcfbcf PEP 493: Add post date 2015-07-06 13:55:05 +10:00
Nick Coghlan baef915b05 PEP 493: simplify detection of the capability 2015-07-06 10:45:09 +10:00
Yury Selivanov f0951bcf36 pep-0492: inspect.isawaitable is dead, long live abc.Awaitable. 2015-06-30 18:30:43 -04:00
Nick Coghlan 6847250c7a PEP 432: Reframe as core init vs main interpreter init 2015-06-30 21:43:19 +10:00
Nick Coghlan f6830b511b PEP 492: Note API changes due to beta feedback 2015-06-27 11:37:37 +10:00
Benjamin Peterson 58ebaba2aa archive 2.7.10 2015-06-26 19:03:02 -05:00
Yury Selivanov f03fd0ff7b pep 492: Sync with the current implementation and new features. 2015-06-25 21:41:14 -04:00
Andrew Svetlov f6601f6a7f Drop rejected PEP 455 from list of proposed changes 2015-06-12 17:15:26 +03:00
Benjamin Peterson dee8aadb28 more word of mouth knowledge 2015-06-05 20:55:54 -05:00
Guido van Rossum 6b0c7a8ed8 Indicate PEP 483 is sloppy about type vs. class. 2015-06-05 08:09:16 -07:00
Guido van Rossum 1f813b8347 Clarify isinstance(x, Callable). Drop reference to isinstance() implementation. 2015-06-05 08:08:43 -07:00
Yury Selivanov fe4e805109 pep-492: Fix markup of Glossary section; clarify abc.Coroutine 2015-06-03 00:16:19 -04:00
Yury Selivanov a6e791b09e pep-492: Use backticks 2015-06-03 00:12:00 -04:00
Yury Selivanov 7056d7f540 pep-492: Add a small example for types.coroutine 2015-06-03 00:08:28 -04:00
Barry Warsaw 12845432a7 Nope - Ned already checked in 494 2015-06-01 14:06:36 -04:00
Barry Warsaw a01b8bb7c5 We have a 3.6 release PEP. 2015-06-01 13:59:32 -04:00
Larry Hastings e23887d494 PEP 101: Added hint on how to add a Python Insider blog post for new releases. 2015-05-31 21:59:28 -07:00
Chris Angelico bb09381e29 PEP 485: Apply Chris's changes 2015-06-01 08:55:27 +10:00
Yury Selivanov 6b69474c0a pep-492: Update doc on set_coroutine_wrapper 2015-05-31 17:17:34 -04:00
Yury Selivanov 005aecce65 Update pep 485 status; update pep 478 2015-05-31 17:15:34 -04:00
Larry Hastings 7fa4854058 Tweak the release process--why not check for errors *before* regenerating
the topic index!
2015-05-30 16:56:30 -07:00