summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Three patches from issue #1047, by Amaury Forgeot d'Arc:Guido van Rossum2007-08-291-0/+7
* Merge the trunk changes in. Breaks socket.ssl for now.Thomas Wouters2007-08-2812-123/+631
* Idiom adjustment in the docs for the parser module.Collin Winter2007-08-281-8/+6
* Kill lingering docs references to UnicodeType.Collin Winter2007-08-282-8/+1
* Don't encourage 'from types import *' in the types module's docs.Collin Winter2007-08-281-4/+3
* Cosmetic fixes to make this work with Py3k (as well as with 2.5 still).Guido van Rossum2007-08-251-5/+5
* Merged revisions 57221-57391 via svnmerge fromGuido van Rossum2007-08-2410-85/+116
* 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-203-8/+9
* Remove note about compatibility layer, as the compatibility layer was removed.Jeremy Hylton2007-08-201-6/+0
* Remove _PyObject_DelNeal Norwitz2007-08-192-7/+1
* Force PYTHON = python2.5.Guido van Rossum2007-08-181-1/+1
* Another merge. Only doc stuff was affected (but this aligns the UTF-32Guido van Rossum2007-08-176-335/+349
* Fix stupid typo in Lib/encodings/utf_32.py which led to failing testsWalter Dörwald2007-08-171-2/+7
* Remove support for BeOSSkip Montanaro2007-08-171-1/+1
* No need to define raw_input(), input() does the same.Georg Brandl2007-08-172-21/+3
* 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-1716-31/+73
* First merge from the trunk straight into the py3k branch. I'm notGuido van Rossum2007-08-161-0/+80