summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
...
* Document input() function.Georg Brandl2007-09-121-0/+16
* Document inspect.getfullargspec(). Fixes #1121.Georg Brandl2007-09-121-4/+25
* New documentation for the bdb module. Forward-port from rev. 58112, with a fe...Georg Brandl2007-09-124-8/+357
* Change instances of 'while 1:' in the docs into 'while True:'.Collin Winter2007-09-104-5/+5
* Fix a legacy raise statement in pickle's docs.Collin Winter2007-09-101-1/+1
* Remove two lingering references to now-gone has_key() methods from the librar...Collin Winter2007-09-102-3/+4
* merge this from trunk:Gregory P. Smith2007-09-092-0/+6
* Merged revisions 57778-58052 via svnmerge fromThomas Wouters2007-09-0812-48/+98
* Finish the first pass of the language reference update.Georg Brandl2007-09-071-0/+1
* Continue going through the language reference, bringing it up-to-date.Georg Brandl2007-09-074-5/+17
* hashlib operates on bytes, not strings.Georg Brandl2007-09-061-26/+33
* Proof read/editing of abc. Added table of collections.Hashable etc. toMark Summerfield2007-09-052-22/+95
* Add a dict view usage example.Georg Brandl2007-09-041-0/+30
* Change docs for builtins that now return iterators.Georg Brandl2007-09-041-33/+39
* Docs on dictviews.Georg Brandl2007-09-041-44/+91
* remove/update many of the references to dict.iter*()Fred Drake2007-09-043-36/+20
* More abc docs.Georg Brandl2007-09-042-40/+56
* Initial documentation for the `abc` module.Georg Brandl2007-09-042-0/+143
* Fix the string formatting docs for now; if the feature is changed again, the ...Georg Brandl2007-09-041-2/+1
* Fix up the types module docs.Georg Brandl2007-09-041-57/+17
* Convert all print statements in the docs.Georg Brandl2007-09-0454-234/+216
* Add "print" command to pdb, "print s" previously invoked the print statement.Georg Brandl2007-09-041-9/+4
* Doc update for __xslice__ removal.Georg Brandl2007-09-042-10/+8
* Removed used_args param from string.Formatter.get_field. It was left in by m...Eric Smith2007-09-021-1/+1
* Partial py3k-ification of Doc/library/: convert has_key references into eithe...Collin Winter2007-09-0131-86/+80
* Document sets' "<" and ">" operations.Georg Brandl2007-09-011-0/+10
* Get rid of the remaining versionadded/versionchanged directives.Georg Brandl2007-09-01157-2188/+335
* Add a warning text about mixing bytes and strings.Georg Brandl2007-09-011-0/+6
* Fix RST link.Georg Brandl2007-09-011-1/+1
* Address a few XXX comments, other fixes.Georg Brandl2007-08-3114-97/+39
* - document bytes()Georg Brandl2007-08-314-51/+70
* string.maketrans() now produces translation tables for bytes.translate() -- w...Georg Brandl2007-08-312-19/+12
* Add bytes methods documentation.Georg Brandl2007-08-312-60/+242
* Commit #1068: new docs for PEP 3101. Also document the old string formatting ...Georg Brandl2007-08-316-369/+474
* Thomas removed all the SLICE op codesNeal Norwitz2007-08-311-65/+0
* Merged revisions 57620-57771 via svnmerge fromThomas Wouters2007-08-307-70/+155
* Merge the trunk changes in. Breaks socket.ssl for now.Thomas Wouters2007-08-2811-118/+629
* Idiom adjustment in the docs for the parser module.Collin Winter2007-08-281-8/+6
* Kill lingering docs references to UnicodeType.Collin Winter2007-08-281-7/+0
* Don't encourage 'from types import *' in the types module's docs.Collin Winter2007-08-281-4/+3
* Merged revisions 57221-57391 via svnmerge fromGuido van Rossum2007-08-247-74/+95
* Correction to the xmlrpc docs by John Reese and Jacques Frechet.Guido van Rossum2007-08-231-1/+1
* Fall back to 'ascii' encoding if sys.getfilesystemencoding() returnsLars Gustäbel2007-08-211-33/+28
* Merged revisions 57152-57220 via svnmerge fromGuido van Rossum2007-08-202-6/+6
* Remove note about compatibility layer, as the compatibility layer was removed.Jeremy Hylton2007-08-201-6/+0
* Remove support for BeOSSkip Montanaro2007-08-171-1/+1
* some RiscOS stuff I missed before (was only looking for "RISCOS")Skip Montanaro2007-08-171-3/+0
* Manually patched a few things that didn't get merged in, but should.Guido van Rossum2007-08-1712-26/+43
* Apply SF patch #1775604: This adds three new codecs (utf-32, utf-32-le andWalter Dörwald2007-08-161-0/+6
* Remove RISCOS supportSkip Montanaro2007-08-161-4/+1