summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* The Identifiers and keywords syntax diagram did not appear correctly in theMark Summerfield2007-11-201-4/+4
* Merged revisions 59041-59055 via svnmerge fromGuido van Rossum2007-11-191-2/+2
* Merged revisions 59005-59040 via svnmerge fromChristian Heimes2007-11-182-3/+2
* 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 58930-58938 via svnmerge fromChristian Heimes2007-11-121-1/+1
* Merged revisions 58886-58929 via svnmerge fromGuido van Rossum2007-11-103-7/+9
* Merging the py3k-pep3137 branch back into the py3k branch.Guido van Rossum2007-11-066-22/+43
* 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
* Re-add two paragraphs that seem to have been lost during the merge from trunk.Georg Brandl2007-11-031-4/+13
* Merged revisions 58742-58816 via svnmerge fromGuido van Rossum2007-11-0212-65/+88
* Remove file that should have been removed during the merge.Georg Brandl2007-11-011-0/+0
* Add new directory "using". This should have been in the merge patch,Georg Brandl2007-11-013-0/+628
* Remove duplicate entry for PyObject_AsFileDescriptor. (Really, this time.)Georg Brandl2007-11-011-8/+0
* #1370: Finish the merge r58749, log below, by resolving all conflicts in Doc/.Georg Brandl2007-11-0168-746/+805
* Patch 1329 (partial) by Christian Heimes.Guido van Rossum2007-10-301-3/+3
* Get rid of more uses of string and use unicodeNeal Norwitz2007-10-274-15/+15
* Kill PyString_Encode(), which isn't used anywhere.Guido van Rossum2007-10-261-9/+0
* Patch 1318 by Christian Heimes: remove os.tmpnam(), os.tempnam(),Guido van Rossum2007-10-251-55/+0
* Remove duplicate entry for PyObject_AsFileDescriptor.Georg Brandl2007-10-232-6/+7
* Update Pygments version from externals.Georg Brandl2007-10-231-1/+1
* 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
* Issue 1267, continued.Guido van Rossum2007-10-222-20/+12
* Patch 1267 by Christian Heimes.Guido van Rossum2007-10-192-0/+15
* 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
* #1228: new comparison behavior.Georg Brandl2007-10-081-12/+5
* 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
* #1211, #1212, #1213: py3k fixes to the tutorial.Georg Brandl2007-09-284-48/+43
* Revert r58075 (incorrect docs patch).Collin Winter2007-09-271-2/+2
* Patch # 1145 by Thomas Lee:Guido van Rossum2007-09-271-2/+5
* Clarify the difference between text and binary files. I'm not sure theSkip Montanaro2007-09-261-8/+14
* #1189: documentation for tp_as_* structs.Georg Brandl2007-09-241-15/+166
* 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-213-36/+10
* Merged revisions 58211-58220 via svnmerge fromThomas Wouters2007-09-204-13/+20
* Merged revisions 58095-58132,58136-58148,58151-58197 via svnmerge fromThomas Wouters2007-09-1915-411/+1422
* issue1172: Documentation of "done" attribute in cgi module.Sean Reifscheider2007-09-181-0/+5
* Fixing the spelling of "writeable" to "writable", particularly PyBUF_WRITEABLE.Sean Reifscheider2007-09-172-2/+2
* 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