Commit Graph

191 Commits

Author SHA1 Message Date
Neal Norwitz
af7bb8e95a Backport of rev 43312:
SF bug # 1457358 and patch # 1458419, floor division not documented.  Patch by Andy.
2006-03-25 21:27:08 +00:00
Georg Brandl
394e4af6d5 Bug #801349: document that start/stop/step slice arguments can be None 2006-02-19 00:12:46 +00:00
Georg Brandl
90394a5628 Bug #1396471: Document that Windows' ftell() can return invalid
values for text files with UNIX-style line endings.
2006-01-20 09:14:41 +00:00
Georg Brandl
967828c07e Bug #1394868: doc typos 2006-01-01 21:35:41 +00:00
Georg Brandl
19d245d2e2 Bug #1389673: document correct return value of set methods (backport) 2005-12-26 23:56:08 +00:00
Georg Brandl
2f6c775e0f Remove reference to open() mode "t" as it is platform dependent. 2005-12-15 21:34:53 +00:00
Walter Dörwald
7b08ff2003 Backport checkin:
SF patch #1364946: Add a reference link from the dcoumentation of the encode
and decode methods to the documentation of the default error handlers.
2005-11-25 17:18:54 +00:00
Fred Drake
b828f9fb5e fix link to subsection (SF bug #1311674) 2005-10-03 14:27:04 +00:00
Georg Brandl
78903db5b6 Revert patch for 1162912. 2005-07-04 14:18:20 +00:00
Georg Brandl
502d059b78 backport bug [ 1162912 ] typesseq-mutable lacks note on combined key/cmp usage 2005-07-03 20:22:13 +00:00
Raymond Hettinger
5c3f9a4318 Cross reference the set built-ins with the sets module. 2005-07-01 23:25:27 +00:00
Raymond Hettinger
2bcbcbdbdd SF bug #1215887: String and list methods documentation deeply hidden
Make doc on specific types easier to find by listing them in the headings
for the abstract types.
2005-06-14 08:47:19 +00:00
Raymond Hettinger
1147014703 SF bug #1202395: Description of string.lstrip() needs improvement
Clarify the role of the chars argument in the strip() methods.
2005-05-31 10:28:07 +00:00
Raymond Hettinger
b8d92d984e SF bug #1209671: dict.popitem documentation should mention empty dict case 2005-05-27 10:45:14 +00:00
Raymond Hettinger
21287ee5bc Correct swapped descriptions of empty string splits. 2005-04-19 04:31:38 +00:00
Raymond Hettinger
d23b387dac SF bug #1179957: Missing def'n of equality for set element 2005-04-10 17:36:26 +00:00
Raymond Hettinger
5c44cb37d6 SF bug #1119700: list extend() accepts args besides lists 2005-02-09 23:23:10 +00:00
Raymond Hettinger
ad5a0f8482 SF bug #1108303: fix .split() maxsplit doc
Docs incorrectly stated that maxsplit=0 would cause unlimited splitting.
2005-01-26 22:46:26 +00:00
Raymond Hettinger
27b8260c94 SF bug #1105286: Undocumented implicit strip() in split(None) string method
Clarify the behavior when a string begins or ends with whitespace.
2005-01-25 10:28:47 +00:00
Raymond Hettinger
1498d63795 SF Patch #1093896: miscellaneous doc typos 2005-01-01 00:34:56 +00:00
Raymond Hettinger
5a5bbfb2d4 Backport minor documentation fixups. 2004-12-02 08:57:19 +00:00
Raymond Hettinger
23ce5848aa Clarify the ordering of dictionary keys. 2004-11-25 05:16:19 +00:00
Fred Drake
2269d86598 Fix SF bug #1061770: Manual typesets bit-shift operators as guillemet 2004-11-11 06:14:05 +00:00
Armin Rigo
80adba6873 Mistakes in the "sequence types" page:
* explanation for example with lists of lists made confusing use of
  the word "contains" to mean "is built out of".

* wrong formula for slices with step.  Is it ok to use LaTeX formulas
  (which become images in the html document)?  This version needs one
  because it's based on a fraction.  Just writing "\code{(j-i)/k}" here would
  be ambiguous because it looks like a rounding-down-to-the-previous-integer
  division, which is not what we need here.  Of course we could write
  "\code{float(j-i)/k}" but it just looks confusing.
2004-11-04 11:29:09 +00:00
Raymond Hettinger
77d110d6b8 SF patch #1041364: True/False instead of 1/0 in libstdtypes.tex
(Contributed by Gerrit Holl.  Reviewed by Jeff Epler.)
2004-10-08 01:52:15 +00:00