]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2014-07-14  Victor StinnerIssue #21645: Add debug code to analyze a failure on...
2014-07-14  Victor StinnerMerge with Python 3.4
2014-07-14  Victor Stinnerasyncio: sync with Tulip
2014-07-14  Serhiy StorchakaCall PyErr_NoMemory() when PyMem_Malloc() fails.
2014-07-14  Serhiy StorchakaCall PyErr_NoMemory() when PyMem_Malloc() fails.
2014-07-14  Raymond Hettingermerge
2014-07-14  Raymond HettingerIssue 21977: Minor improvements to the regexes in...
2014-07-13  Terry Jan ReedyMerge with 3.4
2014-07-13  Terry Jan ReedyIssue #18592: Method return signature changes made...
2014-07-13  Ned DeilyIssue #21323: Fix http.server to again handle scripts...
2014-07-13  Ned DeilyIssue #21323: Fix http.server to again handle scripts...
2014-07-13  Ned DeilyIssue #21323: Fix http.server to again handle scripts...
2014-07-13  Ned DeilyIssue #21323: Fix http.server to again handle scripts...
2014-07-12  Alexander BelopolskyIssue #21966: Respect -q command-line option when code...
2014-07-12  Berker PeksagIssue #19076: Merge with 3.4.
2014-07-12  Berker PeksagIssue #19076: Don't pass the redundant 'file' argument...
2014-07-12  Victor StinnerIssue #21932: Skip test_os.test_large_read() on 32...
2014-07-12  Victor StinnerMerge with 3.4
2014-07-12  Victor Stinnerasyncio: Server.close() leaves client sockets open
2014-07-12  Victor StinnerMerge with 3.4
2014-07-12  Victor Stinnerasyncio: sync with Tulip
2014-07-11  Victor StinnerMerge 3.4
2014-07-11  Victor Stinnerasyncio: improve the documentation of servers
2014-07-11  Victor Stinnerasyncio, Tulip issue 180: Make Server attributes and...
2014-07-11  Berker PeksagIssue #21906: Merge from 3.4.
2014-07-11  Berker PeksagIssue #21906: Make Tools/scripts/md5sum.py work in...
2014-07-11  Berker PeksagIssue #16382: Improve exception message of warnings...
2014-07-11  Victor StinnerIssue #21932: Ooops, os.read(fd, size) allocates a...
2014-07-11  Victor StinnerIssue #21932: os.read() now uses a :c:func:`Py_ssize_t...
2014-07-11  Victor Stinner(Merge 3.4) asyncio: enhance documentation of platform...
2014-07-11  Victor Stinnerasyncio: enhance documentation of platform support
2014-07-11  Victor Stinner(Merge 3.4) asyncio: sync with Tulip
2014-07-11  Victor Stinnerasyncio: sync with Tulip
2014-07-11  Terry Jan ReedyMerge with 3.4
2014-07-11  Terry Jan ReedyIssue #18592: Make unittest for SearchDialogBase work...
2014-07-11  Terry Jan ReedyNews entries
2014-07-11  Terry Jan ReedyIdle News entries.
2014-07-11  Terry Jan ReedyMerge with 3.4
2014-07-11  Terry Jan Reedy#21940: Add unittest for WidgetRedirector. Initial...
2014-07-10  Victor Stinner(Merge 3.4) asyncio: sync with Tulip
2014-07-10  Victor Stinnerasyncio: sync with Tulip
2014-07-10  Victor Stinner(Merge 3.4) asyncio: sync with Tulip
2014-07-10  Victor Stinnerasyncio: sync with Tulip
2014-07-10  Victor Stinner(Merge 3.4) asyncio: sync with Tulip
2014-07-10  Victor Stinnerasyncio: sync with Tulip
2014-07-10  Zachary WareIssue #21942: Fixed source file viewing in pydoc's...
2014-07-10  Zachary WareIssue #21942: Fixed source file viewing in pydoc's...
2014-07-10  Terry Jan ReedyMerge with 3.4
2014-07-10  Terry Jan ReedyIssue #21940: add docstrings to idlelib.WidgetRedirector.
2014-07-09  Berker PeksagIssues #21948 and #16040: Merge with 3.4.
2014-07-09  Berker PeksagIssues #21948 and #16040: Fix typos.
2014-07-09  Berker PeksagIssue #6916: Use assertWarns in test_asynchat.
2014-07-08  Guido van RossumFix bootstrapping asdl -- it didn't work with Python...
2014-07-08  Antoine PitrouIssue #21938: simplify gen_iternext()
2014-07-08  Victor Stinner(Merge 3.4) asyncion, Tulip issue 181: BaseEventLoop...
2014-07-08  Victor Stinnerasyncion, Tulip issue 181: BaseEventLoop.create_datagra...
2014-07-08  Victor Stinner(Merge 3.4) Issue #21680: Document asyncio event loops
2014-07-08  Victor StinnerIssue #21680: Document asyncio event loops
2014-07-08  Zachary WareIssue #21907: Make the buildbot clean script always...
2014-07-08  Victor StinnerMerge 3.4
2014-07-08  Victor StinnerUpdate asyncio documentation
2014-07-08  Victor Stinnerasyncio: sync with Tulip
2014-07-07  Antoine PitrouFix compilation failure (followup to #21803)
2014-07-07  Antoine PitrouIssue #21803: remove macro indirections in complexobject.h
2014-07-07  Victor Stinner(Merge 3.4) Issue #11259: asynchat.async_chat().set_ter...
2014-07-07  Victor StinnerIssue #11259: asynchat.async_chat().set_terminator...
2014-07-07  Victor Stinner(Merge 3.4) asynchat: PEP8-ify the code
2014-07-07  Victor Stinnerasynchat: PEP8-ify the code
2014-07-07  Victor Stinner(Merge 3.4) Issue #12523: asynchat.async_chat.push...
2014-07-07  Victor StinnerIssue #12523: asynchat.async_chat.push() now raises...
2014-07-07  Victor Stinner(Merge 3.4) Issue #21925: PyImport_Cleanup(): Remove...
2014-07-07  Victor StinnerIssue #21925: PyImport_Cleanup(): Remove unused paramet...
2014-07-07  Zachary WareIssue #21907: Exit with the correct return code
2014-07-07  Victor Stinner(Merge 3.4) Issue #21781, _ssl: Fix asn1obj2py() on...
2014-07-07  Victor StinnerIssue #21781, _ssl: Fix asn1obj2py() on Windows 64...
2014-07-07  Zachary WareIssue #17846: Merge with 3.4
2014-07-07  Zachary WareIssue #17846: Clarify note about Solution Folders.
2014-07-07  Zachary WareMerge with 3.4
2014-07-07  Zachary WareFix MSVC edition mismatch.
2014-07-07  Zachary WareIssue #21907: Improved the batch scripts provided for...
2014-07-07  Berker PeksagIssue #21707: Merge with 3.4.
2014-07-07  Berker PeksagIssue #21707: Fix tests on Windows.
2014-07-07  Victor Stinner(Merge 3.4) asyncio: sync with Tulip
2014-07-07  Victor Stinnerasyncio: sync with Tulip
2014-07-07  Victor Stinner(Merge 3.4) asyncio: sync with Tulip
2014-07-07  Victor Stinnerasyncio: sync with Tulip
2014-07-07  Serhiy StorchakaNull merge
2014-07-07  Serhiy StorchakaMerge heads
2014-07-07  Serhiy StorchakaMerge heads
2014-07-07  Berker PeksagIssue #21707: Merge with 3.4.
2014-07-07  Berker PeksagIssue #21707: Add missing kwonlyargcount argument to...
2014-07-07  Serhiy StorchakaIssue #21881: Just omit tests for platform-specific...
2014-07-07  Serhiy StorchakaIssue #21881: Just omit tests for platform-specific...
2014-07-07  Serhiy StorchakaIssue #19593: Use specific asserts in importlib tests.
2014-07-07  Serhiy StorchakaIssue #19593: Use specific asserts in importlib tests.
2014-07-07  Serhiy StorchakaNull merge
2014-07-07  Serhiy StorchakaMerge heads
2014-07-07  Serhiy StorchakaIssue #21881: Be more tolerant in test_tcl to not parsa...
2014-07-07  Serhiy StorchakaIssue #21881: Be more tolerant in test_tcl to not parsa...
2014-07-07  Benjamin Petersonfor some reason, you don't get the right checksum from...
next