Commit Graph

4617 Commits

Author SHA1 Message Date
Guido van Rossum a095c0d53b Various small updates. 2012-12-16 14:26:48 -08:00
Antoine Pitrou 497fb136c0 Issue #16501: record the removal of RISC OS support in PEP 11.
RISC OS support was actually partially removed in 3.0 (whether or not a build still worked is not obvious, but unlikely).
2012-12-15 20:48:37 +01:00
Guido van Rossum 2ff63df79d Add TBD about the (un)desirability of optional APIs. 2012-12-14 21:05:22 -08:00
Guido van Rossum 3ed8b354d7 Add TBD about cancellation. 2012-12-14 20:09:48 -08:00
Guido van Rossum 8f1bf85241 Slight wording change suggested by Steve Dower. 2012-12-14 15:49:29 -08:00
Guido van Rossum 4f0c72e228 Add Protocol.eof_received() and protocol call sequence chart. 2012-12-14 15:36:20 -08:00
Guido van Rossum b0c9cd7852 Sprinkle some clarifications and TBDs in response to some private feedback. 2012-12-14 11:39:26 -08:00
Guido van Rossum a3fa07058d Clarify start_serving(). Add a section on coroutines and protocols. 2012-12-14 10:13:20 -08:00
Guido van Rossum 3e3fce8960 Add section on coroutines and the scheduler. 2012-12-13 17:47:40 -08:00
Guido van Rossum 000070388a Transports and protocols. 2012-12-13 14:40:23 -08:00
Guido van Rossum c0a378f775 Specify Futures. Minor cleanup. 2012-12-13 11:58:47 -08:00
Guido van Rossum 56159e8da3 Add some event loop methods returning Futures. Lots of TBD. 2012-12-13 11:05:52 -08:00
Guido van Rossum 36562fee3e Add optional socket calls returning a Future. Some TBD rearrangements. 2012-12-13 10:30:42 -08:00
Guido van Rossum bd2ff471a3 Make fd methods optional. 2012-12-13 07:54:08 -08:00
Guido van Rossum 53018c7e85 More about event loops. 2012-12-12 22:47:17 -08:00
Guido van Rossum 8e31cc29eb Add subsections about dependencies, namespace and event loop policy. 2012-12-12 20:26:20 -08:00
Guido van Rossum 1fda829833 Added an introduction. 2012-12-12 18:30:32 -08:00
Guido van Rossum 328fa7bb92 Reserve PEP 3156. 2012-12-12 17:35:17 -08:00
Christian Heimes f43a7083bd Fixed PEP type
excluding: PEP 431: "u'Standards Track ' is not a valid Type value"
2012-12-12 11:23:58 +01:00
Barry Warsaw 1a6a86df93 PEP 431: Time zone support improvements
(By Lennart Regebro, with very minor formatting by Barry.)
2012-12-11 15:28:45 -05:00
Brett Cannon 270126b5d1 Fix some markup where the wrong text markup style was used for bold and italic. 2012-12-09 13:31:24 -05:00
Daniel Holth b69666c9f5 merge 2012-12-03 20:36:20 -05:00
Daniel Holth 127bc4a235 PEP 426: try to clarify the bundle^H^H^Hmerge/fork meaning of Provides-Dist 2012-12-03 20:36:13 -05:00
Christian Heimes df0327c6a9 update my email address to @python.org 2012-12-02 09:35:44 +01:00
Christian Heimes fc995d868e reject pep 369. It's outdated and superseded by the new importlib 2012-12-02 09:32:28 +01:00
Nick Coghlan 304bfb8c80 Defer PEP 395 until I make it compatible with PEP 420 2012-11-20 23:35:12 +10:00
Daniel Holth 6549f8f705 PEP-0426 trivial copy changes 2012-11-19 18:46:41 -05:00
Ezio Melotti fba6f8932b #16502: fix markup. Patch by Serhiy Storchaka. 2012-11-18 19:55:10 +02:00
Brett Cannon 56b0bb4ea7 Mark PEP 3108 as final. 2012-11-17 10:11:16 -05:00
Daniel Holth 8f7a391d24 keys are case-insenstive 2012-11-14 22:12:04 -05:00
Daniel Holth 895121b37d PEP 427: remove signing algorithms 2012-11-13 11:31:37 -05:00
Georg Brandl 4718959dd8 Fixes #14215: copy magic yaml file to get a nice <title> for python.org/dev/peps/ index page 2012-11-11 16:42:32 +01:00
Daniel Holth 8a2c725435 spelling 2012-11-09 21:03:14 -05:00
Daniel Holth 45eaa7c4e9 spelling 2012-11-09 21:02:28 -05:00
Daniel Holth ce52c98a8f PEP-0426: reword Project-URL 2012-11-09 20:59:17 -05:00
Daniel Holth c728a9ecfb PEP-376: remove hexdigest from RECORD 2012-11-09 20:58:41 -05:00
Antoine Pitrou ee6f30d19a Replace subscription with slashing 2012-11-07 20:25:27 +01:00
Antoine Pitrou 7b8178a28b Path.join() is now Path.joinpath() 2012-11-07 20:06:20 +01:00
Marc-Andre Lemburg a138604e56 Issue #16420:
Convert PEP 249 (DB-API 2.0) to ReST format to allow linking to the
various parts.

The conversion was done mostly by Daniele Varrazzo.
2012-11-07 09:42:07 +01:00
Marc-Andre Lemburg 32046dbe54 Clarify the meaning of "number of affected rows" in the DB-API 2.0
as discussed on the db-sig list.
2012-11-06 16:24:07 +01:00
Daniel Holth 8d1c599b2f PEP 426 minor language cleanup 2012-10-28 17:45:03 -04:00
Nick Coghlan e46231b289 Revert PEP 430 to Final.
I realised the way Georg had already implemented this made more sense, so I just updated the PEP to reflect the new setup on docs.python.org
2012-10-28 22:06:46 +10:00
Nick Coghlan 2c85e597bc Clarify what 'latest version' means, mark Georg as PEP czar and bump status back to Draft until Georg gives a +1 on the redirection of /dev/ URLs 2012-10-28 21:54:33 +10:00
Georg Brandl 15206b75a3 PEP 430 is Final. 2012-10-28 09:23:18 +01:00
Georg Brandl e0227e23b8 Add version-switcheroo stuff todos. 2012-10-28 08:28:24 +01:00
Guido van Rossum 1a6a2e8f72 Switch broken examples for spaces around operators. Fixes issue 16239. 2012-10-27 19:04:41 -07:00
Ezio Melotti 7c098c5c15 #16325: remove outdated link and rephrase paragraph accordingly. 2012-10-28 00:33:29 +03:00
Daniel Holth f1535d9c8c pep-0427 edits 2012-10-27 15:57:47 -04:00
Nick Coghlan c42dc66be1 PEP for updating the URL layout on docs.python.org 2012-10-28 00:36:36 +10:00
Ezio Melotti 4ec7327960 Fix typos. 2012-10-23 11:56:24 +02:00