summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
...
* | | | (Merge 3.4) Issue #12523: asynchat.async_chat.push() now raises a TypeError ifVictor Stinner2014-07-071-0/+16
|\ \ \ \ | |/ / /
| * | | Issue #12523: asynchat.async_chat.push() now raises a TypeError if it doesn'tVictor Stinner2014-07-071-0/+16
* | | | Issue #21707: Merge with 3.4.Berker Peksag2014-07-071-1/+1
|\ \ \ \ | |/ / /
| * | | Issue #21707: Fix tests on Windows.Berker Peksag2014-07-071-1/+1
| * | | Merge headsSerhiy Storchaka2014-07-071-4/+12
| |\ \ \
* | \ \ \ Merge headsSerhiy Storchaka2014-07-071-4/+12
|\ \ \ \ \
| * \ \ \ \ Issue #21707: Merge with 3.4.Berker Peksag2014-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 #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
|\ \ \ \ | |/ / /
| * | | Issue #19593: Use specific asserts in importlib tests.Serhiy Storchaka2014-07-075-7/+7
| * | | Merge headsSerhiy Storchaka2014-07-074-0/+76
| |\ \ \
* | \ \ \ Issue #21881: Be more tolerant in test_tcl to not parsable by float() NaNSerhiy Storchaka2014-07-071-6/+6
|\ \ \ \ \ | |/ / / /
| * | | | Issue #21881: Be more tolerant in test_tcl to not parsable by float() NaNSerhiy Storchaka2014-07-071-6/+6
* | | | | for some reason, you don't get the right checksum from an incremental buildBenjamin Peterson2014-07-071-2/+3
* | | | | Merge pathlib fixesAntoine Pitrou2014-07-071-0/+14
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | 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
* | | | | upgrade to unicode 7.0.0Benjamin Peterson2014-07-061-2/+2
* | | | | Issue #9554: Use modern unittest features in test_argparse.Berker Peksag2014-07-061-71/+31
* | | | | (Merge 3.4) Closes #21886, #21447: Fix a race condition in asyncio when settingVictor Stinner2014-07-052-0/+10
|\ \ \ \ \ | |/ / / /
| * | | | 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 #21897: Fix a crash with the f_locals attribute with closure variables ...Antoine Pitrou2014-07-051-0/+52
| |/ / /
* | | | #15014: Add 'auth' command to implement auth mechanisms and use it in login.R David Murray2014-07-031-22/+38
* | | | Closes #21151: Merge with 3.4Zachary Ware2014-07-031-1/+14
|\ \ \ \ | |/ / /
| * | | Issue #21151: Fixed a segfault in the winreg module.Zachary Ware2014-07-031-1/+14
* | | | Issue #21755: Skip {Frozen,Source}_DeadlockAvoidanceTests tests whenBerker Peksag2014-07-031-66/+78
* | | | (Merge 3.4) asyncio: sync with TulipVictor Stinner2014-07-021-0/+11
|\ \ \ \ | |/ / /
| * | | asyncio: sync with TulipVictor Stinner2014-07-021-0/+11
* | | | Issue #5800: headers parameter of wsgiref.headers.Headers is now optional.Berker Peksag2014-07-021-3/+3
* | | | Issue #18258: Fix test discovery for test_codecmaps_*.Zachary Ware2014-07-026-22/+6
|\ \ \ \ | |/ / /
| * | | Issue #18258: Fix test discovery for test_codecmaps_*.Zachary Ware2014-07-026-22/+6
* | | | (Merge 3.4) asyncio: Fix test_sleep_cancel(): call_later() mock has no self p...Victor Stinner2014-07-011-2/+2
|\ \ \ \ | |/ / /
| * | | 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
|\ \ \ \ | |/ / /
| * | | asyncio: sync with TulipVictor Stinner2014-06-301-0/+1
* | | | Issue #21645: asyncio: add a watchdog in test_read_all_from_pipe_reader() forVictor Stinner2014-06-301-0/+6
* | | | Issue #14235: Merge from 3.4.Berker Peksag2014-06-301-1/+1
|\ \ \ \ | |/ / /
| * | | Issue #14235: Use importlib.reload() in test_cmd.test_coverage.Berker Peksag2014-06-301-1/+1
* | | | Issue #21679: Prevent extraneous fstat() calls during open(). Patch by Bohus...Antoine Pitrou2014-06-301-1/+10
* | | | Fixes #10541: regrtest -T is brokenAlexander Belopolsky2014-06-291-1/+5
* | | | Issue #20753: Merge with 3.4.Berker Peksag2014-06-291-1/+5
|\ \ \ \ | |/ / /
| * | | Issue #20753: Skip PasswordProtectedSiteTestCase when Python is built without...Berker Peksag2014-06-291-1/+5
* | | | (Merge 3.4) asyncio: sync with Tulip, add a new asyncio.coroutines moduleVictor Stinner2014-06-281-17/+17
|\ \ \ \ | |/ / /
| * | | asyncio: sync with Tulip, add a new asyncio.coroutines moduleVictor Stinner2014-06-281-17/+17
* | | | MERGE: Closes #11279: test_posix and lack of "id -G" support - less noise req...Jesus Cea2014-06-281-1/+1
|\ \ \ \ | |/ / /
| * | | Closes #11279: test_posix and lack of "id -G" support - less noise required? ...Jesus Cea2014-06-281-1/+1
* | | | Issue #21863: cProfile now displays the module name of C extension functions,...Antoine Pitrou2014-06-281-5/+5