summaryrefslogtreecommitdiff
path: root/Doc/library/stdtypes.rst
Commit message (Expand)AuthorAgeFilesLines
* Bug #2565: The repr() of type objects now calls them 'class',Martin v. Löwis2008-04-071-1/+1
* Merged revisions 61724-61725,61731-61735,61737,61739,61741,61743-61744,61753,...Christian Heimes2008-03-231-10/+15
* file.write() may return something with the new IO framework.Georg Brandl2008-03-211-3/+7
* Merged revisions 61431,61433-61436,61439,61444,61449-61450,61453,61458,61465,...Christian Heimes2008-03-181-0/+16
* Note the the sort arguments are required to be keywords.Raymond Hettinger2008-02-141-4/+4
* Documentation nit.Raymond Hettinger2008-02-141-2/+2
* Update docs w.r.t. PEP 3100 changes -- patch for GHOP by Dan Finnie.Georg Brandl2008-02-011-2/+2
* Issue #1771: Remove cmp parameter from list.sort() and builtin.sorted().Raymond Hettinger2008-01-301-13/+1
* Merged revisions 59822-59841 via svnmerge fromChristian Heimes2008-01-071-1/+2
* Copied doc for reload() from trunk's function.rst to imp.rstChristian Heimes2008-01-071-6/+6
* Fix note markup.Georg Brandl2008-01-071-2/+2
* Remove obsolete note.Georg Brandl2008-01-071-37/+19
* Use consistent note numbers.Georg Brandl2008-01-061-5/+5
* Merged revisions 59774-59783 via svnmerge fromChristian Heimes2008-01-061-2/+7
* Merged revisions 59703-59773 via svnmerge fromChristian Heimes2008-01-061-5/+28
* Remove versionadded/changed directives merged as an oversight.Georg Brandl2008-01-051-5/+0
* Merged revisions 59605-59624 via svnmerge fromChristian Heimes2007-12-311-8/+27
* Merged revisions 59541-59561 via svnmerge fromChristian Heimes2007-12-191-1/+8
* Merged revisions 59512-59540 via svnmerge fromChristian Heimes2007-12-171-1/+1
* Remove a few merged versionadded/changed.Georg Brandl2007-12-021-2/+0
* Merged revisions 59259-59274 via svnmerge fromChristian Heimes2007-12-021-2/+2
* Remove mentions of "long integer" in the docs.Georg Brandl2007-11-291-2/+1
* #1496: revert str.translate() to the old version, and addGeorg Brandl2007-11-271-6/+23
* Futher update docs after unbound method removal.Georg Brandl2007-11-271-17/+13
* Removed the API to create unbound methods and simplified the API for bound me...Christian Heimes2007-11-271-7/+7
* Update docs for buffer -> bytearray rename.Georg Brandl2007-11-221-27/+26
* Merged revisions 58886-58929 via svnmerge fromGuido van Rossum2007-11-101-0/+7
* Merging the py3k-pep3137 branch back into the py3k branch.Guido van Rossum2007-11-061-3/+5
* Merged revisions 58742-58816 via svnmerge fromGuido van Rossum2007-11-021-20/+22
* #1370: Finish the merge r58749, log below, by resolving all conflicts in Doc/.Georg Brandl2007-11-011-23/+31
* Update w.r.t. PEP 3137.Georg Brandl2007-10-231-176/+54
* Patch #1071: Improve unicode.translate() so that you can pass unicodeGeorg Brandl2007-10-231-1/+1
* Fix a minor typo.Brett Cannon2007-10-071-1/+1
* Get the doc to build.Neal Norwitz2007-10-021-2/+2
* #1219: py3k cleanup in standard types docs.Georg Brandl2007-09-281-129/+103
* Patch # 1145 by Thomas Lee:Guido van Rossum2007-09-271-2/+5
* Merged revisions 58211-58220 via svnmerge fromThomas Wouters2007-09-201-4/+7
* Add a dict view usage example.Georg Brandl2007-09-041-0/+30
* Docs on dictviews.Georg Brandl2007-09-041-44/+91
* remove/update many of the references to dict.iter*()Fred Drake2007-09-041-26/+11
* Convert all print statements in the docs.Georg Brandl2007-09-041-20/+1
* Doc update for __xslice__ removal.Georg Brandl2007-09-041-7/+6
* Partial py3k-ification of Doc/library/: convert has_key references into eithe...Collin Winter2007-09-011-8/+4
* Document sets' "<" and ">" operations.Georg Brandl2007-09-011-0/+10
* Get rid of the remaining versionadded/versionchanged directives.Georg Brandl2007-09-011-103/+8
* Add a warning text about mixing bytes and strings.Georg Brandl2007-09-011-0/+6
* Address a few XXX comments, other fixes.Georg Brandl2007-08-311-12/+16
* - document bytes()Georg Brandl2007-08-311-16/+0
* string.maketrans() now produces translation tables for bytes.translate() -- w...Georg Brandl2007-08-311-4/+3
* Add bytes methods documentation.Georg Brandl2007-08-311-60/+240