summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* Issue 21044: tarfile.open() now handles fileobj with an integer 'name'Serhiy Storchaka2014-07-161-6/+30
* Issue #21918: Convert test_tools.py to a sub-package of test.Zachary Ware2014-07-169-188/+549
* asyncio: test_as_completed(): disable "slow callback" warningVictor Stinner2014-07-161-0/+2
* Issue #21163: Fix "destroy pending task" warning in test_wait_errors()Victor Stinner2014-07-161-4/+7
* asyncio: test_selector_events: remove duplicate call to _on_handshake() methodVictor Stinner2014-07-161-3/+3
* asyncio tests: make quiet the logs of SSL handshake failures when running testsVictor Stinner2014-07-142-17/+21
* asyncio: sync with TulipVictor Stinner2014-07-141-2/+0
* Issue #21323: Fix http.server to again handle scripts in CGI subdirectories,Ned Deily2014-07-131-0/+16
|\
| * Issue #21323: Fix http.server to again handle scripts in CGI subdirectories,Ned Deily2014-07-131-0/+16
| |\
| | * Issue #21323: Fix http.server to again handle scripts in CGI subdirectories,Ned Deily2014-07-131-0/+16
* | | asyncio: sync with TulipVictor Stinner2014-07-122-9/+10
* | | Issue #21906: Make Tools/scripts/md5sum.py work in Python 3.Berker Peksag2014-07-111-9/+67
* | | asyncio: sync with TulipVictor Stinner2014-07-113-7/+6
* | | asyncio: sync with TulipVictor Stinner2014-07-101-8/+3
* | | asyncio: sync with TulipVictor Stinner2014-07-101-7/+42
* | | asyncio: sync with TulipVictor Stinner2014-07-102-12/+60
* | | Issue #21942: Fixed source file viewing in pydoc's server mode on Windows.Zachary Ware2014-07-101-5/+2
* | | asyncion, Tulip issue 181: BaseEventLoop.create_datagram_endpoint() now waitsVictor Stinner2014-07-081-0/+10
* | | asyncio: sync with TulipVictor Stinner2014-07-084-2/+43
* | | Issue #11259: asynchat.async_chat().set_terminator() now raises a ValueError ifVictor Stinner2014-07-071-0/+8
* | | asynchat: PEP8-ify the codeVictor Stinner2014-07-071-13/+18
* | | Issue #12523: asynchat.async_chat.push() now raises a TypeError if it doesn'tVictor Stinner2014-07-071-0/+16
* | | Issue #21707: Fix tests on Windows.Berker Peksag2014-07-071-1/+1
* | | Merge headsSerhiy Storchaka2014-07-071-4/+12
|\ \ \
| * | | Issue #21707: Add missing kwonlyargcount argument to ModuleFinder.replace_pa...Berker Peksag2014-07-071-4/+12
* | | | Issue #21881: Just omit tests for platform-specific NaN representation in tes...Serhiy Storchaka2014-07-071-6/+2
|/ / /
* | | Issue #19593: Use specific asserts in importlib tests.Serhiy Storchaka2014-07-075-7/+7
* | | Merge headsSerhiy Storchaka2014-07-074-0/+76
|\ \ \
| * | | Issue #20639: calling Path.with_suffix('') allows removing the suffix again.Antoine Pitrou2014-07-071-0/+6
| * | | Issue #21714: Disallow the construction of invalid paths using Path.with_name...Antoine Pitrou2014-07-071-0/+8
| * | | Closes #21886, #21447: Fix a race condition in asyncio when setting the resultVictor Stinner2014-07-052-0/+10
| * | | Issue #21897: Fix a crash with the f_locals attribute with closure variables ...Antoine Pitrou2014-07-051-0/+52
* | | | Issue #21881: Be more tolerant in test_tcl to not parsable by float() NaNSerhiy Storchaka2014-07-071-6/+6
|/ / /
* | | Issue #21151: Fixed a segfault in the winreg module.Zachary Ware2014-07-031-1/+14
* | | asyncio: sync with TulipVictor Stinner2014-07-021-0/+11
* | | Issue #18258: Fix test discovery for test_codecmaps_*.Zachary Ware2014-07-026-22/+6
* | | asyncio: Fix test_sleep_cancel(): call_later() mock has no self parameterVictor Stinner2014-07-011-2/+2
* | | asyncio: sync with TulipVictor Stinner2014-06-301-0/+1
* | | Issue #14235: Use importlib.reload() in test_cmd.test_coverage.Berker Peksag2014-06-301-1/+1
* | | Issue #20753: Skip PasswordProtectedSiteTestCase when Python is built without...Berker Peksag2014-06-291-1/+5
* | | asyncio: sync with Tulip, add a new asyncio.coroutines moduleVictor Stinner2014-06-281-17/+17
* | | Closes #11279: test_posix and lack of "id -G" support - less noise required? ...Jesus Cea2014-06-281-1/+1
* | | asyncio: Fix two "Coroutine xxx was never yielded from" messages in testsVictor Stinner2014-06-271-2/+6
* | | asyncio: Fix unit tests on Windows, escape filenames in regexVictor Stinner2014-06-272-6/+6
* | | Issue #11453: asyncore: emit a ResourceWarning when an unclosed file_wrapperVictor Stinner2014-06-271-0/+16
* | | Closes #21582: Cleanup test_asyncore. Patch written by diana.Victor Stinner2014-06-271-36/+18
* | | asyncio, Tulip issue 137: In debug mode, save traceback where Future, Task andVictor Stinner2014-06-274-6/+113
* | | asyncio, Tulip issue 137: In debug mode, add the traceback where the coroutineVictor Stinner2014-06-271-0/+32
* | | asyncio: Oops, restore a removed testVictor Stinner2014-06-271-0/+3
* | | #21476: Unwrap fp in BytesParser so the file isn't unexpectedly closed.R David Murray2014-06-261-0/+25