summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Issue #18408: Fix marshal reader for Unicode strings: handleVictor Stinner2013-07-081-0/+4
* Issue #18408: Fix list.pop() to handle list_resize() failure (MemoryError).Victor Stinner2013-07-081-2/+4
* Issue #18408: Fix PyDict_New() to handle correctly new_keys_object() failureVictor Stinner2013-07-081-1/+5
* Issue #18408: PyObject_GC_NewVar() now raises SystemError exception if nitemsVictor Stinner2013-07-081-2/+9
* gcmodule.c: strip trailing spacesVictor Stinner2013-07-081-7/+7
* #18403: merge with 3.3.Ezio Melotti2013-07-081-1/+1
|\
| * #18403: fix an off-by-one typo noticed by Xue Fuqiao.Ezio Melotti2013-07-081-1/+1
* | Merge str.center tests from 3.3.Ezio Melotti2013-07-081-0/+9
|\ \ | |/
| * Add a couple of tests for str.center with non-ASCII chars.Ezio Melotti2013-07-081-0/+9
* | Issue #18203: Add _PyMem_RawStrdup() and _PyMem_Strdup()Victor Stinner2013-07-078-29/+64
* | Issue #18203: Fix _Py_DecodeUTF8_surrogateescape(), use PyMem_RawMalloc() as ...Victor Stinner2013-07-071-2/+2
* | Issue #18227: pyexpat now uses a static XML_Memory_Handling_Suite. cElementTr...Christian Heimes2013-07-071-6/+6
* | Issue #18203: Replace malloc() with PyMem_Malloc() in _PySequence_BytesToCha...Victor Stinner2013-07-071-8/+11
* | Issue #18203: Replace malloc() with PyMem_Malloc() to allocate arena objectsVictor Stinner2013-07-071-6/+6
* | Issue #18203: Replace malloc() with PyMem_RawMalloc() to allocate thread locksVictor Stinner2013-07-072-10/+10
* | Issue #18227: "Free" function of bz2, lzma and zlib modules has no return val...Victor Stinner2013-07-073-3/+3
* | Issue #18203: Replace malloc() with PyMem_Malloc() in _ssl for the passwordVictor Stinner2013-07-071-4/+4
* | Issue #18227: Use PyMem_RawAlloc() in bz2, lzma and zlib modulesVictor Stinner2013-07-073-8/+77
* | Issue #18203: Fix decode_ascii_surrogateescape(), use PyMem_RawMalloc() as _P...Victor Stinner2013-07-071-1/+1
* | Fix a compiler warning in posix_sendfile() on FreeBSD:Victor Stinner2013-07-071-2/+3
* | Issue #18203: Replace malloc() with PyMem_Malloc() in Python modulesVictor Stinner2013-07-0710-55/+52
* | 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
|\ \ | |/