Commit Graph

7141 Commits

Author SHA1 Message Date
Eric Snow e9be941a26 PEP 554: Address feedback. (#426) 2017-09-22 17:51:38 -06:00
Brett Cannon cc8ae3d31d Fix a spelling mistake 2017-09-20 15:10:27 -07:00
Ned Deily 8e8267da41 3.7.0a1 release 2017-09-19 16:02:17 -04:00
Ned Deily adc9f7c883 3.6.3rc1 and tentative 3.6.4 dates 2017-09-19 14:19:42 -04:00
Antoine Pitrou 1493f357e4 Change heading levels 2017-09-19 11:20:14 +02:00
Ned Deily 0d891e1483 3.3.7 final released 2017-09-19 04:58:58 -04:00
Nick Coghlan 0903eac8d8 Defer PEP 426 again 2017-09-18 20:56:39 +10:00
Barry Warsaw e102adf1e3 A minor rendering fix. 2017-09-17 13:43:29 -04:00
Nick Coghlan 82e7688a22 PEP 558: Simplify the proposed locals() changes
We should be able to resolve the reported problems just
by changing how trace hooks work, rather than making
any fundamental changes to locals() or frame.f_locals.
2017-09-17 17:40:13 +10:00
Larry Hastings 10d9b415de Updated dead link on PEP 318 (decorators). 2017-09-16 02:08:44 -07:00
Benjamin Peterson 67602a3a5b the --check-hash-based-pycs option 2017-09-15 15:22:41 -07:00
Benjamin Peterson 832453cfda make the fill column 80 2017-09-15 15:12:30 -07:00
Benjamin Peterson 0a37e22530 red-flag -> completely broken 2017-09-15 15:09:49 -07:00
Benjamin Peterson 39e9285d47 add 'for example' 2017-09-15 15:07:40 -07:00
Benjamin Peterson f43f785dae zap extra word 2017-09-15 15:04:58 -07:00
Barry Warsaw beee344f48 Version information. 2017-09-13 19:12:12 -07:00
Barry Warsaw 5beb1c01ef Update Post-History 2017-09-13 18:56:20 -07:00
Eric Snow 5670238a0d PEP 554: FIFO -> channel (and a more notes). (#424) 2017-09-13 18:35:40 -07:00
Barry Warsaw 2ed8903b5a Don't use numeric references. 2017-09-13 16:54:22 -07:00
Barry Warsaw 0a64b078b6 Some discussion on when the envar should be evaluated. 2017-09-13 16:20:59 -07:00
Barry Warsaw e53582e975 Make $PYTHONBREAKPOINT a first class feature. 2017-09-13 08:02:10 -07:00
Larry Hastings 699c1d07c1 Merge branch 'master' of github.com:python/peps 2017-09-13 02:42:12 -07:00
Larry Hastings b7f15462a0 Update PEP 549 with link to PR. 2017-09-13 02:41:59 -07:00
Mariatta 774605456f Mark PEP 212 as Rejected (GH-421)
- author unreachable
- enumerate() covers the use case

Closes https://github.com/python/peps/issues/207
2017-09-12 21:06:37 -07:00
Benjamin Peterson 5d965ca285 adding missing word 2017-09-12 16:39:33 -07:00
Benjamin Peterson d92f361e3b add post-history for 552 2017-09-12 16:30:08 -07:00
Benjamin Peterson 0cef01b1ce remove extra word 2017-09-12 16:29:40 -07:00
Iustin Pop 29e825f0c2 A few wording fixed to pep-0484 (#339) 2017-09-12 16:29:16 -07:00
Huang Huang d80d5be223 reSTify PEP 205 (#369) 2017-09-12 16:27:44 -07:00
Huang Huang a49551d35b reSTify PEP 230 (#370) 2017-09-12 16:27:32 -07:00
Huang Huang b596c6abe3 reSTify PEP 285 (#366) 2017-09-12 16:27:12 -07:00
Huang Huang 27d218f1bb reSTify PEP 207 (#371) 2017-09-12 16:26:10 -07:00
Huang Huang 3035a38e55 reSTify PEP 102 (#372) 2017-09-12 16:25:57 -07:00
Huang Huang 0f008dd229 reSTify PEP 227 (#373) 2017-09-12 16:25:44 -07:00
Huang Huang 3f83280386 reSTify PEP 252 (#389) 2017-09-12 16:25:11 -07:00
Huang Huang ca41d18043 reSTify PEP 209 (#406) 2017-09-12 16:22:41 -07:00
Huang Huang 58037ff300 reSTify PEP 245 (#407) 2017-09-12 16:22:29 -07:00
Huang Huang 916f0862cf reSTify PEP 231 (#408) 2017-09-12 16:22:15 -07:00
Huang Huang c510df9ac8 reSTify PEP 246 (#409) 2017-09-12 16:22:04 -07:00
Ethan Smith cd6642d2f2 Updates for PEP 561 (#416) 2017-09-12 16:21:12 -07:00
Ivan Levkivskyi 93e46775f0 Update PEP 562 with an example (#418)
This adds an example of module __getattr__ usage that implements lazy imports to Rationale of PEP 562.
2017-09-12 16:20:27 -07:00
Steve Dower 184d7c7fee Moves os.open_for_exec to _imp.open_for_import and simplifies the signature. (#420) 2017-09-12 15:59:49 -07:00
Eric Snow aef969627a Updates for PEP 554. (#419) 2017-09-12 12:31:24 -07:00
Ivan Levkivskyi 0926eeee4c Fix typo in PEP 560 : moth -> month (GH-417) 2017-09-12 03:53:49 -07:00
Victor Stinner b43b49d599 PEP 490: Reject myself my old PEP 2017-09-12 11:46:00 +02:00
Eric V. Smith 11f422bdc7 Fix typo. 2017-09-11 17:57:26 -04:00
Barry Warsaw 8fba9ebb22 Merge branch 'master' of github.com:python/peps 2017-09-11 11:10:59 -07:00
Barry Warsaw 6d4f10e59d Fix some minor typos. 2017-09-11 11:10:36 -07:00
Lukasz Langa 454c88950b PEP 563: Postponed Evaluation of Annotations
Draft 0.  PEP number assigned by GvR in
77557db51c (commitcomment-24210467)
2017-09-11 08:05:32 -07:00
Nick Coghlan 6fe422400a PEP 559: Fix typo in my name 2017-09-11 13:04:07 +10:00