]> granicus.if.org Git - python/shortlog
python
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)
2013-11-23 Ned Deilymerge
2013-11-23 Ned DeilyIssue #15663: Revert OS X installer built-in Tcl/Tk...
2013-11-23 Antoine PitrouFix transport docstrings
2013-11-23 Christian HeimesIssue #8813: X509_VERIFY_PARAM is only available on...
2013-11-23 Ned DeilyIssue #19551: Update installer Welcome file.
2013-11-23 Ned DeilyUpdate third-party libraries for OS X installers:
2013-11-23 Ned DeilyIssue #19551: Update whatsnew.
2013-11-23 Ned DeilyIssue #19551: PEP 453 - OS X installer now installs...
2013-11-23 Nick CoghlanUpdate What's New with PEP 453 progress
2013-11-23 Nick CoghlanClose #19694: venv now runs ensurepip in isolated mode
2013-11-23 Andrew KuchlingMerge from 3.3
2013-11-23 Andrew KuchlingUpdate Itamar's name
2013-11-23 Nick CoghlanClose #7475: Restore binary & text transform codecs
2013-11-23 Antoine PitrouRevert utime(..., None) strategy (it has too poor resol...
2013-11-23 Antoine PitrouTrying other strategy for #19715: use utime(..., None)
2013-11-23 Guido van RossumAdd source link for asyncio.
2013-11-23 Antoine PitrouTry to fix issue #19715 (timestamp rounding inconsisten...
2013-11-23 Antoine PitrouFinish protocol documentation
2013-11-23 Antoine PitrouStart documenting protocols
2013-11-22 Guido van RossumMention threadpool interface in asyncio overview.
2013-11-22 Antoine PitrouIssue #19291: add crude stubs to the asyncio docs
2013-11-22 Victor StinnerIssue #19715: Ensure that consecutive calls to monotoni...
2013-11-22 Antoine PitrouTry to debug issue #19715
2013-11-22 Antoine PitrouIssue #19718: add one more globbing test under POSIX
2013-11-22 Andrew KuchlingWording changes
2013-11-22 Brett Cannonmerge
2013-11-22 Brett CannonIssue #19718: Add a case-insensitive FS check to test...
next