summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* Merge 3.2Florent Xicluna2011-10-231-0/+2
|\
| * Issue 13141: Demonstrate recommended style for socketserver examples.Florent Xicluna2011-10-231-0/+6
* | Issue #13201: equality for range objects is now based on equality of the unde...Mark Dickinson2011-10-232-0/+5
* | Merge issue 1294232 patch from 3.2Nick Coghlan2011-10-231-0/+4
|\ \ | |/
| * Issue 1294232: Fix errors in metaclass calculation affecting some cases of me...Nick Coghlan2011-10-231-0/+4
* | Issue 13243: Rename _Py_identifier to _Py_IDENTIFIER in asdl_c.pyMeador Inge2011-10-221-0/+1
* | #12753: Add support for Unicode name aliases and named sequences.Ezio Melotti2011-10-211-0/+4
* | Banch mergeÉric Araujo2011-10-212-1/+2
|\ \
| * | Fix missing imports in setup scripts generated by packaging (#13205).Éric Araujo2011-10-211-0/+1
* | | Closes #13235: Added deprecation for warn() methods and function in logging.Vinay Sajip2011-10-211-0/+2
* | | Issue #12170: The count(), find(), rfind(), index() and rindex() methodsAntoine Pitrou2011-10-201-0/+4
* | | Issue #9168: now smtpd is able to bind privileged port.Florent Xicluna2011-10-201-0/+2
|\ \ \ | | |/ | |/|
| * | Issue #9168: now smtpd is able to bind privileged port.Florent Xicluna2011-10-201-0/+2
* | | News entry for Issue12529 and Issue12604Senthil Kumaran2011-10-201-0/+6
|\ \ \ | |/ /
| * | News entry for Issue12529 and Issue12604Senthil Kumaran2011-10-201-0/+6
* | | Issue 13227: Option to make the lru_cache() type specific (suggested by Andre...Raymond Hettinger2011-10-201-0/+3
* | | Issue #13121: Support in-place math operators for collections.Counter().Raymond Hettinger2011-10-191-0/+1
| |/ |/|
* | Branch mergeÉric Araujo2011-10-191-1/+1
|\ \
| * | Fix typoÉric Araujo2011-10-191-1/+1
* | | default - Fix closes Issue6090 - Raise a ValueError, instead of failing with ...Senthil Kumaran2011-10-191-0/+3
|\ \ \ | | |/ | |/|
| * | 3.2 - Fix closes Issue6090 - Raise a ValueError, instead of failing with unre...Senthil Kumaran2011-10-191-0/+3
| * | Fixes #10860: Handle empty port after port delimiter in httplibŁukasz Langa2011-10-181-0/+3
* | | Issue #12281: Rewrite the MBCS codec to handle correctly replace and ignoreVictor Stinner2011-10-181-0/+4
| |/ |/|
* | Issue #13150: sysconfig no longer parses the Makefile and config.h filesAntoine Pitrou2011-10-181-0/+4
* | Issue #13188: When called without an explicit traceback argument,Antoine Pitrou2011-10-181-0/+4
|\ \ | |/
| * Issue #13188: When called without an explicit traceback argument,Antoine Pitrou2011-10-181-0/+4
* | #12448: merge with 3.2.Ezio Melotti2011-10-181-0/+3
|\ \ | |/
| * #12448: smtplib now flushes stdout while running ``python -m smtplib``Ezio Melotti2011-10-181-0/+3
* | Close #12454: The mailbox module is now using ASCII, instead of the localeVictor Stinner2011-10-171-0/+3
* | Merge #13194: zlib.compressobj().copy() and zlib.decompressobj().copy() are n...Nadeem Vawda2011-10-171-0/+3
|\ \ | |/
| * Issue #13194: zlib.compressobj().copy() and zlib.decompressobj().copy() are n...Nadeem Vawda2011-10-171-0/+3
* | Issue #13146: Writing a pyc file is now atomic under POSIX.Antoine Pitrou2011-10-171-0/+2
* | Issue #7833: Ext. modules built using distutils on Windows no longer get a ma...Mark Hammond2011-10-171-0/+4
|\ \ | |/
| * Issue #7833: Ext. modules built using distutils on Windows no longer get a ma...Mark Hammond2011-10-171-0/+4
| * Issue 13177: Make tracebacks more readable by avoiding chained exceptions in ...Raymond Hettinger2011-10-161-0/+4
| * Branch mergeÉric Araujo2011-10-141-0/+1
| |\
* | | Fix closes issue 1673007 urllib.request to support HEAD requests with a new m...Senthil Kumaran2011-10-161-0/+4
* | | Fix writing of the RESOURCES file by packaging (#12386)Éric Araujo2011-10-141-1/+3
* | | Branch mergeÉric Araujo2011-10-141-0/+1
|\ \ \
| * \ \ Merge #11751 from 3.2Éric Araujo2011-10-111-0/+1
| |\ \ \ | | | |/ | | |/|
| | * | Increase test coverage for distutils.filelist (#11751).Éric Araujo2011-10-111-0/+1
* | | | Merge with 3.2: Issue #13158: Fix decoding and encoding of base-256 number fi...Lars Gustäbel2011-10-141-0/+3
|\ \ \ \ | | |_|/ | |/| |
| * | | Issue #13158: Fix decoding and encoding of base-256 number fields in tarfile.Lars Gustäbel2011-10-141-0/+3
* | | | (Merge 3.2) Issue #13025: mimetypes is now reading MIME types using the UTF-8Victor Stinner2011-10-141-0/+3
|\ \ \ \ | |/ / /
| * | | Issue #13025: mimetypes is now reading MIME types using the UTF-8 encoding,Victor Stinner2011-10-141-0/+3
* | | | (Merge 3.2) Issue #10653: On Windows, use strftime() instead of wcsftime()Victor Stinner2011-10-141-0/+3
|\ \ \ \ | |/ / /
| * | | Issue #10653: On Windows, use strftime() instead of wcsftime() becauseVictor Stinner2011-10-141-0/+3
* | | | Merge #13159: Replace FileIO's quadratic-time buffer growth algorithm with a ...Nadeem Vawda2011-10-131-0/+3
|\ \ \ \ | |/ / /
| * | | Issue #13159: Replace FileIO's quadratic-time buffer growth algorithm with a ...Nadeem Vawda2011-10-131-0/+3
| | |/ | |/|
* | | PEP 3151 / issue #12555: reworking the OS and IO exception hierarchy.Antoine Pitrou2011-10-121-0/+2