]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
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...
2014-07-17  Victor Stinnerasyncio, tulip issue 190: Process.communicate() must...
2014-07-17  Berker PeksagIssue #21994: Merge with 3.4.
2014-07-17  Berker PeksagIssue #21994: Fix SyntaxError in the SSLContext.check_h...
2014-07-16  Serhiy StorchakaIssue 21044: tarfile.open() now handles fileobj with...
2014-07-16  Serhiy StorchakaIssue 21044: tarfile.open() now handles fileobj with...
2014-07-16  Zachary WareMerge with 3.4
2014-07-16  Zachary WareFix a minor typo in the turtle docs. Found by Brandon...
2014-07-16  Zachary WareIssue #21918: Convert test_tools.py to a sub-package...
2014-07-16  Zachary WareIssue #21918: Convert test_tools.py to a sub-package...
2014-07-16  Zachary WareMerge removal of Tools/scripts/pydocgui.pyw
2014-07-16  Zachary WareRemove Tools/scripts/pydocgui.pyw.
2014-07-16  Victor Stinner(Merge 3.4) asyncio: test_as_completed(): disable ...
2014-07-16  Victor Stinnerasyncio: test_as_completed(): disable "slow callback...
2014-07-16  Victor Stinner(Merge 3.4) Issue #21163: Fix "destroy pending task...
2014-07-16  Victor StinnerIssue #21163: Fix "destroy pending task" warning in...
2014-07-16  Victor Stinner(Merge 3.4) Issue #21163, asyncio: Ignore "destroy...
2014-07-16  Victor StinnerIssue #21163, asyncio: Ignore "destroy pending task...
2014-07-16  Victor Stinner(Merge 3.4) asyncio: test_selector_events: remove dupli...
2014-07-16  Victor Stinnerasyncio: test_selector_events: remove duplicate call...
2014-07-16  Tal EinatFixed recently added Misc/NEWS entry which was moved...
2014-07-16  Tal EinatIssue #21765: Add support for non-ascii identifiers...
2014-07-16  Tal EinatIssue #21765: Add support for non-ascii identifiers...
2014-07-16  Victor StinnerIssue #21645, #21985: Remove debug code
2014-07-15  Guido van RossumFix getargspec() doctring (varkw -> keywords).
2014-07-15  Serhiy StorchakaIssue #18974: Tools/scripts/diff.py now uses argparse...
2014-07-15  Terry Jan ReedyMerge with 3.4
next