Commit Graph

5442 Commits

Author SHA1 Message Date
Ethan Furman 75d1dc404c PEP 461: add latest post date 2014-03-27 13:42:38 -07:00
Ethan Furman 881b096a56 add section on Python 2 compatibility 2014-03-27 12:46:04 -07:00
Ethan Furman 38d958603b remembered to save changes before committing :/ 2014-03-27 11:15:06 -07:00
Ethan Furman 0eb27066c4 fixed foot-notes; added %b and clarified %s as a synonym for %b 2014-03-27 11:06:08 -07:00
Nick Coghlan 2350056bf5 PEP 461: markup tweaks 2014-03-27 21:22:38 +10:00
Nick Coghlan 132b9e6560 PEP 466: reword maintainability section at Alex's request 2014-03-27 20:56:27 +10:00
Victor Stinner 411a9329de PEP 461: fix reST syntax 2014-03-27 11:34:18 +01:00
Ethan Furman d8a5b4d315 fix %a bytes example 2014-03-26 15:47:12 -07:00
Ethan Furman c633a95251 added list of currently supported codes; modified description for %a; added reference to competing PEP 460 2014-03-26 07:46:34 -07:00
Nick Coghlan e274ee9805 PEP 466: finish incomplete edit 2014-03-26 22:05:39 +10:00
Nick Coghlan 06d9b34e66 PEP 466: Fix copy & paste error 2014-03-26 22:03:06 +10:00
Nick Coghlan 9ea9830f61 PEP 466: switch to more selective backports 2014-03-26 21:46:42 +10:00
Ethan Furman 68ce00d52e incorporated %a comments; general clean-up 2014-03-25 15:33:49 -07:00
Nick Coghlan 8978bad5e8 PEP 466: further simplify the proposal
- dropped the "legacy ssl" branch idea again
- explained why selective backports are a bad idea
- better explained how long term support differs from short term
- better explained some downstream constraints
- explained that downstream redistributors have been respecting
  our upstream policies, potentially against their own better
  judgement
- used Red Hat's support cycle as a reference model
- removed the snarky comments that hit unintended targets
- note the need for Windows specific contributions as an open question
- not the general need for contributions of time as an open question
- last open question is whether or not we're happy this is the best
  available solution given downstream constraints
2014-03-25 22:40:26 +10:00
Nick Coghlan a0068e1e6a PEP 466: cover OpenSSL compatibility 2014-03-24 23:15:06 +10:00
Nick Coghlan 7d72c4cea2 PEP 466: narrow scope, add legacy SSL branch 2014-03-24 22:28:06 +10:00
Donald Stufft 46a1a3cdee Merge 2014-03-23 13:19:55 -04:00
Donald Stufft 275aed99f0 Accept PEP 464 2014-03-23 13:19:28 -04:00
Georg Brandl 61185b6534 PEP 101: as a new step in setting up a new branch, create a new whatsnew document. 2014-03-23 18:14:54 +01:00
Nick Coghlan 0fddb79b61 Update PEP 466 based on first round of feedback 2014-03-23 16:41:24 +10:00
Nick Coghlan fffdb92c3a PEP 466: finish incomplete sentence 2014-03-23 07:17:32 +10:00
Nick Coghlan 668b05ec6c PEP 466: Network security enhancement exception 2014-03-23 06:53:40 +10:00
Georg Brandl b866a0f408 small additional job in the tutorial 2014-03-22 20:40:03 +01:00
Guido van Rossum 77af598f5f New version of pep 465 (matrix multiply @ operator). Added scan-ops.py. 2014-03-18 11:07:32 -07:00
Andrew Kuchling 3328823e23 Typo fix 2014-03-17 21:13:16 -04:00
Terry Jan Reedy 01d68f885b PEP 0361: nothing tentative about releases any more ;-). 2014-03-17 17:20:46 -04:00
Éric Araujo dfefeac5ce Update SOABI PEP to reflect config var change (#16754).
Thanks to Arfrever Frehtes Taifersar Arahesis for the patch.
2014-03-17 16:32:35 -04:00
Georg Brandl 4b31a87366 Remove 3.3.6; 3.3.5 is the last ordinary bugfix release. 2014-03-17 19:19:22 +01:00
Larry Hastings 8f9830c6db The final update to PEP 429, the Python 3.4 release schedule. (I think!) 2014-03-17 10:30:52 -07:00
Georg Brandl 3f74d9be74 Add version switcher update instructions. 2014-03-17 07:30:58 +01:00
Georg Brandl bc56ded62d Add allow-branch hook update instructions. 2014-03-17 07:23:38 +01:00
Nick Coghlan 633d4f7295 statistics module & new hash are in 3.4 2014-03-16 14:43:06 +10:00
Benjamin Peterson dbb6e93d5e put python-version after created 2014-03-14 15:17:05 -05:00
Guido van Rossum a85214d1c7 PEP 465: Updated section "Choice of operator". 2014-03-14 10:45:59 -07:00
Guido van Rossum 77c65b08ba Fix mark-up errors I introduced by copy/pasting. 2014-03-14 09:43:12 -07:00
Guido van Rossum a7cea94349 Assign PEP #465 to "Dedicated infix operators for matrix multiplication and matrix power" by Nathaniel J. Smith. 2014-03-14 09:40:42 -07:00
Georg Brandl bf256d98bb Updated Windows instructions as per MvL. 2014-03-10 08:04:10 +01:00
Georg Brandl e95861fb26 Update PEP 101 a bit. Remove outdated Windows instructions. 2014-03-09 10:01:33 +01:00
Thomas Wouters beefe7940a Update PEP 463 to Chris Angelico's latest (and supposedly final) version. 2014-03-06 02:02:00 +01:00
Larry Hastings a423a074f5 Updated 429 (3.4 release schedule), including adding a third RC. 2014-03-04 18:47:44 -08:00
Donald Stufft 6961630a2e Slight rewording of PEP464 2014-03-04 15:24:43 -05:00
Donald Stufft 33529fc96b Fix the Post-History date of PEP464 2014-03-04 14:49:47 -05:00
Guido van Rossum c545d8084f Attempt to clean up PEP 257 footnotes. 2014-03-04 09:19:58 -08:00
Nick Coghlan 39462faa5a Workflow automation proposal updates
- merge gating makes it easier for others to do continuous
  integration against the CPython development branches
- interesting IRC chat with the CTO of RhodeCode last week,
  updated accordingly
2014-03-04 21:15:03 +10:00
Nick Coghlan fc186bfdde PEP 464: drop the legacy mirror checking API 2014-03-04 20:50:03 +10:00
Georg Brandl 5a49cbbf52 3.3.5 schedule update. 2014-03-03 10:52:18 +01:00
Guido van Rossum 94af0e93e6 Make PEP 8 follow PEP 257 on docstring endings. 2014-03-02 09:29:33 -08:00
Nick Coghlan ae9ed08aa0 Account for metadata hook deferral in PEP 426 2014-03-02 16:46:28 +10:00
Nick Coghlan 6c637d205b Fix formatting 2014-03-02 16:41:09 +10:00
Nick Coghlan d54150569b Postpone python.metadata_hooks for the time being 2014-03-02 16:08:45 +10:00