Eric V. Smith
64873d50e1
Moved the deprecation statement to a place that makes more sense. Thanks Mike Miller.
2015-08-11 09:32:15 -04:00
Larry Hastings
5552ce3603
Touch-ups for Python 3.5 release schedule.
2015-08-10 17:18:01 -07:00
Yury Selivanov
131b9e0328
pep-494: Add recently discussed PEPs to 3.6 proposed changes
2015-08-10 14:51:51 -04:00
Eric V. Smith
acf7aa34da
Small typos. Added section about nested expressions inside format specifiers.
2015-08-10 09:17:36 -04:00
Alexander Belopolsky
908470b0aa
PEP 495: Updated the backward compatibility section.
2015-08-09 20:58:00 -04:00
Alexander Belopolsky
d5b563e29e
PEP 495: 'Treminology' section and minor edits.
2015-08-09 20:33:18 -04:00
Alexander Belopolsky
c08a7777ec
PEP 495: Removed a separate 'Comparison' section.
2015-08-09 20:05:46 -04:00
Alexander Belopolsky
01f91829df
PEP 495: Corrected tables markup.
2015-08-09 20:02:58 -04:00
Alexander Belopolsky
84f2f4134d
Updated PEP 495:
...
* Explained creation of invalid instances.
* Added "Combining and splitting date and time" section.
* Clarified that fromutc() will not change.
* Removed a paragraph listing methods that can produce first=False.
* Corrected spelling mistakes.
2015-08-09 19:51:45 -04:00
Eric V. Smith
8886508947
Fixed code typos. Minor rewording.
2015-08-09 17:08:17 -04:00
Alexander Belopolsky
1429bb2ec2
Corrected a typo in PEP-0500.
2015-08-08 18:17:08 -04:00
Alexander Belopolsky
5d7564d879
merge
2015-08-08 18:08:06 -04:00
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