Martin v. Löwis
3b43e46b3d
Prepare for 2.5.4.
2008-12-23 13:18:53 +00:00
Martin v. Löwis
8ba4cc9f99
Issue #4689 : Fix typo.
2008-12-23 13:15:02 +00:00
Martin v. Löwis
3d9eecb0bb
Prepare for 2.5.3.
2008-12-19 15:08:45 +00:00
Martin v. Löwis
073ff240e7
Prepare for 2.5.3c1.
2008-12-13 15:42:40 +00:00
Martin v. Löwis
67feec8c93
Issue #4446 : Add platforms keyword.
2008-12-13 14:07:35 +00:00
Georg Brandl
4fed741c5d
Link fix.
2008-07-16 01:46:12 +00:00
Georg Brandl
45c2f778c4
#2525 : update tzinfo example.
2008-04-07 18:53:33 +00:00
Andrew M. Kuchling
8e741e008a
Grammar fix
2008-03-07 21:10:06 +00:00
Raymond Hettinger
94a7036f1f
Backport documentation improvements.
2008-03-07 20:08:41 +00:00
Martin v. Löwis
0e30555748
Backport of r61263:
...
#1725737 : ignore other VC directories other than CVS and SVN's too.
2008-03-06 07:14:26 +00:00
Martin v. Löwis
7e00619861
Fix typo
2008-02-22 09:15:14 +00:00
Georg Brandl
799e580ad4
#2079 : typo in userdict docs.
2008-02-21 20:34:22 +00:00
Martin v. Löwis
10eac2c613
Update copyright years to 2008. Update README to 2.5.2.
2008-02-21 11:53:40 +00:00
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