| Commit message (Expand) | Author | Age | Files | Lines |
* | asyncio: Remove more relics of resolution/granularity. | Guido van Rossum | 2014-02-09 | 2 | -6/+0 |
|
|
* | Issue #20500: clarify that invocation may be indirect | Nick Coghlan | 2014-02-09 | 1 | -2/+3 |
|
|
* | Issue #20500: Note other public APIs with the new assertion | Nick Coghlan | 2014-02-09 | 3 | -7/+18 |
|
|
* | asyncio: Remove Process.subprocess attribute; it's too easy to get inconsistent | Victor Stinner | 2014-02-09 | 3 | -29/+1 |
|
|
* | asyncio: Test fix. | Guido van Rossum | 2014-02-09 | 1 | -1/+1 |
|
|
* | Note the new debug assertion in PyObject_Str | Nick Coghlan | 2014-02-09 | 2 | -0/+11 |
|
|
* | Close #20500: Don't trigger PyObject_Str assertion at shutdown | Nick Coghlan | 2014-02-09 | 4 | -2/+28 |
|
|
* | merge | Brian Curtin | 2014-02-09 | 1 | -1/+1 |
|\ |
|
| * | asyncio doc: fix gather() doc | Victor Stinner | 2014-02-09 | 1 | -1/+1 |
|
|
* | | Spelling corrections. Submitted to python-dev by python@mrabarnett.plus.com | Brian Curtin | 2014-02-09 | 4 | -7/+7 |
|/ |
|
* | asyncio tests: Remove scories of resolution/granularity | Victor Stinner | 2014-02-09 | 2 | -3/+0 |
|
|
* | Tweaks to What's New and some referenced docs | Nick Coghlan | 2014-02-09 | 3 | -15/+40 |
|
|
* | Close #20563: Declare ipaddress API stable | Nick Coghlan | 2014-02-08 | 3 | -7/+13 |
|
|
* | Merge: #14983: always add a line end after a MIME boundary marker. | R David Murray | 2014-02-08 | 4 | -7/+16 |
|\ |
|
| * | #14983: always add a line end after a MIME boundary marker. | R David Murray | 2014-02-08 | 4 | -7/+16 |
|
|
* | | merge from 3.3 | Senthil Kumaran | 2014-02-08 | 1 | -7/+8 |
|\ \
| |/ |
|
| * | Include the mention of ResourceWarning being displayed by default by the test... | Senthil Kumaran | 2014-02-08 | 1 | -7/+8 |
|
|
* | | asyncio doc: document missing event loop methods | Victor Stinner | 2014-02-08 | 1 | -4/+86 |
|
|
* | | asyncio doc: sort methods | Victor Stinner | 2014-02-08 | 1 | -5/+5 |
|
|
* | | Issue #20540: Fix a performance regression (vs. Python 3.2) when layering a m... | Antoine Pitrou | 2014-02-08 | 2 | -6/+21 |
|\ \
| |/ |
|
| * | Issue #20540: Fix a performance regression (vs. Python 3.2) when layering a m... | Antoine Pitrou | 2014-02-08 | 2 | -6/+21 |
|
|
* | | Merge. | Charles-François Natali | 2014-02-08 | 3 | -21/+233 |
|\ \ |
|
| * | | Close issue20534: all pickle protocols now supported. | Ethan Furman | 2014-02-08 | 3 | -21/+233 |
|
|
* | | | Issue #20065: socketmodule: Fix build error when AF_CAN is defined without the | Charles-François Natali | 2014-02-08 | 1 | -3/+3 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | Issue #20065: socketmodule: Fix build error when AF_CAN is defined without the | Charles-François Natali | 2014-02-08 | 1 | -3/+3 |
|
|
* | | Merge: #16983: Apply postel's law to encoded words inside quoted strings. | R David Murray | 2014-02-08 | 4 | -0/+29 |
|\ \
| |/ |
|
| * | #16983: Apply postel's law to encoded words inside quoted strings. | R David Murray | 2014-02-08 | 4 | -0/+29 |
|
|
* | | Merge #19772: Do not mutate message when downcoding to 7bit. | R David Murray | 2014-02-08 | 4 | -2/+29 |
|\ \
| |/ |
|
| * | #19772: Do not mutate message when downcoding to 7bit. | R David Murray | 2014-02-08 | 3 | -1/+28 |
|
|
* | | Issue #20553. Use specific asserts in ipaddress tests. | Serhiy Storchaka | 2014-02-08 | 1 | -18/+17 |
|\ \
| |/ |
|
| * | Issue #20553. Use specific asserts in ipaddress tests. | Serhiy Storchaka | 2014-02-08 | 1 | -18/+17 |
|
|
* | | Issue #20406: Use Python application icons for Idle window title bars. | Terry Jan Reedy | 2014-02-08 | 9 | -1/+16 |
|\ \
| |/ |
|
| * | Issue #20406: Use Python application icons for Idle window title bars. | Terry Jan Reedy | 2014-02-08 | 9 | -1/+16 |
|
|
* | | Close #20536: correctly handle Decimal exponents in statistics | Nick Coghlan | 2014-02-08 | 3 | -1/+46 |
|
|
* | | Merge #18805 NEWS fix from 3.3 | Nick Coghlan | 2014-02-08 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Fix #18805 NEWS entry | Nick Coghlan | 2014-02-08 | 1 | -1/+1 |
|
|
* | | Merge fix for #18805 from 3.3 | Nick Coghlan | 2014-02-08 | 3 | -85/+139 |
|\ \
| |/ |
|
| * | Issue #18805: better netmask validation in ipaddress | Nick Coghlan | 2014-02-08 | 3 | -85/+139 |
|
|
* | | Issue #20549: Use specific asserts in mailbox, smtplib and poplib tests. | Serhiy Storchaka | 2014-02-08 | 3 | -29/+30 |
|\ \
| |/ |
|
| * | Issue #20549: Use specific asserts in mailbox, smtplib and poplib tests. | Serhiy Storchaka | 2014-02-08 | 3 | -29/+30 |
|
|
* | | Issue #20555: Use specific asserts in urllib, httplib, ftplib, cgi, wsgiref t... | Serhiy Storchaka | 2014-02-08 | 8 | -26/+27 |
|\ \
| |/ |
|
| * | Issue #20555: Use specific asserts in urllib, httplib, ftplib, cgi, wsgiref t... | Serhiy Storchaka | 2014-02-08 | 8 | -26/+27 |
|
|
* | | Issue #20546: Use specific asserts in int tests. | Serhiy Storchaka | 2014-02-08 | 1 | -24/+24 |
|\ \
| |/ |
|
| * | Issue #20546: Use specific asserts in int tests. | Serhiy Storchaka | 2014-02-08 | 1 | -24/+24 |
|
|
* | | Issue #20538: UTF-7 incremental decoder produced inconsistant string when | Serhiy Storchaka | 2014-02-08 | 3 | -9/+45 |
|\ \
| |/ |
|
| * | Issue #20538: UTF-7 incremental decoder produced inconsistant string when | Serhiy Storchaka | 2014-02-08 | 3 | -7/+45 |
|
|
* | | Close #20481: Disallow mixed type input in statistics | Nick Coghlan | 2014-02-08 | 4 | -76/+66 |
|
|
* | | Issue #20167: Suppress 3.4 specific 'Exception ignored' messages. | Terry Jan Reedy | 2014-02-08 | 1 | -4/+23 |
|
|
* | | Issue #20478: avoid special casing Counter in statistics | Nick Coghlan | 2014-02-08 | 3 | -3/+12 |
|
|
* | | More asyncio news. | Guido van Rossum | 2014-02-08 | 1 | -4/+10 |
|
|