summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_trace.py
Commit message (Expand)AuthorAgeFilesLines
* Issue 24215: Added tests for more builtin types in test_pprint.Serhiy Storchaka2015-05-201-8/+4
* #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
* 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
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-25/+37
* Disable some tests in anticipation of merging ast-branch to the headJeremy Hylton2005-10-201-16/+21
* Port from the Python 2.4 branch, patches for SF bug # 900092,Barry Warsaw2005-08-151-0/+1
* The fix in ceval.c 2.386 allows iteration-by-iteration line tracing even inArmin Rigo2004-03-221-0/+23
* Fix (really) for tight loop line eventsNicholas Bastin2004-03-221-1/+2
* Test for tight loop line event fix, SF bug #765624Nicholas Bastin2004-03-221-0/+25
* Test for lack of implicit return line eventNicholas Bastin2004-03-221-9/+27