summaryrefslogtreecommitdiff
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* Issue #18513: Add workaround for OS X 10.8 cexp bug that leads to wrong cmath...Mark Dickinson2013-07-201-0/+3
* #18480: Add missing PyType_Ready call to _elementtree extensionRonald Oussoren2013-07-191-0/+2
* Issue #18266: test_largefile now works with unittest test discovery andSerhiy Storchaka2013-07-171-0/+3
* Issue #17767: test_locale now works with unittest test discovery.Serhiy Storchaka2013-07-171-0/+3
* Issue #18448: Fix a typo in Tools/demo/eiffel.py.Serhiy Storchaka2013-07-161-0/+2
* Issue #18457: Fixed saving of formulas and complex numbers in Tools/demo/ss1.py.Serhiy Storchaka2013-07-161-0/+3
* Issue #17778: Fix test discovery for test_multiprocessing. (Patch byRichard Oudkerk2013-07-161-0/+3
* - Issue #18440: Clarify that `hash()` can truncate the value returned from anBarry Warsaw2013-07-151-0/+3
* Issue #18344: Fix potential ref-leaks in _bufferedreader_read_all().Richard Oudkerk2013-07-151-0/+2
* Issue #18449: Make Tools/demo/ss1.py work again on Python 3. Patch bySerhiy Storchaka2013-07-152-0/+4
* Issue #18432: Fix unintended API change in the sched moduleRaymond Hettinger2013-07-131-0/+3
* Issue #18279: Add tests for idlelib/RstripExtension.py. Original patch byTerry Jan Reedy2013-07-132-0/+6
* #18431: Decode encoded words in atoms in new email parser.R David Murray2013-07-121-0/+3
* #18044: Fix parsing of encoded words of the form =?utf8?q?=XX...?=R David Murray2013-07-111-0/+4
* Issue #17872: Fix a segfault in marshal.load() when input stream returnsSerhiy Storchaka2013-07-111-0/+3
* Issue #18101: Tcl.split() now process strings nested in a tuple as itSerhiy Storchaka2013-07-111-0/+3
* #17987: properly document support.captured_xxx.R David Murray2013-07-111-0/+1
* Issue #18426: Fix NULL pointer dereference in C extension import whenChristian Heimes2013-07-111-0/+3
* #17198: Fix a NameError in the dbm module. Patch by Valentina Mukhamedzhanova.Ezio Melotti2013-07-071-0/+3
* Issue #18013: Fix cgi.FieldStorage to parse the W3C sample form.Florent Xicluna2013-07-071-0/+2
* Issue #18351: Fix various issues withBrett Cannon2013-07-062-0/+7
* #18380: pass regex flags to the right argument. Patch by Valentina Mukhamedz...Ezio Melotti2013-07-061-0/+1
* Issue #12990: The "Python Launcher" on OSX could not launch python scripts th...Ronald Oussoren2013-07-061-0/+3
* Issue #18375: Assume --randomize when --randseed is used for running the test...Florent Xicluna2013-07-061-0/+3
* Issue #18347: ElementTree's html serializer now preserves the case of closing...Christian Heimes2013-07-051-0/+3
* Issue #11185: Fix test_wait4 under AIX. Patch by Sébastien Sablé.Antoine Pitrou2013-07-041-0/+2
* Issue #17261: Ensure multiprocessing's proxies use proper address.Richard Oudkerk2013-07-021-0/+2
* Issue #18343: faulthandler.register() now keeps the previous signal handlerVictor Stinner2013-07-021-0/+4
* Issue #18328: Reorder ops in PyThreadState_Delete*() functions. Now theChristian Heimes2013-07-011-0/+3
* Issue #17097: Make multiprocessing ignore EINTR.Richard Oudkerk2013-07-011-0/+2
* Issue #18339: Negative ints keys in unpickler.memo dict no longer cause aChristian Heimes2013-07-011-0/+3
* Issue #7136: In the Idle File menu, "New Window" is renamed "New File".Terry Jan Reedy2013-07-011-0/+3
* Issue #18224: Removed pydoc script from created venv, as it causes problems o...Vinay Sajip2013-06-301-0/+3
* #18155: Regex-escape delimiter, in case it is a regex special char.R David Murray2013-06-292-1/+6
* Issue #18315: Improve fileinput docs by adding 'bufsize' where missing andTerry Jan Reedy2013-06-281-0/+1
* #14360: Add news item.R David Murray2013-06-281-0/+3
* Issue #18135: ssl.SSLSocket.write() now raises an OverflowError if the inputVictor Stinner2013-06-251-3/+4
* Issue #18184: PyUnicode_FromFormat() and PyUnicode_FromFormatV() now raiseSerhiy Storchaka2013-06-231-0/+3
* Issue #18135: Fix a possible integer overflow in ssl.SSLSocket.write()Victor Stinner2013-06-231-0/+4
* Issue #18137: Detect integer overflow on precision in float.__format__() andVictor Stinner2013-06-231-0/+3
* Add -b and -X options to python man page.Senthil Kumaran2013-06-191-4/+18
* fix libffi build on AIX (closes #18248)Benjamin Peterson2013-06-191-0/+2
* merge headsChristian Heimes2013-06-192-0/+4
|\
| * Issue #18256: Compilation fix for recent AIX releases. Patch by David Edelsohn.Antoine Pitrou2013-06-182-0/+4
* | Issue #18259: Declare sethostname in socketmodule.c for AIXChristian Heimes2013-06-191-0/+2
|/
* Issue #18167: cgi.FieldStorage no more fails to handle multipart/form-dataSerhiy Storchaka2013-06-171-0/+3
* news entry for subprocess double close fix.Gregory P. Smith2013-06-151-0/+4
* #18113: Objects associated to a curses.panel object with set_userptr() were l...Andrew Kuchling2013-06-151-0/+3
* Drop some dead imports of impBrett Cannon2013-06-151-0/+2
* Issue #15172: Document NASM 2.10+ as requirement for building OpenSSL 1.0.1 o...Christian Heimes2013-06-141-0/+5