Commit Graph

6300 Commits

Author SHA1 Message Date
Eric V. Smith c8910c0c71 Fix 2 typos. Thanks Johan Musaeus Bruun. 2015-09-12 06:48:29 -04:00
Brett Cannon a3a6301c92 Fix Python 3 compatibility. 2015-09-11 10:39:21 -07:00
Brett Cannon 31ed37e00e Make the ignoring of envs more broad. 2015-09-11 10:02:51 -07:00
Eric V. Smith 7bcfd64f81 After discussing with Guido, allow both 'f' and 'F'. 2015-09-10 04:03:33 -04:00
Eric V. Smith 5572aeccab PEP 498 accepted. Yay! Thanks, all. 2015-09-08 20:38:45 -04:00
Eric V. Smith ebbbc136c1 Added some text about escaping quote chars, and about raw f-strings. 2015-09-08 20:10:44 -04:00
Larry Hastings 5189173b1e Made a first attempt at updating PEP 101 on how to update the new web site.
Also updated the 3.5 release schedule with final dates for rc2 and rc3.
2015-09-07 18:39:54 -07:00
Eric V. Smith 50b63b0e5f Grammar fix. 2015-09-06 18:15:38 -04:00
Eric V. Smith 0c4d7c180b Note that comments are not allowed inside expressions. 2015-09-05 17:07:48 -04:00
Barry Warsaw 3732c04a7a Spell checked. 2015-09-05 13:50:27 -04:00
Donald Stufft 55d84e727c PEP 503: Fix typos, add clarification, and add the missing GPG signatures 2015-09-05 12:11:45 -04:00
Nick Coghlan 8639c5c8cd Defer PEP 501 2015-09-05 22:07:14 +10:00
Donald Stufft a4d83001ce Remove a stray ) 2015-09-04 21:41:00 -04:00
Eric V. Smith 6f10852026 Merge heads. 2015-09-04 21:26:29 -04:00
Eric V. Smith 581f95229f Removed unneeded footnotes referencing other PEPs. Cleaned up some language. Fixed up some formatting errors. 2015-09-04 21:25:59 -04:00
Donald Stufft 99caf2fba1 Add PEP 503 - Simple Repository API 2015-09-04 21:11:56 -04:00
Eric V. Smith c865de6aa8 Remove unused footnotes. 2015-09-04 21:04:21 -04:00
Eric V. Smith cab992dc7e Update Post-History. 2015-09-04 20:29:54 -04:00
Eric V. Smith b9502b9255 Note how f-strings are tokenized and decoded before scanning for expressions. 2015-09-04 20:28:35 -04:00
Eric V. Smith 2f170cfcaf Add notion of adding implicit parens before parsing the expression. This allows for newlines in the expressions. 2015-09-04 17:09:56 -04:00
Eric V. Smith c377e4765f Removed Implementation Limitations section. While the version of the code on http://bugs.python.org/issue24965 has the 255 expression limitation, I'm going to remove this limit. The i18n section was purely speculative. We can worry about it if/when we add i18n and i-strings. 2015-09-04 15:01:35 -04:00
Eric V. Smith 2025cc03c5 Make examples easier to read by using '+' instead of ''.join(). 2015-09-04 14:37:43 -04:00
Eric V. Smith a2f904c448 Fix typo introduced when switching to backquotes. 2015-09-04 05:34:35 -04:00
Donald Stufft 00347d591d Accept PEP 470 2015-09-02 15:00:42 -04:00
Chris Angelico 7c9e9bd95d Allocate PEP 502 for Mike Miller's proposal 2015-09-01 03:26:19 +10:00
Alexander Belopolsky 337a05b556 PEP 495: Added a vertical segment to the graph. 2015-08-30 22:49:58 -04:00
Alexander Belopolsky e4a8648d6c PEP 495: It looks like .png should be given explicitly. 2015-08-30 22:38:20 -04:00
Alexander Belopolsky 57e11b3eea PEP 495: Added png rasterization of the fold sketch. 2015-08-30 22:27:51 -04:00
Alexander Belopolsky 111ddfa3e8 PEP 495: Listed additional affected methods. 2015-08-30 22:15:10 -04:00
Alexander Belopolsky acc385bc72 PEP 495: Added 'Aware datetime instances' subsection. 2015-08-30 22:01:40 -04:00
Alexander Belopolsky d8b976eb72 PEP 495: Added a sketch illustrating a 'fold'. 2015-08-30 21:40:19 -04:00
Donald Stufft d8e878c5e6 Add a FAQ entry to PEP 470 on why people should register with PyPI 2015-08-30 09:51:38 -04:00
Eric V. Smith e87b03e606 Changed title. 2015-08-30 09:16:20 -04:00
Nick Coghlan 06be15f446 PEP 501: Incorporate feedback from Eric V. Smith 2015-08-30 20:59:05 +10:00
Nick Coghlan 651a74028d PEP 501: Build on 498 instead of competing 2015-08-30 13:44:31 +10:00
Donald Stufft fbe3070944 Fix incorrect spelling of inherent 2015-08-29 19:22:23 -04:00
Donald Stufft ac451a1fce Update PEP 470 to flesh out Paul's suggestions 2015-08-29 19:10:55 -04:00
Eric V. Smith e2c32c47d2 Yet another attempt to clear up wording in this section. 2015-08-29 17:45:36 -04:00
Eric V. Smith dda8eb22a9 Fixed wording. 2015-08-29 16:21:04 -04:00
Eric V. Smith 8546af530e Added inline literal markup. 2015-08-29 16:20:18 -04:00
Eric V. Smith 9143b2852d Improve some wording. 2015-08-29 16:02:17 -04:00
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