summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Issue #18203: Replace malloc() with PyMem_RawMalloc() at Python initializationVictor Stinner2013-07-078-76/+76
* Issue #18203: Fix Py_Finalize(): destroy the GIL after the last call toVictor Stinner2013-07-071-9/+9
* Fix #ifdefRaymond Hettinger2013-07-071-1/+1
* Use macros for marking and checking endpoints in the doubly-linked list of bl...Raymond Hettinger2013-07-071-47/+81
* #18106: refactor tests to use subtests and proper assert methods. Patch by V...Ezio Melotti2013-07-071-35/+42
* #17198: merge with 3.3.Ezio Melotti2013-07-073-2/+24
|\
| * #17198: Fix a NameError in the dbm module. Patch by Valentina Mukhamedzhanova.Ezio Melotti2013-07-073-2/+24
* | Merge #18013: Fix cgi.FieldStorage to parse the W3C sample form.Florent Xicluna2013-07-073-1/+49
|\ \ | |/
| * Issue #18013: Fix cgi.FieldStorage to parse the W3C sample form.Florent Xicluna2013-07-073-1/+49
* | #18020: improve html.escape speed by an order of magnitude. Patch by Matt Br...Ezio Melotti2013-07-073-7/+10
* | (3.3->default) Issue #18377: Code cleanup in Python LauncherRonald Oussoren2013-07-078-95/+77
|\ \ | |/
| * Issue #18377: Code cleanup in Python LauncherRonald Oussoren2013-07-078-95/+77
* | (3.3->default) Cleanup of documentation change from #17860Ronald Oussoren2013-07-072-4/+10
|\ \ | |/
| * Cleanup of documentation change from #17860Ronald Oussoren2013-07-072-4/+10
* | mergeRaymond Hettinger2013-07-079-239/+802
|\ \
| * | Issue #3329: Fix _PyObject_ArenaVirtualFree()Victor Stinner2013-07-071-1/+1
| * | Issue #17206: On Windows, increase the stack size from 2 MB to 4.2 MB to fixVictor Stinner2013-07-072-1/+5
| * | Issue #3329: Implement the PEP 445Victor Stinner2013-07-078-238/+797
* | | Improve variable names in deque_count()Raymond Hettinger2013-07-071-8/+8
|/ /
* | Apply the PyObject_VAR_HEAD and Py_SIZE macrosRaymond Hettinger2013-07-061-40/+39
* | mergeBrett Cannon2013-07-061-6/+6
|\ \
| * | Refactor deque_traverse().Raymond Hettinger2013-07-061-6/+6
* | | merge for issue #18351.Brett Cannon2013-07-065-807/+843
|\ \ \ | |/ / |/| / | |/
| * Issue #18351: Fix various issues withBrett Cannon2013-07-065-3376/+3415
* | Remove unnecessary branches from count() and reverse().Raymond Hettinger2013-07-061-6/+3
* | Issue #18364: Stop using the ImportError._not_found hack.Brett Cannon2013-07-062-3556/+3551
* | #18380: merge with 3.3.Ezio Melotti2013-07-063-1/+6
|\ \ | |/
| * #18380: pass regex flags to the right argument. Patch by Valentina Mukhamedz...Ezio Melotti2013-07-063-1/+6
* | test_ftplib: silence a BytesWarning when checking TypeErrorFlorent Xicluna2013-07-061-1/+2
|\ \ | |/
| * test_ftplib: silence a BytesWarning when checking TypeErrorFlorent Xicluna2013-07-061-1/+2
* | (3.3->default) Issue #12990: The "Python Launcher" on OSX could not launch py...Ronald Oussoren2013-07-062-1/+7
|\ \ | |/
| * Issue #12990: The "Python Launcher" on OSX could not launch python scripts th...Ronald Oussoren2013-07-062-1/+4
* | Issue #18375: merge with 3.3Florent Xicluna2013-07-062-0/+4
|\ \ | |/
| * Issue #18375: Assume --randomize when --randseed is used for running the test...Florent Xicluna2013-07-062-0/+4
* | (3.3->default) Issue #17860: explicitly mention that std* streams are opened ...Ronald Oussoren2013-07-061-2/+4
|\ \ | |/
| * Issue #17860: explicitly mention that std* streams are opened in binary mode ...Ronald Oussoren2013-07-061-2/+4
* | Speed-up deque indexing by changing the deque block length to a power of two.Raymond Hettinger2013-07-062-2/+2
* | Issue #18347: ElementTree's html serializer now preserves the case of closing...Christian Heimes2013-07-043-3/+13
|\ \ | |/
| * Issue #18347: ElementTree's html serializer now preserves the case of closing...Christian Heimes2013-07-043-3/+13
* | Issue #15767: Excise the remaining instances of ModuleNotFoundErrorBrett Cannon2013-07-048-27/+27
* | Remove dead code in test_exceptions.Brett Cannon2013-07-041-3/+0
* | Move test_import over to unittest.main().Brett Cannon2013-07-041-14/+2
* | Issue #15767: back out 8a0ed9f63c6e, finishing the removal ofBrett Cannon2013-07-0417-427/+412
* | Issue #15767: Revert 3a50025f1900 for ModuleNotFoundErrorBrett Cannon2013-07-0410-842/+807
* | Issue #15767: Back out 8d28d44f3a9a related to ModuleNotFoundError.Brett Cannon2013-07-041-7/+0
* | Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a)Brett Cannon2013-07-0483-144/+158
* | Consolidate tests section.Antoine Pitrou2013-07-041-5/+2
* | Issue #11185: Fix test_wait4 under AIX. Patch by Sébastien Sablé.Antoine Pitrou2013-07-042-2/+9
|\ \ | |/
| * Issue #11185: Fix test_wait4 under AIX. Patch by Sébastien Sablé.Antoine Pitrou2013-07-042-1/+9
* | (Merge 3.3) test_time.test_monotonic(): use a longer sleep to try to make the...Victor Stinner2013-07-031-2/+2
|\ \ | |/