summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merged revisions 58053-58090 via svnmerge fromThomas Wouters2007-09-101-1/+1
* Change instances of 'while 1:' in the docs into 'while True:'.Collin Winter2007-09-105-6/+6
* General clean-up in socket howto.Collin Winter2007-09-101-26/+23
* Fix more raise statments in the docs.Collin Winter2007-09-102-2/+3
* More two-argument raise cleanup in the tutorial.Collin Winter2007-09-101-4/+3
* Fix docs that imply that tuples in except clauses must be parenthesized.Collin Winter2007-09-101-2/+2
* Fix more two-arg raise statements.Collin Winter2007-09-101-2/+2
* Update tutorial/classes.rst to remove references to the old two-argument form...Collin Winter2007-09-101-6/+6
* Remove yet more references to has_key() methods.Collin Winter2007-09-103-7/+6
* 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-093-1/+8
* Merged revisions 57778-58052 via svnmerge fromThomas Wouters2007-09-0814-54/+172
* Finish the first pass of the language reference update.Georg Brandl2007-09-075-281/+271
* Continue going through the language reference, bringing it up-to-date.Georg Brandl2007-09-077-280/+296
* #1116: reference to old filename fixed.Georg Brandl2007-09-061-1/+1
* In response to issue 1101, place vastly more emphasis on the new print()Guido van Rossum2007-09-061-17/+42
* hashlib operates on bytes, not strings.Georg Brandl2007-09-061-26/+33
* New exception catching syntax.Georg Brandl2007-09-061-9/+8
* Bug #1684991: explain __special__ lookup semantics.Georg Brandl2007-09-051-0/+14
* 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-045-44/+28
* Correction an issue reported by Mark Summerfeld.Guido van Rossum2007-09-041-2/+2
* More abc docs.Georg Brandl2007-09-042-40/+56
* Update ref docs on slicing.Thomas Wouters2007-09-041-30/+13
* 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