Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | merge heads | Benjamin Peterson | 2014-10-13 | 3 | -2/+18 | |
| |\ \ | ||||||
* | \ \ | merge heads | Benjamin Peterson | 2014-10-13 | 15 | -5/+103 | |
|\ \ \ \ | ||||||
| * \ \ \ | Merge. | Charles-François Natali | 2014-10-13 | 13 | -3/+85 | |
| |\ \ \ \ | ||||||
| | * | | | | Whitespace | Antoine Pitrou | 2014-10-13 | 7 | -7/+7 | |
| | * | | | | Issue #17636: Circular imports involving relative imports are now supported. | Antoine Pitrou | 2014-10-13 | 13 | -3/+85 | |
| * | | | | | Issue #22435: Fix a file descriptor leak when SocketServer bind fails. | Charles-François Natali | 2014-10-13 | 3 | -2/+18 | |
| |\ \ \ \ \ | | |/ / / / | |/| | / / | | | |/ / | | |/| | | ||||||
| | * | | | Issue #22435: Fix a file descriptor leak when SocketServer bind fails. | Charles-François Natali | 2014-10-13 | 3 | -2/+18 | |
* | | | | | merge 3.4 | Benjamin Peterson | 2014-10-13 | 1 | -0/+5 | |
|\ \ \ \ \ | |/ / / / |/| | / / | | |/ / | |/| | | ||||||
| * | | | merge 3.3 | Benjamin Peterson | 2014-10-13 | 1 | -0/+5 | |
| |\ \ \ | | |/ / | |/| / | | |/ | ||||||
| | * | note xmlrpclib doesn't verify certs (yet) | Benjamin Peterson | 2014-10-13 | 1 | -0/+5 | |
* | | | Issue #22615: Argument Clinic now supports the "type" argument for the | Larry Hastings | 2014-10-13 | 5 | -59/+68 | |
* | | | Issue #21907: Partially revert changes to Windows buildbot scripts. | Zachary Ware | 2014-10-13 | 5 | -27/+27 | |
* | | | Merge with 3.4 #22614 | Terry Jan Reedy | 2014-10-13 | 1 | -0/+3 | |
|\ \ \ | |/ / | ||||||
| * | | Issue #22614: Don't try to update deleted text. Patch by Serhiy Storchaka. | Terry Jan Reedy | 2014-10-13 | 1 | -0/+3 | |
* | | | Merge 3.4 (asyncio doc) | Victor Stinner | 2014-10-12 | 1 | -0/+2 | |
|\ \ \ | |/ / | ||||||
| * | | asyncio: add missing @coroutine decorator | Victor Stinner | 2014-10-12 | 1 | -0/+2 | |
* | | | Merge 3.4 (asyncio doc) | Victor Stinner | 2014-10-12 | 6 | -50/+160 | |
|\ \ \ | |/ / | ||||||
| * | | asyncio doc: update debug traces | Victor Stinner | 2014-10-12 | 1 | -16/+27 | |
| * | | asyncio doc: more explicit doc for async() | Victor Stinner | 2014-10-12 | 1 | -1/+2 | |
| * | | asyncio doc: reformat create_server() doc | Victor Stinner | 2014-10-12 | 2 | -25/+29 | |
| * | | asyncio doc: add TCP echo client/server using streams | Victor Stinner | 2014-10-12 | 2 | -8/+102 | |
* | | | #20815: small readability improvements in ipaddress tests. | R David Murray | 2014-10-12 | 1 | -4/+9 | |
|\ \ \ | |/ / | ||||||
| * | | #20815: small readability improvements in ipaddress tests. | R David Murray | 2014-10-12 | 1 | -4/+9 | |
* | | | Merge: #13096: Fix segfault in CTypes POINTER handling of large values. | R David Murray | 2014-10-12 | 3 | -2/+19 | |
|\ \ \ | |/ / | ||||||
| * | | #13096: Fix segfault in CTypes POINTER handling of large values. | R David Murray | 2014-10-12 | 3 | -2/+19 | |
* | | | Always handle non-handled events before destoying root widget in tests. | Serhiy Storchaka | 2014-10-12 | 1 | -0/+1 | |
|\ \ \ | |/ / | ||||||
| * | | Always handle non-handled events before destoying root widget in tests. | Serhiy Storchaka | 2014-10-12 | 1 | -0/+1 | |
* | | | Merge: #17325: Improve distutils PyPI documentation. | R David Murray | 2014-10-12 | 1 | -56/+90 | |
|\ \ \ | |/ / | ||||||
| * | | #17325: Improve distutils PyPI documentation. | R David Murray | 2014-10-12 | 1 | -56/+90 | |
* | | | Merge: #11973: add test for previously fixed kevent signed/unsigned bug. | R David Murray | 2014-10-12 | 1 | -0/+25 | |
|\ \ \ | |/ / | ||||||
| * | | #11973: add test for previously fixed kevent signed/unsigned bug. | R David Murray | 2014-10-12 | 1 | -0/+25 | |
* | | | merge with 3.4 | Georg Brandl | 2014-10-12 | 1 | -1/+2 | |
|\ \ \ | |/ / | ||||||
| * | | Closes #22586: clarify meaning of allow_fragments in urlparse. | Georg Brandl | 2014-10-12 | 1 | -1/+2 | |
* | | | Issue #19232: Fix sys.modules lookup (--without-threads) | Stefan Krah | 2014-10-12 | 1 | -1/+2 | |
* | | | Merge 3.4 (asyncio doc) | Victor Stinner | 2014-10-12 | 1 | -12/+19 | |
|\ \ \ | |/ / | ||||||
| * | | asyncio doc: enhance TCP client example | Victor Stinner | 2014-10-12 | 1 | -7/+12 | |
| * | | asyncio doc: clarify how servers create protocol instances | Victor Stinner | 2014-10-12 | 1 | -6/+8 | |
* | | | Merge 3.4 (asyncio doc) | Victor Stinner | 2014-10-12 | 2 | -7/+99 | |
|\ \ \ | |/ / | ||||||
| * | | asyncio doc: add UDP client and server examples | Victor Stinner | 2014-10-12 | 2 | -0/+85 | |
| * | | asyncio doc: use server.wait_closed() in TCP echo server example | Victor Stinner | 2014-10-12 | 1 | -7/+14 | |
* | | | (Merge 3.4) asyncio: enhance protocol representation | Victor Stinner | 2014-10-12 | 2 | -2/+13 | |
|\ \ \ | |/ / | ||||||
| * | | asyncio: enhance protocol representation | Victor Stinner | 2014-10-12 | 2 | -2/+13 | |
* | | | merge 3.4 into default | Georg Brandl | 2014-10-12 | 1 | -0/+4 | |
|\ \ \ | |/ / | ||||||
| * | | merge 3.3 into 3.4 | Georg Brandl | 2014-10-12 | 1 | -0/+4 | |
| |\ \ | | |/ | ||||||
| | * | Merge 3.2 into 3.3. | Georg Brandl | 2014-10-12 | 1 | -0/+2 | |
| | |\ | ||||||
| | | * | Added tag v3.2.6 for changeset 0bd5f4f14de9 | Georg Brandl | 2014-10-12 | 1 | -0/+1 | |
| | | * | Bump to 3.2.6v3.2.6 | Georg Brandl | 2014-10-12 | 5 | -8/+8 | |
| | | * | #16040: fix unlimited read from connection in nntplib. | Georg Brandl | 2014-10-12 | 3 | -1/+24 | |
| | | * | Added tag v3.2.6rc1 for changeset 51382a5598ec | Georg Brandl | 2014-10-04 | 1 | -0/+1 | |
| | | * | Copyright year update, add version to licenses.v3.2.6rc1 | Georg Brandl | 2014-10-04 | 5 | -5/+11 | |