summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Convert all print statements in the docs.Georg Brandl2007-09-0471-388/+351
* 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-044-147/+57
* CVS -> SubversionSkip Montanaro2007-09-041-1/+1
* I always think of the language when I see "ABC". Emphasize the meaning ofSkip Montanaro2007-09-041-1/+1
* Fix sinple typo.Guido van Rossum2007-09-041-1/+1
* Tutorial formatting patch by Robin Stocker.Georg Brandl2007-09-037-19/+20
* 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
* I'm not actually an authorAndrew M. Kuchling2007-09-011-1/+1
* Document PyCFunctionWithKeywords, add comment for PEP 3123.Georg Brandl2007-09-011-1/+10
* Document sets' "<" and ">" operations.Georg Brandl2007-09-011-0/+10
* Get rid of METH_OLDARGS.Georg Brandl2007-09-011-10/+0
* Get rid of the remaining versionadded/versionchanged directives.Georg Brandl2007-09-01161-2197/+335
* Remove versionadded/versionchanged in the reference.Georg Brandl2007-09-013-57/+5
* Remove versionadded and versionchanged directives, fold information into text...Georg Brandl2007-09-017-442/+41
* 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-3120-124/+43
* Add bytes/remove unicode from the data model.Georg Brandl2007-08-311-64/+36
* - document bytes()Georg Brandl2007-08-3110-321/+182
* Neal sent real performance numbers. :-(Guido van Rossum2007-08-311-2/+3
* string.maketrans() now produces translation tables for bytes.translate() -- w...Georg Brandl2007-08-312-19/+12
* Add bytes methods documentation.Georg Brandl2007-08-313-61/+243
* Commit #1068: new docs for PEP 3101. Also document the old string formatting ...Georg Brandl2007-08-319-389/+513
* Update the first two parts of the reference manual for Py3k,Georg Brandl2007-08-313-234/+175
* Fix unicode issue in tutorial.Georg Brandl2007-08-311-4/+2
* Fix sphinx-build so that it runs with 2.x and 3.x but refuses to start with 3.x.Georg Brandl2007-08-311-7/+6
* Correct a few typos.Georg Brandl2007-08-311-76/+75
* Thomas removed all the SLICE op codesNeal Norwitz2007-08-311-65/+0
* A few more fixes to the tutorialNeal Norwitz2007-08-312-7/+6
* Tutorial update for 3.0 by Paul Dubois.Guido van Rossum2007-08-3112-352/+378
* First draft of a what's new document.Guido van Rossum2007-08-311-26/+248
* Merged revisions 57620-57771 via svnmerge fromThomas Wouters2007-08-307-70/+155
* Fix more lingering print statements.Collin Winter2007-08-302-10/+10
* Add 3.0 to the silly list in license.rst too, and update the Doc README.Georg Brandl2007-08-302-63/+72