Alexander Belopolsky
983039fed2
PEP-0500: A protocol for delegating datetime methods
2015-08-08 18:07:27 -04:00
Brett Cannon
d7ef54d600
Convert all PEP-related code to be Python 2/3 compatible.
2015-08-08 14:04:29 -07:00
Brett Cannon
6040fa4e49
Fix a little grammar.
2015-08-08 14:03:59 -07:00
Brett Cannon
aea7672a91
Add a Makefile command to create a virtualenv with the necessary projects installed.
2015-08-08 12:54:36 -07:00
Nick Coghlan
505278b8c3
PEP 501: Fix typo reported by Florian Bruhin
2015-08-09 00:56:03 +10:00
Nick Coghlan
d99b58e533
Cede the PEP 500 number to Alexander for his TZ PEP
2015-08-09 00:55:03 +10:00
Nick Coghlan
10a41bf8b2
Update PEP 474 for my change in role
2015-08-09 00:52:37 +10:00
Eric V. Smith
0ed11e5754
Add a placeholder to remind me to insert my research on what other languages support.
2015-08-08 10:07:40 -04:00
Nick Coghlan
713e0f2c1f
PEP 500: adding a missing 'not'
2015-08-08 19:28:56 +10:00
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