Commit Graph

5768 Commits

Author SHA1 Message Date
Georg Brandl d12d5be6d3 Add new security releases. 2014-09-30 17:49:17 +02:00
Nick Coghlan f8f0056806 PEP 394: fix typo 2014-09-30 21:24:40 +10:00
Nick Coghlan 68458f5634 PEP 394: Change verb tense & cover 2.7 maintenance extension 2014-09-30 21:20:14 +10:00
Nick Coghlan 0f8d772c36 PEP 394: Clarify that "python" should mean "python2" 2014-09-30 21:18:22 +10:00
Benjamin Peterson 1562f7779b use https 2014-09-29 23:55:52 -04:00
Larry Hastings 35b8145bb8 Updates for 3.5 release schedule PEP--different WE, more PEPs. 2014-09-24 21:13:07 -07:00
Victor Stinner 009ca35ac5 PEP 478: replace "3.4" with "3.5" 2014-09-24 17:02:24 +02:00
Nick Coghlan 3f1f4bf049 PEP 470: fix typo spotted by Jan Pokorný 2014-09-24 10:12:29 +10:00
Nick Coghlan 2c84a77cfc Some PEP status updates based on my current priorities 2014-09-23 19:44:33 +10:00
Larry Hastings cfb0a47ed5 New PEP: PEP 478, Release Schedule For Python 3.5. 2014-09-23 01:17:13 +01:00
Alex Gaynor 06409bf984 PEP476: Corrected a typo 2014-09-20 09:19:19 -07:00
Alex Gaynor 5c4cb9f0eb PEP476: Explicitly mention (and discourage) the ability to monkeypatch, and note the python versions 2014-09-20 08:41:47 -07:00
Alex Gaynor ad1de7d800 PEP476: Updates based on feedback from Guido.
Fixed several typos, clean up language, and included an example of opting out
2014-09-19 15:33:00 -07:00
Alex Gaynor 53dc5c2c30 PEP476: Updated based on proposed API from Nick. Also note that #22366 has been landed. 2014-09-19 09:51:17 -07:00
Alex Gaynor 7ba13f8563 PEP 476: Link to the two relevant tickets 2014-09-15 14:29:40 -07:00
Victor Stinner c6eb2d4341 PEP 418: Fix clock_resolution.py script 2014-09-15 13:31:42 +02:00
Larry Hastings 5d40e85c43 Updated dates for 3.4.2 schedule. 2014-09-10 13:34:46 -07:00
Benjamin Peterson f4eae13960 show how to purge CDN 2014-09-09 11:47:10 -04:00
Larry Hastings 8879371ee0 Was there a single thing in my 3.4.1 / 3.4.2 schedules I didn't screw up? Nope! 2014-09-07 18:36:08 -07:00
Larry Hastings 1130c07e3d Updated 3.4 release schedule for all extant and planned releases. 2014-09-07 05:41:05 -07:00
Benjamin Peterson 3019c67d1f use correct article (closes #22342) 2014-09-05 16:28:49 -04:00
Alex Gaynor e600e5ed73 PEP 476: Updates based on Guido's feedback on python-dev 2014-09-05 10:23:19 -07:00
Nick Coghlan 846f53fcf7 Resolution link for PEP 477 acceptance 2014-09-04 14:19:57 +10:00
Benjamin Peterson 9193d196ab accept pep 477 2014-09-03 22:22:19 -04:00
Nick Coghlan 332a9d1795 PEP 477: With GvR's approval, Benjamin is the BDFL-Delegate 2014-09-04 09:54:58 +10:00
Benjamin Peterson 366228b339 this is a standards track pep 2014-09-03 19:24:58 -04:00
Victor Stinner ff358c86eb PEP 471: Minor change, rename scandir() parameter from "directory" to "path" 2014-09-02 21:12:14 +02:00
Nick Coghlan 1633e8f02b PEP 440: Missed one update for single number releases 2014-09-02 21:15:46 +10:00
Benjamin Peterson c3aeedb327 docs have moved 2014-09-01 22:46:19 -04:00
Guido van Rossum d2c09a26cf Clarify space around colon in slice (severa cases). 2014-08-31 20:18:33 -07:00
Alex Gaynor dcaa78ee96 PEP 476: Better document the warning mechanism discussed on python-dev 2014-08-31 16:57:21 -07:00
Benjamin Peterson 77a0b8d7e2 add missing words 2014-08-31 12:12:42 -04:00
Benjamin Peterson 56d867d8e3 actually need two underscores... 2014-08-31 11:25:32 -04:00
Benjamin Peterson cc5862814b fix links 2014-08-31 10:51:10 -04:00
Nick Coghlan d8f43da0eb PEP 477: selected 2.7 backports for ensurepip 2014-08-31 21:58:00 +10:00
Benjamin Peterson 3725d5f124 updates for downloads move 2014-08-30 17:25:09 -04:00
Alex Gaynor c7657405ff PEP 476: Updates based on feedback from python-dev 2014-08-30 10:55:06 -07:00
Donald Stufft 7febb94878 Add PEP 476 - Enabling certificate verification by default for stdlib http clients 2014-08-29 15:44:32 -04:00
Benjamin Peterson de924e44b6 pep 466 implementation is complete 2014-08-28 12:39:34 -04:00
Benjamin Peterson c24c917575 urandom is done 2014-08-28 12:30:50 -04:00
Benjamin Peterson 178d452501 record completion of hashlib backport 2014-08-28 09:58:17 -04:00
Victor Stinner 09d36fba17 PEP 475: fix typos 2014-08-27 23:17:15 +02:00
Nick Coghlan e8bcf5c21a Update PEP 466 to reflect SSL merge 2014-08-23 14:28:08 +10:00
Nick Coghlan df28da700d Accept PEP 440, superseding PEP 386 2014-08-22 22:43:42 +10:00
Nick Coghlan dc7a5009c0 PEP 440: Patch from Donald to address distutils-sig feedback 2014-08-22 19:53:21 +10:00
Barry Warsaw 422ebe6d79 A few extra clarifications about multiline if and with statements. Also,
conform the multiline-if statement conditionals to other recommendations in
the PEP, i.e. that lines in a multiline conditional end with the binary
operator.
2014-08-17 12:24:10 -04:00
Nick Coghlan a240f27644 PEP 8: try to better explain a somewhat cryptic guideline 2014-08-17 10:41:13 +10:00
Nick Coghlan 1eb3bdaecd PEP 467: fix title to also cover memoryview 2014-08-16 16:59:02 +10:00
Nick Coghlan 5581d2437c PEP 467: note additional post date 2014-08-16 15:09:25 +10:00
Nick Coghlan 19a8de5ca0 PEP 467: try to streamline the proposal 2014-08-16 15:05:16 +10:00