Donald Stufft
|
eb8155bac5
|
merge
|
2015-08-29 10:40:35 -04:00 |
Donald Stufft
|
e3731d161a
|
Add Paul Moore as Delegate, remove Data Sovereignty section, add Opposition section
|
2015-08-29 10:40:20 -04:00 |
Eric V. Smith
|
617e3748a8
|
Added a section on the same expression being used multiple times in the same f-string.
|
2015-08-28 21:43:48 -04:00 |
Eric V. Smith
|
5d0b58c678
|
Fixed escape sequence.
|
2015-08-28 14:59:05 -04:00 |
Eric V. Smith
|
35c0d9cc75
|
Fixed awkward wording.
|
2015-08-28 14:27:58 -04:00 |
Eric V. Smith
|
c0c7101fa5
|
Added specification for order of escape sequence processing.
|
2015-08-28 14:26:58 -04:00 |
Eric V. Smith
|
088fee8cb8
|
Moved order of evaluation into the Specification section, since it's guaranteed.
|
2015-08-28 12:21:04 -04:00 |
Eric V. Smith
|
3e2bcc6966
|
Moved a sentence to where it makes more sense.
|
2015-08-28 11:41:58 -04:00 |
Eric V. Smith
|
75f463a375
|
Added section on order of evaluation.
|
2015-08-28 11:16:23 -04:00 |
Eric V. Smith
|
174ea8308e
|
Escape some backslashes.
|
2015-08-28 11:03:07 -04:00 |
Eric V. Smith
|
fac2b212af
|
Fixed call to super().__new__.
|
2015-08-27 10:48:24 -04:00 |
Eric V. Smith
|
8af0c666ad
|
Added a note that the str.format() parser is not suitable for use when implementing f-strings.
|
2015-08-27 10:20:59 -04:00 |
Donald Stufft
|
61eadfb105
|
Reword the call to action in the data sovereignty section
|
2015-08-27 08:40:40 -04:00 |
Alexander Belopolsky
|
f880710236
|
merge
|
2015-08-26 22:24:54 -04:00 |
Alexander Belopolsky
|
074d268a3d
|
PEP 495: The big rename. Changed 'first' to 'fold'.
|
2015-08-26 22:24:22 -04:00 |
Donald Stufft
|
a1f6745283
|
Better capitalization of title
|
2015-08-26 21:56:04 -04:00 |
Donald Stufft
|
696b4933d8
|
Update PEP 470
|
2015-08-26 21:23:54 -04:00 |
Eric V. Smith
|
6562c0033c
|
Fix trivial typos.
|
2015-08-26 20:17:12 -04:00 |
Alexander Belopolsky
|
e4ab3cdbd9
|
PEP 495: Added 'which' as a discussed name variant.
|
2015-08-26 10:37:02 -04:00 |
Eric V. Smith
|
6cedddc12d
|
Fixed a typo found by Jochen Kupperschmidt. Thanks!
|
2015-08-26 06:08:21 -04:00 |
Eric V. Smith
|
68a8d4e43c
|
Note a few implementation details or restrictions.
|
2015-08-25 16:38:29 -04:00 |
Alexander Belopolsky
|
1c0b0ee97a
|
PEP 495: Added a preamble to a first=None variant.
|
2015-08-24 17:29:10 -04:00 |
Eric V. Smith
|
08777faecd
|
Added some examples from Python's source. Both 'before' (str.format) and 'after' (f-strings).
|
2015-08-24 15:49:18 -04:00 |
Eric V. Smith
|
03ef9d23e5
|
Remove str.interpolate. It's just an implementation detail. It can be exposed at a later date, if need be.
|
2015-08-24 14:35:44 -04:00 |
Eric V. Smith
|
eb9b98c932
|
More typos.
|
2015-08-24 09:20:50 -04:00 |
Eric V. Smith
|
9d28e9ee71
|
Typos.
|
2015-08-24 08:00:49 -04:00 |
Nick Coghlan
|
e4bd0c9b1e
|
PEP 501: Explicit note regarding prerendering templates
|
2015-08-23 14:17:45 +10:00 |
Nick Coghlan
|
1c7e1613cb
|
PEP 501: remove remnants of previous iteration
|
2015-08-23 13:44:47 +10:00 |
Nick Coghlan
|
215e3d0aee
|
PEP 501: Add a new post date for this version
|
2015-08-23 12:41:30 +10:00 |
Nick Coghlan
|
e27e7a0338
|
PEP 501: string prefix redux, now with template objects
|
2015-08-23 12:38:55 +10:00 |
Nick Coghlan
|
150cb59734
|
PEP 501: named field attrs, update keyword arg discussion
|
2015-08-23 07:34:57 +10:00 |
Alexander Belopolsky
|
ea53115841
|
PEP 495: Are two values enough? // Backward Compatibility
|
2015-08-22 21:22:28 -04:00 |
Alexander Belopolsky
|
e49267ccaf
|
PEP 495: typo
|
2015-08-22 17:33:28 -04:00 |
Alexander Belopolsky
|
7d2fb4b8db
|
PEP 495: Are two values enough?
|
2015-08-22 17:24:15 -04:00 |
Nick Coghlan
|
98fc50b68c
|
PEP 501: switch to a more normal binary operator
|
2015-08-23 07:04:33 +10:00 |
Nick Coghlan
|
d377d6216a
|
PEP 501: add logging examples, other tweaks
|
2015-08-22 21:17:31 +10:00 |
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 |