Martin v. Löwis
bcffd10596
Prepare for 2.5.2.
2008-02-21 10:04:55 +00:00
Andrew M. Kuchling
0821983f76
Fix link
2008-02-18 18:18:37 +00:00
Martin v. Löwis
a859e25acb
Preparing for 2.5.2c1.
2008-02-14 12:33:15 +00:00
Walter Dörwald
9e5e027aec
Backport LaTex version of r60651:
...
Fix documentation for Calendar.iterweekdays(): firstweekday is a property.
Fixes second part of #2018 .
2008-02-07 19:55:47 +00:00
Walter Dörwald
902af8da7c
Backport LaTeX version of r60649:
...
Clarify that the output of TextCalendar.formatmonth() and
TextCalendar.formatyear() for custom instances won't be influenced by calls
to the module global setfirstweekday() function. Fixes #2018 .
2008-02-07 19:35:17 +00:00
Walter Dörwald
e69f2bdbe6
Remove month parameter from Calendar.yeardatescalendar(),
...
Calendar.yeardays2calendar() and Calendar.yeardayscalendar() as the methods
don't have such a parameter. Fixes issue #2017 . (2.5 backport of r60618)
2008-02-06 14:39:06 +00:00
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