Commit Graph

5768 Commits

Author SHA1 Message Date
Nick Coghlan c2e9b27e6a PEP 469: also cover reverse migrations from 3 -> 2/3 2014-04-21 21:04:52 -04:00
Nick Coghlan e58c3947d5 PEP 465: updated & withdrawn based on feedback
This PEP now reviews exactly what is involved in migrating
mapping iteration code to Python 3, as well as to the
hybrid 2/3 subset.

It is now withdrawn, as I now believe enhancements to
migration tools and libraries are a better option than
making changes to Python 3.5+
2014-04-21 00:19:58 -04:00
Ezio Melotti c245d58ca5 Add missing parenthesis (noticed by Jurko Gospodnetić). 2014-04-19 20:23:34 +03:00
Nick Coghlan 02a84a7e36 PEP 469 wording tweaks 2014-04-18 22:25:50 -04:00
Nick Coghlan a4808c9af9 The folks at the Twisted sprint made a good case :) 2014-04-18 22:07:27 -04:00
Nick Coghlan bc6b5a6ec9 Guido has accepted PEP 466 2014-04-18 20:47:56 -04:00
Eric V. Smith 4e028e975c Fix typo. 2014-04-17 08:57:48 -04:00
Nick Coghlan 42f1bdc94b PEP 466: make proposal even more specific 2014-04-16 17:58:06 -04:00
Benjamin Peterson d919be7fd7 specific 2.7.7 dates 2014-04-13 22:47:18 -04:00
Barry Warsaw 20221321b4 Add reference. 2014-04-13 13:17:01 -04:00
Guido van Rossum f82462002b Extend Python 2.7 life till 2020. 2014-04-13 10:39:07 -04:00
Benjamin Peterson 51a5bea734 pep 465 implemented 2014-04-09 23:57:23 -04:00
Guido van Rossum b3bd7e7581 Accept PEP 465. 2014-04-07 15:41:42 -07:00
Eric Snow c7a4a5842f Add PEP 468. 2014-04-06 18:54:41 -06:00
Guido van Rossum 9de3184418 Update to PEP 465 -- propose to keep @ at the same level as *. 2014-04-06 16:05:38 -07:00
Nick Coghlan 56d64df53d PEP 467: descope dramatically based on Guido's feedback 2014-04-03 22:33:36 +10:00
Nick Coghlan 199858bf8e PEP 467: more concrete examples of current inconsistencies 2014-03-30 17:03:44 +10:00
Guido van Rossum cb3eaf0508 Truncate an interminable sentence (sorry Nick :-). 2014-03-29 21:26:23 -07:00
Nick Coghlan 5cdc151d8e PEP 467: be clear no input type support will be removed 2014-03-30 12:04:18 +10:00
Nick Coghlan 4a43938766 PEP 467: Additional tweaks after re-reading 2014-03-30 11:54:55 +10:00
Nick Coghlan 69ce355d9c PEP 467: bytes/bytearray API & docs improvements 2014-03-30 11:28:34 +10:00
Antoine Pitrou df3821ab21 Withdraw PEP 460 (mostly obsoleted by PEP 461) 2014-03-29 16:17:37 +01:00
Guido van Rossum ea62efc477 Mark PEP 3145 as withdrawn. 2014-03-28 13:15:54 -07:00
Benjamin Peterson 608b8f9dab tlsv1 -> tlsv1.2 2014-03-28 11:41:27 -04:00
Ethan Furman d9a9d2ff96 PEP 461: remove ambiguity around 'major release' 2014-03-27 14:26:53 -07:00
Ethan Furman deab6d864d PEP 461: marked as accepted; added comment about using %a instead of %r 2014-03-27 14:20:20 -07:00
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