Nick Coghlan
e91d95900e
Update Tim's email address so PEPs build again
2015-08-22 19:57:41 +10:00
Nick Coghlan
1bd21bb257
Major redesign of PEP 501 interpolation
2015-08-22 19:57:17 +10:00
Alexander Belopolsky
673f1ce88d
PEP 495: Added Tim Peters as an author.
2015-08-21 22:39:45 -04:00
Alexander Belopolsky
173e09ac8b
PEP 495: Addressed several (not all yet) mailing list commments.
2015-08-21 22:28:19 -04:00
Eric V. Smith
104dc4b901
Restored accidentally deleted newline.
2015-08-21 18:38:38 -04:00
Eric V. Smith
29a1f236da
Flushed out more text. Other than removing !s, !r, and !a, I think I am mostly done.
2015-08-21 18:35:55 -04:00
Eric V. Smith
1d6b74f376
Improve comparison to string.Template and %-formatting.
2015-08-21 05:13:39 -04:00
Eric V. Smith
7261e0d009
Better link for PEP 461.
2015-08-21 04:57:04 -04:00
Eric V. Smith
86db15618e
Added more words about rejecting binary f-strings.
2015-08-21 04:54:23 -04:00
Eric V. Smith
71c8591e16
Fix some markup.
2015-08-20 21:18:50 -04:00
Eric V. Smith
14c0910963
Incorporate feedback from Guido. Still several more items to tackle.
2015-08-20 21:14:43 -04:00
Eric V. Smith
cb5ee58dbd
Clean up usage of format_spec and field_name. Add additional verbiage about i18n and concatenating adjacent f-strings.
2015-08-20 20:55:54 -04:00
Eric V. Smith
e5ad88af3d
Straightened out footnotes.
2015-08-20 20:27:23 -04:00
Eric V. Smith
10e7fb2a55
Also support !a, since it is in Python 3.
2015-08-20 20:13:37 -04:00
Eric V. Smith
2b710a1d86
PEP-498 updates: specify str.interpolate() and beef up some of the discussion text. Still needs work on the XXX marked sections.
2015-08-20 20:02:45 -04:00
Yury Selivanov
eaf9ea6841
pep-492: Fix example code
2015-08-18 10:21:19 -04:00
Alexander Belopolsky
86e9b6efcc
PEP 495: Corrected the missing time rule for timestamp.
2015-08-15 23:57:08 -04:00
Alexander Belopolsky
bef964294e
PEP 495: Minor markup fix.
2015-08-15 23:18:58 -04:00
Alexander Belopolsky
2812564e9f
PEP 495: Added a C-API section.
2015-08-15 20:24:23 -04:00
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