]> granicus.if.org Git - python/shortlog
python
2014-07-28 Victor Stinner(Merge 3.4) Fix test_bytes when sys.stdin is None,...
2014-07-28 Victor StinnerFix test_bytes when sys.stdin is None, for example...
2014-07-27 Victor Stinner(Merge 3.4) asyncio, tulip issue 196: ProactorIocp...
2014-07-27 Victor Stinnerasyncio, tulip issue 196: ProactorIocp._register()...
2014-07-27 Berker PeksagIssue #22076: Minor grammar fix.
2014-07-27 Martin v. LöwisRerun AC, silence pointer conversion warnings.
2014-07-27 Martin v. LöwisIssue #20179: Apply Argument Clinic to bytes and bytearray.
2014-07-27 Larry HastingsArgument Clinic bugfix: Don't let the C preprocessor...
2014-07-27 Victor StinnerIssue #22082: Fix a compiler warning (function is not...
2014-07-27 Martin v. LöwisIssue #20173: Convert sha1, sha256, sha512 and md5...
2014-07-27 Terry Jan ReedyMerge with 3.4
2014-07-27 Terry Jan ReedyModernize turtledemo with conditional expressions;...
2014-07-26 Terry Jan ReedyMerge with 3.4
2014-07-26 Terry Jan ReedyReduce unnecessary 2.7 versus 3.4+ differences in...
2014-07-26 Andrew SvetlovDocument lock parameter for asyncio.Condition()
2014-07-26 Andrew SvetlovDocument lock parameter for asyncio.Condition()
2014-07-26 Antoine PitrouIssue #22074: Fix Lib/test/make_ssl_certs.py
2014-07-26 Antoine PitrouIssue #22074: Fix Lib/test/make_ssl_certs.py
2014-07-26 Andrew SvetlovAccept optional lock object in Condition ctor (tulip...
2014-07-26 Andrew SvetlovAccept optional lock object in Condition ctor (tulip...
2014-07-26 Martin v. LöwisIssue #22082: Clear interned strings in slotdefs.
2014-07-26 Martin v. Löwisslotdefs is no longer sorted.
2014-07-26 Victor Stinner(Merge 3.4) Fix repr(_socket.socket) on Windows 64...
2014-07-26 Victor StinnerFix repr(_socket.socket) on Windows 64-bit: don't fail...
2014-07-25 Victor Stinner(Merge 3.4) Tulip issue 196: _OverlappedFuture.set_resu...
2014-07-25 Victor StinnerTulip issue 196: _OverlappedFuture.set_result() now...
2014-07-25 Raymond Hettingermerge
2014-07-25 Raymond HettingerIssue #22044: Fixed premature DECREF in call_tzinfo_method.
2014-07-25 Victor Stinner(Merge 3.4) asyncio: sync with Tulip
2014-07-25 Victor Stinnerasyncio: sync with Tulip
2014-07-25 Serhiy StorchakaIssue #22033: Reprs of most Python implemened classes...
2014-07-25 Zachary WareIssue #21958: Merge with 3.4
2014-07-25 Ned DeilyIssue #18093: Create Programs directory in build locati...
2014-07-25 Zachary WareIssue #21958: Define HAVE_ROUND when building with...
2014-07-25 Zachary WareCloses #22072: Merge typo fixes from 3.4
2014-07-25 Zachary WareIssue #22072: Fix a couple of SSL doc typos. Patch...
2014-07-25 Charles-François... Issue #19875: Fix random test_getsockaddrarg() failure.
2014-07-25 Charles-François... Merge.
2014-07-25 Charles-François... Issue #19875: Fix random test_getsockaddrarg() failure.
2014-07-25 Zachary WareIssue #18093: Give the Windows build _testembed.c's...
2014-07-25 Nick CoghlanIssue #21947: handle generator-iterator objects in dis
2014-07-25 Victor Stinner(Merge 3.4) asyncio, test_subprocess: relax timings...
2014-07-25 Victor Stinnerasyncio, test_subprocess: relax timings for slow builbots
2014-07-25 Victor Stinnerunicodeobject.c: fix a compiler warning on Windows...
2014-07-25 Nick CoghlanAdd missing NEWS entry for issue #18093
2014-07-25 Nick CoghlanIssue #18093: Factor out the programs that embed the...
2014-07-25 Victor Stinner(Merge 3.4) asyncio: sync with Tulip
2014-07-25 Victor Stinnerasyncio: sync with Tulip
2014-07-25 Serhiy StorchakaIssue #22061: Restored empty obsolete methods removed...
2014-07-25 Serhiy StorchakaIssue #22061: Add deprecation warnings in empty obsolet...
2014-07-25 Terry Jan ReedyIssue #22061: remove call of useless function slated...
2014-07-25 Terry Jan ReedyIssue #22061: remove call of useless function slated...
2014-07-25 Terry Jan ReedyIssue #22053: Make help work, after previous patch...
2014-07-25 Terry Jan ReedyIssue #22053: Make help work, after previous patch...
2014-07-24 Victor Stinner(Merge 3.4) asyncio: sync with Tulip
2014-07-24 Victor Stinnerasyncio: sync with Tulip
2014-07-24 Victor StinnerIssue #22018: Fix test_set_wakeup_fd_result(), use...
2014-07-24 Victor StinnerBackout 42ced0d023cd: oops, i didn't want to push this...
2014-07-24 Victor Stinner(Merge 3.4) Issue #19884, readline: calling rl_variable...
2014-07-24 Victor StinnerIssue #19884, readline: calling rl_variable_bind (...
2014-07-24 Victor Stinnertets
2014-07-24 Victor Stinner(Merge 3.4) Issue #16133: The asynchat.async_chat.handl...
2014-07-24 Victor StinnerIssue #16133: The asynchat.async_chat.handle_read(...
2014-07-24 Victor StinnerIssue #21813: Enhance documentation of the os.stat_resu...
2014-07-24 Victor StinnerBackport os.rst documentation from Python 3.5.
2014-07-24 Victor StinnerIssue #21813: Enhance documentation of the os.stat_resu...
2014-07-24 Victor Stinner(Merge 3.4) Issue #19884: readline: Disable the meta...
2014-07-24 Victor StinnerIssue #19884: readline: Disable the meta modifier key...
2014-07-24 Victor Stinnertest_gettext: use support.rmtree() instead of shutil...
2014-07-24 Victor Stinnertest_gettext: use support.rmtree() instead of shutil...
2014-07-24 Victor Stinner(Merge 3.4) asyncio tests: relax timings for slow buildbots
2014-07-24 Victor Stinnerasyncio tests: relax timings for slow buildbots
2014-07-24 Victor Stinner(Merge 3.4) Issue #20055: Fix BaseEventLoop.stop()...
2014-07-24 Victor StinnerIssue #20055: Fix BaseEventLoop.stop() docstring, incom...
2014-07-24 Andrew SvetlovMerge 3.4: Fix incomplete sentence in asyncio docs.
2014-07-24 Andrew SvetlovFix incomplete sentence in asyncio docs.
2014-07-24 Terry Jan ReedyMerge with 3.4
2014-07-24 Terry Jan ReedyAsyncio doc fixes: spelling, grammar, duplication.
2014-07-24 Terry Jan ReedyMerge with 3.4
2014-07-24 Terry Jan ReedyEnglich grammar nit.
2014-07-24 Benjamin Petersonmerge 3.4 (#22036)
2014-07-24 Benjamin Petersons/stringobject/bytesobject/ (closes #22036)
2014-07-24 Terry Jan ReedyMerge with 3.4
2014-07-24 Terry Jan ReedyFix doc example bug reported on python-list by Akshay...
2014-07-23 Terry Jan ReedyMerge with 3.4
2014-07-23 Terry Jan ReedyIssue #22053: Cleanup turtledemo start and stop and...
2014-07-23 Victor StinnerIssue #22042: Avoid dangerous C cast in socket.setblock...
2014-07-23 Zachary WareMerge with 3.4
2014-07-23 Zachary WareIssue #19493: Fix two uses of ctypes.test.requires...
2014-07-23 Serhiy StorchakaIssue #4350: Removed a number of out-of-dated and non...
2014-07-23 Serhiy StorchakaNull merge
2014-07-23 Serhiy StorchakaMerge heads
2014-07-23 Serhiy StorchakaMerge heads
2014-07-23 Serhiy StorchakaNull merge
2014-07-23 Serhiy StorchakaIssue #6167: Backported tests for Scrollbar.activate...
2014-07-23 Terry Jan ReedyMerge with 3.4
2014-07-23 Terry Jan ReedyIssue #21597: Turtledemo text pane can now be widened...
2014-07-23 Serhiy StorchakaIssue #6167: Scrollbar.activate() now returns the name...
2014-07-23 Charles-François... Issue #21566: Make use of socket.listen() default backlog.
2014-07-23 Serhiy StorchakaIssue #15275: Clean up and speed up the ntpath module.
next