summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Move the 3k reST doc tree in place.Georg Brandl2007-08-15286-0/+78473