summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libstdtypes.tex
Commit message (Expand)AuthorAgeFilesLines
* Fix nits found by Tools\scripts\texcheck.pyRaymond Hettinger2003-05-161-2/+2
* At the site of an indexed reference to print, point to the relevantFred Drake2003-04-301-0/+4
* - added example of using a comparison function with list.sort(), andFred Drake2003-03-201-6/+35
* Backported fix to [521782] unreliable file.read() error handling.Gustavo Niemeyer2003-03-041-1/+3
* Fix SF bug #687655, String formatting conversions misleadingNeal Norwitz2003-02-171-1/+1
* SF patch 664183 and SF bug 664044: Note that both u'%s' % 'x' andRaymond Hettinger2003-01-131-1/+4
* SF Bug 645777: list.extend() works with any iterable and is no longerRaymond Hettinger2002-12-291-3/+1
* Note that str.zfill() and the optional argument to str.strip(),Fred Drake2002-11-161-0/+4
* - The "-" format flag overrides the "0" flag, not the "-" flag.Fred Drake2002-10-251-28/+43
* Backport 1.94:Raymond Hettinger2002-10-051-4/+10
* Backport 1.100: Discussion of Stop Iteration in the Iterator Protocol.Raymond Hettinger2002-10-051-0/+7
* Extend some comments on the order of values in the returns fromFred Drake2002-08-191-8/+14
* Clarify that the bool instances are acceptable return values fromFred Drake2002-08-071-3/+7
* Clarify the return value of __nonzero__(): It *must* be an integer.Fred Drake2002-07-121-3/+3
* Added missing index entries for mapping methods. Closes patch #548693.Raymond Hettinger2002-05-151-1/+6
* Remove extra period produced by previous change.Fred Drake2002-05-021-3/+3
* Correct information on support for repietition & concatenation for bufferFred Drake2002-05-021-6/+8
* Add a note about when the "%r" formatting code was added.Fred Drake2002-04-301-0/+1
* Backport the following changes:Walter Dörwald2002-04-221-0/+6
* backport fdrake's patch:Anthony Baxter2002-04-181-8/+20
* Take Tim's work on file.truncate out of 2.2.1 again.Michael W. Hudson2002-03-171-19/+15
* Backport Tim's work on getting file.truncate working better on Win32.Michael W. Hudson2002-03-161-15/+19
* Added index entries similar to some recommended by Skip, and used the wordFred Drake2001-12-281-8/+12
* Added documentation for str.decode().Fred Drake2001-12-101-0/+10
* Slightly improved indexing for the string-% operator, thanks to commentsFred Drake2001-12-031-1/+2
* Make no assumption about how modules are built when referring to them; thisFred Drake2001-12-031-4/+3
* Remove most references to __members__ and __methods__, leaving only one pairFred Drake2001-12-031-7/+4
* Clean up some markup cruft. A number of the macros that take noFred Drake2001-11-281-2/+2
* Promote file objects out of the "Other Objects" category, so they becomeFred Drake2001-10-301-172/+172
* Mention the new file() builtin in the section on file objects.Tim Peters2001-10-301-3/+6
* Explain what [].insert() does when the target index is negative.Fred Drake2001-10-261-7/+11
* Use the \note and \warning macros where appropriate.Fred Drake2001-10-201-9/+9
* The list.sort() docs require a function that returns -1, 0 or +1. That'sTim Peters2001-09-291-1/+1
* Generalize file.writelines() to allow iterable objects.Tim Peters2001-09-231-2/+4
* Note that files are iterable; describe what the iterator returns.Fred Drake2001-09-221-0/+5
* Added explanation that [...] * n generates shallow copies of [...], soFred Drake2001-08-281-2/+26
* Describe the new semantics for setting and deleting a function'sBarry Warsaw2001-08-141-10/+5
* Typo fix.Greg Ward2001-07-261-1/+1
* trivial rewording in footnote 5.Skip Montanaro2001-07-251-2/+2
* Fix up a few style nits -- avoid "e.g." and "i.e." -- these makeFred Drake2001-07-061-18/+20
* List constraints on xrange() objects.Guido van Rossum2001-07-051-8/+14
* Rip out the fancy behaviors of xrange that nobody uses: repeat, slice,Guido van Rossum2001-07-051-6/+2
* Remove the restriction on a mapping's .update() method.Barry Warsaw2001-06-261-9/+7
* Fixed reference to table notes for {}.keys() and {}.items() -- theseFred Drake2001-06-121-4/+4
* Add descriptions of {}.iteritems(), {}.iterkeys(), and {}.itervalues()Fred Drake2001-05-251-12/+23
* The general iteration support is part of 2.2, not 2.1 -- fixed the versionFred Drake2001-05-031-2/+2
* Added section describing the iterator protocol.Fred Drake2001-05-021-0/+51
* At the suggestion of Peter Funk, document 'key in dict' and 'key notGuido van Rossum2001-04-231-6/+6
* Only document <file>.xreadlines() once; added version annotation.Fred Drake2001-04-221-7/+4
* Fix a number of minor markup errors.Fred Drake2001-04-211-2/+2