| Commit message (Expand) | Author | Age | Files | Lines |
* | asyncio: fix 2nd task example | Victor Stinner | 2013-12-10 | 1 | -16/+16 |
|
|
* | asyncio doc: rewrite the callback hello world to use call_soon() instead of a | Victor Stinner | 2013-12-10 | 1 | -1/+1 |
|
|
* | assyncio doc: rewrite, improve and move coroutine, Future and Task examples | Victor Stinner | 2013-12-10 | 1 | -142/+152 |
|
|
* | (Merge 3.3) Issue #19932: Fix typo in import.h, missing whitespaces in functi... | Victor Stinner | 2013-12-10 | 2 | -4/+6 |
|\ |
|
| * | Issue #19932: Fix typo in import.h, missing whitespaces in function prototypes. | Victor Stinner | 2013-12-10 | 2 | -4/+6 |
|
|
* | | Fix typo. | Stefan Krah | 2013-12-09 | 1 | -1/+1 |
|
|
* | | Fix whitespace. | Stefan Krah | 2013-12-09 | 1 | -1/+1 |
|
|
* | | Merge 3.3. | Stefan Krah | 2013-12-09 | 36 | -36/+69 |
|\ \
| |/ |
|
| * | Add libmpdec license. | Stefan Krah | 2013-12-08 | 1 | -0/+33 |
|
|
| * | Fix two typos. | Stefan Krah | 2013-12-08 | 2 | -2/+2 |
|
|
| * | Missed one copyright. | Stefan Krah | 2013-12-08 | 1 | -1/+1 |
|
|
| * | Update copyright. The four year increment is intentional (to save work). | Stefan Krah | 2013-12-08 | 33 | -33/+33 |
|
|
* | | Issue #15475: Add __sizeof__ implementations for itertools objects. | Serhiy Storchaka | 2013-12-09 | 3 | -1/+95 |
|
|
* | | asyncio doc: explain why the loop is running twice | Victor Stinner | 2013-12-09 | 1 | -29/+36 |
|
|
* | | asyncio: another Future example using add_done_callback() | Victor Stinner | 2013-12-09 | 1 | -2/+34 |
|
|
* | | asyncio doc: add an example with Future | Victor Stinner | 2013-12-09 | 1 | -0/+24 |
|
|
* | | Issue #19817: Fix print_exception(), clear the exception on error | Victor Stinner | 2013-12-09 | 1 | -3/+5 |
|
|
* | | Backed out changeset c4c1c4bc8086 | Victor Stinner | 2013-12-09 | 1 | -1/+1 |
|
|
* | | Issue #19876: Run also test_selectors.test_unregister_after_fd_close_and_reus... | Victor Stinner | 2013-12-09 | 1 | -1/+1 |
|
|
* | | Close #19880: Fix a reference leak in unittest.TestCase. Explicitly break | Victor Stinner | 2013-12-09 | 3 | -1/+42 |
|
|
* | | Fix #19830: Fix a ResourceWarning in test_poplib. | Victor Stinner | 2013-12-09 | 1 | -1/+1 |
|
|
* | | (Merge 3.3) Issue #17429: Oops, remove unused import | Victor Stinner | 2013-12-08 | 1 | -1/+0 |
|\ \
| |/ |
|
| * | Issue #17429: Oops, remove unused import | Victor Stinner | 2013-12-08 | 1 | -1/+0 |
|
|
* | | Issue #17429: some PEP 8 compliance fixes for the platform modules, add white... | Victor Stinner | 2013-12-08 | 1 | -111/+113 |
|
|
* | | (Merge 3.3) Issue #17429: platform.linux_distribution() now decodes files from | Victor Stinner | 2013-12-08 | 4 | -2/+30 |
|\ \
| |/ |
|
| * | Issue #17429: platform.linux_distribution() now decodes files from the UTF-8 | Victor Stinner | 2013-12-08 | 4 | -2/+30 |
|
|
* | | Fixes issue #19929: Call os.read with 32768 within subprocess.Popen | Gregory P. Smith | 2013-12-08 | 2 | -1/+5 |
|\ \
| |/ |
|
| * | Fixes issue #19929: Call os.read with 32768 within subprocess.Popen | Gregory P. Smith | 2013-12-08 | 2 | -1/+5 |
|
|
* | | Closes #18430: Document that peek() may change the position of the underlying | Nadeem Vawda | 2013-12-08 | 3 | -0/+15 |
|\ \
| |/ |
|
| * | #18430: Document that peek() may change the position of the underlying file for | Nadeem Vawda | 2013-12-08 | 3 | -0/+15 |
|
|
* | | Issue #19535: Fixed test_docxmlrpc, test_functools, test_inspect, and | Serhiy Storchaka | 2013-12-08 | 5 | -4/+14 |
|\ \
| |/ |
|
| * | Issue #19535: Fixed test_docxmlrpc when python is run with -OO. | Serhiy Storchaka | 2013-12-08 | 2 | -2/+6 |
|
|
* | | - Issue #19736: Add module-level statvfs constants defined for GNU/glibc | doko@ubuntu.com | 2013-12-08 | 3 | -0/+47 |
|
|
* | | Attempt to fix OpenIndiana build issue introduced by #19922 | Christian Heimes | 2013-12-08 | 2 | -6/+18 |
|
|
* | | Issue #19343: Expose FreeBSD-specific APIs in resource module. Original patc... | Christian Heimes | 2013-12-08 | 4 | -0/+51 |
|
|
* | | Fix test_selectors failure introduced by 39e7995f9ad1. | Charles-François Natali | 2013-12-08 | 1 | -0/+1 |
|
|
* | | Remove mentions of Python 2.x and being externally maintained from | Gregory P. Smith | 2013-12-08 | 1 | -5/+2 |
|\ \
| |/ |
|
| * | Remove mentions of Python 2.x and being externally maintained from | Gregory P. Smith | 2013-12-08 | 1 | -5/+2 |
|
|
* | | Issue #19926: Removed unneeded test_main from test_abstract_numbers. | Zachary Ware | 2013-12-08 | 2 | -4/+3 |
|\ \
| |/ |
|
| * | Issue #19926: Removed unneeded test_main from test_abstract_numbers. | Zachary Ware | 2013-12-08 | 2 | -4/+3 |
|
|
* | | Issue 19572: More silently skipped tests explicitly skipped. | Zachary Ware | 2013-12-08 | 35 | -146/+139 |
|\ \
| |/ |
|
| * | Normalize whitespace | Zachary Ware | 2013-12-08 | 1 | -1/+1 |
|
|
| * | Issue 19572: More silently skipped tests explicitly skipped. | Zachary Ware | 2013-12-08 | 34 | -138/+126 |
|
|
* | | Fixes issue #19506: Use a memoryview to avoid a data copy when piping data | Gregory P. Smith | 2013-12-08 | 2 | -2/+8 |
|\ \
| |/ |
|
| * | Fixes issue #19506: Use a memoryview to avoid a data copy when piping data | Gregory P. Smith | 2013-12-08 | 2 | -2/+8 |
|
|
* | | Issue #19758: silence PendingDeprecationWarnings in test_importlib. | Eric Snow | 2013-12-08 | 1 | -4/+8 |
|
|
* | | News item for issue 19876. | Guido van Rossum | 2013-12-08 | 1 | -0/+3 |
|
|
* | | Silently ignore unregistering closed files. Fixes issue 19876. With docs and ... | Guido van Rossum | 2013-12-07 | 3 | -48/+129 |
|
|
* | | Issue #19922: define _INCLUDE__STDC_A1_SOURCE in HP-UX to include mbstate_t | Christian Heimes | 2013-12-07 | 4 | -0/+22 |
|
|
* | | Merge. | Charles-François Natali | 2013-12-07 | 0 | -0/+0 |
|\ \
| |/ |
|