Commit Graph

6176 Commits

Author SHA1 Message Date
Berker Peksag 56ef8a5943 PEP 506: Improve markup 2015-09-20 03:21:55 +03:00
Berker Peksag 881818b70e PEP 505: Fix typo and markup 2015-09-20 03:05:19 +03:00
Chris Angelico 1067ca4d29 Create PEP 506 by RSTifying Steven's content 2015-09-20 08:58:49 +10:00
Georg Brandl d1a16cac54 Some PEP 505 fixes from Mark. 2015-09-19 21:10:05 +02:00
Eric V. Smith e3e40dd1d2 Make it clear that __format__ isn't called on the value of each expression, but rather on the type of the value. This is how the builtin format() function works, too. 2015-09-19 11:24:19 -04:00
Chris Angelico 89ebf86c06 Copyedit PEP 505 (one bit I missed in the first pass) 2015-09-19 12:20:26 +10:00
Chris Angelico f960623a1e Create PEP 505 for None-aware operators 2015-09-19 12:10:53 +10:00
Nick Coghlan 03d1f3be1a PEP 504: expand ensure_repeatable docstring 2015-09-17 00:31:39 +10:00
Nick Coghlan 107927ee7a Major simplification of PEP 504
- drop the submodule idea
- call random.ensure_repeatable() to opt in to the PRNG
- seed(), getstate(), setstate() all call ensure_repeatable()
2015-09-17 00:21:45 +10:00
Alexander Belopolsky 2702cd15b3 PEP 495: Added a fitting epigtaph to the "Temporal Arithmetic" section. 2015-09-15 16:11:37 -04:00
Nick Coghlan 4634a8bad8 PEP 504: Using the System RNG by default 2015-09-16 00:29:04 +10:00
Barry Warsaw a1b52cbcd9 Another update to 103 2015-09-15 08:33:38 -04:00
Barry Warsaw 7f3caf788c pep-0103.rst -> pep-0103.txt
Update Oleg's email address.
2015-09-15 08:32:16 -04:00
Larry Hastings e9eb03b5ca Touchup for PEP 101: installed docs should be group-writeable. 2015-09-15 09:10:50 +01:00
Chris Angelico 1bd2f20a00 Apply PEP 502 changes from Mike Miller 2015-09-15 11:37:22 +10:00
Barry Warsaw 2e0c8ba1b0 Move 13 -> 103 2015-09-14 21:21:40 -04:00
Barry Warsaw a5e4e75028 PEP 13 2015-09-14 18:12:42 -04:00
Larry Hastings 591403e575 Minor PEP 101 tweak. 2015-09-13 15:17:21 +01:00
Larry Hastings 903749c0fe Minor typo fix. ("Widnows" -> "Windows") 2015-09-13 06:51:13 +01:00
Alexander Belopolsky 3f37ea8e2b PEP 495: Minor rewording. 2015-09-12 23:54:36 -04:00
Alexander Belopolsky 61b77ae6a0 PEP 495: Corrected the description of an interzone arithmetic paradox. 2015-09-12 23:47:36 -04:00
Alexander Belopolsky e2f6146f36 PEP 495: Restore the transitivity of == comparisons. 2015-09-12 23:23:39 -04:00
Eric V. Smith 2f46d104f0 Some grammar and typo fixes. 2015-09-12 20:08:18 -04:00
Yury Selivanov 901365a362 Update email address for Yury Selivanov 2015-09-12 17:55:15 -04:00
Eric V. Smith c02acaa227 Removed being able to combine 'f' with 'u'. 2015-09-12 11:59:53 -04:00
Eric V. Smith 78c0674c85 Added a note about concatenating adjacent f-strings. 2015-09-12 06:55:44 -04:00
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