]> granicus.if.org Git - python/shortlog
python
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.
2014-07-23 Zachary WareCloses #22002: Merge with 3.4
2014-07-23 Zachary WareIssue #22002: Make full use of test discovery in test...
2014-07-23 Victor Stinner(Merge 3.4) asyncio: sync with Tulip
2014-07-23 Victor Stinnerasyncio: sync with Tulip
2014-07-23 Serhiy StorchakaIssue #21888: plistlib's load() and loads() now work...
2014-07-23 Serhiy StorchakaIssue #21888: plistlib's load() and loads() now work...
2014-07-23 Serhiy StorchakaCorrect issue #21044 patch author.
2014-07-23 Serhiy StorchakaCorrect issue #21044 patch author.
2014-07-23 Andrew SvetlovMerge 3.4
2014-07-23 Andrew SvetlovFix grammar
2014-07-22 Charles-François... Issue #21901: Cap the maximum number of file descriptor...
2014-07-22 Charles-François... Issue #21901: Cap the maximum number of file descriptor...
2014-07-22 Serhiy StorchakaIssue #22032: __qualname__ instead of __name__ is now...
2014-07-22 Victor Stinner(Merge 3.4) asyncio, tulip issue 193: Convert StreamWri...
2014-07-22 Victor Stinnerasyncio, tulip issue 193: Convert StreamWriter.drain...
2014-07-22 Serhiy StorchakaIssue #22031: Reprs now always use hexadecimal format...
2014-07-22 Serhiy StorchakaFixed bugs in reprs of CookieJar and multiprocessing...
2014-07-22 Serhiy StorchakaFixed bugs in reprs of CookieJar and multiprocessing...
2014-07-22 Serhiy StorchakaNull merge
2014-07-22 Serhiy StorchakaMerge heads
2014-07-22 Serhiy StorchakaMerge heads
2014-07-22 Serhiy StorchakaIssue #15759: "make suspicious", "make linkcheck" and...
2014-07-22 Serhiy StorchakaIssue #15759: "make suspicious", "make linkcheck" and...
2014-07-22 Senthil KumaranMerge 3.4
2014-07-22 Senthil KumaranFix localhost checking in FileHandler. Raised in #21970.
2014-07-21 Antoine PitrouIssue #21976: Fix test_ssl to accept LibreSSL version...
2014-07-21 Antoine PitrouIssue #21976: Fix test_ssl to accept LibreSSL version...
2014-07-21 Victor Stinner(Merge 3.4) Issue #19629: Add missing "import stat"
2014-07-21 Victor StinnerIssue #19629: Add missing "import stat"
2014-07-21 Victor StinnerMerge Python 3.4
2014-07-21 Victor StinnerIssue #19811, #22022: test_pathlib uses support.rmtree...
2014-07-21 Victor StinnerIssue #19629: Fix support.rmtree(), use os.lstat()...
2014-07-21 Victor StinnerIssue #22018: Hum, set_wakeup_fd() still raises ValueEr...
2014-07-21 Victor StinnerIssue #22018: signal.set_wakeup_fd() now raises an...
2014-07-21 Victor Stinner(Merge 3.4) asyncio: Fix test_stdin_broken_pipe(),...
2014-07-21 Victor Stinnerasyncio: Fix test_stdin_broken_pipe(), drain() is not...
2014-07-21 Victor StinnerIssue #22018: Add _testcapi.raise_signal()
2014-07-21 Raymond Hettingermerge
2014-07-21 Raymond HettingerIssue #21868: Prevent turtle crash due to invalid undo...
2014-07-20 Benjamin Petersonmerge 3.4
2014-07-20 Benjamin Petersonadd #
2014-07-19 Benjamin Petersonmerge 3.4 (#17210)
2014-07-19 Benjamin Petersonargs doesn't need to be a tuple (closes #17210)
2014-07-19 Mark DickinsonIssue #22006: Merge from 3.4.
2014-07-19 Mark DickinsonIssue #22006: Remove outdated _thread caveat. Thanks...
2014-07-18 Zachary WareCloses #22004: Merge with 3.4
2014-07-18 Zachary WareIssue #22004: Correct an argument name.
2014-07-18 Victor Stinner(Merge 3.4) Fix asyncio.__all__: export also unix_event...
2014-07-18 Victor StinnerFix asyncio.__all__: export also unix_events and window...
2014-07-17 Victor Stinner(Merge 3.4) Issue #21247: Fix a race condition in test_...
2014-07-17 Victor StinnerIssue #21247: Fix a race condition in test_send_signal...
2014-07-17 Victor Stinner(Merge 3.4) Python issue #21645, Tulip issue 192: Rewri...
2014-07-17 Victor StinnerPython issue #21645, Tulip issue 192: Rewrite signal...
2014-07-17 Victor Stinner(Merge 3.4) asyncio: Fix test_stdin_broken_pipe(),...
2014-07-17 Victor Stinnerasyncio: Fix test_stdin_broken_pipe(), drain() can...
2014-07-17 Victor Stinner(Merge 3.4) asyncio, tulip issue 190: Process.communica...
2014-07-17 Victor Stinnerasyncio, tulip issue 190: Process.communicate() now...
2014-07-17 Victor Stinner(Merge 3.4) asyncio, tulip issue 190: Process.communica...
next