summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
...
| * Issue #20520: Fixed readline test in test_codecs.Serhiy Storchaka2014-02-061-6/+15
* | asyncio.streams.StreamReader: Add 'at_eof()' methodYury Selivanov2014-02-061-0/+15
* | asyncio.streams: Use bytebuffer in StreamReader; Add assertion in feed_dataYury Selivanov2014-02-051-27/+52
* | Issue #19920: TarFile.list() no longer fails when outputs a listingSerhiy Storchaka2014-02-051-18/+99
|\ \ | |/
| * Issue #19920: TarFile.list() no longer fails when outputs a listingSerhiy Storchaka2014-02-051-0/+78
* | 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-042-9/+44
* | Close #20404: blacklist non-text encodings in io.TextIOWrapperNick Coghlan2014-02-041-8/+25
* | 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-031-9/+9
* | 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-031-1/+13
|\ \ | |/
| * Issue #20426: When passing the re.DEBUG flag, re.compile() displays the debug...Antoine Pitrou2014-02-031-1/+14
* | Issue #20368: The null character now correctly passed from Tcl to Python.Serhiy Storchaka2014-02-031-10/+40
|\ \ | |/
| * Issue #20368: The null character now correctly passed from Tcl to Python.Serhiy Storchaka2014-02-031-10/+40
* | 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-031-0/+26
* | 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-021-0/+9
|\ \ | |/
| * Issue #20435: Fix _pyio.StringIO.getvalue() to take into account newline tran...Antoine Pitrou2014-02-021-0/+9
* | 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
* | Issue #20400: Merge Tulip into Python: add the new asyncio.subprocess moduleVictor Stinner2014-02-014-17/+204
* | #20288: merge with 3.3.Ezio Melotti2014-02-011-0/+6
|\ \ | |/
| * #20288: fix handling of invalid numeric charrefs in HTMLParser.Ezio Melotti2014-02-011-0/+6
* | inspect.tests: Fix tests to work on python built with '--without-doc-strings'...Yury Selivanov2014-02-011-0/+3
* | Fix test_hash on "SPARC Solaris 10 (cc%2C 64b) [SB] 3.x" buildbotVictor Stinner2014-02-011-1/+2
* | test_hash: Fix a BytesWarning in get_hash_command()Victor Stinner2014-02-011-1/+1
* | test_asyncio: relax timing, the "AMD64 Windows Server 2008 [SB] 3.x" buildbotVictor Stinner2014-02-011-1/+1
* | tracemalloc: Fix slicing traces and fix slicing a traceback.Victor Stinner2014-02-011-2/+8
* | Issue #20452: Fix test_time_and_call_at() of test_asyncio on WindowsVictor Stinner2014-02-011-7/+8
* | Issue #20452: test_asyncio checks also the granularityVictor Stinner2014-02-011-0/+8
* | inspect.signature: Support duck-types of Python functions (Cython, for instan...Yury Selivanov2014-01-311-0/+60
* | inspect.classify_class_attrs: Classify object.__new__ and __init__ correctly ...Yury Selivanov2014-01-311-0/+4
* | Issue #20452: test_asyncio: Add more info if the test failsVictor Stinner2014-01-311-2/+7
* | Issue #20455: Add a resolution attribute to IocpProactor (1 ms)Victor Stinner2014-01-311-0/+2
* | Issue #20452: Remove debug code, no more neededVictor Stinner2014-01-311-13/+1
* | Issue #20452: select and selectors round (again) timeout away from zero forVictor Stinner2014-01-311-13/+10
* | Issue #20452: Oops, fix debug code :-/Victor Stinner2014-01-311-0/+6
* | Issue #20452: add more info in case of test_asyncio failure to try to debug theVictor Stinner2014-01-311-1/+10
* | asyncio: Fix misc whitespace issues.Guido van Rossum2014-01-312-13/+14
* | asyncio: Future.set_exception(exc) should instantiate exc if it is a class.Victor Stinner2014-01-311-0/+5