summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* Backport commit 33543b4e0e5d from Python 3.2: #10801: In zipfile, supportVictor Stinner2011-05-181-0/+3
* Fix #10154 and #10090: locale normalizes the UTF-8 encoding to "UTF-8" instea...Ronald Oussoren2011-05-171-0/+3
* Issue #11614: import __hello__ prints "Hello World!". Patch written by AndreasVictor Stinner2011-05-161-0/+3
* Issue #10756: atexit normalizes the exception before displaying it. Patch byVictor Stinner2011-05-151-0/+3
* Issue #12060: Use sig_atomic_t type and volatile keyword in the signal module.Victor Stinner2011-05-151-0/+3
* Issue #8650: Make zlib.[de]compressobj().[de]compress() 64-bit clean.Nadeem Vawda2011-05-141-0/+5
* Issue #12050: zlib.decompressobj().decompress() now clears the unconsumed_tailNadeem Vawda2011-05-141-0/+3
* #5723: Improve json tests to be executed with and without accelerations.Ezio Melotti2011-05-141-0/+2
* Issue #12062: Fix a flushing bug when doing a certain type of I/O sequenceAntoine Pitrou2011-05-121-0/+5
* Issue #1028: Tk returns invalid Unicode null in %A: UnicodeDecodeError.Kurt B. Kaiser2011-05-111-0/+4
* Issue #10419: Fix build_scripts command of distutils to handle correctlyVictor Stinner2011-05-101-0/+4
* #12051: Fix segfault in json.dumps() while encoding highly-nested objects usi...Ezio Melotti2011-05-101-0/+3
* Issue #12012: ssl.PROTOCOL_SSLv2 becomes optionalVictor Stinner2011-05-091-0/+2
* Issue #1195: Fix input() if it is interrupted by CTRL+d and then CTRL+c,Victor Stinner2011-05-091-0/+3
* Stop trying to use _xmlplus in the xml module. Closes #11164.Martin v. Löwis2011-05-091-0/+2
* #11910: Fix test_heapq to skip the C tests when _heapq is missing.Ezio Melotti2011-05-091-0/+2
* Add back Misc/NEWS entry that got lost during merge, and fix a couple of othe...Ezio Melotti2011-05-081-3/+5
* Issue #11927: SMTP_SSL now uses port 465 by default as documented. Patch by ...Antoine Pitrou2011-05-072-0/+4
* #12017: Fix segfault in json.loads() while decoding highly-nested objects usi...Ezio Melotti2011-05-071-0/+3
* #11999: sync based on comparing mtimes, not mtime to system clockR David Murray2011-05-071-0/+4
* Fix for issue 10684: Folders get deleted when trying to change case with shut...Ronald Oussoren2011-05-061-0/+4
* Issue #11277: mmap calls fcntl(fd, F_FULLFSYNC) on Mac OS X to get around aVictor Stinner2011-05-011-0/+3
* Issue #9756: credit the author, Andreas Stührk (Trundle)Victor Stinner2011-05-012-1/+2
* Issue #9756: When calling a method descriptor or a slot wrapper descriptor, theVictor Stinner2011-05-011-0/+5
* #11971: fix man page; it's -OO not -O0R David Murray2011-05-011-2/+2
* #11763: don't use difflib in TestCase.assertMultiLineEqual if the strings are...Ezio Melotti2011-04-271-0/+3
* Update News entry for Issue11236Senthil Kumaran2011-04-261-0/+2
* #6780: fix starts/endswith error message to mention that tuples are accepted ...Ezio Melotti2011-04-261-0/+3
* #11901: add description of how bitfields are laid out to hexversion docsR David Murray2011-04-251-0/+1
* pybench prep_times calculation error (closes #11895)Jesus Cea2011-04-251-0/+1
* startswith and endswith don't accept None as slice index. Patch by Torsten Be...Jesus Cea2011-04-202-0/+4
* mergeRaymond Hettinger2011-04-191-0/+6
|\
| * Fix sporadic failure in test_startfile.Nadeem Vawda2011-04-181-0/+2
| * Issue #11768: The signal handler of the signal module only callsVictor Stinner2011-04-181-0/+4
* | Issue 11875: Keep OrderedDict's __reduce__ from temporarily mutating the object.Raymond Hettinger2011-04-191-0/+3
|/
* Fix minor subclassing issue with collections.CounterRaymond Hettinger2011-04-151-0/+2
* Issue #5057: fix a bug in the peepholer that led to non-portable pyc files be...Ezio Melotti2011-04-151-1/+5
* Issue #11467: Fix urlparse behavior when handling urls which contains scheme ...Senthil Kumaran2011-04-151-0/+3
* Fix Issue11474 - fix url2pathname() handling of '/C|/' on WindowsSenthil Kumaran2011-04-141-0/+3
* #9233: Fix json to work properly even when _json is not available.Ezio Melotti2011-04-131-2/+4
* Merge updatesSenthil Kumaran2011-04-131-0/+3
|\
| * #10019: Fix regression relative to 2.6: add newlines if indent=0R David Murray2011-04-131-0/+3
* | Update the News for the fix to Issue11703.Senthil Kumaran2011-04-131-0/+3
|/
* make assigning to a bytes literal a syntax error (closes #11506)Benjamin Peterson2011-04-121-0/+3
* Correct leading spaces in my NEWS entry.Brian Curtin2011-04-111-2/+2
* Add NEWS item for #5162.brian.curtin2011-04-111-0/+3
* Issue9670: Back out changeset 378b40d71175; test fails on other platformsNed Deily2011-04-091-5/+0
* Issue #9670: Increase the default stack size for secondary threads onNed Deily2011-04-091-0/+5
* Issue #11719: Fix message about unexpected test_msilib skip.Ross Lagerwall2011-04-091-0/+3
* Issue #11650: PyOS_StdioReadline() retries fgets() if it was interruptedVictor Stinner2011-04-091-0/+4