]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
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
2013-11-10  Andrew KuchlingAdd news entry for #1097797; whitespace cleanup
2013-11-10  Andrew Kuchling#1097797: Add CP273 codec, and exercise it in the test...
2013-11-10  Andrew KuchlingIgnore two constructed directories in Tools/unicode
2013-11-10  Jason R. CoombsIssue #7171: Update syntax to replace MAX in favor...
2013-11-09  Serhiy StorchakaIssue #1575020: Fixed support of 24-bit wave files...
2013-11-09  Serhiy StorchakaIssue #1575020: Fixed support of 24-bit wave files...
2013-11-09  Serhiy StorchakaFix Tkinter tests on Tk 8.5 with patchlevel < 8.5.11...
2013-11-09  Serhiy StorchakaFix Tkinter tests on Tk 8.5 with patchlevel < 8.5.11...
2013-11-08  Stefan KrahNull merge.
2013-11-08  Stefan KrahMerge.
2013-11-08  Brett Cannonremove dead import
2013-11-08  Brett CannonIssue #16803: test.test_importlib.source now tests...
2013-11-08  Stefan KrahValgrind: suppress false positive in _PyOS_GetOpt ...
2013-11-08  Stefan KrahValgrind: suppress false positive in _PyOS_GetOpt ...
2013-11-08  Charles-François... Issue #18923: Update subprocess to use the new selector...
2013-11-08  Brett CannonSimplify test.test_importlib.__main__
2013-11-08  Brett CannonIssue #16803: test.test_importlib.import_ now tests...
2013-11-08  Stefan KrahMove PyErr_NoMemory() closer to the failure.
2013-11-08  Stefan KrahMove PyErr_NoMemory() closer to the failure.
2013-11-08  Stefan KrahChange style to match the surrounding code (no early...
2013-11-08  Stefan KrahChange style to match the surrounding code (no early...
2013-11-08  Brett CannonIssue #16803: test.test_importlib.frozen now runs both...
2013-11-08  Victor StinnerIssue #19512, #19526: Exclude the new _PyDict_DelItemId...
2013-11-07  Victor StinnerIssue #19437: Fix datetime_subtract(), handle new_delta...
2013-11-07  Victor StinnerIssue #19437: Fix _io._IOBase.close(), handle _PyObject...
2013-11-07  Victor StinnerIssue #19437: Fix fsconvert_strdup(), raise a MemoryErr...
2013-11-07  Victor Stinner_Py_normalize_encoding(): explain how the value 6 was...
2013-11-07  Victor StinnerIssue #19512, #19515: remove shared identifiers, move...
2013-11-07  Victor Stinnerframeobject.c: Use an identifer instead of creating...
2013-11-07  Victor StinnerC API doc: try to group concrete objects
2013-11-07  Victor StinnerIssue #19514: Add Andrei Dorian Duma to Misc/ACKS for...
2013-11-07  Victor StinnerFix _Py_normalize_encoding(): ensure that buffer is...
2013-11-07  Martin v. LöwisIssue #19514: Deduplicate some _Py_IDENTIFIER declarations.
2013-11-07  Guido van RossumRemove redundant test_selectors.py from test_asyncio.
2013-11-07  Ezio Melotti#17080: improve error message of float/complex when...
2013-11-07  Guido van RossumOptimize BaseSelector.modify(). Patch by Arnaud Faure.
2013-11-07  Ezio Melotti#19480: merge with 3.3.
2013-11-07  Ezio Melotti#19480: HTMLParser now accepts all valid start-tag...
2013-11-07  R David MurrayMerge #18985: Improve fcntl documentation.
2013-11-07  R David Murray#18985: Improve fcntl documentation.
2013-11-07  Victor Stinnerprint_error_text() doesn't encode the filename anymore
2013-11-07  Guido van Rossumasyncio: Add close() back to Unix selector event loop...
2013-11-06  Victor Stinnerremove an outdated comment
2013-11-06  Victor StinnerIssue #19512: Use the new _PyId_builtins identifier
2013-11-06  Victor StinnerIssue #19512: add _PyUnicode_CompareWithId() function
2013-11-06  Victor Stinnerprint_exception(): don't encode the module name to...
2013-11-06  Victor StinnerIssue #19512: builtin print() function uses an identifi...
2013-11-06  Victor StinnerIssue #19512: _count_elements() of _collections reuses...
next