summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Collapse)AuthorAgeFilesLines
* Link fix.Georg Brandl2008-07-161-1/+1
|
* #2525: update tzinfo example.Georg Brandl2008-04-071-8/+38
|
* Grammar fixAndrew M. Kuchling2008-03-071-1/+1
|
* Backport documentation improvements.Raymond Hettinger2008-03-071-32/+39
|
* Backport of r61263:Martin v. Löwis2008-03-061-2/+4
| | | | #1725737: ignore other VC directories other than CVS and SVN's too.
* Fix typoMartin v. Löwis2008-02-221-1/+1
|
* #2079: typo in userdict docs.Georg Brandl2008-02-211-1/+1
|
* Update copyright years to 2008. Update README to 2.5.2.Martin v. Löwis2008-02-213-3/+3
|
* Prepare for 2.5.2.Martin v. Löwis2008-02-211-1/+1
|
* Fix linkAndrew M. Kuchling2008-02-181-1/+1
|
* Preparing for 2.5.2c1.Martin v. Löwis2008-02-142-1/+2
|
* Backport LaTex version of r60651:Walter Dörwald2008-02-071-2/+2
| | | | | Fix documentation for Calendar.iterweekdays(): firstweekday is a property. Fixes second part of #2018.
* Backport LaTeX version of r60649:Walter Dörwald2008-02-071-5/+5
| | | | | | 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.
* Remove month parameter from Calendar.yeardatescalendar(),Walter Dörwald2008-02-061-3/+3
| | | | | Calendar.yeardays2calendar() and Calendar.yeardayscalendar() as the methods don't have such a parameter. Fixes issue #2017. (2.5 backport of r60618)
* Backport: #1889 - fixup \xhh specs.Georg Brandl2008-01-221-1/+1
|
* Bug 1296: restore text describing OptionGroupAndrew M. Kuchling2008-01-191-0/+33
|
* Backport r59999: fix MSDN link. (#1854)Georg Brandl2008-01-161-1/+1
|
* Link to external documentation about new style classes wasFacundo Batista2008-01-091-2/+2
| | | | wrong. Fix issue 1774.
* Update reference to bug trackerAndrew M. Kuchling2008-01-091-1/+1
|
* Fix bug tracker link.Martin v. Löwis2008-01-071-6/+4
|
* Add a note about future import needed for with statement.Georg Brandl2007-12-151-0/+4
|
* Remove an old SF reference.Brett Cannon2007-11-191-2/+2
|
* Backport r58868:Gregory P. Smith2007-11-061-1/+5
| | | | | 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).
* Note change to get_dialect semantics in 2.5.Skip Montanaro2007-11-041-0/+5
|
* #1364: os.lstat is available on Windows too, as an alias to os.stat.Georg Brandl2007-11-011-2/+3
|
* Sets are marshalable.Raymond Hettinger2007-10-311-1/+1
|
* Clarify the reasons why pickle is almost always better than marshalRaymond Hettinger2007-10-311-1/+9
|
* Bug #1313, fix typo (wrong variable name) in example.Neal Norwitz2007-10-231-1/+1
|
* Backport r58545.Georg Brandl2007-10-191-1/+1
|
* Backport r58542.Georg Brandl2007-10-191-6/+4
|
* Fix email example.Georg Brandl2007-10-131-1/+1
|
* move descriptions of ac_(in|out)_buffer_size to the right placeFred Drake2007-10-052-11/+11
| | | | http://bugs.python.org/issue1053
* #1196: document default radix for int().Georg Brandl2007-09-241-1/+1
|
* Fix -- being converted to - in HTML. #1186.Georg Brandl2007-09-241-30/+30
|
* issue1172: Documentation of "done" attribute in cgi module.Sean Reifscheider2007-09-181-0/+5
|
* Fix #1139: PyFile_Encoding really is PyFile_SetEncoding.Georg Brandl2007-09-121-1/+1
| | | | (backport from rev. 58117).
* Fix #1122: wrong return type documented for various _Size() functions.Georg Brandl2007-09-121-4/+4
| | | | (backport from rev. 58115).
* Fix typo: c_float represents to C float type.Thomas Heller2007-09-061-1/+1
|
* Warn about possible risks when extracting untrusted archives.Lars Gustäbel2007-08-301-0/+10
|
* Bug #1010: docs url points to SF.net, now points to bugs.python.org.Georg Brandl2007-08-241-10/+9
|
* Bug #1766421: "return code" vs. "status code".Georg Brandl2007-08-231-2/+2
|
* - mark the findCaller 2-element tuple/3-element tuple change as new in 2.4Matthias Klose2007-08-161-1/+1
|
* Revert the fix for #1548891, it broke backwards compatibility with arbitrary ↵Georg Brandl2007-08-081-0/+4
| | | | | | | read buffers. Fixes #1730114. (backport from rev. 56830)
* Bug #1769002: fix a now-wrong sentence in the tutorial.Georg Brandl2007-08-071-7/+6
| | | | (backport from rev. 56797)
* - Allow Emacs 22 for building the documentation in info format.Matthias Klose2007-08-021-2/+2
|
* try-except-finally is new in 2.5.Georg Brandl2007-07-291-1/+3
| | | | (backport from rev. 56614)
* Clarify PEP 343 description.Georg Brandl2007-07-291-9/+18
| | | | (backport from rev. 56611)
* tabs, newlines and crs are valid XML characters.Georg Brandl2007-07-261-1/+2
| | | | (backport from rev. 56551)
* Add description for wave.setcomptype() valuesGeorg Brandl2007-07-181-0/+2
| | | | (backport from rev. 56451)
* Typo fixAndrew M. Kuchling2007-07-141-1/+1
|