]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2013-12-03  Victor StinnerSplit asyncio documentation into subfiles
2013-12-02  Victor Stinnerasyncio doc: change level of titles
2013-12-02  Victor Stinnerasyncio doc: reorder sections
2013-12-02  Victor Stinnerasyncio: document wait() function
2013-12-02  Victor Stinnerasyncio doc
2013-12-02  Antoine PitrouIssue #19852: move Path._raw_open() around, as it is...
2013-12-02  Christian Heimesadd check_hostname arg to ssl._create_stdlib_context()
2013-12-02  Christian HeimesIssue #19785: smtplib now supports SSLContext.check_hos...
2013-12-02  Christian HeimesIssue #19783: nntplib now supports SSLContext.check_hos...
2013-12-02  Christian HeimesIssue #19784: poplib now supports SSLContext.check_host...
2013-12-02  Christian Heimesmerge
2013-12-02  Christian HeimesIssue #19782: imaplib now supports SSLContext.check_hos...
2013-12-02  Serhiy StorchakaFixed formatting (was parsed as description list).
2013-12-02  Serhiy StorchakaFixed regex match representation in an example.
2013-12-02  Victor Stinnerasyncio: sort some methods
2013-12-02  Victor Stinnerasyncio doc: group transport method by classes
2013-12-02  Victor Stinnerasyncio: more documentation
2013-12-02  Victor Stinnerasyncio: document network functions, and stream reader...
2013-12-02  Walter DoerwaldAdd NEWS entry for issue #19834: merge with 3.3.
2013-12-02  Walter DoerwaldAdd NEWS entry for issue #19834.
2013-12-02  Eli BenderskyIssue #19814: Clarify argparse's docs w.r.t prefix...
2013-12-02  Eli BenderskyIssue #19814: Clarify argparse's docs w.r.t prefix...
2013-12-02  Victor Stinnerasyncio: replace our with asynchronous in docstring
2013-12-02  Victor Stinnerasyncio: document locks
2013-12-02  Victor Stinnerasyncio: document Queue classes
2013-12-02  Victor StinnerDocument Task class and task functions
2013-12-02  Victor Stinnerasyncio: cleanup doc
2013-12-02  Victor StinnerIssue #19833: Document more asyncio.BaseEventLoop methods
2013-12-02  Victor StinnerIssue #19833: add 2 examples to asyncio doc (hello...
2013-12-02  Victor StinnerIssue #19833: asyncio doc: add class name to methods
2013-12-02  Victor Stinner(Merge 3.3) Issue #19728: Fix sys.getfilesystemencoding...
2013-12-02  Victor StinnerIssue #19728: Fix sys.getfilesystemencoding() documentation
2013-12-02  Walter DoerwaldFix #19834: merge with 3.3.
2013-12-02  Walter DoerwaldFix issue #19834: Support unpickling of exceptions...
2013-12-02  Christian HeimesIssue #19781: ftplib now supports SSLContext.check_host...
2013-12-02  Christian HeimesIssue #19509: Add SSLContext.check_hostname to match...
2013-12-02  Gregory P.... null merge (3.4 already has its own fix for this).
2013-12-02  Gregory P.... Fixes issue #15798: subprocess.Popen() no longer fails...
2013-12-02  Alexandre VassalottiIssue #19754: Fix typo.
2013-12-02  Alexandre VassalottiIssue #19754: Make pickletools.optimize respect the...
2013-12-02  Gregory P.... Fixes issue #15798: subprocess.Popen() no longer fails...
2013-12-01  Alexandre VassalottiIssue #11480: Merge with 3.3.
2013-12-01  Alexandre VassalottiIssue #11480: Fixed copy.copy to work with classes...
2013-12-01  Charles-François... Issue #18994: Add a missing check for a return value...
2013-12-01  Charles-François... Issue #19849: selectors: Document the possibility of...
2013-12-01  Charles-François... Issue #19842: Refactor BaseSelector to make it an actua...
2013-12-01  Victor StinnerCloses #19831: Stop tracemalloc later at Python shutdow...
2013-12-01  Gregory P.... Undo supposed fix for Issue #15798 until I understand...
2013-12-01  Gregory P.... Undo supposed fix for Issue #15798 until I understand...
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)
next