]> granicus.if.org Git - python/shortlog
python
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...
2013-11-22 Eric SnowMerge heads.
2013-11-22 Eric SnowIssue #19724: clear out colliding temp module.
2013-11-22 Andrew KuchlingWording changes to pathlib docs.
2013-11-22 Barry Warsawtrunk merge
2013-11-22 Barry WarsawIssue 19555 for distutils, plus a little clean up ...
2013-11-22 Guido van RossumFix markup of notes recommending asyncio.
2013-11-22 Zachary WareMerge heads
2013-11-22 Zachary WareIssue #18326: merge with 3.3
2013-11-22 Zachary WareIssue #18326: Clarify that list.sort's arguments are...
2013-11-22 Guido van RossumAdd note to asyncore/asynchat recommending asyncio...
2013-11-22 Guido van RossumMove select, selectors, asyncio to section 18 (IPC).
2013-11-22 Brett CannonNEWS entry for module name repr commit
2013-11-22 Brett Cannonmerge
2013-11-22 Brett CannonUser the repr for a module name in more places
2013-11-22 Guido van Rossumasyncio: Pass cancellation from wrapping Future to...
2013-11-22 Brett CannonMake test_importlib output easier to trace back to...
2013-11-22 Brett CannonIssue #18864: Don't try and use unittest as a testing...
2013-11-22 Brett CannonMake some tests more verbose in the face of failure
2013-11-22 Martin v. LöwisUpdate xz to 5.0.5.
2013-11-22 Martin v. LöwisUpdate SQLite to 3.8.1 on Windows.
2013-11-22 Brett CannonRemove a commented-out line
2013-11-22 Antoine PitrouHopefully fix test_is_socket_true
2013-11-22 Brett CannonDon't assume trying to find a builtin will succeed...
2013-11-22 Antoine PitrouFix test failure under systems with an incompatible...
2013-11-22 Antoine PitrouFix whitespace
2013-11-22 Antoine PitrouIssue #19673: Add pathlib to the stdlib as a provisiona...
2013-11-22 Eric SnowImplement PEP 451 (ModuleSpec).
2013-11-22 Barry WarsawTrunk merge.
2013-11-22 Barry WarsawA fix for issue 19555 on Windows.
2013-11-22 Christian HeimesIssue #19448: report name / NID in exception message...
2013-11-22 Christian HeimesIssue #17134: check certs of CA and ROOT system store
2013-11-22 Nick CoghlanClose #17916: dis.Bytecode based replacement for distb
2013-11-22 Nick CoghlanClose #19552: venv and pyvenv ensurepip integration
2013-11-22 Nick CoghlanUpdate bundled pip to 1.5rc1
2013-11-22 Nick CoghlanIssue #19619: Update What's New for codec blacklist
2013-11-22 Nick CoghlanIssue #19619: Blacklist non-text codecs in method API
2013-11-22 Ned DeilyIssue #19553: PEP 453 - "make install" and "make altins...
next