summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* Closes #21527: Add default number of workers to ThreadPoolExecutor. (Claudiu ...Guido van Rossum2014-09-021-0/+6
* Remove unused imports.Berker Peksag2014-09-011-2/+2
|\
| * Remove unused imports.Berker Peksag2014-09-011-2/+2
* | Issue #19447: Suppress output of py_compile.compile().Berker Peksag2014-09-011-1/+2
|\ \ | |/
| * Issue #19447: Suppress output of py_compile.compile().Berker Peksag2014-09-011-1/+2
* | (Merge 3.4) asyncio, Tulip issue 205: Fix a race condition inVictor Stinner2014-08-311-22/+52
|\ \ | |/
| * asyncio, Tulip issue 205: Fix a race condition in BaseSelectorEventLoop.sock_...Victor Stinner2014-08-311-22/+52
* | Merge #22215: have the smtplib 'quit' command reset the state.R David Murray2014-08-301-0/+15
|\ \ | |/
| * #22215: have the smtplib 'quit' command reset the state.R David Murray2014-08-301-0/+15
* | (Merge 3.4) asyncio, Tulip issue 201: Fix a race condition in wait_for()Victor Stinner2014-08-281-0/+15
|\ \ | |/
| * asyncio, Tulip issue 201: Fix a race condition in wait_for()Victor Stinner2014-08-281-0/+15
* | Issue #22042: Fix test_signal on WindowsVictor Stinner2014-08-271-2/+3
* | Issue #22042: signal.set_wakeup_fd(fd) now raises an exception if the fileVictor Stinner2014-08-271-0/+25
* | Merge 3.4.Stefan Krah2014-08-261-0/+5
|\ \ | |/
| * Issue #22090: Fix '%' formatting for infinities and NaNs.Stefan Krah2014-08-261-0/+5
* | (Merge 3.4) asyncio, tulip issue 203: Add _FlowControlMixin.get_write_buffer_...Victor Stinner2014-08-251-0/+2
|\ \ | |/
| * asyncio, tulip issue 203: Add _FlowControlMixin.get_write_buffer_limits() methodVictor Stinner2014-08-251-0/+2
* | (Merge 3.4) asyncio: sync with TulipVictor Stinner2014-08-254-29/+42
|\ \ | |/
| * asyncio: sync with TulipVictor Stinner2014-08-254-29/+42
* | merge 3.4 (#22265)Benjamin Peterson2014-08-241-0/+1
|\ \ | |/
| * allow test to work on implementations not using ref-counting (closes #22265)Benjamin Peterson2014-08-241-0/+1
* | merge 3.4 (#22267)Benjamin Peterson2014-08-241-0/+2
|\ \ | |/
| * fix some test_weakref tests to not rely on ref-counting (closes #22267)Benjamin Peterson2014-08-241-0/+2
* | Issue #16808: inspect.stack() now returns a named tuple instead of a tuple.Antoine Pitrou2014-08-241-0/+8
* | Issue #22034: Improve handling of wrong argument types in posixpath.join().Serhiy Storchaka2014-08-241-13/+13
|\ \ | |/
| * Issue #22034: Got rid of misleading error message for bytearray arguments inSerhiy Storchaka2014-08-241-12/+8
* | Issue #22236: Tkinter tests now don't reuse default root window. New rootSerhiy Storchaka2014-08-241-8/+12
|\ \ | |/
| * Issue #22236: Tkinter tests now don't reuse default root window. New rootSerhiy Storchaka2014-08-241-8/+12
* | Issue #2527: Add a *globals* argument to timeit functions, in order to overri...Antoine Pitrou2014-08-231-2/+14
* | Issue #19447: Use importlib.util.cache_from_source() instead of ``bad_coding ...Berker Peksag2014-08-221-1/+2
|\ \ | |/
| * Issue #19447: Use importlib.util.cache_from_source() instead of ``bad_coding ...Berker Peksag2014-08-221-1/+2
* | Issue #19447: Add a test case to py_compile.compile() to make sureBerker Peksag2014-08-221-0/+4
|\ \ | |/
| * Issue #19447: Add a test case to py_compile.compile() to make sureBerker Peksag2014-08-221-0/+4
* | Merge for issue #22191 fixBrett Cannon2014-08-221-0/+19
|\ \ | |/
| * Issue #22191: Fix warnings.__all__.Brett Cannon2014-08-221-0/+19
* | Issue #19714: Tests for importlib.machinery.WindowsRegistryFinder.Brett Cannon2014-08-221-2/+63
* | merge from 3.4Senthil Kumaran2014-08-221-1/+0
|\ \ | |/
| * Fix issue22245 - Fix urllib2_localnet test.Senthil Kumaran2014-08-221-1/+0
* | Issue #22118: Switch urllib.parse to use RFC 3986 semantics for the resolutio...Antoine Pitrou2014-08-211-16/+24
* | Issue #21549: Added the "members" parameter to TarFile.list().Serhiy Storchaka2014-08-211-0/+12
* | use __qualname__ to compute bound method repr (closes #21389)Benjamin Peterson2014-08-202-2/+58
* | merge from 3.4Senthil Kumaran2014-08-201-0/+83
|\ \ | |/
| * Fix Issue #8797: Raise HTTPError on failed Basic Authentication immediately. ...Senthil Kumaran2014-08-201-0/+83
* | allow recursion depth to be specified (closes #19628)Benjamin Peterson2014-08-191-0/+34
* | Fixed typo.Serhiy Storchaka2014-08-191-2/+2
|\ \ | |/
| * Fixed typo.Serhiy Storchaka2014-08-191-2/+2
* | Issue #15696: Add a __sizeof__ implementation for mmap objects on Windows.Serhiy Storchaka2014-08-191-1/+10
|\ \ | |/
| * Issue #15696: Add a __sizeof__ implementation for mmap objects on Windows.Serhiy Storchaka2014-08-191-1/+10
* | Clean up test_user_command.Serhiy Storchaka2014-08-181-11/+14
|\ \ | |/
| * Clean up test_user_command.Serhiy Storchaka2014-08-181-11/+14