Charles-François Natali
|
b817faa4ce
|
Issue #15233: Python now guarantees that callables registered with the atexit
module will be called in a deterministic order.
|
2013-08-21 18:25:00 +02:00 |
Petri Lehtinen
|
0b785036ef
|
Issue #8890: Stop advertising an insecure use of /tmp in docs
|
2013-02-23 19:24:31 +01:00 |
Éric Araujo
|
d9756beb87
|
Improve doc for atexit.register (#12297)
|
2012-02-15 17:08:34 +01:00 |
Éric Araujo
|
29a0b57e4e
|
Backport source links from 3.x.
Existing links have been updated to use the new reST role. In some
files, I have also made cosmetic changes to the header.
|
2011-08-19 02:14:03 +02:00 |
Éric Araujo
|
43162e22c5
|
Document that atexit execution order is undefined (#9788)
|
2011-07-29 18:04:24 +02:00 |
Georg Brandl
|
420cca92e8
|
Merged revisions 85253,85452-85454 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r85253 | georg.brandl | 2010-10-06 10:52:48 +0200 (Mi, 06 Okt 2010) | 1 line
Copyedit of os.symlink() docs.
........
r85452 | georg.brandl | 2010-10-14 08:43:22 +0200 (Do, 14 Okt 2010) | 1 line
#10046: small correction to atexit docs.
........
r85453 | georg.brandl | 2010-10-14 08:46:08 +0200 (Do, 14 Okt 2010) | 1 line
#6825: small correction to split() docs.
........
r85454 | georg.brandl | 2010-10-14 08:48:47 +0200 (Do, 14 Okt 2010) | 1 line
Mention 2to3.
........
|
2010-11-26 07:21:01 +00:00 |
Raymond Hettinger
|
e0e082281e
|
Add more links to Python sources where the code is short, readable and an informative adjunct to the docs.
|
2010-11-06 07:10:31 +00:00 |
Skip Montanaro
|
546624609e
|
correct email address
|
2007-12-08 15:26:16 +00:00 |
Georg Brandl
|
584265b001
|
Add more entries to the glossary.
Written by Jeff Wheeler for GHOP.
|
2007-12-02 14:58:50 +00:00 |
Georg Brandl
|
8ec7f65613
|
Move the 2.6 reST doc tree in place.
|
2007-08-15 14:28:01 +00:00 |