summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* Issue #3067: Enhance the documentation and docstring of locale.setlocale()Petri Lehtinen2011-11-051-1/+2
* Fix Maildir initialization so that maildir contents are read correctly.Petri Lehtinen2011-11-051-0/+3
* Issue #13343: Fix a SystemError when a lambda expression uses a globalAmaury Forgeot d'Arc2011-11-041-0/+4
* Issue #3067: Fix the error raised by locale.setlocale()Petri Lehtinen2011-11-042-0/+4
* Closes #13140: Fix the daemon_threads attribute of ThreadingMixIn.Florent Xicluna2011-11-041-0/+2
* Issue #13339: Fix compile error in posixmodule.c due to missing semicolon.Ross Lagerwall2011-11-041-0/+3
* Issue #10570: curses.putp() is now expecting a byte string, instead of aVictor Stinner2011-11-031-2/+2
* Issue #10570: curses.tigetstr() is now expecting a byte string, instead of aVictor Stinner2011-11-021-0/+3
* Closes #2892: preserve iterparse events in case of SyntaxError.Florent Xicluna2011-11-011-0/+2
* #670664: Fix HTMLParser to correctly handle the content of ``<script>...</scr...Ezio Melotti2011-11-011-2/+5
* Issue #13304: Skip test case if user site-packages disabled (-s orNed Deily2011-10-312-0/+4
* Fix issue 10817 - Fix urlretrieve function to raise ContentTooShortErrorSenthil Kumaran2011-10-311-0/+3
* Issue 13296: Fix IDLE to clear compile __future__ flags on shell restart.Ned Deily2011-10-311-0/+3
* Merge headsFlorent Xicluna2011-10-301-0/+5
|\
| * Issue #13293: Better error message when trying to marshal bytes using xmlrpc....Florent Xicluna2011-10-301-0/+3
| * Closes #13291: NameError in xmlrpc package.Florent Xicluna2011-10-301-0/+2
* | Add Misc/NEWS entry for issue #10519Petri Lehtinen2011-10-301-0/+3
|/
* Issue #10363: Deallocate global locks in Py_Finalize().Antoine Pitrou2011-10-301-0/+2
* - Issue #13218: Fix test_ssl failures on Debian/Ubuntu.Barry Warsaw2011-10-281-0/+2
* Closes #13258: Use callable() built-in in the standard library.Florent Xicluna2011-10-281-0/+2
* #13273: fix a bug that prevented HTMLParser to properly detect some tags when...Ezio Melotti2011-10-281-0/+3
* merge headsPetri Lehtinen2011-10-241-0/+11
|\
| * Issue #10332: multiprocessing: fix a race condition when a Pool is closedCharles-François Natali2011-10-241-0/+3
| * Issue #13255: wrong docstrings in array module.Florent Xicluna2011-10-241-0/+2
| * Issue 13141: Demonstrate recommended style for socketserver examples.Florent Xicluna2011-10-231-0/+6
* | Issue #13018: Fix reference leaks in error paths in dictobject.c.Petri Lehtinen2011-10-241-0/+3
|/
* Issue 1294232: Fix errors in metaclass calculation affecting some cases of me...Nick Coghlan2011-10-231-0/+4
* 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
* 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 #13188: When called without an explicit traceback argument,Antoine Pitrou2011-10-181-0/+4
* #12448: smtplib now flushes stdout while running ``python -m smtplib``Ezio Melotti2011-10-181-0/+3
* Issue #13194: zlib.compressobj().copy() and zlib.decompressobj().copy() are n...Nadeem Vawda2011-10-171-0/+3
* 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
|\
| * Increase test coverage for distutils.filelist (#11751).Éric Araujo2011-10-111-0/+1
* | Issue #13158: Fix decoding and encoding of base-256 number fields in tarfile.Lars Gustäbel2011-10-141-0/+3
* | Issue #13025: mimetypes is now reading MIME types using the UTF-8 encoding,Victor Stinner2011-10-141-0/+3
* | Issue #10653: On Windows, use strftime() instead of wcsftime() becauseVictor Stinner2011-10-141-0/+3
* | Issue #13159: Replace FileIO's quadratic-time buffer growth algorithm with a ...Nadeem Vawda2011-10-131-0/+3
|/
* Branch mergeÉric Araujo2011-10-092-0/+7
|\
| * As it turns out, this bug was already in the tracker: #11171Éric Araujo2011-10-091-2/+2
| * Fix distutils.sysconfig.get_makefile_filename when prefix != exec-prefixÉric Araujo2011-10-071-0/+3
| * Fix distutils byte-compilation to comply with PEP 3147 (#11254).Éric Araujo2011-10-072-0/+4
* | Branch merge.Barry Warsaw2011-10-071-0/+4
|\ \ | |/
| * Issue #13063: the Windows error ERROR_NO_DATA (numbered 232 and describedAntoine Pitrou2011-10-071-0/+4
* | - Issue #11250: Back port fix from 3.3 branch, so that 2to3 can handle filesBarry Warsaw2011-10-071-0/+7
|/
* Issue #7367: add NEWS item.Ned Deily2011-10-061-0/+3