]> granicus.if.org Git - python/shortlog
python
2013-12-01 Gregory P.... Fixes Issue #15798 - subprocess.Popen() no longer fails...
2013-12-01 Gregory P.... Fixes Issue #15798 - subprocess.Popen() no longer fails...
2013-12-01 Alexandre VassalottiIssue #6477: Merge with 3.3.
2013-12-01 Alexandre VassalottiIssue #6477: Keep PyNotImplemented_Type and PyNone_Type...
2013-12-01 Alexandre VassalottiIssue #6477: Merge with 3.3.
2013-12-01 Alexandre VassalottiIssue #6477: Added support for pickling the types of...
2013-11-30 Guido van Rossumasyncio: Use Interface instead of ABC. Fixes issue...
2013-11-30 Zachary WareIssue #19845: Updated the Compiling Python on Windows...
2013-11-30 Zachary WareIssue #19845: Updated the Compiling Python on Windows...
2013-11-30 Vinay SajipCloses #19789: Merged update from 3.3.
2013-11-30 Vinay SajipIssue #19789: Clarified documentation for logging.disable.
2013-11-30 Alexandre VassalottiMerge with 3.3.
2013-11-30 Alexandre VassalottiFixed _pickle.Unpickler to handle empty persistent...
2013-11-30 Serhiy StorchakaIssue #17897: Optimized unpickle prefetching.
2013-11-30 Alexandre VassalottiIssue #19088: Merge with 3.3.
2013-11-30 Alexandre VassalottiIssue #19088: Fix incorrect caching of the copyreg...
2013-11-30 Nick CoghlanIssue #19728: don't be sensitive to line endings
2013-11-30 Nick CoghlanIssue #19726: actually running 'hg add' helps...
2013-11-30 Nick CoghlanIssue #19728: add private ensurepip._uninstall CLI
2013-11-30 Nick CoghlanFix and test pip version consistency
2013-11-30 Alexandre VassalottiIssue #3693: Fix array obscure error message when given...
2013-11-30 Zachary WareNull merge
2013-11-29 Guido van RossumMore realistic example for selectors.py.
2013-11-29 Serhiy StorchakaNull merge
2013-11-29 Serhiy StorchakaRevert unrelated changes introduced by changeset b2066b...
2013-11-29 Brett CannonIssue #19712: Port test.test_importlib.import_ tests...
2013-11-29 Charles-François... Remove trailing blanks.
2013-11-29 Charles-François... Set the FDs non-blocking in the selectors example.
2013-11-29 Guido van Rossumasyncio: Add 'shield' to __all__.
2013-11-29 Brett CannonIssue #19698: Remove exec_module() from the built-in...
2013-11-29 Serhiy StorchakaIssue #19795: Improved markup of True/False constants.
2013-11-29 Serhiy StorchakaIssue #19795: Improved markup of True/False constants.
2013-11-29 Alexandre VassalottiUse PyDict_GetItemWithError instead of PyDict_GetItem...
2013-11-28 Alexandre VassalottiRemove explicit empty tuple reuse in cpickle.
2013-11-28 Alexandre VassalottiRemove the tuple reuse optimization in _Pickle_FastCall.
2013-11-28 Eli BenderskySome minor clarifications in the documentation of pathl...
2013-11-28 Eli BenderskyIssue #19815: Fix segfault when parsing empty namespace...
2013-11-28 Eli BenderskyFix indentation from previous commit
2013-11-28 Eli BenderskyIssue #19815: Fix segfault when parsing empty namespace...
2013-11-28 Christian HeimesSNI was added in OpenSSL 0.9.8f [11 Oct 2007], too
2013-11-28 Christian Heimesssl.create_default_context() sets OP_NO_COMPRESSION...
2013-11-28 Zachary WareIssue #19595: Re-enable a long-disabled test in test_wi...
2013-11-28 Zachary WareIssue #19595: Re-enable a long-disabled test in test_wi...
2013-11-28 Alexandre VassalottiEncapsulate cpickle global state in a dedicated object.
2013-11-27 Ned DeilyChange pathlib documentation to use "raise" instead...
2013-11-27 Victor StinnerIssue #19818: tracemalloc, the number of frame limit...
2013-11-27 Guido van Rossumasyncio: Change write buffer use to avoid O(N**2)....
2013-11-27 Victor StinnerCloses #19786: tracemalloc, remove the arbitrary limit...
2013-11-27 Victor StinnerClose #19798: replace "maximum" term with "peak" in...
2013-11-27 Guido van Rossumasyncio: Fix get_event_loop() to call set_event_loop...
2013-11-27 Benjamin Petersonadd SO_PRIORITY (closes #19802)
2013-11-27 Alexandre VassalottiCombine the FastCall functions in cpickle.
2013-11-27 Serhiy StorchakaSkip test_find_mac on Windows (issue #19804).
2013-11-27 Serhiy StorchakaSkip test_find_mac on Windows (issue #19804).
2013-11-27 Benjamin Petersonmerge 3.3 (#19805)
2013-11-27 Benjamin Petersonrecommend OrderedDict for this FAQ (closes #19805)
2013-11-27 Benjamin Petersonmerge 3.3 (#19729)
2013-11-27 Benjamin Petersonfix format spec recursive expansion (closes #19729)
2013-11-26 Zachary WareIssue #19788: kill_python(_d).exe is now run as a PreBu...
2013-11-26 Zachary WareIssue #19788: kill_python(_d).exe is now run as a PreBu...
2013-11-26 Zachary WareMerge with 3.3
2013-11-26 Zachary WareMerge heads
2013-11-26 Zachary WareMerge heads
2013-11-26 Zachary WareIssue #19588: Merge with 3.3
2013-11-26 Zachary WareIssue #19588: Fixed tests in test_random that were...
2013-11-26 Serhiy StorchakaIssue #11508: Fixed uuid.getnode() and uuid.uuid1(...
2013-11-26 Serhiy StorchakaIssue #11508: Fixed uuid.getnode() and uuid.uuid1(...
2013-11-26 Mark DickinsonUse @bigmemtest more accurately.
2013-11-26 Mark DickinsonUse @bigmemtest more accurately.
2013-11-26 Serhiy StorchakaIssue #19793: Improved markup for True/False constants...
2013-11-26 Serhiy StorchakaIssue #11489: JSON decoder now accepts lone surrogates.
2013-11-26 Serhiy StorchakaIssue #11489: JSON decoder now accepts lone surrogates.
2013-11-26 Mark DickinsonIssue #19638: Merge from 3.3
2013-11-26 Mark DickinsonIssue #19638: Raise ValueError instead of crashing...
2013-11-26 Serhiy StorchakaIssue #19794: Improved markup for True/False constants.
2013-11-26 Serhiy StorchakaIssue #19794: Improved markup for True/False constants.
2013-11-26 Serhiy StorchakaIssue #19760: Silence sysconfig's 'SO' key deprecation...
2013-11-26 Victor Stinnertracemalloc: fix get_traced_memory() docstring for...
2013-11-26 Victor Stinnertracemalloc: Fix hash methods of Statistic and Statisti...
2013-11-26 Georg Brandlmerge with 3.3
2013-11-26 Georg BrandlMarkup fix.
2013-11-26 Christian HeimesFix suspicious test case
2013-11-26 Victor StinnerIssue #18874: Fix typo
2013-11-26 Victor StinnerIssue #18874: make it more explicit than set_reentrant...
2013-11-26 Victor StinnerIssue #18874: tracemalloc: Comment the trace_t structure
2013-11-25 Victor StinnerIssue #18874: allow to call tracemalloc.Snapshot.statis...
2013-11-25 Victor StinnerIssue #18874: apply Jim Jewett's patch on tracemalloc doc
2013-11-25 Victor StinnerIssue #18874: tracemalloc: explain the purpose of get_t...
2013-11-25 Guido van Rossumasyncio: Add StreamReaderProtocol to __all__.
2013-11-25 Victor StinnerIssue #19752: Fix "HAVE_DEV_PTMX" implementation of...
2013-11-25 Alexandre VassalottiReverting e39db21df580 eagerly due to buildbot failures.
2013-11-25 Ezio Melotti#13592, #17087: add whatsnew entry about regex/match...
2013-11-25 Alexandre VassalottiCombine _Pickler_FastCall and _Unpickler_FastCall in...
2013-11-25 Ezio Melotti#19778: fix a couple of re reprs in the documentation.
2013-11-25 Alexandre VassalottiIssue #19739: Try to fix compiler warnings on 32-bit...
2013-11-25 Antoine PitrouIssue #19742: fix a test_pathlib failure when a file...
2013-11-25 Antoine PitrouIssue #19691: remove outdated mention about RuntimeError
2013-11-25 Antoine PitrouIssue #19691: remove outdated mention about RuntimeError
2013-11-25 Guido van Rossumasyncio: Hopeful fix for issue 19765.
2013-11-25 Guido van Rossumasyncio: Change mock pipe to mock socket. Hope to fix...
next