summaryrefslogtreecommitdiffstats
path: root/Doc/library/trace.rst
Commit message (Collapse)AuthorAgeFilesLines
* minor docfix (reported at docs@python.org) trace.py argument is --count not ↵Senthil Kumaran2014-04-061-2/+2
| | | | --counts
* Removed spaces before commas and periods.Serhiy Storchaka2013-12-231-1/+1
|
* Issue #8890: Stop advertising an insecure use of /tmp in docsPetri Lehtinen2013-02-231-2/+2
|
* #14804: Remove [] around optional arguments with default valuesHynek Schlawack2012-05-221-1/+1
| | | | | Mostly just mechanical removal of []. In some rare cases I've pulled the default value up into the argument list.
* Backport source links from 3.x.Éric Araujo2011-08-191-6/+3
| | | | | Existing links have been updated to use the new reST role. In some files, I have also made cosmetic changes to the header.
* Merged revisions 86236,86240,86332,86340,87271,87273,87447 via svnmerge fromÉric Araujo2011-02-031-58/+132
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k To comply with the 2.x doc style, the methods in trace.rst use brackets around optional arguments. The rest is a mostly straight merge, modulo support changed to test_support and use of the old super call style in test_tuple. ........ r86236 | eric.araujo | 2010-11-06 03:44:43 +0100 (sam., 06 nov. 2010) | 2 lines Make sure each test can be run standalone (./python Lib/distutils/tests/x.py) ........ r86240 | eric.araujo | 2010-11-06 05:11:59 +0100 (sam., 06 nov. 2010) | 2 lines Prevent ResourceWarnings in test_gettext ........ r86332 | eric.araujo | 2010-11-08 19:15:17 +0100 (lun., 08 nov. 2010) | 4 lines Add missing NEWS entry for a fix committed by Senthil. All recent modifications to distutils should now be covered in NEWS. ........ r86340 | eric.araujo | 2010-11-08 22:48:23 +0100 (lun., 08 nov. 2010) | 2 lines This was actually fixed for the previous alpha. ........ r87271 | eric.araujo | 2010-12-15 20:09:58 +0100 (mer., 15 déc. 2010) | 2 lines Improve trace documentation (#9264). Patch by Eli Bendersky. ........ r87273 | eric.araujo | 2010-12-15 20:30:15 +0100 (mer., 15 déc. 2010) | 2 lines Use nested method directives, rewrap long lines, fix whitespace. ........ r87447 | eric.araujo | 2010-12-23 20:13:05 +0100 (jeu., 23 déc. 2010) | 2 lines Fix typo in superclass method name ........
* Add more links to Python sources where the code is short, readable and an ↵Raymond Hettinger2010-11-061-0/+4
| | | | informative adjunct to the docs.
* Remove trailing whitespace.Georg Brandl2009-01-031-2/+2
|
* Add a timing flag to Trace so you can see where slowness occursNeal Norwitz2008-02-261-2/+3
| | | | like waiting for socket timeouts in test_smtplib :-).
* Fix #1693149. Now you can pass several modules separated byFacundo Batista2008-01-191-3/+5
| | | | | coma to trace.py in the same --ignore-module option. Thanks Raghuram Devarakonda.
* Move the 2.6 reST doc tree in place.Georg Brandl2007-08-151-0/+128