summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Issue #19429, #19437: fix error handling in the OSError constructorVictor Stinner2013-11-141-3/+5
* Issue #19437: Fix parse_envlist() of the posix/nt module, don't callVictor Stinner2013-11-141-1/+3
* Issue #19437: Fix parse_save_field() of the csv module, handle PyList_Append()Victor Stinner2013-11-141-1/+4
* Issue #19592: Use specific asserts in lib2to3 tests.Serhiy Storchaka2013-11-145-17/+17
|\
| * Issue #19592: Use specific asserts in lib2to3 tests.Serhiy Storchaka2013-11-145-17/+17
* | Issue #19589: Use specific asserts in asyncio tests.Serhiy Storchaka2013-11-143-10/+12
* | asyncio: Avoid ResourceWarning. Fix issue 19580 by Vajrasky Kok.Guido van Rossum2013-11-141-4/+18
* | Add unused third arg for the benefit of Valgrind.Stefan Krah2013-11-141-1/+1
* | fix refleaksBenjamin Peterson2013-11-141-3/+7
* | adjust styleBenjamin Peterson2013-11-141-12/+8
* | asyncio: Relax timing requirement. Fixes issue 19579.Guido van Rossum2013-11-141-2/+2
* | mergeChristian Heimes2013-11-143-15/+21
|\ \
| * | Issue #19437: Fix array.buffer_info(), handle PyLong_FromVoidPtr() andVictor Stinner2013-11-141-3/+15
| * | Issue #19437: Use an identifier for "__name__" string in pickle to improveVictor Stinner2013-11-141-12/+5
| * | Issue #19437: Fix fold_unaryops_on_constants() of the peephole optimizer, clearVictor Stinner2013-11-141-0/+1
* | | Issue #17828: _PyObject_GetDictPtr() may return NULL instead of a PyObject**Christian Heimes2013-11-141-3/+5
|/ /
* | Issue #17828: va_start() must be accompanied by va_end()Christian Heimes2013-11-141-6/+7
* | asyncio: Fix from Anthony Baire for CPython issue 19566 (replaces earlier fix).Guido van Rossum2013-11-133-42/+60
* | removed Enum.__eq__ as it added nothingEthan Furman2013-11-132-5/+11
* | asyncio: Temporary fix by Victor Stinner for issue 19566.Guido van Rossum2013-11-131-2/+3
* | Issue #17839: mention base64 change in What's NewNick Coghlan2013-11-131-0/+8
* | Close #17828: better handling of codec errorsNick Coghlan2013-11-137-46/+414
* | Don't use deprecated function PyUnicode_GET_SIZE()Victor Stinner2013-11-133-8/+7
* | Issue #19437: Fix ctypes, handle PyCData_GetContainer() and GetKeepedObjects()Victor Stinner2013-11-131-1/+19
* | Issue #19437: Fix GetKeepedObjects() of ctypes, handle PyCData_GetContainer()Victor Stinner2013-11-131-1/+5
* | Issue #19437: Fix PyCData_GetContainer() of ctypes, handle PyDict_New() failureVictor Stinner2013-11-131-0/+2
* | Issue #19437: Fix PyImport_ImportModuleLevelObject(), handleVictor Stinner2013-11-131-0/+4
* | Avoid global side effect in test_ensurepipNick Coghlan2013-11-131-3/+8
* | Fix test_socket for repr updateNick Coghlan2013-11-131-2/+2
* | mergeGiampaolo Rodola'2013-11-121-1/+1
|\ \
| * | Provide a more readable representation of socket on repr().Giampaolo Rodola'2013-10-031-1/+1
* | | test.support: considering the module is a mix of utilities unrelated with eac...Giampaolo Rodola'2013-11-121-18/+36
* | | Issue #19515: Remove duplicated identifiers in zipimport.cVictor Stinner2013-11-121-6/+4
* | | Issue #19515: Remove identifiers duplicated in the same file.Victor Stinner2013-11-125-11/+6
* | | Issue #19466: Fix typo. Patch written by Vajrasky Kok.Victor Stinner2013-11-121-1/+1
* | | Close #19466: Clear the frames of daemon threads earlier during the PythonVictor Stinner2013-11-123-5/+69
* | | Merge from 3.3Andrew Kuchling2013-11-121-1/+5
|\ \ \ | | |/ | |/|
| * | Closes #12828: add docstring text noting this is an internal-only moduleAndrew Kuchling2013-11-121-1/+5
* | | Merge from 3.3Andrew Kuchling2013-11-123-4/+4
|\ \ \ | |/ /
| * | Update e-mail addressAndrew Kuchling2013-11-123-4/+4
* | | Issue #13674 Null merge with 3.3Tim Golden2013-11-120-0/+0
|\ \ \ | |/ /
| * | Issue #13674 Updated NEWSTim Golden2013-11-121-0/+3
* | | Issue #13674 Updated NEWSTim Golden2013-11-121-0/+3
* | | Remove mis-merged artefactTim Golden2013-11-121-3/+0
* | | Issue13674 Correct crash with strftime %y format under WindowsTim Golden2013-11-122-0/+33
|\ \ \ | |/ /
| * | Issue13674 Correct crash with strftime %y format under WindowsTim Golden2013-11-122-1/+32
* | | Issue #19440: Clean up test_capiZachary Ware2013-11-122-14/+12
|\ \ \ | |/ /
| * | Issue #19440: Clean up test_capiZachary Ware2013-11-122-13/+11
* | | Null mergeZachary Ware2013-11-120-0/+0
|\ \ \ | |/ /
| * | Correct a merge error in Misc/NEWSZachary Ware2013-11-121-1/+1