Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | merge heads | Benjamin Peterson | 2011-10-25 | 4 | -5/+37 |
|\ | |||||
| * | merge heads | Petri Lehtinen | 2011-10-24 | 6 | -36/+71 |
| |\ | |||||
| | * | Issue #10332: multiprocessing: fix a race condition when a Pool is closed | Charles-François Natali | 2011-10-24 | 3 | -1/+22 |
| | | | | | | | | | | | | before all tasks have completed. | ||||
| * | | Issue #13018: Fix reference leaks in error paths in dictobject.c. | Petri Lehtinen | 2011-10-24 | 2 | -4/+15 |
| | | | | | | | | | | | | Patch by Suman Saha. | ||||
* | | | document __bytes__ special method (closes #13259) | Benjamin Peterson | 2011-10-25 | 1 | -0/+8 |
| |/ |/| | |||||
* | | note callable is back in 3.2 | Benjamin Peterson | 2011-10-24 | 1 | -1/+3 |
| | | |||||
* | | Issue #13255: wrong docstrings in array module. | Florent Xicluna | 2011-10-24 | 2 | -4/+6 |
| | | |||||
* | | Issue 13141: Demonstrate recommended style for socketserver examples. | Florent Xicluna | 2011-10-23 | 2 | -30/+40 |
|/ | |||||
* | Add the green "New reference" note to the doc of PyException_GetTraceback() | Petri Lehtinen | 2011-10-23 | 1 | -0/+2 |
| | |||||
* | Issue 1294232: Fix errors in metaclass calculation affecting some cases of ↵ | Nick Coghlan | 2011-10-23 | 5 | -22/+242 |
| | | | | metaclass inheritance. Patch by Daniel Urban. | ||||
* | Issue #9168: now smtpd is able to bind privileged port. | Florent Xicluna | 2011-10-20 | 2 | -10/+12 |
| | |||||
* | #13233: fix typo. | Ezio Melotti | 2011-10-20 | 1 | -1/+1 |
| | |||||
* | #13219: clarify section about character sets in the re documentation. | Ezio Melotti | 2011-10-20 | 1 | -24/+30 |
| | |||||
* | News entry for Issue12529 and Issue12604 | Senthil Kumaran | 2011-10-20 | 1 | -0/+6 |
| | |||||
* | Issue 12668: Fix wording in Whatsnew3.2 | Raymond Hettinger | 2011-10-19 | 1 | -1/+1 |
| | |||||
* | Issue 11931: Minor punctuation/grammar/wording fixups to the regex docs | Raymond Hettinger | 2011-10-19 | 1 | -12/+11 |
| | |||||
* | adjust braces a bit | Benjamin Peterson | 2011-10-19 | 1 | -5/+4 |
| | |||||
* | urllib.request - syntax changes enhancing readability. By Éric Araujo | Senthil Kumaran | 2011-10-19 | 1 | -11/+10 |
| | |||||
* | 3.2 - Fix Issue 12604 - Use a proper no-op macro expansion for VTRACE macro ↵ | Senthil Kumaran | 2011-10-19 | 1 | -1/+1 |
| | | | | in _sre.c | ||||
* | 3.2 - Fix closes Issue6090 - Raise a ValueError, instead of failing with ↵ | Senthil Kumaran | 2011-10-19 | 4 | -1/+23 |
| | | | | | | | unrelated exceptions, when a document with timestamp earlier than 1980 is provided to zipfile. Patch contributed by Petri Lehtinen. | ||||
* | 3.2 - Fix closes Issue12529 - cgi.parse_header failure on double quotes and | Senthil Kumaran | 2011-10-19 | 2 | -1/+5 |
| | | | | semicolons. Patch by Ben Darnell and Petri Lehtinen. | ||||
* | Remove duplication. | Ezio Melotti | 2011-10-19 | 36 | -43/+43 |
| | |||||
* | Fixes #10860: Handle empty port after port delimiter in httplib | Łukasz Langa | 2011-10-18 | 3 | -3/+29 |
| | |||||
* | Issue #13188: When called without an explicit traceback argument, | Antoine Pitrou | 2011-10-18 | 3 | -0/+35 |
| | | | | | generator.throw() now gets the traceback from the passed exception's `__traceback__` attribute. Patch by Petri Lehtinen. | ||||
* | #12448: smtplib now flushes stdout while running ``python -m smtplib`` | Ezio Melotti | 2011-10-18 | 2 | -0/+4 |
| | | | | in order to display the prompt correctly. Patch by Petri Lehtinen. | ||||
* | #12277: add missing comma. | Ezio Melotti | 2011-10-18 | 1 | -1/+1 |
| | |||||
* | Issue #13194: zlib.compressobj().copy() and zlib.decompressobj().copy() are ↵ | Nadeem Vawda | 2011-10-17 | 2 | -0/+6 |
| | | | | now available on Windows. | ||||
* | plug possible refleak (closes #13199) | Benjamin Peterson | 2011-10-17 | 1 | -1/+5 |
| | |||||
* | normalize whitespace in Lib/distutils/msvc9compiler.py | Mark Hammond | 2011-10-17 | 1 | -1/+1 |
| | |||||
* | Issue #7833: Ext. modules built using distutils on Windows no longer get a ↵ | Mark Hammond | 2011-10-17 | 3 | -23/+106 |
| | | | | manifest | ||||
* | Issue #10653: Fix time.strftime() on Windows, check for invalid format strings | Victor Stinner | 2011-10-16 | 1 | -4/+4 |
| | |||||
* | Issue 13177: Make tracebacks more readable by avoiding chained exceptions in ↵ | Raymond Hettinger | 2011-10-16 | 3 | -15/+39 |
| | | | | the lru_cache. | ||||
* | Update dead references from py.org/dev/faq to the devguide (#13176) | Éric Araujo | 2011-10-14 | 3 | -12/+8 |
| | |||||
* | Branch merge | Éric Araujo | 2011-10-14 | 2 | -7/+195 |
|\ | |||||
| * | Increase test coverage for distutils.filelist (#11751). | Éric Araujo | 2011-10-11 | 2 | -7/+195 |
| | | | | | | | | Patch by Justin Love. | ||||
* | | Issue #13158: Fix decoding and encoding of base-256 number fields in tarfile. | Lars Gustäbel | 2011-10-14 | 3 | -21/+49 |
| | | | | | | | | | | | | The nti() function that converts a number field from a tar header to a number failed to decode GNU tar specific base-256 fields. I also added support for decoding and encoding negative base-256 number fields. | ||||
* | | Issue #13025: mimetypes is now reading MIME types using the UTF-8 encoding, | Victor Stinner | 2011-10-14 | 4 | -3/+1464 |
| | | | | | | | | instead of the locale encoding. | ||||
* | | Issue #10653: On Windows, use strftime() instead of wcsftime() because | Victor Stinner | 2011-10-14 | 2 | -0/+8 |
| | | | | | | | | wcsftime() doesn't format time zone correctly. | ||||
* | | Issue #13159: Replace FileIO's quadratic-time buffer growth algorithm with a ↵ | Nadeem Vawda | 2011-10-13 | 3 | -30/+11 |
| | | | | | | | | | | | | linear-time one. Also fix the bz2 module, whose classes used the same algorithm. | ||||
* | | Issue #13145. Fix incorrect documentation for PyNumber_ToBase. Thanks Sven ↵ | Mark Dickinson | 2011-10-11 | 1 | -4/+4 |
|/ | | | | Marnach. | ||||
* | Fix/improve markup in whatsnew/2.7. | Ezio Melotti | 2011-10-09 | 1 | -7/+10 |
| | |||||
* | #13138: add missing versionadded. | Ezio Melotti | 2011-10-09 | 1 | -0/+2 |
| | |||||
* | Clean-up and improve the priority queue example in the heapq docs. | Raymond Hettinger | 2011-10-09 | 1 | -25/+25 |
| | |||||
* | Branch merge | Éric Araujo | 2011-10-09 | 12 | -30/+85 |
|\ | |||||
| * | Add tests for Unicode handling in distutils’ check and register (#13114) | Éric Araujo | 2011-10-09 | 2 | -3/+30 |
| | | |||||
| * | As it turns out, this bug was already in the tracker: #11171 | Éric Araujo | 2011-10-09 | 1 | -2/+2 |
| | | |||||
| * | Fix docstring of distutils.util.byte_compile (followup for #11254) | Éric Araujo | 2011-10-08 | 1 | -3/+3 |
| | | |||||
| * | Fix distutils.sysconfig.get_makefile_filename when prefix != exec-prefix | Éric Araujo | 2011-10-07 | 2 | -1/+4 |
| | | |||||
| * | Fix test_sysconfig when prefix != exec-prefix (#9100). | Éric Araujo | 2011-10-07 | 1 | -6/+9 |
| | | | | | | | | | | | | | | | | I tested this manually; it would be great to have buildbots using installed Pythons, including Pythons configured with different prefix and exec-prefix. Reported by Zsolt Cserna. | ||||
| * | Fix distutils byte-compilation to comply with PEP 3147 (#11254). | Éric Araujo | 2011-10-07 | 6 | -12/+34 |
| | | | | | | | | Patch by Jeff Ramnani. Tested with -B, -O and -OO. |