summaryrefslogtreecommitdiff
path: root/Lib/test/test_trace.py
Commit message (Expand)AuthorAgeFilesLines
* [3.7] bpo-36492: Fix passing special keyword arguments to some functions. (GH...Serhiy Storchaka2019-04-011-0/+11
* bpo-34171: Fix test_trace. (GH-8940) (GH-8951)Miss Islington (bot)2018-08-281-3/+6
* bpo-34171: Prevent creating Lib/trace.cover when run the trace module. (GH-8841)Miss Islington (bot)2018-08-251-0/+5
* bpo-26818: Add a test to make sure the bug is fixed (GH-8664)Miss Islington (bot)2018-08-111-0/+22
* bpo-31908: Fix output of cover files for trace module command-line tool. (GH-...Miss Islington (bot)2018-04-301-0/+41
* bpo-32852: Fix trace changing sys.argv to tuple. (GH-5692)Miss Islington (bot)2018-02-161-0/+10
* Issue #19398: Extra slash no longer added to sys.path components in case ofSerhiy Storchaka2016-11-111-4/+4
|\
| * Issue #19398: Extra slash no longer added to sys.path components in case ofSerhiy Storchaka2016-11-111-4/+4
* | Issue22642 - Convert trace module's option handling mechanism from getopt to ...Senthil Kumaran2016-01-131-0/+22
* | Issue #26069: Remove the deprecated apis in the trace module.Senthil Kumaran2016-01-111-47/+1
|/
* Issue 24215: Added tests for more builtin types in test_pprint.Serhiy Storchaka2015-05-201-8/+4
|\
| * Issue 24215: Added tests for more builtin types in test_pprint.Serhiy Storchaka2015-05-201-8/+4
* | Issue #23731: Implement PEP 488.Brett Cannon2015-04-131-2/+2
* | Fixes #10541: regrtest -T is brokenAlexander Belopolsky2014-06-291-1/+5
|/
* #17143: fix buildbot failures on Windows.Ezio Melotti2013-02-201-5/+6
* #17143: fix a missing import in the trace module. Initial patch by Berker Pe...Ezio Melotti2013-02-151-0/+45
* Implemented PEP 405 (Python virtual environments).Vinay Sajip2012-05-261-2/+2
* Issue #2377: Make importlib the implementation of __import__().Brett Cannon2012-04-141-1/+1
* #11565: Merge with 3.2.Ezio Melotti2011-03-161-1/+1
|\
| * #11565: Merge with 3.1.Ezio Melotti2011-03-161-1/+1
| |\
| | * #11565: Fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-161-1/+1
| | * Merged revisions 86596 via svnmerge fromEzio Melotti2010-11-211-1/+1
| | * Merged revisions 85000 via svnmerge fromAlexander Belopolsky2010-09-241-0/+2
| | * Merged revisions 84994 via svnmerge fromAlexander Belopolsky2010-09-241-3/+22
| | * Issue 9315: Removed list comprehention test.Alexander Belopolsky2010-09-161-22/+0
| | * Merged revisions 84780-84781 via svnmerge fromAlexander Belopolsky2010-09-131-0/+322
| | * Merged revisions 83140-83141 via svnmerge fromAlexander Belopolsky2010-07-251-790/+0
| | * Reverted r83143: svnmerge failed to add new namesAlexander Belopolsky2010-07-251-0/+790
| | * Merged revisions 83140-83141 via svnmerge fromAlexander Belopolsky2010-07-251-790/+0
* | | Issue #10992: make tests pass when run under coverage.Brett Cannon2011-02-221-0/+4
* | | Issue #10990: Prevent tests from clobbering a set trace function.Brett Cannon2011-02-211-0/+7
|/ /
* | Fixed deprecation warnings.Alexander Belopolsky2010-11-261-2/+2
* | #9424: Replace deprecated assert* methods in the Python test suite.Ezio Melotti2010-11-201-1/+1
* | Fixed unit test failure on WindowsAlexander Belopolsky2010-11-081-4/+5
* | Streamlined code in trace.Ignore and added unit tests.Alexander Belopolsky2010-11-081-0/+14
* | This should fix buildbot failure introduced by r84994Alexander Belopolsky2010-09-241-0/+2
* | Issue #9936: Fixed executable lines' search in the trace module.Alexander Belopolsky2010-09-241-3/+22
* | Removed debugging settingAlexander Belopolsky2010-09-131-1/+0
* | Issue #9315: Fix for the trace module to record correct class nameAlexander Belopolsky2010-09-131-6/+282
* | #3821: beginnings of a trace.py unittest.Georg Brandl2010-08-021-0/+47
* | Issue #9315: Renamed test_trace to test_sys_settrace andAlexander Belopolsky2010-07-251-790/+0
* | Issue #9315: Revert r83005 before renaming test_trace toAlexander Belopolsky2010-07-251-0/+790
* | move test_trace.py so as not to conflict with future tests for the trace moduleBenjamin Peterson2010-07-201-790/+0
|/
* Merged revisions 73114 via svnmerge fromAmaury Forgeot d'Arc2009-06-011-0/+17
* Merged revisions 72776,72796 via svnmerge fromJeffrey Yasskin2009-05-201-1/+22
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-2/+2
* Merged revisions 62425-62429,62434-62436,62441,62444,62446-62448,62450-62455,...Christian Heimes2008-05-041-0/+12
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-061-3/+58
* Merged revisions 60124-60142 via svnmerge fromChristian Heimes2008-01-201-0/+14
* Correction for issue1265 (pdb bug with "with" statement).Amaury Forgeot d'Arc2007-11-131-2/+47