| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #20505: Add debug info to analyze sporaric failures of | Victor Stinner | 2014-02-10 | 1 | -1/+4 |
|
|
* | Issue #20517: Functions in the os module that accept two filenames | Larry Hastings | 2014-02-10 | 2 | -2/+19 |
|
|
* | asyncio: Tulip issue 112: Inline make_handle() into Handle constructor | Victor Stinner | 2014-02-09 | 1 | -2/+2 |
|
|
* | Issue #20571: skip test_readline() of test_codecs for Windows code page 65001. | Victor Stinner | 2014-02-09 | 1 | -0/+3 |
|
|
* | Issue #20530: Argument Clinic's signature format has been revised again. | Larry Hastings | 2014-02-09 | 2 | -12/+78 |
|
|
* | asyncio: Remove Process.subprocess attribute; it's too easy to get inconsistent | Victor Stinner | 2014-02-09 | 1 | -20/+0 |
|
|
* | asyncio: Test fix. | Guido van Rossum | 2014-02-09 | 1 | -1/+1 |
|
|
* | Close #20500: Don't trigger PyObject_Str assertion at shutdown | Nick Coghlan | 2014-02-09 | 1 | -0/+18 |
|
|
* | asyncio tests: Remove scories of resolution/granularity | Victor Stinner | 2014-02-09 | 2 | -3/+0 |
|
|
* | Merge: #14983: always add a line end after a MIME boundary marker. | R David Murray | 2014-02-08 | 2 | -5/+11 |
|\ |
|
| * | #14983: always add a line end after a MIME boundary marker. | R David Murray | 2014-02-08 | 2 | -5/+11 |
|
|
* | | Close issue20534: all pickle protocols now supported. | Ethan Furman | 2014-02-08 | 1 | -7/+205 |
|
|
* | | Merge: #16983: Apply postel's law to encoded words inside quoted strings. | R David Murray | 2014-02-08 | 2 | -0/+19 |
|\ \
| |/ |
|
| * | #16983: Apply postel's law to encoded words inside quoted strings. | R David Murray | 2014-02-08 | 2 | -0/+19 |
|
|
* | | Merge #19772: Do not mutate message when downcoding to 7bit. | R David Murray | 2014-02-08 | 2 | -2/+12 |
|\ \
| |/ |
|
| * | #19772: Do not mutate message when downcoding to 7bit. | R David Murray | 2014-02-08 | 1 | -1/+11 |
|
|
* | | 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 |
|
|
* | | Close #20536: correctly handle Decimal exponents in statistics | Nick Coghlan | 2014-02-08 | 1 | -0/+38 |
|
|
* | | Merge fix for #18805 from 3.3 | Nick Coghlan | 2014-02-08 | 1 | -20/+53 |
|\ \
| |/ |
|
| * | Issue #18805: better netmask validation in ipaddress | Nick Coghlan | 2014-02-08 | 1 | -20/+53 |
|
|
* | | 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 | 1 | -8/+33 |
|\ \
| |/ |
|
| * | Issue #20538: UTF-7 incremental decoder produced inconsistant string when | Serhiy Storchaka | 2014-02-08 | 1 | -6/+33 |
|
|
* | | Close #20481: Disallow mixed type input in statistics | Nick Coghlan | 2014-02-08 | 1 | -34/+25 |
|
|
* | | Issue #20478: avoid special casing Counter in statistics | Nick Coghlan | 2014-02-08 | 1 | -0/+8 |
|
|
* | | Issue #20505: Remove resolution and _granularity from selectors and asyncio | Victor Stinner | 2014-02-07 | 3 | -22/+9 |
|
|
* | | Merge: #17369: Improve handling of broken RFC2231 values in get_filename. | R David Murray | 2014-02-07 | 1 | -0/+20 |
|\ \
| |/ |
|
| * | #17369: Improve handling of broken RFC2231 values in get_filename. | R David Murray | 2014-02-07 | 1 | -0/+20 |
|
|
* | | #20531: Apply the 3.3 version of the #19063 fix. | R David Murray | 2014-02-07 | 1 | -0/+32 |
|
|
* | | #20531: Revert e20f98a8ed71, the 3.4 version of the #19063 fix. | R David Murray | 2014-02-07 | 2 | -42/+15 |
|
|
* | | #20476: use EmailMessage as factory if non-compat32 policy is used. | R David Murray | 2014-02-07 | 1 | -1/+15 |
|
|
* | | Issue #20053: Mark as an expected failure for 3.4 | Nick Coghlan | 2014-02-07 | 1 | -2/+12 |
|
|
* | | Issue 20542: Temporarily skip failing test | Nick Coghlan | 2014-02-07 | 1 | -0/+2 |
|
|
* | | Issue #20053: Actually test relevant assumption | Nick Coghlan | 2014-02-07 | 1 | -1/+1 |
|
|
* | | Issue #20532: Tests which use _testcapi now are marked as CPython only. | Serhiy Storchaka | 2014-02-07 | 28 | -116/+280 |
|\ \
| |/ |
|
| * | Issue #20532: Tests which use _testcapi now are marked as CPython only. | Serhiy Storchaka | 2014-02-07 | 24 | -104/+235 |
|
|
| * | Silence BytesWarning (backport 267a4d4d9d65). | Serhiy Storchaka | 2014-02-06 | 1 | -5/+6 |
|
|
* | | asyncio.tasks: Fix as_completed, gather & wait to work with duplicate coroutines | Yury Selivanov | 2014-02-07 | 1 | -8/+47 |
|
|
* | | Close issue20534: test_enum now tests all supported pickle protocols (2 - HIG... | Ethan Furman | 2014-02-07 | 1 | -24/+36 |
|
|
* | | Issue #20363. Fixed BytesWarning triggerred by test suite. | Serhiy Storchaka | 2014-02-06 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Issue #20363. Fixed BytesWarning triggerred by test suite. | Serhiy Storchaka | 2014-02-06 | 1 | -1/+1 |
|
|
* | | Catch deprecation warnings emitted when non-integers are formatted with %c, %o | Serhiy Storchaka | 2014-02-06 | 2 | -6/+12 |
|
|
* | | Issue #14455: fix handling of unsigned long long values for binary plist files | Ronald Oussoren | 2014-02-06 | 1 | -65/+67 |
|
|
* | | Issue #20520: Fixed readline test in test_codecs. | Serhiy Storchaka | 2014-02-06 | 1 | -6/+15 |
|\ \
| |/ |
|