Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | minor docfix (reported at docs@python.org) trace.py argument is --count not ↵ | Senthil Kumaran | 2014-04-06 | 1 | -2/+2 |
| | | | | --counts | ||||
* | Removed spaces before commas and periods. | Serhiy Storchaka | 2013-12-23 | 1 | -1/+1 |
| | |||||
* | Issue #8890: Stop advertising an insecure use of /tmp in docs | Petri Lehtinen | 2013-02-23 | 1 | -2/+2 |
| | |||||
* | #14804: Remove [] around optional arguments with default values | Hynek Schlawack | 2012-05-22 | 1 | -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 Araujo | 2011-08-19 | 1 | -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 Araujo | 2011-02-03 | 1 | -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 Hettinger | 2010-11-06 | 1 | -0/+4 |
| | | | | informative adjunct to the docs. | ||||
* | Remove trailing whitespace. | Georg Brandl | 2009-01-03 | 1 | -2/+2 |
| | |||||
* | Add a timing flag to Trace so you can see where slowness occurs | Neal Norwitz | 2008-02-26 | 1 | -2/+3 |
| | | | | like waiting for socket timeouts in test_smtplib :-). | ||||
* | Fix #1693149. Now you can pass several modules separated by | Facundo Batista | 2008-01-19 | 1 | -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 Brandl | 2007-08-15 | 1 | -0/+128 |