summaryrefslogtreecommitdiff
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* Merge: #20933: At least one place maps 'test' to 'localhost'...fix test.R David Murray2014-03-151-1/+2
|\
| * #20933: At least one place maps 'test' to 'localhost'...fix test.R David Murray2014-03-151-1/+2
* | merge 3.3 (#20896)Benjamin Peterson2014-03-121-3/+8
|\ \ | |/
| * merge 3.2 (#20896)Benjamin Peterson2014-03-121-3/+8
| |\
| | * use ssl.PROTOCOL_SSLv23 for maximum compatibility (closes #20896)Benjamin Peterson2014-03-121-3/+8
| | * Issue #20246: Fix test failures on FreeBSD. Patch by Ryan Smith-Roberts.Stefan Krah2014-01-211-1/+1
* | | merge 3.3 (#19614)Benjamin Peterson2014-03-121-1/+1
|\ \ \ | |/ /
| * | use support.rmtree instead of shutil (closes #19614)Benjamin Peterson2014-03-121-1/+1
* | | Backed out changeset c13398566409Benjamin Peterson2014-03-121-4/+3
* | | Issue #20896: Workaround the bug temporarely to fix buildbotsVictor Stinner2014-03-121-3/+4
* | | tracemalloc: filter_traces() raises a TypeError if filters is not an iterableVictor Stinner2014-03-101-0/+2
* | | use assertEqual instead of the deprecated assertEquals (closes #20877)Benjamin Peterson2014-03-091-2/+2
* | | Issue #20875: Merge from 3.3Ned Deily2014-03-09328-6632/+42043
|\ \ \ | |/ / |/| |
| * | #20871: improve email policy test coverage.R David Murray2014-03-091-0/+9
| * | #11558: Better message if attach called on non-multipart.R David Murray2014-03-061-0/+8
| * | Issue #20283: RE pattern methods now accept the string keyword parametersSerhiy Storchaka2014-03-061-0/+18
| |\ \
| * | | asyncio, Tulip issue 157: Improve test_events.py, avoid run_briefly() which isVictor Stinner2014-03-061-64/+65
| * | | asyncio: Synchronize with TulipVictor Stinner2014-03-062-4/+50
| * | | Make the various iterators' "setstate" sliently and consistently clip theKristj?n Valur J?nsson2014-03-05328-6632/+41977
| |\ \ \
| | * \ \ Merge with 3.3Kristj?n Valur J?nsson2014-03-041-0/+12
| | |\ \ \
| | * | | | Close #20839: pkgutil.find_loader now uses importlib.util.find_specNick Coghlan2014-03-041-0/+19
| | * | | | Correct comments and improve failure reports in test_fileinput (closes #20501).Serhiy Storchaka2014-03-031-4/+7
| | |\ \ \ \
| | * | | | | Issue #20786: Fix signatures for dict.__delitem__ and property.__delete__Yury Selivanov2014-03-021-0/+5
| | * | | | | merge with 3.3Georg Brandl2014-03-02328-6632/+41953
| | |\ \ \ \ \
| | | * \ \ \ \ merge 3.3 (#20249)Benjamin Peterson2014-03-011-1/+1
| | | |\ \ \ \ \
| | | * \ \ \ \ \ merge 3.3Benjamin Peterson2014-03-01328-6633/+41972
| | | |\ \ \ \ \ \
| | | | * \ \ \ \ \ merge for issue #20778Brett Cannon2014-02-28328-6632/+41971
| | | | |\ \ \ \ \ \
| | | | | * | | | | | ReindentMartin v. L?wis2014-02-281-1/+1
| | | | | * | | | | | Merge headsMartin v. L?wis2014-02-282-0/+13
| | | | | |\ \ \ \ \ \
| | | | | | * \ \ \ \ \ Merge with 3.3Martin v. L?wis2014-02-282-0/+13
| | | | | | |\ \ \ \ \ \
| | | | | * | | | | | | | Close #20757: return success for skipped pip uninstallNick Coghlan2014-02-281-2/+4
| | | | | |/ / / / / / /
| | | | | * | | | | | | Merge with 3.3Terry Jan Reedy2014-02-27327-6621/+41956
| | | | | |\ \ \ \ \ \ \
| | | | | | * | | | | | | Issue #20791: copy.copy() now doesn't make a copy when the input is a bytes o...Antoine Pitrou2014-02-271-0/+1
| | | | | | * | | | | | | merge 3.3 (#20796)Benjamin Peterson2014-02-27327-6621/+41956
| | | | | | |\ \ \ \ \ \ \
| | | | | | | * | | | | | | Issue #20763: Fix importlib.machinery.PathFinder to supportBrett Cannon2014-02-261-0/+24
| | | | | | | * | | | | | | Added tests for issue #20501.Serhiy Storchaka2014-02-26327-6621/+41932
| | | | | | | |\ \ \ \ \ \ \
| | | | | | | | * | | | | | | asyncio: simplify test_events.py, don't use non local variables and don't callVictor Stinner2014-02-261-186/+79
| | | | | | | | * | | | | | | asyncio: Fix pyflakes warnings: remove unused variables and importsVictor Stinner2014-02-267-25/+12
| | | | | | | | * | | | | | | asyncio: Replace "unittest.mock" with "mock" in unit testsVictor Stinner2014-02-2611-366/+366
| | | | | | | | * | | | | | | Merge with 3.3Terry Jan Reedy2014-02-231-1/+16
| | | | | | | | |\ \ \ \ \ \ \
| | | | | | | | * \ \ \ \ \ \ \ Merge with 3.3, #20750Terry Jan Reedy2014-02-23327-6599/+42070
| | | | | | | | |\ \ \ \ \ \ \ \
| | | | | | | | | * \ \ \ \ \ \ \ Issue #20743: Fix a reference leak in test_tcl.Antoine Pitrou2014-02-231-0/+1
| | | | | | | | | |\ \ \ \ \ \ \ \
| | | | | | | | | * | | | | | | | | Issue #20637: Key-sharing now also works for instance dictionaries of subclas...Antoine Pitrou2014-02-231-2/+24
| | | | | | | | | * | | | | | | | | Issue #20484: Disable the 2 remaining "modules" tests in test_pydoc.Eric Snow2014-02-221-1/+3
| | | | | | | | | * | | | | | | | | inspect.signature: Check for function-like objects before builtins. Issue #17159Yury Selivanov2014-02-211-0/+16
| | | | | | | | | * | | | | | | | | Issue #11188, #19748: mktime() returns -1 on error. On Linux, the tm_wday fieldVictor Stinner2014-02-211-0/+7
| | | | | | | | | * | | | | | | | | Issue #20114: Double timeout in test_semaphore_tracker() to reduceRichard Oudkerk2014-02-211-1/+1
| | | | | | | | | * | | | | | | | | Issue #19748: On AIX, time.mktime() now raises an OverflowError for yearVictor Stinner2014-02-211-1/+1
| | | | | | | | | * | | | | | | | | Issue #20710: The pydoc summary line no longer displays the "self" parameterLarry Hastings2014-02-201-5/+35
| | | | | | | | | * | | | | | | | | inspect: Fix getfullargspec to support builtin module-level functions. Issue ...Yury Selivanov2014-02-211-0/+7