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
Ethan Smith
8396bb4fd2
PEP 461: Distributing and Packaging Type Information ( #415 )
2017-09-10 15:34:44 -07:00
Guido van Rossum
4f82ff5bf3
Delete wrong file
2017-09-10 12:53:26 -07:00
Ivan Levkivskyi
1c3d85cc5e
PEP 560: Core support for generic types ( #411 )
2017-09-10 11:53:54 -07:00
Guido van Rossum
051f47153a
Fix headers order
2017-09-10 11:29:01 -07:00
Guido van Rossum
ae8a94b2fe
Rename PEP 562 to 0562 (add leading 0 to filename)
2017-09-10 11:26:34 -07:00
Ivan Levkivskyi
877ece9427
PEP 562: module __getattr__ ( #412 )
...
This is an alternative (or complementary?) proposal to PEP 549.
2017-09-10 11:24:24 -07:00
Barry Warsaw
4c8bf1956e
Rejected!
2017-09-10 10:18:53 -07:00
Barry Warsaw
de35168396
Add link to PR.
2017-09-10 10:02:56 -07:00
Ethan Smith
ee64ced217
PEP 484: Clarify Python versioning in stub file search path ( #410 )
2017-09-09 20:56:06 -07:00
Barry Warsaw
13595c99f2
Add Post-History
2017-09-09 11:42:08 -07:00
Barry Warsaw
f5e0e7c2be
Add Nick's feedback.
2017-09-09 11:41:41 -07:00
Barry Warsaw
80b1eb58ae
Merge branch 'pep-559'
2017-09-08 16:16:44 -07:00
Nick Coghlan
94e6606edb
PEP 558: Update for conversation with Guido
...
- new open questions around how storage and updates
will work
- note that we definitely *don't* want to return the
write-through proxy from locals() at function scope
2017-09-08 16:14:04 -07:00
Barry Warsaw
e8439f8b80
PEP 559
2017-09-08 16:12:51 -07:00
Eric Snow
a6d74b181c
PEP 554: minor cleanup and renames. ( #405 )
...
Raymond gave me some good feedback. Thanks, Raymond!
2017-09-08 16:01:04 -07:00
Guido van Rossum
c04dd529ad
Clarify bullets for Function scope ( #403 )
...
* Clarify bullets for Function scope
* fix backticks
2017-09-09 08:42:12 +10:00
Benjamin Peterson
f026481062
make the reST template pep have a .rst extension
2017-09-08 15:30:44 -07:00
Antoine Pitrou
8ccbccbe9d
PEP 552 should have the .rst extension ( #404 )
2017-09-09 00:29:20 +02:00
Nick Coghlan
51fae75f34
PEP 558: add missing word
2017-09-08 14:58:29 -07:00
Antoine Pitrou
38177aa3c7
Merge branch 'master' of github.com:python/peps
2017-09-08 23:56:35 +02:00
Nick Coghlan
6ac5975fdb
PEP 558: Defined semantics for locals()
2017-09-08 14:55:50 -07:00
Eric Snow
a6663d4afc
Clarify about running interpreters. ( #402 )
2017-09-08 14:17:33 -07:00
Eric Snow
77ed1dcc30
Add an object passing mechanism to PEP 554. ( #401 )
...
This change also enumerates some of the concerns discussed on the mailing list.
2017-09-08 14:04:39 -07:00
Antoine Pitrou
bc0a86eb8d
Mention fork()
2017-09-08 22:08:27 +02:00
Larry Hastings
e2eb97526c
Updated PEP 549, now titled Instance Descriptors.
2017-09-08 12:10:14 -07:00
Eric Snow
d04497d60c
Add a section about interpreter isolation. ( #400 )
2017-09-08 11:59:32 -07:00
Benjamin Peterson
2164c30c3d
rm extra word
2017-09-08 10:48:18 -07:00
Benjamin Peterson
dfa8fd0bcc
bitset -> bit field
2017-09-08 10:47:43 -07:00
Benjamin Peterson
3111bc70c7
simplify sentence
2017-09-08 10:46:56 -07:00
Benjamin Peterson
e909d34d27
simplify pyc header format
2017-09-08 10:34:58 -07:00
Antoine Pitrou
2c88e2d062
Merge branch 'master' of github.com:python/peps
2017-09-08 19:11:29 +02:00
Antoine Pitrou
3f7fb2b63f
Mention regular finalizer execution (Nick)
2017-09-08 19:11:08 +02:00