]> granicus.if.org Git - python/shortlog
python
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
2014-07-15 Terry Jan ReedyIssue #21982: Add minimal unittest for configDialog...
2014-07-14 Victor StinnerMerge with Python 3.4
2014-07-14 Victor Stinnerasyncio tests: make quiet the logs of SSL handshake...
2014-07-14 Victor StinnerIssue #21645: test_asyncio, log debug trace into sys...
2014-07-14 Victor StinnerIssue #21645: Add debug code to analyze a failure on...
2014-07-14 Victor StinnerMerge with Python 3.4
2014-07-14 Victor Stinnerasyncio: sync with Tulip
2014-07-14 Serhiy StorchakaCall PyErr_NoMemory() when PyMem_Malloc() fails.
2014-07-14 Serhiy StorchakaCall PyErr_NoMemory() when PyMem_Malloc() fails.
2014-07-14 Raymond Hettingermerge
2014-07-14 Raymond HettingerIssue 21977: Minor improvements to the regexes in...
2014-07-13 Terry Jan ReedyMerge with 3.4
2014-07-13 Terry Jan ReedyIssue #18592: Method return signature changes made...
2014-07-13 Ned DeilyIssue #21323: Fix http.server to again handle scripts...
2014-07-13 Ned DeilyIssue #21323: Fix http.server to again handle scripts...
2014-07-13 Ned DeilyIssue #21323: Fix http.server to again handle scripts...
2014-07-13 Ned DeilyIssue #21323: Fix http.server to again handle scripts...
2014-07-12 Alexander BelopolskyIssue #21966: Respect -q command-line option when code...
2014-07-12 Berker PeksagIssue #19076: Merge with 3.4.
2014-07-12 Berker PeksagIssue #19076: Don't pass the redundant 'file' argument...
2014-07-12 Victor StinnerIssue #21932: Skip test_os.test_large_read() on 32...
2014-07-12 Victor StinnerMerge with 3.4
2014-07-12 Victor Stinnerasyncio: Server.close() leaves client sockets open
2014-07-12 Victor StinnerMerge with 3.4
2014-07-12 Victor Stinnerasyncio: sync with Tulip
2014-07-11 Victor StinnerMerge 3.4
2014-07-11 Victor Stinnerasyncio: improve the documentation of servers
2014-07-11 Victor Stinnerasyncio, Tulip issue 180: Make Server attributes and...
2014-07-11 Berker PeksagIssue #21906: Merge from 3.4.
2014-07-11 Berker PeksagIssue #21906: Make Tools/scripts/md5sum.py work in...
2014-07-11 Berker PeksagIssue #16382: Improve exception message of warnings...
2014-07-11 Victor StinnerIssue #21932: Ooops, os.read(fd, size) allocates a...
2014-07-11 Victor StinnerIssue #21932: os.read() now uses a :c:func:`Py_ssize_t...
2014-07-11 Victor Stinner(Merge 3.4) asyncio: enhance documentation of platform...
2014-07-11 Victor Stinnerasyncio: enhance documentation of platform support
2014-07-11 Victor Stinner(Merge 3.4) asyncio: sync with Tulip
2014-07-11 Victor Stinnerasyncio: sync with Tulip
2014-07-11 Terry Jan ReedyMerge with 3.4
2014-07-11 Terry Jan ReedyIssue #18592: Make unittest for SearchDialogBase work...
2014-07-11 Terry Jan ReedyNews entries
2014-07-11 Terry Jan ReedyIdle News entries.
2014-07-11 Terry Jan ReedyMerge with 3.4
2014-07-11 Terry Jan Reedy#21940: Add unittest for WidgetRedirector. Initial...
2014-07-10 Victor Stinner(Merge 3.4) asyncio: sync with Tulip
2014-07-10 Victor Stinnerasyncio: sync with Tulip
2014-07-10 Victor Stinner(Merge 3.4) asyncio: sync with Tulip
2014-07-10 Victor Stinnerasyncio: sync with Tulip
2014-07-10 Victor Stinner(Merge 3.4) asyncio: sync with Tulip
next