summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* Issue #11638: Adding test to ensure .tar.gz files can be generated by sdist c...Jason R. Coombs2011-12-261-0/+3
* Update News entry.Senthil Kumaran2011-12-231-0/+2
* Issue #13639: Accept unicode filenames in tarfile.open(mode="w|gz").Lars Gustäbel2011-12-211-0/+2
* Issue #1785: Fix inspect and pydoc with misbehaving descriptors.Antoine Pitrou2011-12-211-0/+2
* Issue #13628: python-gdb.py is now able to retrieve more frames in the PythonVictor Stinner2011-12-191-0/+6
* Issue #7502: Fix equality comparison for DocTestCase instances.Antoine Pitrou2011-12-182-0/+4
* Issue #11870: threading: Properly reinitialize threads internal locks andCharles-François Natali2011-12-181-0/+3
* Issue #8035: urllib: Fix a bug where the client could remain stuck after aCharles-François Natali2011-12-181-0/+3
* Issue #13522: document error return values of some float and complex C API fu...Antoine Pitrou2011-12-181-0/+1
* Fix the fix for issue #12149: it was incorrect, although it had the sideAntoine Pitrou2011-12-151-0/+4
* Issue #4625: add NEWS entry.Ned Deily2011-12-141-0/+4
* Issue #13573: The csv.writer now uses the repr() for floats rather than str().Raymond Hettinger2011-12-121-0/+3
* Issue #13546: Fixed an overflow issue that could crash the intepreter whenAmaury Forgeot d'Arc2011-12-071-0/+3
* Correctly detect bzip2 compressed streams with blocksizes other than 900k.Lars Gustäbel2011-12-061-0/+3
* Issue #13513: IOBase docs incorrectly link to the readline moduleMeador Inge2011-12-031-0/+3
* Issue #13439: Fix many errors in turtle docstrings.Petri Lehtinen2011-12-021-0/+2
* Issue #12856: Ensure child processes do not inherit the parent's random seed ...Antoine Pitrou2011-11-251-0/+4
* Issue #13458: Fix a memory leak in the ssl module when decoding a certificate...Antoine Pitrou2011-11-231-0/+3
* Issue #13415: os.unsetenv() doesn't ignore errors anymore.Victor Stinner2011-11-221-0/+2
* Issue #13322: Fix BufferedWriter.write() to ensure that BlockingIOError isAntoine Pitrou2011-11-212-0/+7
* #13358: HTMLParser now calls handle_data only once for each CDATA.Ezio Melotti2011-11-181-0/+2
* #4147: minidom's toprettyxml no longer adds whitespace around a text node whe...Ezio Melotti2011-11-181-0/+4
* Issue #8793: Prevent IDLE crash in 2.7 when given strings withNed Deily2011-11-161-0/+3
* Issue #13333: The UTF-7 decoder now accepts lone surrogatesAntoine Pitrou2011-11-151-0/+3
* #1745761, #755670, #13357, #12629, #1200313: improve attribute handling in HT...Ezio Melotti2011-11-141-0/+3
* Issue #13193: Fix distutils.filelist.FileList under Windows. TheAntoine Pitrou2011-11-121-0/+3
* Issue #13373: multiprocessing.Queue.get() could sometimes block indefinitelyAntoine Pitrou2011-11-092-0/+4
* Partial patch for issue #11812: Take care of test_telnetlib.pyJesus Cea2011-11-081-0/+3
* Solved a potential deadlock in test_telnetlib.py. Related to issue #11812Jesus Cea2011-11-081-0/+2
* Revert "Accept None as start and stop parameters for list.index() and tuple.i...Petri Lehtinen2011-11-061-3/+0
* remove py3k warning for callableBenjamin Peterson2011-11-061-0/+2
* Accept None as start and stop parameters for list.index() and tuple.index()Petri Lehtinen2011-11-051-0/+3
* Issue #3067: Enhance the documentation and docstring of locale.setlocale()Petri Lehtinen2011-11-051-0/+3
* Fix Maildir initialization so that maildir contents are read correctly.Petri Lehtinen2011-11-051-0/+3
* Issue #13140: Fix the daemon_threads attribute of ThreadingMixIn.Florent Xicluna2011-11-041-0/+2
* Missing NEWS entry in changeset e1dde980a92cFlorent 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
* Port to 2.7 - issue 10817 - Fix urlretrieve function to raiseSenthil Kumaran2011-10-311-0/+3
* Issue 13296: Fix IDLE to clear compile __future__ flags on shell restart.Ned Deily2011-10-311-0/+3
* Add Misc/NEWS entry for issue #10519Petri Lehtinen2011-10-301-0/+3
* Closes #7334: close source files on ElementTree.parse and iterparse (partial ...Florent Xicluna2011-10-291-0/+2
* Oops, put fix news in the right section.Barry Warsaw2011-10-281-2/+2
* - Issue #13218: Fix test_ssl failures on Debian/Ubuntu.Barry Warsaw2011-10-281-0/+2
* don't let a tuple msg be interpreted as arguments to AssertionError (closes #...Benjamin Peterson2011-10-271-0/+2
* Updated NEWS with fix for 13232.Vinay Sajip2011-10-241-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 #13237: Rearrange subprocess module documentation to emphasise the conv...Nick Coghlan2011-10-241-0/+3
| * Issue #13141: Demonstrate recommended style for SocketServer examples.Florent Xicluna2011-10-231-0/+5