]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2013-07-10  Victor StinnerIssue #18408: Fix call_exc_trace(): if the traceback...
2013-07-09  Charles-François... Issue #18308: don't take the scope ID into account...
2013-07-09  Charles-François... Issue #18308: don't take the scope ID into account...
2013-07-09  Christian Heimesuse $(LN) makefile variable instead of ln
2013-07-09  Christian Heimesuse $(LN) makefile variable instead of ln
2013-07-09  Raymond HettingerAdd a spacing saving heuristic to deque's extend methods
2013-07-08  Victor StinnerIssue #18408: Fix select.select() to handle PyList_New...
2013-07-08  Victor StinnerIssue #18408: Fix _PyMem_DebugRealloc()
2013-07-08  Victor StinnerIssue #18408: _PyUnicodeWriter_Finish() now clears...
2013-07-08  Victor StinnerIssue #18408: Fix usage of _PyBytes_Resize()
2013-07-08  Victor StinnerIssue #18408: Fix PyCode_Optimize(): raise a MemoryErro...
2013-07-08  Victor StinnerIssue #18408: Fix zlib.compressobj() to handle PyThread...
2013-07-08  Victor StinnerIssue #18408: Fix ConvParam() of the ctypes module...
2013-07-08  Ned DeilyAvoid spurious non-fatal install errors for OS X framew...
2013-07-08  Victor StinnerIssue #18408: Fix _PyUnicodeWriter_Finish(): clear...
2013-07-08  Victor Stinnerfix indentation
2013-07-08  Victor StinnerIssue #18408: Fix call_function() of ceval.c to handle...
2013-07-08  Victor StinnerIssue #18408: Fix PyType_Ready() and type.__bases__...
2013-07-08  Victor StinnerIssue #18408: Fix marshal reader for Unicode strings...
2013-07-08  Victor StinnerIssue #18408: Fix list.pop() to handle list_resize...
2013-07-08  Victor StinnerIssue #18408: Fix PyDict_New() to handle correctly...
2013-07-08  Victor StinnerIssue #18408: PyObject_GC_NewVar() now raises SystemErr...
2013-07-08  Victor Stinnergcmodule.c: strip trailing spaces
2013-07-08  Ezio Melotti#18403: merge with 3.3.
2013-07-08  Ezio Melotti#18403: fix an off-by-one typo noticed by Xue Fuqiao.
2013-07-08  Ezio MelottiMerge str.center tests from 3.3.
2013-07-08  Ezio MelottiAdd a couple of tests for str.center with non-ASCII...
2013-07-07  Victor StinnerIssue #18203: Add _PyMem_RawStrdup() and _PyMem_Strdup()
2013-07-07  Victor StinnerIssue #18203: Fix _Py_DecodeUTF8_surrogateescape()...
2013-07-07  Christian HeimesIssue #18227: pyexpat now uses a static XML_Memory_Hand...
2013-07-07  Victor StinnerIssue #18203: Replace malloc() with PyMem_Malloc(...
2013-07-07  Victor StinnerIssue #18203: Replace malloc() with PyMem_Malloc()...
2013-07-07  Victor StinnerIssue #18203: Replace malloc() with PyMem_RawMalloc...
2013-07-07  Victor StinnerIssue #18227: "Free" function of bz2, lzma and zlib...
2013-07-07  Victor StinnerIssue #18203: Replace malloc() with PyMem_Malloc()...
2013-07-07  Victor StinnerIssue #18227: Use PyMem_RawAlloc() in bz2, lzma and...
2013-07-07  Victor StinnerIssue #18203: Fix decode_ascii_surrogateescape(), use...
2013-07-07  Victor StinnerFix a compiler warning in posix_sendfile() on FreeBSD:
2013-07-07  Victor StinnerIssue #18203: Replace malloc() with PyMem_Malloc()...
2013-07-07  Victor StinnerIssue #18203: Replace malloc() with PyMem_RawMalloc...
2013-07-07  Victor StinnerIssue #18203: Fix Py_Finalize(): destroy the GIL after...
2013-07-07  Raymond HettingerFix #ifdef
2013-07-07  Raymond HettingerUse macros for marking and checking endpoints in the...
2013-07-07  Ezio Melotti#18106: refactor tests to use subtests and proper asser...
2013-07-07  Ezio Melotti#17198: merge with 3.3.
2013-07-07  Ezio Melotti#17198: Fix a NameError in the dbm module. Patch by...
2013-07-07  Florent XiclunaMerge #18013: Fix cgi.FieldStorage to parse the W3C...
2013-07-07  Florent XiclunaIssue #18013: Fix cgi.FieldStorage to parse the W3C...
2013-07-07  Ezio Melotti#18020: improve html.escape speed by an order of magnit...
2013-07-07  Ronald Oussoren(3.3->default) Issue #18377: Code cleanup in Python...
2013-07-07  Ronald OussorenIssue #18377: Code cleanup in Python Launcher
2013-07-07  Ronald Oussoren(3.3->default) Cleanup of documentation change from...
2013-07-07  Ronald OussorenCleanup of documentation change from #17860
2013-07-07  Raymond Hettingermerge
2013-07-07  Raymond HettingerImprove variable names in deque_count()
2013-07-07  Victor StinnerIssue #3329: Fix _PyObject_ArenaVirtualFree()
2013-07-07  Victor StinnerIssue #17206: On Windows, increase the stack size from...
2013-07-07  Victor StinnerIssue #3329: Implement the PEP 445
2013-07-06  Raymond HettingerApply the PyObject_VAR_HEAD and Py_SIZE macros
2013-07-06  Brett Cannonmerge
2013-07-06  Brett Cannonmerge for issue #18351.
2013-07-06  Raymond HettingerRefactor deque_traverse().
2013-07-06  Brett CannonIssue #18351: Fix various issues with
2013-07-06  Raymond HettingerRemove unnecessary branches from count() and reverse().
2013-07-06  Brett CannonIssue #18364: Stop using the ImportError._not_found...
2013-07-06  Ezio Melotti#18380: merge with 3.3.
2013-07-06  Ezio Melotti#18380: pass regex flags to the right argument. Patch...
2013-07-06  Florent Xiclunatest_ftplib: silence a BytesWarning when checking TypeError
2013-07-06  Florent Xiclunatest_ftplib: silence a BytesWarning when checking TypeError
2013-07-06  Ronald Oussoren(3.3->default) Issue #12990: The "Python Launcher"...
2013-07-06  Ronald OussorenIssue #12990: The "Python Launcher" on OSX could not...
2013-07-06  Florent XiclunaIssue #18375: merge with 3.3
2013-07-06  Florent XiclunaIssue #18375: Assume --randomize when --randseed is...
2013-07-06  Ronald Oussoren(3.3->default) Issue #17860: explicitly mention that...
2013-07-06  Ronald OussorenIssue #17860: explicitly mention that std* streams...
2013-07-06  Raymond HettingerSpeed-up deque indexing by changing the deque block...
2013-07-04  Christian HeimesIssue #18347: ElementTree's html serializer now preserv...
2013-07-04  Christian HeimesIssue #18347: ElementTree's html serializer now preserv...
2013-07-04  Brett CannonIssue #15767: Excise the remaining instances of ModuleN...
2013-07-04  Brett CannonRemove dead code in test_exceptions.
2013-07-04  Brett CannonMove test_import over to unittest.main().
2013-07-04  Brett CannonIssue #15767: back out 8a0ed9f63c6e, finishing the...
2013-07-04  Brett CannonIssue #15767: Revert 3a50025f1900 for ModuleNotFoundError
2013-07-04  Brett CannonIssue #15767: Back out 8d28d44f3a9a related to ModuleNo...
2013-07-04  Brett CannonIssue #18200: Back out usage of ModuleNotFoundError...
2013-07-04  Antoine PitrouConsolidate tests section.
2013-07-04  Antoine PitrouIssue #11185: Fix test_wait4 under AIX. Patch by Sébas...
2013-07-04  Antoine PitrouIssue #11185: Fix test_wait4 under AIX. Patch by Sébas...
2013-07-03  Victor Stinner(Merge 3.3) test_time.test_monotonic(): use a longer...
2013-07-03  Victor Stinnertest_time.test_monotonic(): use a longer sleep to try...
2013-07-03  Victor Stinner(Merge 3.3) test_faulthandler: skip test_read_null...
2013-07-03  Victor Stinnertest_faulthandler: skip test_read_null() on AIX
2013-07-02  Eric V. Smith#18312: merge from 3.3.
2013-07-02  Eric V. SmithCloses #18312: 'make distclean' no longer deletes files...
2013-07-02  Richard OudkerkIssue #17261: Ensure multiprocessing's proxies use...
2013-07-02  Richard OudkerkIssue #17261: Ensure multiprocessing's proxies use...
2013-07-02  Richard OudkerkIssue #14206: Clarify docs for Queue.join_cancel_thread().
2013-07-02  Richard OudkerkIssue #14206: Clarify docs for Queue.join_cancel_thread().
2013-07-02  Richard OudkerkIssue #17273: Clarify that pool methods can only be...
2013-07-02  Richard OudkerkIssue #17273: Clarify that pool methods can only be...
next