summaryrefslogtreecommitdiff
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Merge #19772: Do not mutate message when downcoding to 7bit.R David Murray2014-02-083-2/+26
|\
| * #19772: Do not mutate message when downcoding to 7bit.R David Murray2014-02-082-1/+25
* | Issue #20553. Use specific asserts in ipaddress tests.Serhiy Storchaka2014-02-081-18/+17
|\ \ | |/
| * Issue #20553. Use specific asserts in ipaddress tests.Serhiy Storchaka2014-02-081-18/+17
* | Issue #20406: Use Python application icons for Idle window title bars.Terry Jan Reedy2014-02-088-1/+13
|\ \ | |/
| * Issue #20406: Use Python application icons for Idle window title bars.Terry Jan Reedy2014-02-088-1/+13
* | Close #20536: correctly handle Decimal exponents in statisticsNick Coghlan2014-02-082-1/+43
* | Merge fix for #18805 from 3.3Nick Coghlan2014-02-082-85/+136
|\ \ | |/
| * Issue #18805: better netmask validation in ipaddressNick Coghlan2014-02-082-85/+136
* | Issue #20549: Use specific asserts in mailbox, smtplib and poplib tests.Serhiy Storchaka2014-02-083-29/+30
|\ \ | |/
| * Issue #20549: Use specific asserts in mailbox, smtplib and poplib tests.Serhiy Storchaka2014-02-083-29/+30
* | Issue #20555: Use specific asserts in urllib, httplib, ftplib, cgi, wsgiref t...Serhiy Storchaka2014-02-088-26/+27
|\ \ | |/
| * Issue #20555: Use specific asserts in urllib, httplib, ftplib, cgi, wsgiref t...Serhiy Storchaka2014-02-088-26/+27
* | Issue #20546: Use specific asserts in int tests.Serhiy Storchaka2014-02-081-24/+24
|\ \ | |/
| * Issue #20546: Use specific asserts in int tests.Serhiy Storchaka2014-02-081-24/+24
* | Issue #20538: UTF-7 incremental decoder produced inconsistant string whenSerhiy Storchaka2014-02-081-8/+33
|\ \ | |/
| * Issue #20538: UTF-7 incremental decoder produced inconsistant string whenSerhiy Storchaka2014-02-081-6/+33
* | Close #20481: Disallow mixed type input in statisticsNick Coghlan2014-02-082-76/+50
* | Issue #20167: Suppress 3.4 specific 'Exception ignored' messages.Terry Jan Reedy2014-02-081-4/+23
* | Issue #20478: avoid special casing Counter in statisticsNick Coghlan2014-02-082-3/+9
* | Issue #20505: Remove resolution and _granularity from selectors and asyncioVictor Stinner2014-02-077-57/+10
* | Merge: #17369: Improve handling of broken RFC2231 values in get_filename.R David Murray2014-02-072-0/+24
|\ \ | |/
| * #17369: Improve handling of broken RFC2231 values in get_filename.R David Murray2014-02-072-0/+24
| * #20013: don't raise socket error when selected mailbox deleted.R David Murray2014-02-071-0/+5
* | #20013: don't raise socket error when selected mailbox deleted.R David Murray2014-02-071-0/+5
* | Merge: #19063: the unicode-in-set_payload problem isn't getting fixed in 3.4.R David Murray2014-02-071-4/+3
|\ \ | |/
| * #19063: the unicode-in-set_payload problem isn't getting fixed in 3.4.R David Murray2014-02-071-4/+3
* | #20531: Apply the 3.3 version of the #19063 fix.R David Murray2014-02-073-11/+58
* | #20531: Revert e20f98a8ed71, the 3.4 version of the #19063 fix.R David Murray2014-02-074-71/+37
* | Issue #20505: add debug infoVictor Stinner2014-02-071-0/+10
* | #20476: use EmailMessage as factory if non-compat32 policy is used.R David Murray2014-02-073-10/+33
* | Issue #20053: Mark as an expected failure for 3.4Nick Coghlan2014-02-071-2/+12
* | Issue 20542: Temporarily skip failing testNick Coghlan2014-02-071-0/+2
* | Issue #20053: Actually test relevant assumptionNick Coghlan2014-02-071-1/+1
* | Issue #20532: Tests which use _testcapi now are marked as CPython only.Serhiy Storchaka2014-02-0728-116/+280
|\ \ | |/
| * Issue #20532: Tests which use _testcapi now are marked as CPython only.Serhiy Storchaka2014-02-0724-104/+235
| * Silence BytesWarning (backport 267a4d4d9d65).Serhiy Storchaka2014-02-071-5/+6
* | asyncio.tasks: Fix as_completed, gather & wait to work with duplicate coroutinesYury Selivanov2014-02-062-11/+51
* | Close issue20534: test_enum now tests all supported pickle protocols (2 - HIG...Ethan Furman2014-02-061-24/+36
* | Issue #3158: Provide a couple of fallbacks for in case a method_descriptorZachary Ware2014-02-061-1/+7
* | Issue #20363. Fixed BytesWarning triggerred by test suite.Serhiy Storchaka2014-02-064-5/+5
|\ \ | |/
| * Issue #20363. Fixed BytesWarning triggerred by test suite.Serhiy Storchaka2014-02-063-4/+4
* | Catch deprecation warnings emitted when non-integers are formatted with %c, %oSerhiy Storchaka2014-02-062-6/+12
* | asyncio.tasks.gather: Fix docstringYury Selivanov2014-02-061-1/+1
* | Issue #14455: fix handling of unsigned long long values for binary plist filesRonald Oussoren2014-02-062-70/+73
* | Issue #20520: Fixed readline test in test_codecs.Serhiy Storchaka2014-02-061-6/+15
|\ \ | |/
| * Issue #20520: Fixed readline test in test_codecs.Serhiy Storchaka2014-02-061-6/+15
* | asyncio.streams.StreamReader: Add 'at_eof()' methodYury Selivanov2014-02-062-0/+19
* | asyncio.streams: Use bytebuffer in StreamReader; Add assertion in feed_dataYury Selivanov2014-02-052-76/+76
* | Issue #19920: TarFile.list() no longer fails when outputs a listingSerhiy Storchaka2014-02-052-29/+116
|\ \ | |/