| 2014-07-18 |
Zachary Ware | Closes #22004: Merge with 3.4 |
commit | commitdiff | tree | snapshot |
| 2014-07-18 |
Zachary Ware | Issue #22004: Correct an argument name. |
commit | commitdiff | tree | snapshot |
| 2014-07-18 |
Victor Stinner | (Merge 3.4) Fix asyncio.__all__: export also unix_event... |
commit | commitdiff | tree | snapshot |
| 2014-07-18 |
Victor Stinner | Fix asyncio.__all__: export also unix_events and window... |
commit | commitdiff | tree | snapshot |
| 2014-07-17 |
Victor Stinner | (Merge 3.4) Issue #21247: Fix a race condition in test_... |
commit | commitdiff | tree | snapshot |
| 2014-07-17 |
Victor Stinner | Issue #21247: Fix a race condition in test_send_signal... |
commit | commitdiff | tree | snapshot |
| 2014-07-17 |
Victor Stinner | (Merge 3.4) Python issue #21645, Tulip issue 192: Rewri... |
commit | commitdiff | tree | snapshot |
| 2014-07-17 |
Victor Stinner | Python issue #21645, Tulip issue 192: Rewrite signal... |
commit | commitdiff | tree | snapshot |
| 2014-07-17 |
Victor Stinner | (Merge 3.4) asyncio: Fix test_stdin_broken_pipe(),... |
commit | commitdiff | tree | snapshot |
| 2014-07-17 |
Victor Stinner | asyncio: Fix test_stdin_broken_pipe(), drain() can... |
commit | commitdiff | tree | snapshot |
| 2014-07-17 |
Victor Stinner | (Merge 3.4) asyncio, tulip issue 190: Process.communica... |
commit | commitdiff | tree | snapshot |
| 2014-07-17 |
Victor Stinner | asyncio, tulip issue 190: Process.communicate() now... |
commit | commitdiff | tree | snapshot |
| 2014-07-17 |
Victor Stinner | (Merge 3.4) asyncio, tulip issue 190: Process.communica... |
commit | commitdiff | tree | snapshot |
| 2014-07-17 |
Victor Stinner | asyncio, tulip issue 190: Process.communicate() must... |
commit | commitdiff | tree | snapshot |
| 2014-07-17 |
Berker Peksag | Issue #21994: Merge with 3.4. |
commit | commitdiff | tree | snapshot |
| 2014-07-17 |
Berker Peksag | Issue #21994: Fix SyntaxError in the SSLContext.check_h... |
commit | commitdiff | tree | snapshot |
| 2014-07-16 |
Serhiy Storchaka | Issue 21044: tarfile.open() now handles fileobj with... |
commit | commitdiff | tree | snapshot |
| 2014-07-16 |
Serhiy Storchaka | Issue 21044: tarfile.open() now handles fileobj with... |
commit | commitdiff | tree | snapshot |
| 2014-07-16 |
Zachary Ware | Merge with 3.4 |
commit | commitdiff | tree | snapshot |
| 2014-07-16 |
Zachary Ware | Fix a minor typo in the turtle docs. Found by Brandon... |
commit | commitdiff | tree | snapshot |
| 2014-07-16 |
Zachary Ware | Issue #21918: Convert test_tools.py to a sub-package... |
commit | commitdiff | tree | snapshot |
| 2014-07-16 |
Zachary Ware | Issue #21918: Convert test_tools.py to a sub-package... |
commit | commitdiff | tree | snapshot |
| 2014-07-16 |
Zachary Ware | Merge removal of Tools/scripts/pydocgui.pyw |
commit | commitdiff | tree | snapshot |
| 2014-07-16 |
Zachary Ware | Remove Tools/scripts/pydocgui.pyw. |
commit | commitdiff | tree | snapshot |
| 2014-07-16 |
Victor Stinner | (Merge 3.4) asyncio: test_as_completed(): disable ... |
commit | commitdiff | tree | snapshot |
| 2014-07-16 |
Victor Stinner | asyncio: test_as_completed(): disable "slow callback... |
commit | commitdiff | tree | snapshot |
| 2014-07-16 |
Victor Stinner | (Merge 3.4) Issue #21163: Fix "destroy pending task... |
commit | commitdiff | tree | snapshot |
| 2014-07-16 |
Victor Stinner | Issue #21163: Fix "destroy pending task" warning in... |
commit | commitdiff | tree | snapshot |
| 2014-07-16 |
Victor Stinner | (Merge 3.4) Issue #21163, asyncio: Ignore "destroy... |
commit | commitdiff | tree | snapshot |
| 2014-07-16 |
Victor Stinner | Issue #21163, asyncio: Ignore "destroy pending task... |
commit | commitdiff | tree | snapshot |
| 2014-07-16 |
Victor Stinner | (Merge 3.4) asyncio: test_selector_events: remove dupli... |
commit | commitdiff | tree | snapshot |
| 2014-07-16 |
Victor Stinner | asyncio: test_selector_events: remove duplicate call... |
commit | commitdiff | tree | snapshot |
| 2014-07-16 |
Tal Einat | Fixed recently added Misc/NEWS entry which was moved... |
commit | commitdiff | tree | snapshot |
| 2014-07-16 |
Tal Einat | Issue #21765: Add support for non-ascii identifiers... |
commit | commitdiff | tree | snapshot |
| 2014-07-16 |
Tal Einat | Issue #21765: Add support for non-ascii identifiers... |
commit | commitdiff | tree | snapshot |
| 2014-07-16 |
Victor Stinner | Issue #21645, #21985: Remove debug code |
commit | commitdiff | tree | snapshot |
| 2014-07-15 |
Guido van Rossum | Fix getargspec() doctring (varkw -> keywords). |
commit | commitdiff | tree | snapshot |
| 2014-07-15 |
Serhiy Storchaka | Issue #18974: Tools/scripts/diff.py now uses argparse... |
commit | commitdiff | tree | snapshot |
| 2014-07-15 |
Terry Jan Reedy | Merge with 3.4 |
commit | commitdiff | tree | snapshot |
| 2014-07-15 |
Terry Jan Reedy | Issue #21982: Add minimal unittest for configDialog... |
commit | commitdiff | tree | snapshot |
| 2014-07-14 |
Victor Stinner | Merge with Python 3.4 |
commit | commitdiff | tree | snapshot |
| 2014-07-14 |
Victor Stinner | asyncio tests: make quiet the logs of SSL handshake... |
commit | commitdiff | tree | snapshot |
| 2014-07-14 |
Victor Stinner | Issue #21645: test_asyncio, log debug trace into sys... |
commit | commitdiff | tree | snapshot |
| 2014-07-14 |
Victor Stinner | Issue #21645: Add debug code to analyze a failure on... |
commit | commitdiff | tree | snapshot |
| 2014-07-14 |
Victor Stinner | Merge with Python 3.4 |
commit | commitdiff | tree | snapshot |
| 2014-07-14 |
Victor Stinner | asyncio: sync with Tulip |
commit | commitdiff | tree | snapshot |
| 2014-07-14 |
Serhiy Storchaka | Call PyErr_NoMemory() when PyMem_Malloc() fails. |
commit | commitdiff | tree | snapshot |
| 2014-07-14 |
Serhiy Storchaka | Call PyErr_NoMemory() when PyMem_Malloc() fails. |
commit | commitdiff | tree | snapshot |
| 2014-07-14 |
Raymond Hettinger | merge |
commit | commitdiff | tree | snapshot |
| 2014-07-14 |
Raymond Hettinger | Issue 21977: Minor improvements to the regexes in... |
commit | commitdiff | tree | snapshot |
| 2014-07-13 |
Terry Jan Reedy | Merge with 3.4 |
commit | commitdiff | tree | snapshot |
| 2014-07-13 |
Terry Jan Reedy | Issue #18592: Method return signature changes made... |
commit | commitdiff | tree | snapshot |
| 2014-07-13 |
Ned Deily | Issue #21323: Fix http.server to again handle scripts... |
commit | commitdiff | tree | snapshot |
| 2014-07-13 |
Ned Deily | Issue #21323: Fix http.server to again handle scripts... |
commit | commitdiff | tree | snapshot |
| 2014-07-13 |
Ned Deily | Issue #21323: Fix http.server to again handle scripts... |
commit | commitdiff | tree | snapshot |
| 2014-07-13 |
Ned Deily | Issue #21323: Fix http.server to again handle scripts... |
commit | commitdiff | tree | snapshot |
| 2014-07-12 |
Alexander Belopolsky | Issue #21966: Respect -q command-line option when code... |
commit | commitdiff | tree | snapshot |
| 2014-07-12 |
Berker Peksag | Issue #19076: Merge with 3.4. |
commit | commitdiff | tree | snapshot |
| 2014-07-12 |
Berker Peksag | Issue #19076: Don't pass the redundant 'file' argument... |
commit | commitdiff | tree | snapshot |
| 2014-07-12 |
Victor Stinner | Issue #21932: Skip test_os.test_large_read() on 32... |
commit | commitdiff | tree | snapshot |
| 2014-07-12 |
Victor Stinner | Merge with 3.4 |
commit | commitdiff | tree | snapshot |
| 2014-07-12 |
Victor Stinner | asyncio: Server.close() leaves client sockets open |
commit | commitdiff | tree | snapshot |
| 2014-07-12 |
Victor Stinner | Merge with 3.4 |
commit | commitdiff | tree | snapshot |
| 2014-07-12 |
Victor Stinner | asyncio: sync with Tulip |
commit | commitdiff | tree | snapshot |
| 2014-07-11 |
Victor Stinner | Merge 3.4 |
commit | commitdiff | tree | snapshot |
| 2014-07-11 |
Victor Stinner | asyncio: improve the documentation of servers |
commit | commitdiff | tree | snapshot |
| 2014-07-11 |
Victor Stinner | asyncio, Tulip issue 180: Make Server attributes and... |
commit | commitdiff | tree | snapshot |
| 2014-07-11 |
Berker Peksag | Issue #21906: Merge from 3.4. |
commit | commitdiff | tree | snapshot |
| 2014-07-11 |
Berker Peksag | Issue #21906: Make Tools/scripts/md5sum.py work in... |
commit | commitdiff | tree | snapshot |
| 2014-07-11 |
Berker Peksag | Issue #16382: Improve exception message of warnings... |
commit | commitdiff | tree | snapshot |
| 2014-07-11 |
Victor Stinner | Issue #21932: Ooops, os.read(fd, size) allocates a... |
commit | commitdiff | tree | snapshot |
| 2014-07-11 |
Victor Stinner | Issue #21932: os.read() now uses a :c:func:`Py_ssize_t... |
commit | commitdiff | tree | snapshot |
| 2014-07-11 |
Victor Stinner | (Merge 3.4) asyncio: enhance documentation of platform... |
commit | commitdiff | tree | snapshot |
| 2014-07-11 |
Victor Stinner | asyncio: enhance documentation of platform support |
commit | commitdiff | tree | snapshot |
| 2014-07-11 |
Victor Stinner | (Merge 3.4) asyncio: sync with Tulip |
commit | commitdiff | tree | snapshot |
| 2014-07-11 |
Victor Stinner | asyncio: sync with Tulip |
commit | commitdiff | tree | snapshot |
| 2014-07-11 |
Terry Jan Reedy | Merge with 3.4 |
commit | commitdiff | tree | snapshot |
| 2014-07-11 |
Terry Jan Reedy | Issue #18592: Make unittest for SearchDialogBase work... |
commit | commitdiff | tree | snapshot |
| 2014-07-11 |
Terry Jan Reedy | News entries |
commit | commitdiff | tree | snapshot |
| 2014-07-11 |
Terry Jan Reedy | Idle News entries. |
commit | commitdiff | tree | snapshot |
| 2014-07-11 |
Terry Jan Reedy | Merge with 3.4 |
commit | commitdiff | tree | snapshot |
| 2014-07-11 |
Terry Jan Reedy | #21940: Add unittest for WidgetRedirector. Initial... |
commit | commitdiff | tree | snapshot |
| 2014-07-10 |
Victor Stinner | (Merge 3.4) asyncio: sync with Tulip |
commit | commitdiff | tree | snapshot |
| 2014-07-10 |
Victor Stinner | asyncio: sync with Tulip |
commit | commitdiff | tree | snapshot |
| 2014-07-10 |
Victor Stinner | (Merge 3.4) asyncio: sync with Tulip |
commit | commitdiff | tree | snapshot |
| 2014-07-10 |
Victor Stinner | asyncio: sync with Tulip |
commit | commitdiff | tree | snapshot |
| 2014-07-10 |
Victor Stinner | (Merge 3.4) asyncio: sync with Tulip |
commit | commitdiff | tree | snapshot |
| 2014-07-10 |
Victor Stinner | asyncio: sync with Tulip |
commit | commitdiff | tree | snapshot |
| 2014-07-10 |
Zachary Ware | Issue #21942: Fixed source file viewing in pydoc's... |
commit | commitdiff | tree | snapshot |
| 2014-07-10 |
Zachary Ware | Issue #21942: Fixed source file viewing in pydoc's... |
commit | commitdiff | tree | snapshot |
| 2014-07-10 |
Terry Jan Reedy | Merge with 3.4 |
commit | commitdiff | tree | snapshot |
| 2014-07-10 |
Terry Jan Reedy | Issue #21940: add docstrings to idlelib.WidgetRedirector. |
commit | commitdiff | tree | snapshot |
| 2014-07-09 |
Berker Peksag | Issues #21948 and #16040: Merge with 3.4. |
commit | commitdiff | tree | snapshot |
| 2014-07-09 |
Berker Peksag | Issues #21948 and #16040: Fix typos. |
commit | commitdiff | tree | snapshot |
| 2014-07-09 |
Berker Peksag | Issue #6916: Use assertWarns in test_asynchat. |
commit | commitdiff | tree | snapshot |
| 2014-07-08 |
Guido van Rossum | Fix bootstrapping asdl -- it didn't work with Python... |
commit | commitdiff | tree | snapshot |
| 2014-07-08 |
Antoine Pitrou | Issue #21938: simplify gen_iternext() |
commit | commitdiff | tree | snapshot |
| 2014-07-08 |
Victor Stinner | (Merge 3.4) asyncion, Tulip issue 181: BaseEventLoop... |
commit | commitdiff | tree | snapshot |
| 2014-07-08 |
Victor Stinner | asyncion, Tulip issue 181: BaseEventLoop.create_datagra... |
commit | commitdiff | tree | snapshot |
| 2014-07-08 |
Victor Stinner | (Merge 3.4) Issue #21680: Document asyncio event loops |
commit | commitdiff | tree | snapshot |
| next |