summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 59259-59274 via svnmerge fromChristian Heimes2007-12-0216-392/+508
* #1535: rename __builtin__ module to builtins.Georg Brandl2007-12-027-17/+17
* Remove merged versionadded tags from os docs.Georg Brandl2007-12-011-10/+0
* Merged revisions 59245-59254 via svnmerge fromChristian Heimes2007-12-012-7/+55
* Cleanups and documentation updates related to the removal of unbound methods.Christian Heimes2007-11-301-1/+0
* Merged revisions 59239-59244 via svnmerge fromChristian Heimes2007-11-301-0/+20
* Merged revisions 59226-59233 via svnmerge fromChristian Heimes2007-11-301-1/+88
* Merged revisions 59212-59225 via svnmerge fromGuido van Rossum2007-11-291-0/+87
* Remove further mentions of long integers.Georg Brandl2007-11-2911-62/+46
* Remove mentions of "long integer" in the docs.Georg Brandl2007-11-2911-45/+21
* Removed more types from the types moduleChristian Heimes2007-11-291-5/+0
* Removed the new moduleChristian Heimes2007-11-283-153/+4
* #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-274-22/+20
* Removed the API to create unbound methods and simplified the API for bound me...Christian Heimes2007-11-273-16/+13
* Merged revisions 59107-59186 via svnmerge fromGuido van Rossum2007-11-264-24/+33
* Fix, thanks to Nick.Georg Brandl2007-11-221-1/+1
* Update docs for buffer -> bytearray rename.Georg Brandl2007-11-222-35/+34
* Merged revisions 59041-59055 via svnmerge fromGuido van Rossum2007-11-191-2/+2
* Merged revisions 59005-59040 via svnmerge fromChristian Heimes2007-11-181-1/+1
* Merged revisions 58947-59004 via svnmerge fromGuido van Rossum2007-11-162-19/+34
* Fix for #1415 pythonw.exe fails because std streams a missingChristian Heimes2007-11-131-0/+8
* Merged revisions 58886-58929 via svnmerge fromGuido van Rossum2007-11-102-6/+7
* Merging the py3k-pep3137 branch back into the py3k branch.Guido van Rossum2007-11-065-13/+41
* Merged revisions 58862-58885 via svnmerge fromGuido van Rossum2007-11-061-1/+9
* Merged revisions 58817-58861 via svnmerge fromGuido van Rossum2007-11-056-14/+33
* Merged revisions 58742-58816 via svnmerge fromGuido van Rossum2007-11-028-34/+43
* #1370: Finish the merge r58749, log below, by resolving all conflicts in Doc/.Georg Brandl2007-11-0144-457/+524
* Patch 1318 by Christian Heimes: remove os.tmpnam(), os.tempnam(),Guido van Rossum2007-10-251-55/+0
* 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
* #1061 (mainly by Thomas Wouters): use weak sets for abc caches.Georg Brandl2007-10-231-13/+22
* Update what the locale module documents about string operations.Guido van Rossum2007-10-151-11/+8
* remove hotshot profiler from Py3kFred Drake2007-10-113-151/+2
* Remove buffer() from the docs.Georg Brandl2007-10-081-28/+0
* 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
* Update the documentation of the open() builtin function a bit. I believe ISkip Montanaro2007-09-231-26/+24
* Reformat the open function text so it fits within 80 columns in preparationSkip Montanaro2007-09-231-37/+41
* Remove more cruft leftover from nb_coerce. Rename nb_coerce toNeil Schemenauer2007-09-211-1/+1
* Merged revisions 58211-58220 via svnmerge fromThomas Wouters2007-09-203-12/+19
* Merged revisions 58095-58132,58136-58148,58151-58197 via svnmerge fromThomas Wouters2007-09-1910-361/+905
* issue1172: Documentation of "done" attribute in cgi module.Sean Reifscheider2007-09-181-0/+5
* Oops.Georg Brandl2007-09-121-2/+2
* 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