Commit graph

8292 commits

Author SHA1 Message Date
Georg Brandl
7bf216b034 Backport: #1889 - fixup \xhh specs. 2008-01-22 07:54:07 +00:00
Andrew M. Kuchling
af81c576ea Bug 1296: restore text describing OptionGroup 2008-01-19 21:01:39 +00:00
Georg Brandl
2e7fde7069 Backport r59999: fix MSDN link. (#1854) 2008-01-16 16:57:19 +00:00
Facundo Batista
c5bb868414 Link to external documentation about new style classes was
wrong. Fix issue 1774.
2008-01-09 16:37:02 +00:00
Andrew M. Kuchling
5e2760cc9f Update reference to bug tracker 2008-01-09 12:43:55 +00:00
Martin v. Löwis
85cbabfde9 Fix bug tracker link. 2008-01-07 22:46:22 +00:00
Georg Brandl
52550e593d Add a note about future import needed for with statement. 2007-12-15 09:36:15 +00:00
Brett Cannon
6b5c14fe78 Remove an old SF reference. 2007-11-19 18:56:54 +00:00
Gregory P. Smith
a1e5387ec5 Backport r58868:
Fixes Issue 1385: The hmac module now computes the correct hmac when using
  hashes with a block size other than 64 bytes (such as sha384 and sha512).
2007-11-06 00:32:04 +00:00
Skip Montanaro
ca74140051 Note change to get_dialect semantics in 2.5. 2007-11-04 15:57:43 +00:00
Georg Brandl
bf75c5133d #1364: os.lstat is available on Windows too, as an alias to os.stat. 2007-11-01 17:19:36 +00:00
Raymond Hettinger
cf81e06959 Sets are marshalable. 2007-10-31 22:16:25 +00:00
Raymond Hettinger
9afdaffa33 Clarify the reasons why pickle is almost always better than marshal 2007-10-31 22:02:21 +00:00
Neal Norwitz
4aa5f4bc5a Bug #1313, fix typo (wrong variable name) in example. 2007-10-23 05:42:38 +00:00
Georg Brandl
35a9f908c8 Backport r58545. 2007-10-19 17:39:18 +00:00
Georg Brandl
051aa77305 Backport r58542. 2007-10-19 12:34:20 +00:00
Georg Brandl
57da2de9b1 Fix email example. 2007-10-13 13:19:45 +00:00
Fred Drake
0ac4b27be8 move descriptions of ac_(in|out)_buffer_size to the right place
http://bugs.python.org/issue1053
2007-10-05 03:12:00 +00:00
Georg Brandl
2f2bd3efd5 #1196: document default radix for int(). 2007-09-24 17:58:18 +00:00
Georg Brandl
cdceeb814d Fix -- being converted to - in HTML. #1186. 2007-09-24 17:56:12 +00:00
Sean Reifscheider
5e84e80024 issue1172: Documentation of "done" attribute in cgi module. 2007-09-18 23:38:15 +00:00
Georg Brandl
b8c23fb5fe Fix #1139: PyFile_Encoding really is PyFile_SetEncoding.
(backport from rev. 58117).
2007-09-12 18:11:03 +00:00
Georg Brandl
5d30e752db Fix #1122: wrong return type documented for various _Size() functions.
(backport from rev. 58115).
2007-09-12 18:08:54 +00:00
Thomas Heller
c4f5a159aa Fix typo: c_float represents to C float type. 2007-09-06 20:26:03 +00:00
Lars Gustäbel
b9ff669748 Warn about possible risks when extracting untrusted archives. 2007-08-30 20:25:13 +00:00
Georg Brandl
906f735bb0 Bug #1010: docs url points to SF.net, now points to bugs.python.org. 2007-08-24 17:20:41 +00:00
Georg Brandl
7d108b8806 Bug #1766421: "return code" vs. "status code". 2007-08-23 17:57:53 +00:00
Matthias Klose
2da880a21c - mark the findCaller 2-element tuple/3-element tuple change as new in 2.4 2007-08-16 12:00:56 +00:00
Georg Brandl
eb4b738963 Revert the fix for #1548891, it broke backwards compatibility with arbitrary read buffers.
Fixes #1730114.
 (backport from rev. 56830)
2007-08-08 13:03:45 +00:00
Georg Brandl
e51d1d11f0 Bug #1769002: fix a now-wrong sentence in the tutorial.
(backport from rev. 56797)
2007-08-07 07:13:27 +00:00
Matthias Klose
979f5cd3e0 - Allow Emacs 22 for building the documentation in info format. 2007-08-02 21:28:57 +00:00
Georg Brandl
00247d85bd try-except-finally is new in 2.5.
(backport from rev. 56614)
2007-07-29 09:11:19 +00:00
Georg Brandl
22c1525f46 Clarify PEP 343 description.
(backport from rev. 56611)
2007-07-29 08:26:15 +00:00
Georg Brandl
77dff905ba tabs, newlines and crs are valid XML characters.
(backport from rev. 56551)
2007-07-26 09:36:28 +00:00
Georg Brandl
44cb859cb7 Add description for wave.setcomptype() values
(backport from rev. 56451)
2007-07-18 22:36:55 +00:00
Andrew M. Kuchling
0336870720 Typo fix 2007-07-14 20:58:23 +00:00
Georg Brandl
f2d40f744e Clarify webbrowser.open description.
(backport from rev. 56366)
2007-07-14 17:32:47 +00:00
Georg Brandl
f09060e62f Bug #1753406: missing \versionadded for subprocess.check_call.
(backport from rev. 56364)
2007-07-14 17:12:27 +00:00
Raymond Hettinger
f4d9caed03 Backport 56345 2007-07-14 11:31:35 +00:00
Georg Brandl
78d59d65c7 Bug #1637365: add subsection about "__name__ == __main__" to the
Python tutorial.
 (backport from rev. 56306)
2007-07-12 09:37:53 +00:00
Georg Brandl
f36e6a1a83 Patch #1731659: improve time.strptime docs.
(backport from rev. 56302)
2007-07-12 09:06:43 +00:00
Georg Brandl
a1d47f0e89 Remove duplicate sentence from alarm() doc.
(backport from rev. 56143)
2007-07-02 11:54:30 +00:00
Georg Brandl
1d1e950289 Document smtp.SMTPAuthenticationError.
(backport from rev. 56129)
2007-06-30 11:01:05 +00:00
Georg Brandl
adfd13e00b Fix a variable name in winreg docs.
(backport from rev. 56091)
2007-06-27 14:09:59 +00:00
Georg Brandl
4508df2c72 Bug #1742901: document None behavior of shlex.split.
(backport from rev. 56084)
2007-06-25 15:21:26 +00:00
Georg Brandl
5a5adf3a86 Bug #1739115: make shutil.rmtree docs clear wrt. file deletion.
(backport from rev. 56040)
2007-06-19 12:38:26 +00:00
Neal Norwitz
ea84b8105a SF #1738670, make example in doc work 2007-06-17 18:49:42 +00:00
Georg Brandl
15eb97b14d Add missing \versionadded.
(backport from rev. 56006)
2007-06-16 17:10:26 +00:00
Neal Norwitz
bb56e2a558 Backport 55882: SF #1734732, lower case the module names per PEP 8. 2007-06-11 05:36:48 +00:00
Thomas Heller
bc9e5dcf88 Fix wrong documentation, and correct the punktuation.
Closes [1700455].

Backported from trunk.
2007-06-08 19:19:24 +00:00