summaryrefslogtreecommitdiffstats
path: root/Doc/library/atexit.rst
Commit message (Collapse)AuthorAgeFilesLines
* Issue #22558: Add remaining doc links to source code for Python-coded modules.Terry Jan Reedy2016-06-111-0/+2
| | | | | Reformat header above separator line (added if missing) to a common format. Patch by Yoni Lavi.
* Issue #8890: Stop advertising an insecure use of /tmp in docsPetri Lehtinen2013-02-231-2/+2
|\
| * Issue #8890: Stop advertising an insecure use of /tmp in docsPetri Lehtinen2013-02-231-2/+2
| |
* | - Issue #15233: Python now guarantees that callables registered withLarry Hastings2012-07-151-7/+8
| | | | | | | | the atexit module will be called in a deterministic order.
* | Merge fixes for #1326113 and #12297 from 3.2Éric Araujo2012-02-151-8/+9
|\ \ | |/
| * Improve doc for atexit.register and unregister (#12297)Éric Araujo2012-02-151-8/+9
| |
* | merge with 3.2Sandro Tosi2011-12-311-3/+0
|\ \ | |/
| * fix some broken URLsSandro Tosi2011-12-311-3/+0
| |
* | Replace mentions of IOErrorAntoine Pitrou2011-10-121-1/+1
| |
* | Merge 3.2Éric Araujo2011-08-191-0/+3
|\ \ | |/
| * Add a few missing source links from 2.7 and harmonize lib docs headersÉric Araujo2011-08-181-0/+3
| |
* | Merge from 3.2 (#9254, #8982, #9788)Éric Araujo2011-07-291-1/+3
|\ \ | |/
| * Document that atexit execution order is undefined (#9788)Éric Araujo2011-07-291-1/+3
| |
* | Fix example in atexit doc: Both open and read could raise the IOError ↵Éric Araujo2011-03-121-5/+2
| | | | | | | | | | | | (#10461 follow-up). Thanks to SilenGhost for catching this.
* | Use with statement where it improves the documentation (closes #10461)Éric Araujo2011-03-111-2/+7
|/
* atexit.py doesn't existAntoine Pitrou2011-01-071-5/+1
|
* Provide links to Python source where the code is short, readable andÉric Araujo2010-11-161-0/+5
| | | | | informative adjunct to the docs. Forward-port of Raymond's r86225 and r86245 using the new source reST role added in #10334.
* #10046: small correction to atexit docs.Georg Brandl2010-10-141-2/+2
|
* Remove surplus empty lines and convert more files to new optional arg style.Georg Brandl2009-05-171-1/+0
|
* First batch of signature documentation changes; using default argument ↵Georg Brandl2009-04-021-2/+3
| | | | syntax where applicable.
* Merged revisions 59407-59422 via svnmerge fromChristian Heimes2007-12-081-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r59407 | armin.rigo | 2007-12-07 20:19:55 +0100 (Fri, 07 Dec 2007) | 2 lines This is probably what was meant here. ........ r59410 | guido.van.rossum | 2007-12-08 05:38:23 +0100 (Sat, 08 Dec 2007) | 2 lines Be (just a bit :) more specific about release date. ........ r59411 | alexandre.vassalotti | 2007-12-08 05:49:22 +0100 (Sat, 08 Dec 2007) | 3 lines Fix issue #1530. Return an error exit status if not all tests passes. ........ r59413 | georg.brandl | 2007-12-08 11:56:39 +0100 (Sat, 08 Dec 2007) | 2 lines Fix tpyo. ........ r59414 | georg.brandl | 2007-12-08 12:05:05 +0100 (Sat, 08 Dec 2007) | 2 lines Fix markup in whatsnew, use new directive in ACKS. ........ r59415 | georg.brandl | 2007-12-08 12:05:36 +0100 (Sat, 08 Dec 2007) | 2 lines Fix Eren's name. ........ r59416 | georg.brandl | 2007-12-08 12:23:13 +0100 (Sat, 08 Dec 2007) | 2 lines Add examples to the datetime documentation. Written for GHOP by "h4wk.cz". ........ r59417 | skip.montanaro | 2007-12-08 15:37:43 +0100 (Sat, 08 Dec 2007) | 2 lines Note that open() is the preferred way to open files (issue 1510). ........ r59418 | skip.montanaro | 2007-12-08 16:23:31 +0100 (Sat, 08 Dec 2007) | 1 line + "context manager" ........ r59419 | skip.montanaro | 2007-12-08 16:26:16 +0100 (Sat, 08 Dec 2007) | 1 line correct email address ........ r59420 | skip.montanaro | 2007-12-08 16:33:24 +0100 (Sat, 08 Dec 2007) | 3 lines When splitting, avoid making a copy of the string if the split doesn't find anything (issue 1538). ........
* Merged revisions 59259-59274 via svnmerge fromChristian Heimes2007-12-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r59260 | lars.gustaebel | 2007-12-01 22:02:12 +0100 (Sat, 01 Dec 2007) | 5 lines Issue #1531: Read fileobj from the current offset, do not seek to the start. (will backport to 2.5) ........ r59262 | georg.brandl | 2007-12-01 23:24:47 +0100 (Sat, 01 Dec 2007) | 4 lines Document PyEval_* functions from ceval.c. Credits to Michael Sloan from GHOP. ........ r59263 | georg.brandl | 2007-12-01 23:27:56 +0100 (Sat, 01 Dec 2007) | 2 lines Add a few refcount data entries. ........ r59264 | georg.brandl | 2007-12-01 23:38:48 +0100 (Sat, 01 Dec 2007) | 4 lines Add test suite for cmd module. Written by Michael Schneider for GHOP. ........ r59265 | georg.brandl | 2007-12-01 23:42:46 +0100 (Sat, 01 Dec 2007) | 3 lines Add examples to the ElementTree documentation. Written by h4wk.cz for GHOP. ........ r59266 | georg.brandl | 2007-12-02 00:12:45 +0100 (Sun, 02 Dec 2007) | 3 lines Add "Using Python on Windows" document, by Robert Lehmann. Written for GHOP. ........ r59271 | georg.brandl | 2007-12-02 15:34:34 +0100 (Sun, 02 Dec 2007) | 3 lines Add example to mmap docs. Written for GHOP by Rafal Rawicki. ........ r59272 | georg.brandl | 2007-12-02 15:37:29 +0100 (Sun, 02 Dec 2007) | 2 lines Convert bdb.rst line endings to Unix style. ........ r59274 | georg.brandl | 2007-12-02 15:58:50 +0100 (Sun, 02 Dec 2007) | 4 lines Add more entries to the glossary. Written by Jeff Wheeler for GHOP. ........
* Convert all print statements in the docs.Georg Brandl2007-09-041-2/+2
|
* Get rid of the remaining versionadded/versionchanged directives.Georg Brandl2007-09-011-7/+2
|
* Move the 3k reST doc tree in place.Georg Brandl2007-08-151-0/+105