summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* asyncio: Fix pyflakes errorsVictor Stinner2014-06-183-5/+2
* asyncio: Refactor tests: add a base TestCase classVictor Stinner2014-06-1712-219/+127
* asyncio: Refactor test__run_once_logging() to not rely on the exact number ofVictor Stinner2014-06-171-18/+11
* asyncio: Set __qualname__ attribute of CoroWrapper in @coroutine decorator onVictor Stinner2014-06-171-8/+40
* Issue #21723: asyncio.Queue: support any type of number (ex: float) for theVictor Stinner2014-06-171-0/+15
* merge 3.3Benjamin Peterson2014-06-171-1/+1
|\
| * merge 3.2Benjamin Peterson2014-06-171-1/+1
| |\
| | * expect the correct platform-dependent linesepBenjamin Peterson2014-06-171-1/+1
* | | Issue #21773: Fix TestStdLib.test_pydoc() of test_enum. Patch written byVictor Stinner2014-06-161-3/+1
* | | Sync asyncio with Tulip: Fix test_tasks for Python 3.5Victor Stinner2014-06-161-4/+8
* | | Issue #21669: Special case print & exec syntax errorsNick Coghlan2014-06-161-0/+25
* | | fix a BytesWarning in my previous commit.Gregory P. Smith2014-06-161-1/+1
* | | Isolate the subprocess test_close_fds_when_max_fd_is_lowered test soGregory P. Smith2014-06-161-8/+30
* | | Issue #21774: Fix incorrect variable in xml.dom.minidomRaymond Hettinger2014-06-151-0/+7
* | | merge 3.3 (#21766)Benjamin Peterson2014-06-151-0/+5
|\ \ \ | |/ /
| * | merge 3.2 (#21766)Benjamin Peterson2014-06-151-0/+5
| |\ \ | | |/
| | * url unquote the path before checking if it refers to a CGI script (closes #21...Benjamin Peterson2014-06-151-0/+5
* | | Issue #21730: Add no-thread skip in test_socket. Patch by Berker Peksag.Terry Jan Reedy2014-06-131-0/+1
* | | Issue #20043: Add direct test for _thread.Terry Jan Reedy2014-06-131-3/+4
* | | asyncio: Tulip issue 173: Enhance repr(Handle) and repr(Task)Victor Stinner2014-06-122-29/+78
* | | Issue #21326: Add a new is_closed() method to asyncio.BaseEventLoopVictor Stinner2014-06-102-3/+28
* | | Issue #21310: Fixed possible resource leak in failed open().Serhiy Storchaka2014-06-091-0/+14
* | | Issue #21677: Fixed chaining nonnormalized exceptions in io close() methods.Serhiy Storchaka2014-06-091-0/+51
* | | make sure the builtin help function doesn't fail when sys.stdin is not a vali...Benjamin Peterson2014-06-081-0/+8
* | | don't remove self from example code in the HTML output (closes #13223)Benjamin Peterson2014-06-072-0/+54
* | | in ftp cache pruning, avoid changing the size of a dict while iterating over ...Benjamin Peterson2014-06-071-1/+31
* | | allow the keyword else immediately after (no space) an integer (closes #21642)Benjamin Peterson2014-06-071-0/+6
* | | Fix asyncio tests on Windows: wait for the subprocess exitVictor Stinner2014-06-031-0/+2
* | | Issue #21651: Fix ResourceWarning when running asyncio tests on Windows.Victor Stinner2014-06-031-0/+1
* | | cleanup test_asyncio/test_base_events.py: cm variable was unusedVictor Stinner2014-06-031-1/+1
* | | Issue #21119: asyncio: Make sure that socketpair() close sockets on errorVictor Stinner2014-06-031-0/+9
* | | Issue #21119: asyncio now closes sockets on errorsVictor Stinner2014-06-032-0/+39
* | | Issue #21643: Updated test and fixed logic bug in lib64 symlink creation.Vinay Sajip2014-06-031-11/+16
* | | Issue #18492: Allow all resources when tests are not run by regrtest.py.Zachary Ware2014-06-028-38/+13
* | | Issue #21639: Add a test to check that PyMem_Malloc(0) with tracemalloc enabledVictor Stinner2014-06-021-0/+6
* | | Issue #21636: Fix test_logging, skip UNIX stream (AF_UNIX) tests on Windows.Victor Stinner2014-06-021-10/+12
* | | Issue #21634: Fix pystone micro-benchmark: use floor division instead of trueVictor Stinner2014-06-021-3/+10
* | | Skip test_subprocess test_close_fds_when_max_fd_is_lowered on FreeBSDGregory P. Smith2014-06-011-0/+3
* | | Attempt to fix the "too many open files" errors on several of theGregory P. Smith2014-06-011-4/+6
* | | Explicitly wait for the child instead of letting a destructor do it.Gregory P. Smith2014-06-011-1/+1
* | | Don't restrict ourselves to a "max" fd when closing fds before exec()Gregory P. Smith2014-06-011-0/+53
* | | Test correct getXXX methods in Tkinter bigmem tests.Serhiy Storchaka2014-05-301-3/+3
* | | Issue #21552: Fixed possible integer overflow of too long string lengths inSerhiy Storchaka2014-05-301-1/+26
* | | Add tests for getint, getdouble and getboolean methods of the tkapp object.Serhiy Storchaka2014-05-301-0/+44
* | | Fix issue #14315: The zipfile module now ignores extra fields in the centralGregory P. Smith2014-05-301-0/+15
* | | Issue #21493: Added test for ntpath.expanduser(). Original patch bySerhiy Storchaka2014-05-281-0/+35
* | | Fix for raising exception not derived from BaseException in _SelectorSslTrans...Andrew Svetlov2014-05-271-0/+4
* | | Issue #21481: Teach argparse equality tests to return NotImplemented when co...Raymond Hettinger2014-05-261-0/+6
* | | Issue 8743: Improve interoperability between sets and the collections.Set abs...Raymond Hettinger2014-05-261-4/+156
* | | Issue 13355: Make random.triangular degrade gracefully when low == high.Raymond Hettinger2014-05-261-1/+1