]> granicus.if.org Git - python/shortlog
python
2013-11-24 Larry HastingsUpdated pydoc topics for 3.4.0b1.
2013-11-24 Antoine PitrouNull merge
2013-11-24 Antoine PitrouIssue #19743: fix test_gdb on some optimized Python...
2013-11-24 Antoine PitrouIssue #19743: fix test_gdb on some optimized Python...
2013-11-24 Antoine PitrouSelectively re-enable framing tests
2013-11-24 Larry HastingsClinic: fix "self converters" with METH_NOARGS functions.
2013-11-24 Larry HastingsClinic: Add warning for untested (and unused in CPython...
2013-11-24 Georg BrandlFix a few markup problems in the new import doc.
2013-11-24 Victor StinnerIssue #19741: cleanup tracemalloc_realloc()
2013-11-24 Alexandre VassalottiRemove code path in cpickle that does not exist in...
2013-11-24 Victor StinnerIssue #19741: tracemalloc: report tracemalloc_log_alloc...
2013-11-24 Alexandre VassalottiMake Ellipsis and NotImplemented picklable through...
2013-11-24 Alexandre VassalottiMake built-in methods picklable through the reduce...
2013-11-24 Victor StinnerIssue #19741: fix tracemalloc_log_alloc(), handle _Py_H...
2013-11-24 Zachary WareIssue #3158: Relax new doctests a bit.
2013-11-24 Zachary WareMerge heads
2013-11-24 Zachary WareIssue #3158: doctest can now find doctests in functions...
2013-11-24 Nick CoghlanIssue #19734: Also run pip version check in isolated...
2013-11-24 Nick CoghlanIssue #19734: Ensure test_venv ignores PIP_REQUIRE_VIRT...
2013-11-24 Alexandre VassalottiDisable annoying tests which doesn't work optimized...
2013-11-24 Alexandre VassalottiMake framing optional in pickle protocol 4.
2013-11-24 Nick CoghlanIssue #19734: ctypes resource management fixes
2013-11-24 Nick CoghlanIssue #19744 (temp workaround): without ssl, skip pip...
2013-11-24 Ned DeilyFix typo in and reformat OS X Installer ReadMe
2013-11-24 Christian HeimesFix make distclean for out-of-tree builds
2013-11-24 Christian HeimesFix make distclean for out-of-tree builds
2013-11-24 Nick CoghlanIssue #19734: venv still needs isolated mode
2013-11-24 Nick CoghlanIssue 19734: better diagnostics for test_venv failures
2013-11-24 Larry HastingsFix inspect.signature tests for builtins when docstring...
2013-11-24 Antoine PitrouTry to fix test_tarfile under Windows
2013-11-24 Serhiy StorchakaBuild a list of supported test tarfiles dynamically...
2013-11-24 Christian Heimesmerge
2013-11-24 Christian HeimesAdd _opcode to Windows build env
2013-11-24 Larry HastingsDon't attempt to run the _opcode test if it wasn't...
2013-11-23 Serhiy StorchakaIssue #13477: Added command line interface to the tarfi...
2013-11-23 Larry HastingsIssue #19674: inspect.signature() now produces a correc...
2013-11-23 Guido van RossumKeep asyncio working with Python 3.3 too.
2013-11-23 Guido van Rossumasyncio: Change bounded semaphore into a subclass,...
2013-11-23 Larry HastingsIssue #19358: "make clinic" now runs the Argument Clini...
2013-11-23 Larry HastingsIssue #19730: Argument Clinic now supports all the...
2013-11-23 Larry HastingsIssue #19722: Added opcode.stack_effect(), which accurately
2013-11-23 Martin v. LöwisUpdate Tcl/Tk to 8.6.1.
2013-11-23 Christian HeimesIssue #19735: Implement private function ssl._create_st...
2013-11-23 Serhiy StorchakaIssue #16203: Add re.fullmatch() function and regex...
2013-11-23 Martin v. LöwisPackage _overlapped.
2013-11-23 Serhiy StorchakaMerge heads
2013-11-23 Serhiy StorchakaIssue #13592: Improved the repr for regular expression...
2013-11-23 Gregory P.... Fix test_pickletools.py doctest's on 32-bit platforms...
2013-11-23 Antoine PitrouFix signed / unsigned comparison
2013-11-23 Antoine Pitroutest_pickle: speed up test_long
2013-11-23 Serhiy StorchakaIssue #19641: Added the audioop.byteswap() function...
2013-11-23 Gregory P.... gcc doesn't realize that dummy is always initialized...
2013-11-23 Christian HeimesIssue #17810: Fixed NULL check in _PyObject_GetItemsIter()
2013-11-23 Christian Heimesmerge
2013-11-23 Christian HeimesIssue #17810: Add two missing error checks to save_global
2013-11-23 Serhiy StorchakaMerge heads
2013-11-23 Serhiy StorchakaIssue #15204: Deprecated the 'U' mode in file-like...
2013-11-23 Antoine PitrouMerge
2013-11-23 Christian HeimesIssue #17810: return -1 on error
2013-11-23 Antoine PitrouFix writing out 64-bit size fields on 32-bit builds
2013-11-23 Christian HeimesIssue #17810: Add NULL check to save_frozenset
2013-11-23 Guido van Rossumasyncio: Use socketpair() from test_utils in tests...
2013-11-23 Guido van RossumFix typo.
2013-11-23 Ezio Melotti#10712: 2to3 has a new "asserts" fixer that replaces...
2013-11-23 Ezio Melotti#19639: update the repr of the match objects in the...
2013-11-23 Antoine PitrouFix whitespace
2013-11-23 Antoine PitrouIssue #17810: Implement PEP 3154, pickle protocol 4.
2013-11-23 Ezio Melotti#13633: Added a new convert_charrefs keyword arg to...
2013-11-23 Serhiy StorchakaFixed incorrectly applying a patch for issue19668.
2013-11-23 Antoine PitrouUndo (hopefully) buildbot failures
2013-11-23 Antoine PitrouUndo (hopefully) buildbot failures
2013-11-23 Guido van RossumRelax timing even more, hopefully again fixes issue...
2013-11-23 Serhiy StorchakaMerge heads
2013-11-23 Victor StinnerIsue #19634: test_y_before_1900() is expected to fail...
2013-11-23 Serhiy StorchakaIssue #19668: Added support for the cp1125 encoding.
2013-11-23 Guido van RossumAdd news about pdb fix for yield[from].
2013-11-23 Antoine PitrouIssue #19308: fix the gdb plugin on gdbs linked with...
2013-11-23 Antoine PitrouIssue #19308: fix the gdb plugin on gdbs linked with...
2013-11-23 Antoine PitrouTweak ssl docs
2013-11-23 doko@ubuntu.com - Modules/_struct.c (unpackiter_type): Define static.
2013-11-23 Christian Heimesmerge
2013-11-23 Christian HeimesIssue #19689: Add ssl.create_default_context() factory...
2013-11-23 Antoine PitrouIssue #19715: try the utime(..., None) approach again...
2013-11-23 Antoine PitrouIssue #19727: os.utime(..., None) is now potentially...
2013-11-23 Victor StinnerIssue #19634: time.strftime("%y") now raises a ValueErr...
2013-11-23 Serhiy StorchakaIssue #17201: ZIP64 extensions now are enabled by default.
2013-11-23 Antoine PitrouIssue #19716: add a test that Path.touch() doesn't...
2013-11-23 Christian HeimesCorrect documentation clientAuth -> CLIENT_AUTH
2013-11-23 Serhiy StorchakaMerge heads
2013-11-23 Michael FoordMerge
2013-11-23 Michael FoordIssue 17457: extend test discovery to support namespace...
2013-11-23 Serhiy StorchakaIssue #19733: Temporary disable test_image on MacOSX.
2013-11-23 Serhiy StorchakaIssue #19733: Temporary disable test_image on MacOSX.
2013-11-23 Antoine PitrouFix refleak introduced by 4f730c045f5f (issue #18408...
2013-11-23 Christian HeimesIssue #19292: Add SSLContext.load_default_certs() to...
2013-11-23 Antoine PitrouDocument create_connection
2013-11-23 Antoine PitrouStart documenting the event loop
2013-11-23 Antoine PitrouDocument asyncio transport APIs
2013-11-23 Victor StinnerIssue #18874: Remove tracemalloc.set_traceback_limit()
2013-11-23 Victor StinnerIssue #18874: Implement the PEP 454 (tracemalloc)
next