summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
...
* | 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-061-5/+6
* | asyncio.tasks: Fix as_completed, gather & wait to work with duplicate coroutinesYury Selivanov2014-02-072-11/+51
* | Close issue20534: test_enum now tests all supported pickle protocols (2 - HIG...Ethan Furman2014-02-071-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
|\ \ | |/
| * Issue #19920: TarFile.list() no longer fails when outputs a listingSerhiy Storchaka2014-02-052-11/+95
* | TestNamedTuple.test_pickle was only testing through protocol 2. Changed to ha...Eric V. Smith2014-02-051-1/+1
* | Issue #20053: new test to check an assumptionNick Coghlan2014-02-051-0/+7
* | Issue #20498: Fixed io.StringIO tests for newline='\n'. Added new tests.Serhiy Storchaka2014-02-051-1/+36
|\ \ | |/
| * Issue #20498: Fixed io.StringIO tests for newline='\n'. Added new tests.Serhiy Storchaka2014-02-051-1/+36
* | asyncio: Cosmetic improvement to test__run_once_logging() mock argument.Guido van Rossum2014-02-041-5/+3
* | Close #20053: ignore default pip config settingsNick Coghlan2014-02-043-12/+50
* | Close #20404: blacklist non-text encodings in io.TextIOWrapperNick Coghlan2014-02-042-8/+30
* | asyncio: Fix _ProactorWritePipeTransport._pipe_closed()Victor Stinner2014-02-041-1/+4
* | Oops, undo unwanted changes in test_asyncio: mistakes of my the last sync withVictor Stinner2014-02-033-8/+17
* | asyncio.subprocess: Replace Process.get_subprocess() method with aVictor Stinner2014-02-032-10/+11
* | Issue #20474: Fix "unexpected success" test_socket failures on OS X 10.7+.Ned Deily2014-02-031-4/+4
|\ \ | |/
| * Issue #20474: Fix "unexpected success" test_socket failures on OS X 10.7+.Ned Deily2014-02-031-4/+4
* | Skip expr* tests for large integers for Tcl <8.5.Serhiy Storchaka2014-02-031-4/+8
|\ \ | |/
| * Skip expr* tests for large integers for Tcl <8.5.Serhiy Storchaka2014-02-031-4/+8
* | Issue #20426: When passing the re.DEBUG flag, re.compile() displays the debug...Antoine Pitrou2014-02-032-8/+23
|\ \ | |/
| * Issue #20426: When passing the re.DEBUG flag, re.compile() displays the debug...Antoine Pitrou2014-02-032-8/+24
* | Issue #19761: Fixed Tkinter tests on OS X.Serhiy Storchaka2014-02-032-7/+14
|\ \ | |/
| * Issue #19761: Fixed Tkinter tests on OS X.Serhiy Storchaka2014-02-032-7/+14
* | Issue #20368: The null character now correctly passed from Tcl to Python.Serhiy Storchaka2014-02-032-10/+58
|\ \ | |/
| * Issue #20368: The null character now correctly passed from Tcl to Python.Serhiy Storchaka2014-02-032-10/+58
* | Issue #20368: Add tests for Tkinter methods exprstring(), exprdouble(),Serhiy Storchaka2014-02-031-0/+135
|\ \ | |/
| * Issue #20368: Add tests for Tkinter methods exprstring(), exprdouble(),Serhiy Storchaka2014-02-031-0/+135
* | inspect.signature: Add (restore) support for builtin classes #20473Yury Selivanov2014-02-032-131/+190
* | Issue #20472: test_asyncio: skip PTY tests on Mac OS X older than 10.6Victor Stinner2014-02-021-0/+6
* | Issue #20435: Fix _pyio.StringIO.getvalue() to take into account newline tran...Antoine Pitrou2014-02-022-1/+16
|\ \ | |/
| * Issue #20435: Fix _pyio.StringIO.getvalue() to take into account newline tran...Antoine Pitrou2014-02-022-1/+16
* | Issue #19320: Fixed split/splitlist tests in test_tcl for Tcl 8.5.0-8.5.5.Serhiy Storchaka2014-02-021-5/+28
|\ \ | |/
| * Issue #19320: Fixed split/splitlist tests in test_tcl for Tcl 8.5.0-8.5.5.Serhiy Storchaka2014-02-021-5/+28