summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libstdtypes.tex
Commit message (Expand)AuthorAgeFilesLines
* Added index entries similar to some recommended by Skip, and used the wordFred Drake2001-12-261-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
* Implement, test and document "key in dict" and "key not in dict".Guido van Rossum2001-04-201-3/+9
* Updates to the semantics of function and method attributes.Barry Warsaw2001-02-271-14/+18
* Massively improved documentation for string formatting operations,Fred Drake2001-01-261-40/+109
* Document xreadlines() method. (Forgot to check this in before!)Guido van Rossum2001-01-171-0/+4
* effbot caught a typo!Barry Warsaw2001-01-151-3/+3
* Document function attributes for both the function type and the methodBarry Warsaw2001-01-151-0/+38
* Added documentation for the xreadlines module & related changes. TheFred Drake2001-01-091-6/+12
* Added information about the interaction of opening a file in append modeFred Drake2001-01-041-1/+6
* "Documentation" for {}.popitem().Guido van Rossum2000-12-121-0/+6
* Backing out my changes.Moshe Zadka2000-11-301-12/+0
* Added .first{item,value,key}() to dictionaries.Moshe Zadka2000-11-301-0/+12
* Added information about the %r string formatting conversion. Added noteFred Drake2000-11-171-4/+6
* Document the proper exception to be raised by I/O operations on closedFred Drake2000-11-061-15/+19
* Marc-Andre Lemburg <mal@lemburg.com> noted that the encode() string methodFred Drake2000-10-251-0/+1
* Use \obindex{...} instead of \indexii{...}{type} in many places; this isFred Drake2000-10-041-17/+16
* Fixed a number of small problems reported by Detlef LannertFred Drake2000-09-211-1/+1
* Clarify that the softspace attribute is used by print for state management,Fred Drake2000-09-201-0/+3
* Clarify a number of issues about the file-like object API based onFred Drake2000-09-191-20/+36
* Use \shortversion in a number of places.Fred Drake2000-09-141-1/+2
* Add some index entries to make it easier to find information onFred Drake2000-09-141-0/+5
* When referring to namespaces, always say "namespaces" instead ofFred Drake2000-09-121-1/+1
* Improve a couple of references to the language reference, making themFred Drake2000-09-091-7/+9