summaryrefslogtreecommitdiff
path: root/Doc/library/atexit.rst
Commit message (Expand)AuthorAgeFilesLines
* bpo-31901: atexit callbacks should be run at subinterpreter shutdown (#4611)Marcel Plch2017-12-201-0/+3
* Fix typo in atexit documentation. (GH-4419)Erik Bray2017-11-161-1/+1
* Issue #22558: Add remaining doc links to source code for Python-coded modules.Terry Jan Reedy2016-06-111-0/+2
* 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-141-7/+8
* | 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-191-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 (#10461...Éric Araujo2011-03-121-5/+2
* | 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
* #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 syntax...Georg Brandl2009-04-021-2/+3
* Merged revisions 59407-59422 via svnmerge fromChristian Heimes2007-12-081-2/+2
* Merged revisions 59259-59274 via svnmerge fromChristian Heimes2007-12-021-1/+1
* 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