summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* merge from 3.4Senthil Kumaran2014-06-251-25/+47
|\
| * issue20753 - robotparser tests should not rely upon external resource when no...Senthil Kumaran2014-06-251-25/+47
* | mergeRaymond Hettinger2014-06-251-0/+13
|\ \ | |/
| * Issue #19145: Fix handling of negative values for a "times" keyword argument...Raymond Hettinger2014-06-251-0/+13
* | (Merge 3.4) asyncio: repr(Task) now also contains the line number even if theVictor Stinner2014-06-241-2/+4
|\ \ | |/
| * asyncio: repr(Task) now also contains the line number even if the coroutine isVictor Stinner2014-06-241-2/+4
* | merge: #20155: use fake HTTP method names so windows doesn't hang the tests.R David Murray2014-06-241-2/+3
|\ \ | |/
| * #20155: use fake HTTP method names so windows doesn't hang the tests.R David Murray2014-06-241-2/+3
* | (Merge 3.4) asyncio: Log an error if a Task is destroyed while it is still pe...Victor Stinner2014-06-242-4/+44
|\ \ | |/
| * asyncio: Log an error if a Task is destroyed while it is still pendingVictor Stinner2014-06-242-4/+44
| * inspect: Validate that __signature__ is None or an instance of Signature.Yury Selivanov2014-06-231-0/+7
* | inspect: Validate that __signature__ is None or an instance of Signature.Yury Selivanov2014-06-231-0/+7
* | (Merge 3.4) asyncio, Tulip issue 171: BaseEventLoop.close() now raises anVictor Stinner2014-06-221-0/+9
|\ \ | |/
| * asyncio, Tulip issue 171: BaseEventLoop.close() now raises an exception if theVictor Stinner2014-06-221-0/+9
* | (Merge 3.4) asyncio, Tulip issue 172: only log selector timing in debug modeVictor Stinner2014-06-221-0/+3
|\ \ | |/
| * asyncio, Tulip issue 172: only log selector timing in debug modeVictor Stinner2014-06-221-0/+3
* | (Merge 3.4) asyncio: Add an unit test to check that setting theVictor Stinner2014-06-222-4/+24
|\ \ | |/
| * asyncio: Add an unit test to check that setting the PYTHONASYNCIODEBUG env varVictor Stinner2014-06-222-4/+24
* | (Merge 3.4) asyncio: Enable the debug mode of event loops when theVictor Stinner2014-06-224-12/+4
|\ \ | |/
| * asyncio: Enable the debug mode of event loops when the PYTHONASYNCIODEBUGVictor Stinner2014-06-224-12/+4
* | add BufferedIOBase.readinto1 (closes #20578)Benjamin Peterson2014-06-221-0/+67
* | merge headsGiampaolo Rodola'2014-06-222-33/+16
|\ \
| * | Issue 21786: Clean-up test_pydoc taking taking advantage of diffing in unitt...Raymond Hettinger2014-06-211-33/+7
| * | mergeRaymond Hettinger2014-06-211-0/+9
| |\ \ | | |/
| | * Issue 21635: Fix caching in difflib.SequenceMatcher.get_matching_blocks().Raymond Hettinger2014-06-211-0/+9
* | | #6916: attempt to fix BB failureGiampaolo Rodola'2014-06-221-2/+4
|/ /
* | merge headsGiampaolo Rodola'2014-06-2126-265/+397
|\ \
| * \ Fix test_pydoc failure introduced by cddb17c4975e. Patch by Berker Peksag.Charles-François Natali2014-06-201-0/+3
| |\ \ | | |/
| | * Merge.Charles-François Natali2014-06-201-2/+2
| | |\
| | * | Fix test_pydoc failure introduced by 7aa72075d440. Patch by Berker Peksag.Charles-François Natali2014-06-201-0/+3
| * | | Merge with 3.4Terry Jan Reedy2014-06-201-2/+2
| |\ \ \ | | | |/ | | |/|
| | * | Issue #21770: Call function instead of module. Patch by Claudiu Popa.Terry Jan Reedy2014-06-201-2/+2
| | |/
| * | Merge.Charles-François Natali2014-06-203-2/+30
| |\ \ | | |/
| | * Issue #21768: fix NameError in test_pydescr. Patch by Claudiu Popa.Terry Jan Reedy2014-06-201-1/+1
| | * Issue #21768: fix type in test_pydoc, patch by Claudiu Popa.Terry Jan Reedy2014-06-201-1/+1
| | * asyncio, Tulip issue 105: in debug mode, log callbacks taking more than 100 msVictor Stinner2014-06-201-0/+28
| * | Issue #21741: Add st_file_attributes to os.stat_result on Windows.Zachary Ware2014-06-192-0/+51
| * | (Merge 3.4) asyncio: Fix pyflakes errorsVictor Stinner2014-06-183-5/+2
| |\ \ | | |/
| | * asyncio: Fix pyflakes errorsVictor Stinner2014-06-183-5/+2
| * | (Merge 3.4) asyncio: Refactor tests: add a base TestCase classVictor Stinner2014-06-1712-219/+127
| |\ \ | | |/
| | * asyncio: Refactor tests: add a base TestCase classVictor Stinner2014-06-1712-219/+127
| * | (Merge 3.4) asyncio: Refactor test__run_once_logging() to not rely on the exactVictor Stinner2014-06-171-18/+11
| |\ \ | | |/
| | * asyncio: Refactor test__run_once_logging() to not rely on the exact number ofVictor Stinner2014-06-171-18/+11
| * | (Merge 3.4) asyncio: Set __qualname__ attribute of CoroWrapper in @coroutineVictor Stinner2014-06-171-8/+40
| |\ \ | | |/
| | * asyncio: Set __qualname__ attribute of CoroWrapper in @coroutine decorator onVictor Stinner2014-06-171-8/+40
| * | (Merge 3.4) Issue #21723: asyncio.Queue: support any type of number (ex: float)Victor Stinner2014-06-171-0/+15
| |\ \ | | |/
| | * Issue #21723: asyncio.Queue: support any type of number (ex: float) for theVictor Stinner2014-06-171-0/+15
| * | merge 3.4Benjamin Peterson2014-06-171-1/+1
| |\ \ | | |/
| | * merge 3.3Benjamin Peterson2014-06-171-1/+1
| | |\
| | | * merge 3.2Benjamin Peterson2014-06-171-1/+1
| | | |\