Steven D'Aprano
|
31d76ee55a
|
Add default entropy.
|
2015-10-05 03:11:17 +11:00 |
Steven D'Aprano
|
2e7f441334
|
Add sample code, default arguments, naming conventions.
|
2015-10-03 21:42:05 +10:00 |
Alexander Belopolsky
|
d211d0dc9e
|
PEP 495 (minor): Corrected a typo.
|
2015-09-24 19:23:49 -04:00 |
Donald Stufft
|
0c0aae4103
|
Accept the PEP
|
2015-09-24 12:05:15 -04:00 |
Donald Stufft
|
02df4d2951
|
Add the data-gpg-sig attribute to file links
|
2015-09-24 12:01:20 -04:00 |
Eric V. Smith
|
73a7b5b6bb
|
Issue 25206: fix f-string exceptions to match the code.
|
2015-09-24 08:54:17 -04:00 |
Eric V. Smith
|
acf3f87883
|
Simplified example.
|
2015-09-22 17:57:36 -04:00 |
Eric V. Smith
|
e7c46cdbe8
|
More on issue 25206: typo.
|
2015-09-22 11:27:43 -04:00 |
Alexander Belopolsky
|
489ca44aa3
|
PEP 500: Changed status to "Rejected."
|
2015-09-21 19:50:15 -04:00 |
Alexander Belopolsky
|
77b9cc32e6
|
PEP 495: Changed status to "Accepted."
|
2015-09-21 19:42:51 -04:00 |
Alexander Belopolsky
|
587703fd20
|
merge
|
2015-09-21 17:52:52 -04:00 |
Alexander Belopolsky
|
8c4b892a2c
|
PEP 495 (minor): Final edits.
|
2015-09-21 17:52:10 -04:00 |
Eric V. Smith
|
34af22026f
|
Partial fix for issue 25206: Fixed format() call.
|
2015-09-21 17:16:30 -04:00 |
Alexander Belopolsky
|
8ba4c55f8f
|
PEP 495 (minor): Corected markup.
|
2015-09-21 17:12:12 -04:00 |
Guido van Rossum
|
32b6a542bd
|
A variety of small edits and clarifications to PEP 495.
|
2015-09-21 13:21:26 -07:00 |
Alexander Belopolsky
|
c5bfd7e3d0
|
PEP 495: Corrected a typo. Thanks Carl Meyer.
|
2015-09-21 13:33:12 -04:00 |
Alexander Belopolsky
|
52d1eae40a
|
PEP 495: Mention pure Python datetime.py in the .replace(fold=None) rationale.
|
2015-09-21 13:02:27 -04:00 |
Alexander Belopolsky
|
fe56e39ff6
|
PEP 495: Applied a patch from Carl Meyer.
|
2015-09-21 13:00:13 -04:00 |
Alexander Belopolsky
|
b528f52152
|
PEP 495: Corrected a typo.
|
2015-09-20 23:52:23 -04:00 |
Alexander Belopolsky
|
b94d931923
|
PEP 495: Updated the datetime.h link.
|
2015-09-20 23:23:49 -04:00 |
Alexander Belopolsky
|
8954f5daa5
|
PEP 495: Updated the Github link.
|
2015-09-20 23:18:38 -04:00 |
Alexander Belopolsky
|
e4087c70ad
|
PEP 495: New pickle format.
|
2015-09-20 23:17:33 -04:00 |
Alexander Belopolsky
|
6e5376dde9
|
PEP 495: Rewrote Guidelines for New tzinfo Implementations.
|
2015-09-20 22:42:43 -04:00 |
Alexander Belopolsky
|
a78505b28d
|
PEP 495: Attempt to fix the fold sketch by renaming the image file.
|
2015-09-20 20:57:14 -04:00 |
Alexander Belopolsky
|
929570b4a6
|
PEP 495: Removed emacs-generated artifact.
|
2015-09-20 20:53:01 -04:00 |
Alexander Belopolsky
|
3f9fb89a68
|
PEP 495: Give up waiting for sidebar rendering to be fixed.
|
2015-09-20 20:50:45 -04:00 |
Alexander Belopolsky
|
3cdb11485b
|
merge
|
2015-09-20 20:25:44 -04:00 |
Alexander Belopolsky
|
814d372811
|
PEP 495: Added a gap sketch.
|
2015-09-20 20:25:12 -04:00 |
Nick Coghlan
|
fd1d3d8396
|
PEP 504 is withdrawn, not deferred
|
2015-09-20 23:02:31 +10:00 |
Nick Coghlan
|
1b6ff2b4f6
|
Withdraw PEP 504 in favour of 506
|
2015-09-20 21:53:54 +10:00 |
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 |