log

age author description
Fri, 15 Nov 2013 23:09:32 +0100 Christian Heimes merge pep-456 tip
Fri, 15 Nov 2013 23:08:21 +0100 Christian Heimes Issue #19544 and Issue #6516: quick workaround for failing builds default
Fri, 15 Nov 2013 22:36:45 +0100 Christian Heimes merge upstream pep-456
Fri, 15 Nov 2013 20:58:47 +0000 Vinay Sajip Issue #19504: Used American spelling for 'customize'.
Fri, 15 Nov 2013 20:58:13 +0000 Vinay Sajip Issue #19504: Used American spelling for 'customize'. 3.3
Fri, 15 Nov 2013 20:54:15 +0000 Vinay Sajip Issue #19504: Used American spelling for 'customize'. 2.7
Fri, 15 Nov 2013 20:42:47 +0000 Vinay Sajip Closes #19523: Merged fix from 3.3.
Fri, 15 Nov 2013 20:40:27 +0000 Vinay Sajip Issue #19523: Closed FileHandler leak which occurred when delay was set. 3.3
Fri, 15 Nov 2013 20:39:33 +0000 Vinay Sajip Issue #19523: Closed FileHandler leak which occurred when delay was set. 2.7
Fri, 15 Nov 2013 13:01:52 -0500 Andrew Kuchling Issue #19544 and Issue #6516: Restore support for --user and --group parameters to sdist command as found in Python 2.7 and originally slated for Python 3.2 but accidentally rolled back as part of the distutils2 rollback. Closes Issue #6516.
Fri, 15 Nov 2013 18:14:33 +0100 Victor Stinner (Merge 3.3) fileutils.c: use MAXPATHLEN instead of PATH_MAX
Fri, 15 Nov 2013 18:14:11 +0100 Victor Stinner fileutils.c: use MAXPATHLEN instead of PATH_MAX 3.3
Fri, 15 Nov 2013 17:35:31 +0100 Victor Stinner (Merge 3.3) sysmodule.c: fix sys_update_path(), use Py_ARRAY_LENGTH() to get
Fri, 15 Nov 2013 17:33:43 +0100 Victor Stinner sysmodule.c: fix sys_update_path(), use Py_ARRAY_LENGTH() to get the size of 3.3
Fri, 15 Nov 2013 17:12:14 +0100 Victor Stinner (Merge 3.3) pythonrun.c: fix Py_GetPythonHome(), use Py_ARRAY_LENGTH() to get
Fri, 15 Nov 2013 17:09:24 +0100 Victor Stinner pythonrun.c: fix Py_GetPythonHome(), use Py_ARRAY_LENGTH() to get the size of 3.3
Fri, 15 Nov 2013 07:41:10 -0800 Guido van Rossum asyncio: Longer timeout in Windows test_popen. Fixes issue 19598.
Sat, 16 Nov 2013 00:35:34 +1000 Nick Coghlan Avoid triggering the refleak detector
Sat, 16 Nov 2013 00:34:13 +1000 Nick Coghlan Don't decref exc too soon
Fri, 15 Nov 2013 21:47:37 +1000 Nick Coghlan Close 19609: narrow scope of codec exc chaining
Thu, 14 Nov 2013 16:16:29 -0800 Guido van Rossum asyncio: Refactor waitpid mocks. Patch by Anthony Baire.
Thu, 14 Nov 2013 22:38:52 +0100 Victor Stinner Issue #19437: Fix init_builtin(), handle _PyImport_FindExtensionObject()
Thu, 14 Nov 2013 22:31:41 +0100 Victor Stinner Issue #19429, #19437: fix error handling in the OSError constructor
Thu, 14 Nov 2013 21:37:05 +0100 Victor Stinner Issue #19437: Fix parse_envlist() of the posix/nt module, don't call
Thu, 14 Nov 2013 21:29:34 +0100 Victor Stinner Issue #19437: Fix parse_save_field() of the csv module, handle PyList_Append()
Thu, 14 Nov 2013 23:50:51 +0200 Serhiy Storchaka Issue #19592: Use specific asserts in lib2to3 tests.
Thu, 14 Nov 2013 23:49:58 +0200 Serhiy Storchaka Issue #19592: Use specific asserts in lib2to3 tests. 3.3
Thu, 14 Nov 2013 23:49:14 +0200 Serhiy Storchaka Issue #19592: Use specific asserts in lib2to3 tests. 2.7
Thu, 14 Nov 2013 23:10:51 +0200 Serhiy Storchaka Issue #19589: Use specific asserts in asyncio tests.
Thu, 14 Nov 2013 10:06:18 -0800 Guido van Rossum asyncio: Avoid ResourceWarning. Fix issue 19580 by Vajrasky Kok.
Thu, 14 Nov 2013 15:35:47 +0100 Stefan Krah Add unused third arg for the benefit of Valgrind.
Wed, 13 Nov 2013 23:49:49 -0500 Benjamin Peterson fix refleaks
Wed, 13 Nov 2013 23:25:01 -0500 Benjamin Peterson adjust style
Wed, 13 Nov 2013 20:17:52 -0800 Guido van Rossum asyncio: Relax timing requirement. Fixes issue 19579.
Thu, 14 Nov 2013 01:48:32 +0100 Christian Heimes merge
Thu, 14 Nov 2013 01:47:14 +0100 Christian Heimes Issue #17828: _PyObject_GetDictPtr() may return NULL instead of a PyObject**
Thu, 14 Nov 2013 01:27:12 +0100 Victor Stinner Issue #19437: Fix array.buffer_info(), handle PyLong_FromVoidPtr() and
Thu, 14 Nov 2013 01:26:17 +0100 Victor Stinner Issue #19437: Use an identifier for "__name__" string in pickle to improve
Thu, 14 Nov 2013 01:21:00 +0100 Victor Stinner Issue #19437: Fix fold_unaryops_on_constants() of the peephole optimizer, clear
Thu, 14 Nov 2013 01:39:35 +0100 Christian Heimes Issue #17828: va_start() must be accompanied by va_end()
Wed, 13 Nov 2013 15:50:08 -0800 Guido van Rossum asyncio: Fix from Anthony Baire for CPython issue 19566 (replaces earlier fix).
Wed, 13 Nov 2013 14:25:45 -0800 Ethan Furman removed Enum.__eq__ as it added nothing
Wed, 13 Nov 2013 11:08:34 -0800 Guido van Rossum asyncio: Temporary fix by Victor Stinner for issue 19566.
Thu, 14 Nov 2013 00:24:31 +1000 Nick Coghlan Issue #17839: mention base64 change in What's New
Wed, 13 Nov 2013 23:49:21 +1000 Nick Coghlan Close #17828: better handling of codec errors
Wed, 13 Nov 2013 14:17:30 +0100 Victor Stinner Don't use deprecated function PyUnicode_GET_SIZE()
Wed, 13 Nov 2013 13:29:37 +0100 Victor Stinner Issue #19437: Fix ctypes, handle PyCData_GetContainer() and GetKeepedObjects()
Wed, 13 Nov 2013 13:24:50 +0100 Victor Stinner Issue #19437: Fix GetKeepedObjects() of ctypes, handle PyCData_GetContainer()
Wed, 13 Nov 2013 13:23:35 +0100 Victor Stinner Issue #19437: Fix PyCData_GetContainer() of ctypes, handle PyDict_New() failure
Wed, 13 Nov 2013 12:11:36 +0100 Victor Stinner Issue #19437: Fix PyImport_ImportModuleLevelObject(), handle
Wed, 13 Nov 2013 22:24:58 +1000 Nick Coghlan Avoid global side effect in test_ensurepip
Wed, 13 Nov 2013 22:10:16 +1000 Nick Coghlan Fix test_socket for repr update
Tue, 12 Nov 2013 23:09:01 +0100 Giampaolo Rodola' merge
Tue, 12 Nov 2013 23:08:27 +0100 Giampaolo Rodola' test.support: considering the module is a mix of utilities unrelated with each other divide __all__ in sub-sections so that it can be used as a quick-reference doc
Thu, 03 Oct 2013 21:01:43 +0200 Giampaolo Rodola' Provide a more readable representation of socket on repr().
Tue, 12 Nov 2013 21:44:18 +0100 Victor Stinner Issue #19515: Remove duplicated identifiers in zipimport.c
Tue, 12 Nov 2013 21:39:02 +0100 Victor Stinner Issue #19515: Remove identifiers duplicated in the same file.
Tue, 12 Nov 2013 17:18:51 +0100 Victor Stinner Issue #19466: Fix typo. Patch written by Vajrasky Kok.
Tue, 12 Nov 2013 16:37:55 +0100 Victor Stinner Close #19466: Clear the frames of daemon threads earlier during the Python
Tue, 12 Nov 2013 10:26:15 -0500 Andrew Kuchling Merge from 3.3