]> granicus.if.org Git - python/shortlog
python
2013-11-16 Jason R. CoombsIssue #7408: Forward port limited test from Python...
2013-11-16 Victor Stinnercalculate_path() now fails with a fatal error when...
2013-11-10 Andrew KuchlingIssue #19544 and Issue #1180: Restore global option...
2013-11-15 Victor StinnerDon't mix wide character strings and byte strings ...
2013-11-15 Victor StinnerFix compiler warnings on Windows 64 bit: add an explici...
2013-11-15 Victor StinnerFix sock_recvfrom_guts(): recvfrom() size is limited...
2013-11-15 Victor StinnerFix compiler warning on Windows 64 bit: _init_pos_args...
2013-11-15 Victor StinnerFix compiler warning on Windows 64-bit: asdl_seq_SET...
2013-11-15 Victor StinnerFix compiler warning (on Windows 64-bit): explicit...
2013-11-15 Victor StinnerFix compiler warning in win32_urandom(): explicit cast...
2013-11-15 Victor StinnerFix compiler warning (especially on Windows 64-bit...
2013-11-15 Victor StinnerFix compiler warning on Windows 64-bit: explicit cast...
2013-11-15 Victor StinnerIssue #19544, #6516: no need to catch AttributeError...
2013-11-15 Christian HeimesIssue #19544 and Issue #6516: quick workaround for...
2013-11-15 Vinay SajipIssue #19504: Used American spelling for 'customize'.
2013-11-15 Vinay SajipIssue #19504: Used American spelling for 'customize'.
2013-11-15 Vinay SajipCloses #19523: Merged fix from 3.3.
2013-11-15 Vinay SajipIssue #19523: Closed FileHandler leak which occurred...
2013-11-15 Andrew KuchlingIssue #19544 and Issue #6516: Restore support for ...
2013-11-15 Victor Stinner(Merge 3.3) fileutils.c: use MAXPATHLEN instead of...
2013-11-15 Victor Stinnerfileutils.c: use MAXPATHLEN instead of PATH_MAX
2013-11-15 Victor Stinner(Merge 3.3) sysmodule.c: fix sys_update_path(), use...
2013-11-15 Victor Stinnersysmodule.c: fix sys_update_path(), use Py_ARRAY_LENGTH...
2013-11-15 Victor Stinner(Merge 3.3) pythonrun.c: fix Py_GetPythonHome(), use...
2013-11-15 Victor Stinnerpythonrun.c: fix Py_GetPythonHome(), use Py_ARRAY_LENGT...
2013-11-15 Guido van Rossumasyncio: Longer timeout in Windows test_popen. Fixes...
2013-11-15 Nick CoghlanAvoid triggering the refleak detector
2013-11-15 Nick CoghlanDon't decref exc too soon
2013-11-15 Nick CoghlanClose 19609: narrow scope of codec exc chaining
2013-11-15 Guido van Rossumasyncio: Refactor waitpid mocks. Patch by Anthony Baire.
2013-11-14 Serhiy StorchakaIssue #19592: Use specific asserts in lib2to3 tests.
2013-11-14 Victor StinnerIssue #19437: Fix init_builtin(), handle _PyImport_Find...
2013-11-14 Victor StinnerIssue #19429, #19437: fix error handling in the OSError...
2013-11-14 Victor StinnerIssue #19437: Fix parse_envlist() of the posix/nt modul...
2013-11-14 Victor StinnerIssue #19437: Fix parse_save_field() of the csv module...
2013-11-14 Serhiy StorchakaIssue #19592: Use specific asserts in lib2to3 tests.
2013-11-14 Serhiy StorchakaIssue #19589: Use specific asserts in asyncio tests.
2013-11-14 Guido van Rossumasyncio: Avoid ResourceWarning. Fix issue 19580 by...
2013-11-14 Stefan KrahAdd unused third arg for the benefit of Valgrind.
2013-11-14 Benjamin Petersonfix refleaks
2013-11-14 Benjamin Petersonadjust style
2013-11-14 Guido van Rossumasyncio: Relax timing requirement. Fixes issue 19579.
2013-11-14 Christian Heimesmerge
2013-11-14 Christian HeimesIssue #17828: _PyObject_GetDictPtr() may return NULL...
2013-11-14 Christian HeimesIssue #17828: va_start() must be accompanied by va_end()
2013-11-14 Victor StinnerIssue #19437: Fix array.buffer_info(), handle PyLong_Fr...
2013-11-14 Victor StinnerIssue #19437: Use an identifier for "__name__" string...
2013-11-14 Victor StinnerIssue #19437: Fix fold_unaryops_on_constants() of the...
2013-11-13 Guido van Rossumasyncio: Fix from Anthony Baire for CPython issue 19566...
2013-11-13 Ethan Furmanremoved Enum.__eq__ as it added nothing
2013-11-13 Guido van Rossumasyncio: Temporary fix by Victor Stinner for issue...
2013-11-13 Nick CoghlanIssue #17839: mention base64 change in What's New
2013-11-13 Nick CoghlanClose #17828: better handling of codec errors
2013-11-13 Victor StinnerDon't use deprecated function PyUnicode_GET_SIZE()
2013-11-13 Victor StinnerIssue #19437: Fix ctypes, handle PyCData_GetContainer...
2013-11-13 Victor StinnerIssue #19437: Fix GetKeepedObjects() of ctypes, handle...
2013-11-13 Victor StinnerIssue #19437: Fix PyCData_GetContainer() of ctypes...
2013-11-13 Victor StinnerIssue #19437: Fix PyImport_ImportModuleLevelObject...
2013-11-13 Nick CoghlanAvoid global side effect in test_ensurepip
2013-11-13 Nick CoghlanFix test_socket for repr update
2013-11-12 Giampaolo Rodola'merge
2013-11-12 Giampaolo Rodola'test.support: considering the module is a mix of utilit...
2013-11-12 Victor StinnerIssue #19515: Remove duplicated identifiers in zipimport.c
2013-11-12 Victor StinnerIssue #19515: Remove identifiers duplicated in the...
2013-11-12 Victor StinnerIssue #19466: Fix typo. Patch written by Vajrasky Kok.
2013-11-12 Victor StinnerClose #19466: Clear the frames of daemon threads earlie...
2013-11-12 Andrew KuchlingMerge from 3.3
2013-11-12 Andrew KuchlingCloses #12828: add docstring text noting this is an...
2013-11-12 Andrew KuchlingMerge from 3.3
2013-11-12 Andrew KuchlingUpdate e-mail address
2013-11-12 Tim GoldenIssue #13674 Null merge with 3.3
2013-11-12 Tim GoldenIssue #13674 Updated NEWS
2013-11-12 Tim GoldenIssue #13674 Updated NEWS
2013-11-12 Tim GoldenRemove mis-merged artefact
2013-11-12 Tim GoldenIssue13674 Correct crash with strftime %y format under...
2013-11-12 Tim GoldenIssue13674 Correct crash with strftime %y format under...
2013-11-12 Zachary WareIssue #19440: Clean up test_capi
2013-11-12 Zachary WareIssue #19440: Clean up test_capi
2013-11-12 Zachary WareNull merge
2013-11-12 Zachary WareCorrect a merge error in Misc/NEWS
2013-11-11 Andrew Kuchling#15422: remove NEWS item for a change that was later...
2013-11-11 Andrew KuchlingCloses #6683: add a test that exercises multiple authen...
2013-11-11 Tim GoldenRemove outdated comment
2013-11-11 Tim GoldenRemove outdated comment
2013-11-11 Nick CoghlanClose #19406: Initial implementation of ensurepip
2013-11-11 Kristjan Valur... Issue #8799: Reduce timing sensitivity of condition...
2013-11-11 Serhiy StorchakaFixed compile error on Windows caused by arithmetic...
2013-11-11 Andrew Kuchling#1097797: add the original mapping file
2013-11-11 Andrew KuchlingFix some PEP8-formatting problems in the generated...
2013-11-11 Jason R. CoombsFix failing test incorrectly merged in b1244046f37a
2013-11-10 Jason R. CoombsMerge with 3.3 for Issue #19544 and Issue #6286. Merge...
2013-11-10 Jason R. CoombsIssue #19544 and Issue #6286: Restore use of urllib...
2013-11-10 Jason R. CoombsMerge with 3.3 for Issue #19544 and Issue #7457
2013-11-10 Jason R. CoombsIssue 19544 and Issue #7457: Restore the read_pkg_file...
2013-11-10 Serhiy StorchakaIssue #16685: Added support for any bytes-like objects...
2013-11-10 Jason R. CoombsUpdate Misc/NEWS for Issue #7171
2013-11-10 Serhiy StorchakaMerge heads
2013-11-10 Serhiy StorchakaIssue #19261: Added support for writing 24-bit samples...
2013-11-10 Jason R. CoombsMerge
2013-11-10 Jason R. CoombsNormalize whitespace
next