Commit Graph

3953 Commits

Author SHA1 Message Date
Eric V. Smith 5a928a60f8 Error in PEP example. Closes #13079. 2011-09-30 16:35:03 -04:00
Ezio Melotti e8a7d6bc87 Fix typos and whitespace in PEP-393. 2011-09-29 04:56:12 +03:00
Ezio Melotti 5e4bc1147e Add PyUnicode_GetMax to the list of deprecated functions. 2011-09-29 01:01:23 +03:00
Martin v. Löwis 4049736211 Guido pronounced that the PEP is accepted. 2011-09-28 00:09:37 +02:00
Martin v. Löwis 735b7589a0 Address Victor's comments. 2011-09-28 00:08:51 +02:00
Martin v. Löwis f6358363d0 Add character accessor functions, and put representation-independent functions into the stable ABI. 2011-09-27 23:46:28 +02:00
Martin v. Löwis df3ea135ef All open issues are now addressed. 2011-09-26 12:32:32 +02:00
Martin v. Löwis 522efc8efa Address GvR's comments. 2011-09-26 12:25:49 +02:00
Martin v. Löwis 1e71d17be4 Update to current object layout. 2011-09-25 22:58:13 +02:00
Martin v. Löwis 602c44f1d7 Add porting guidelines. 2011-09-15 17:29:41 +02:00
Antoine Pitrou a17354feff Add ChildProcessError and ProcessLookupError 2011-08-30 18:35:14 +02:00
Antoine Pitrou 3ceecd9e7e FileSystemError is gone 2011-08-30 18:13:41 +02:00
Nick Coghlan dd705440cb Mark PEPs 389, 391 and 3135 as Final 2011-08-30 20:50:41 +10:00
Nick Coghlan c3d48c2801 Mark PEP 3146 as Withdrawn due to the demise of Unladen Swallow 2011-08-30 20:49:35 +10:00
Antoine Pitrou 30b7174cc2 Fix that ``winerror`` is only present under Windows. 2011-08-29 18:38:34 +02:00
Antoine Pitrou 437825a070 OSError will be the canonical name, not IOError 2011-08-29 18:36:36 +02:00
Martin v. Löwis cb30d24c13 Report some benchmark results. 2011-08-28 21:44:21 +02:00
Martin v. Löwis 7665ccc54d Introduce union. 2011-08-28 20:51:49 +02:00
Martin v. Löwis de53c32064 Add memory consumption table. 2011-08-28 20:12:38 +02:00
Martin v. Löwis 81e415ac36 Drop implicit FAST_READY calls. 2011-08-27 10:05:42 +02:00
Martin v. Löwis f30420c210 Reflect Antoine's comments. 2011-08-27 07:23:59 +02:00
Martin v. Löwis 6ec6d73ccd Add open issues section, add macros, adjust macro names to implementation. 2011-08-27 07:22:44 +02:00
Guido van Rossum 310b007a32 Slight grammar fixes. 2011-08-26 15:50:22 -07:00
Brett Cannon d46cbd81f8 Mark PEP 399 as final. Along the way update the post history and fix a
very nit-picky detail that Benjamin pointed out.
2011-08-19 21:00:37 -07:00
Antoine Pitrou 605d5638fe Add a suggestion to make more callables picklable (as multiprocessing
already does)
2011-08-16 12:12:02 +02:00
Antoine Pitrou f484655b83 Add Alexandre's suggestions 2011-08-16 03:27:53 +02:00
Sandro Tosi 339563b31d typo 2011-08-12 19:38:10 +02:00
Éric Araujo 772d123b23 Fix copy-paste 2011-08-12 18:52:01 +02:00
Antoine Pitrou 250db51386 Propose a str opcode with a 1-byte length 2011-08-12 17:14:23 +02:00
Antoine Pitrou bdd298f72a Merge 2011-08-11 20:44:34 +02:00
Antoine Pitrou 162c6010d6 Typo 2011-08-11 20:34:07 +02:00
pje 3fb53b43da Add Eric Araujo's suggestions, plus typo fix. 2011-08-11 14:29:06 -04:00
Antoine Pitrou b1b6360f57 Add draft for PEP 3154, "Pickle protocol version 4" 2011-08-11 20:10:41 +02:00
Nick Coghlan cb20624396 Fix error in examples pointed out by Nicco Kunzmann and mention Haskell influence 2011-08-09 21:37:23 +10:00
Mark Hammond ee849ab2a0 fix typo 2011-08-09 09:48:49 +10:00
Ezio Melotti a07100e41d Fix typo. 2011-07-30 23:29:58 +03:00
Victor Stinner 381a39bfd1 PEP 400: add the alternative suggested by Marc-Andre Lemburg. 2011-07-29 14:24:42 +02:00
Victor Stinner e1bde7af99 PEP 400
* don't be strict on the version removing the code: 3.4 *or maybe later*
 * rephrase some sentences
 * mention that StreamReaderWriter is similar than io.BufferedRWPair
 * add internal links on the Appendix A
 * add links on issues an PEPs
2011-07-27 23:45:52 +02:00
Antoine Pitrou 5cdf6378e4 Add BrokenPipeError mapping both EPIPE and ESHUTDOWN 2011-07-27 02:11:38 +02:00
Antoine Pitrou c15f626cbd Add InterruptedError for EINTR 2011-07-27 00:44:35 +02:00
Antoine Pitrou 089008558c Mapping EBADF is not very useful (as pointed out by Nick) 2011-07-27 00:43:27 +02:00
Antoine Pitrou 84dda3bb67 Record that old names won't be deprecated 2011-07-27 00:40:58 +02:00
Georg Brandl 32804645ab Add a step for the doc source links in Doc/tools/sphinxext/pyspecific.py. 2011-07-23 09:53:12 +02:00
pje bd1ace4280 Fix broken internal link. 2011-07-21 22:58:56 -04:00
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