summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
Commit message (Expand)AuthorAgeFilesLines
* Issue #17944: test_zipfile now discoverable and uses subclassing toSerhiy Storchaka2013-07-221-0/+4
|\
| * Issue #17944: test_zipfile now discoverable and uses subclassing toSerhiy Storchaka2013-07-221-0/+4
* | Issue #15905: Fix theoretical buffer overflow in handling of sys.argv[0],Christian Heimes2013-07-221-0/+3
|\ \ | |/
| * Issue #15905: Fix theoretical buffer overflow in handling of sys.argv[0],Christian Heimes2013-07-221-0/+3
* | Merge with 3.3Terry Jan Reedy2013-07-221-0/+2
|\ \ | |/
| * Issue #18439: Make patchcheck work on Windows for ACKS, NEWS.Terry Jan Reedy2013-07-221-0/+2
* | Issue #18514: Fix unreachable Py_DECREF() call in PyCData_FromBaseObj()Christian Heimes2013-07-211-0/+2
|\ \ | |/
| * Issue #18514: Fix unreachable Py_DECREF() call in PyCData_FromBaseObj()Christian Heimes2013-07-211-0/+2
* | Issue #9177: Calling read() or write() now raises ValueError, not AttributeEr...Antoine Pitrou2013-07-201-0/+3
* | Issue #18513: Add workaround for OS X 10.8 cexp bug that leads to wrong cmath...Mark Dickinson2013-07-201-0/+3
|\ \ | |/
| * Issue #18513: Add workaround for OS X 10.8 cexp bug that leads to wrong cmath...Mark Dickinson2013-07-201-0/+3
* | Closes #18479: Changed venv Activate.ps1 to make deactivate a function, and r...Vinay Sajip2013-07-191-0/+3
* | (3.3->default): #18480: Add missing PyType_Ready call to _elementtree extensionRonald Oussoren2013-07-191-0/+2
|\ \ | |/
| * #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 #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 #17767: test_locale now works with unittest test discovery.Serhiy Storchaka2013-07-171-0/+3
* | Issue #18408: Mention changes in Misc/NEWSVictor Stinner2013-07-161-0/+3
* | Issue #18448: Fix a typo in Tools/demo/eiffel.py.Serhiy Storchaka2013-07-161-0/+2
|\ \ | |/
| * 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 #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-3/+7
|\ \ | |/
| * 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 #18440: Clarify that `hash()` can truncate the value returned from anBarry Warsaw2013-07-151-0/+3
* | Issue #18393: Remove use of deprecated API on OSXRonald Oussoren2013-07-151-0/+4
* | Issue #18344: Fix potential ref-leaks in _bufferedreader_read_all().Richard Oudkerk2013-07-151-0/+2
|\ \ | |/
| * Issue #18344: Fix potential ref-leaks in _bufferedreader_read_all().Richard Oudkerk2013-07-151-0/+2
* | Close issue 17482: don't overwrite __wrapped__Nick Coghlan2013-07-151-0/+4
* | Issue #18449: Make Tools/demo/ss1.py work again on Python 3. Patch bySerhiy Storchaka2013-07-151-0/+3
|\ \ | |/
| * Issue #18449: Make Tools/demo/ss1.py work again on Python 3. Patch bySerhiy Storchaka2013-07-151-0/+3
* | mergeRaymond Hettinger2013-07-141-0/+3
|\ \ | |/
| * Issue #18432: Fix unintended API change in the sched moduleRaymond Hettinger2013-07-141-0/+3
* | Merge with 3.3Terry Jan Reedy2013-07-131-0/+5
|\ \ | |/
| * Issue #18279: Add tests for idlelib/RstripExtension.py. Original patch byTerry Jan Reedy2013-07-131-0/+5
* | Merge: #18431: Decode encoded words in atoms in new email parser.R David Murray2013-07-121-0/+3
|\ \ | |/
| * #18431: Decode encoded words in atoms in new email parser.R David Murray2013-07-121-0/+3
* | Issue #17845: Clarify the message setup.py prints upon successfullyBrett Cannon2013-07-121-0/+2
* | Issue #18342: Use the repr of a module name for ``from ... importBrett Cannon2013-07-121-0/+3
* | Merge: #18044: Fix parsing of encoded words of the form =?utf8?q?=XX...?=R David Murray2013-07-111-0/+4
|\ \ | |/
| * #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 #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
|\ \ | |/
| * Issue #18101: Tcl.split() now process strings nested in a tuple as itSerhiy Storchaka2013-07-111-0/+3
* | Issue #18338: `python --version` now prints version string to stdout, andSerhiy Storchaka2013-07-111-0/+3
* | Issue #18426: Fix NULL pointer dereference in C extension import whenChristian Heimes2013-07-111-0/+3
|\ \ | |/
| * Issue #18426: Fix NULL pointer dereference in C extension import whenChristian Heimes2013-07-111-0/+3