summaryrefslogtreecommitdiff
path: root/Lib/test/test_trace.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #19398: Extra slash no longer added to sys.path components in case ofSerhiy Storchaka2016-11-111-45/+21
|\
| * 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 #19398: Extra slash no longer added to sys.path components in case ofSerhiy Storchaka2016-11-111-4/+4
|/
* 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-0/+11
|\
| * 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
* | #11565: Merge with 3.1.Ezio Melotti2011-03-161-3/+40
|\ \ | |/
| * 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
* | #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
|/
* 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
* Raise statement normalization in Lib/test/.Collin Winter2007-08-291-2/+2
* Merged revisions 55007-55179 via svnmerge fromGuido van Rossum2007-05-071-1/+1
* Change all the function attributes from func_* -> __*__. This gets ridNeal Norwitz2007-02-251-4/+4
* Fix most trivially-findable print statements.Guido van Rossum2007-02-091-1/+1
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-101-12/+12
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-2/+2