Commit Graph

3909 Commits

Author SHA1 Message Date
pje e37bda9369 Fix typo 2011-07-21 22:25:17 -04:00
Mark Hammond 4c995f2cfa fix link to launcher docs 2011-07-21 21:10:55 +10:00
Mark Hammond 940f5defd5 clarify how custom commands in shebang lines are terminated 2011-07-21 18:49:34 +10:00
Mark Hammond 87b5e7eaff update to reflect new C impl, refer some impl details to launcher docs 2011-07-21 16:19:40 +10:00
pje d65528918f Fix backward-compatibility hole described by Jeff Hardy in:
http://mail.python.org/pipermail/python-dev/2011-July/112370.html

Using the approach described here:

  http://mail.python.org/pipermail/python-dev/2011-July/112374.html

This should now restrict backward-compatibility concerns to tool-support
questions, unless somebody comes up with another way to break it.  ;-)
2011-07-20 14:48:00 -04:00
pje 62a9a418f9 Restore whitespace characters lost via email transmission. 2011-07-20 09:56:48 -04:00
Nick Coghlan 5910615636 Add PEP 402 2011-07-20 18:43:40 +10:00
Nick Coghlan 5a195a9690 Update based on Kerrick's latest changes 2011-07-20 18:23:25 +10:00
Brett Cannon 74a80ac945 Update to remove the 100% branch coverage requirement to simply say
comprehensive coverage is needed. Also mention how more abstract C
APIs should be used over type-specific ones to make sure APIs in C
code do not restrict to a specific type when not needed.
2011-07-17 17:18:06 -07:00
Antoine Pitrou 467a8e1147 Add link to bug tracker entry 2011-07-14 00:32:50 +02:00
Antoine Pitrou cd34739f36 Remove outdated mention of the moratorium 2011-07-14 00:27:22 +02:00
Antoine Pitrou 3974c001b2 Update status of implementation 2011-07-14 00:26:46 +02:00
Victor Stinner 6062704dd8 PEP 400: update interlaced read-write issues
Note: Issue #12213 doesn't concern TextIOWrapper, it concerns Buffered* classes
which are also used by the codecs module.
2011-07-07 15:15:17 +02:00
Victor Stinner 0b92c0798c PEP 400: typo 2011-07-07 14:40:48 +02:00
Victor Stinner e0589b22b2 Add PEP 400: Deprecate codecs.StreamReader and codecs.StreamWriter 2011-07-07 14:08:47 +02:00
Nick Coghlan 50097f94fc Take two, this time with the correct extension :) 2011-06-28 00:40:02 +10:00
Nick Coghlan 3ac4e23b31 Happy Tau Day folks! :) 2011-06-28 00:23:57 +10:00
Nick Coghlan 7a6ea73614 Add missing Resolution header 2011-06-26 23:58:03 +10:00
Raymond Hettinger f44b0a09c9 Add pep number to the body of the pep. 2011-06-26 11:15:11 +02:00
Nick Coghlan 71137edafc Record Guido's acceptance of PEP 380 2011-06-26 13:02:17 +10:00
Raymond Hettinger a31b330d4c Add early draft of PEP to create a new async module and protocol. 2011-06-25 12:33:30 +02:00
Barry Warsaw e12e762a54 PEP 8 updates on hanging continuation lines, based on discussion from
python-ideas (contributed by Steven Klass).
2011-06-13 12:48:33 -04:00
Nick Coghlan 2b799e8d15 Add a couple of missing Python version headers 2011-06-13 01:39:23 +10:00
Nick Coghlan acc5285f29 Update PEP 3150 to reflect April discussion on python-ideas 2011-06-13 01:37:12 +10:00
Barry Warsaw c9c2592056 A few small clarifications. 2011-06-07 17:17:29 -04:00
Guido van Rossum 848640dd6b Add rules for indenting continuation lines. 2011-06-02 11:09:20 -07:00
Mark Hammond 0abda1e625 new version of pep-0397 based on python-dev feedback 2011-05-17 17:35:44 +10:00
Georg Brandl 3acd94ec7f Note that the release dir must be group writable. 2011-05-16 09:29:47 +02:00
Antoine Pitrou 4ae0dfca36 Fix the spelling of some errno mnemonics
(indirectly proving how easy to remember they are)
2011-05-12 22:07:21 +02:00
Antoine Pitrou 693281b82c Mention the interesting idea of modifiying IOError.__new__
(instead of the PyErr_SetFromErrno functions)
2011-05-12 19:31:43 +02:00
Antoine Pitrou 892e7810a6 Mention the lack of "errno" on select.error 2011-05-12 18:09:06 +02:00
Antoine Pitrou b143933fc2 Try to rephrase 2011-05-10 18:31:19 +02:00
Antoine Pitrou b6df74e01e Mention the rare issue of having a Windows error code exposed as the errno
attribute of a non-WindowsError exception.
2011-05-10 17:54:07 +02:00
Antoine Pitrou e3ee4ff098 Small update wrt.SSLError 2011-05-10 17:23:14 +02:00
Antoine Pitrou 96e05b3e65 Update with URL of hg repo 2011-05-10 17:20:17 +02:00
Georg Brandl 110a307f5f This should be most of the edits needed for releasing from hg. 2011-05-08 11:14:12 +02:00
Brian Curtin d0ba760b54 Add Windows 2000 and support of COMSPEC->command.com environments. 2011-05-02 19:35:58 -05:00
Alexis Metaireau eb3d496b80 PEP 345: platform.python_implementation is now an authorised environment marker.
This allows to target some specific python implementations (such as cpython/pypy/jython) when describing PEP 345 fields
2011-05-01 15:51:51 +01:00
Victor Stinner 72a37feba6 Unsupport OS/2 and VMS 2011-04-25 16:24:15 +02:00
Brett Cannon 71e040460e Minor clarification 2011-04-16 13:47:30 -07:00
Nick Coghlan 6164a5aeb5 Give Deferred PEPs their own section in PEP 0 2011-04-16 03:39:10 +10:00
Barry Warsaw 1bc641e90b Updates based on python-dev feedback.
* Remove the __version_info__ tuple discussion.  Because of the sorting order
  for the non-numeric sections, this can't really work.
* Remove the regexp code sample; it was distracting and ultimately isn't the
  core of this PEP.
2011-04-13 15:21:13 -04:00
Brett Cannon 5efdbbb390 Mention that tests that cover C-specific issues are a good thing. 2011-04-12 15:03:54 -07:00
Brett Cannon 3acdd3085c Update PEP 399 to include comments from python-dev. 2011-04-12 14:59:45 -07:00
Brett Cannon 24a266e25a Drop the propcheck target as that was a svn-specific thing. 2011-04-12 14:30:10 -07:00
Nick Coghlan 4da3bbd1ac Updated given statement torture test to show why renaming strategies are flawed 2011-04-10 22:05:30 +10:00
Raymond Hettinger bba94bd03d Add PEP 207 guidance on rich comparisons to PEP 8. 2011-04-06 13:53:31 -07:00
Brett Cannon cfb1d26c38 Explicitly mention accelerator modules can be a subset of functionality. 2011-04-06 10:05:50 -07:00
Brett Cannon e68bd8b5ae Fix some spelling mistakes found by Ezio. 2011-04-06 09:38:21 -07:00
Barry Warsaw d9a7640a02 Added Post-History. 2011-04-05 14:48:30 -04:00