Commit Graph

4915 Commits

Author SHA1 Message Date
Guido van Rossum 455dd3f556 Update docs for Handle, add Timer. 2013-04-26 20:33:04 -07:00
Antoine Pitrou a1fb8fd657 We could overlap or cross boundaries, but let's straddle them instead.
(dedicated to Larry)
2013-04-26 23:18:25 +02:00
Guido van Rossum 67b8359461 Major update of the event loop spec. 2013-04-26 14:16:59 -07:00
Antoine Pitrou 82071751b4 Presentation nits 2013-04-26 23:13:23 +02:00
Antoine Pitrou 1258ea5228 Protocol 4 has number four in its header 2013-04-26 23:10:52 +02:00
Antoine Pitrou 643a33de69 Small touches on framing 2013-04-26 23:10:16 +02:00
Antoine Pitrou b26857967d Pickle 4 changes:
- add framing
- change BINGLOBAL to Alexandre Vassalotti's GLOBAL_STACK
2013-04-26 22:57:06 +02:00
Eric V. Smith 2d013833a9 Added missing right paren. 2013-04-26 06:31:02 -04:00
Guido van Rossum 79817b9890 Rename run() -> run_forever(), and explain why. 2013-04-24 16:59:39 -07:00
Barry Warsaw f1d4e5f985 As per BDFL pronouncement (via private email), be explicit that both styles of
closing brace/bracket/paren indentation shall be allowed.
2013-04-18 20:31:05 -04:00
Eli Bendersky 617d74e66e Remove unnecessary duplication 2013-04-13 05:44:51 -07:00
Eli Bendersky d3c26c354d Describe in detail access to enum values with [] and getattr 2013-04-12 19:54:37 -07:00
Barry Warsaw 455e1fcc45 The original motiviation is unnecessary to describe the API. 2013-04-12 15:01:05 -04:00
Barry Warsaw 8ea4fd96b4 Make it clear that iteration order is undefined for Enums but defined for
IntEnums.
2013-04-12 10:53:42 -04:00
Barry Warsaw 50fe21c75b Fix small typo. 2013-04-12 10:24:13 -04:00
Brett Cannon bca02a6e41 wording tweak 2013-04-12 09:22:43 -04:00
Guido van Rossum 8c159aab40 Fix typo (an mix -> a mix). 2013-04-11 15:42:57 -07:00
Georg Brandl 9ce9ab923a PEP 440/441: reformat according to template 2013-04-10 09:30:46 +02:00
Eli Bendersky 5ab4abbe28 merge 2013-04-09 21:19:14 -07:00
Eli Bendersky dd1600e927 Changes following discussion with Nick and Barry 2013-04-09 21:18:55 -07:00
Richard Jones a9b7d760c5 bring PEP into line with existing executable naming convention 2013-04-10 14:14:23 +10:00
Eli Bendersky abebe41b7b Better error messages on duplicate enum values 2013-04-09 20:32:13 -07:00
Daniel Holth cf59fc15f8 PEP-0441: format links 2013-04-07 21:57:47 -04:00
Daniel Holth a572a5b3d9 add PEP-0441: Improving Python ZIP Application Support 2013-04-07 21:51:33 -04:00
Nick Coghlan 8122474fe8 PEP process changes triggered by the packaging PEPs
- allow a Discussion-To header to indicate the list for pronouncement
- allow version independent Standards track PEPs
2013-04-07 18:26:06 +10:00
Benjamin Peterson 693b5397ff done with 2.7.4 2013-04-06 16:28:57 -04:00
Benjamin Peterson 608302a44a change mac wiz to Ned 2013-04-06 15:52:19 -04:00
Eli Bendersky 5fb856ed65 Mention the convenience API in the creation section 2013-04-05 21:02:21 -07:00
Barry Warsaw 97ecde0859 wording 2013-04-05 14:25:16 -04:00
Barry Warsaw af9a392e94 ValueError instead of TypeError 2013-04-05 14:23:18 -04:00
Barry Warsaw ec85633fa4 A couple of corrections and additions. 2013-04-05 13:52:37 -04:00
Eli Bendersky cbd95cbb7b Trim trailing whitespace 2013-04-04 06:52:41 -07:00
Eli Bendersky 44b674e3a4 Updated PEP 435:
* split the main section to some subsections, to make it more readable
* described non-int values
* removed mentions of implicit int-ness of Enum, which is no longer
  supported (unless in IntEnum)
* described the new convenience API
* misc. cleanups
2013-04-04 06:52:14 -07:00
Eli Bendersky cb3c841bab Updates based on recent enhancements in flufl.enum + some clarifications.
More TODOs remain: importantly, the improved convenience/functional API.
2013-04-02 07:09:55 -07:00
Richard Jones e3654917be move references for future discussions from catalog-sig to distutils-sig 2013-03-31 09:18:51 +11:00
Nick Coghlan 0451397e5a Replace the right PEP 2013-03-30 21:39:06 +10:00
Nick Coghlan 84896d01e6 Split the versioning standard back out of PEP 426 2013-03-30 16:14:52 +10:00
Nick Coghlan d21b0478f2 Accept PEP 434 and mark it as Active 2013-03-30 11:39:20 +10:00
Georg Brandl ae8bc13577 PEP 434 update from Todd. 2013-03-29 09:10:34 +01:00
Brett Cannon f6173d49ed Minor grammar fix 2013-03-26 10:37:44 -04:00
Richard Jones 7dc0f6ca2d updates based on discussion on distutils-sig:
- add handling of setuptools requirements in package installation
- add ref to the pip issue tracking PEP implementation
- re-work the structure of the PEP to make it clearer (hopefully)
2013-03-26 14:52:54 +11:00
Benjamin Peterson 59310051be fix indentation 2013-03-25 17:51:06 -04:00
Brett Cannon 06fb2a83d3 Fix typo as submitted by Ethan Furman 2013-03-25 17:27:15 -04:00
Guido van Rossum 4362292e74 Clarify exactly how vague the spec for stop() really is. 2013-03-24 17:48:02 -07:00
Guido van Rossum 06c6f63510 Refactor run*() family, rename Handler->Handle, updated intros. 2013-03-24 13:34:39 -07:00
Brett Cannon ca459300f3 Fix header order for PEP 439 2013-03-21 21:31:45 -04:00
Richard Jones 0eb4edc54b fix content-type 2013-03-21 11:09:22 -07:00
Richard Jones 366c8ce39f merge 2013-03-21 09:13:23 -07:00
Richard Jones 304d9e9e98 correct spelling of Phillip Eby's name 2013-03-20 23:49:47 -07:00
Georg Brandl 9679c6fa6a release schedule update for 3.2.4 and 3.3.1 2013-03-21 07:28:31 +01:00