summaryrefslogtreecommitdiff
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Apply SF patch #1775604: This adds three new codecs (utf-32, utf-32-le andWalter Dörwald2007-08-162-0/+74
* Complete truncated sentence.Walter Dörwald2007-08-161-1/+1
* Remove RISCOS supportSkip Montanaro2007-08-161-4/+1
* Remove license of the md5 module which is no longer part of Python.Georg Brandl2007-08-161-50/+0
* Move the 3k reST doc tree in place.Georg Brandl2007-08-15423-0/+131199
* Delete the LaTeX doc tree.Georg Brandl2007-08-15490-150234/+0
* Fix doc compilation problem.George Yoshida2007-08-151-1/+1
* Implement PEP 3131. Add isidentifier to str.Martin v. Löwis2007-08-151-0/+5
* Remove string.{letters,lowercase,uppercase}.Martin v. Löwis2007-08-141-30/+3
* PyErr_Warn is deprecated in 2.5 - goes away for 3.0Skip Montanaro2007-08-121-10/+0
* Remove docs for builtin file.Neal Norwitz2007-08-121-103/+54
* Kill execfile(), use exec() insteadNeal Norwitz2007-08-129-51/+22
* Remove support for __members__ and __methods__. There still might beNeal Norwitz2007-08-111-10/+0
* Fix some doc problems.Neal Norwitz2007-08-102-3/+3
* Merged revisions 56782-56847 via svnmerge fromGuido van Rossum2007-08-093-8/+16
* SF patch# 1770008 by Christian Heimes (plus some extras).Guido van Rossum2007-08-092-4/+4
* Kill references to tp_print.Guido van Rossum2007-08-071-13/+6
* Run 2to3 over Doc/lib/sqlite3/.Collin Winter2007-08-0722-43/+43
* Merged revisions 56753-56781 via svnmerge fromGuido van Rossum2007-08-065-16/+30
* Change PyUnicode_FromString[AndSize] to expect UTF-8.Martin v. Löwis2007-08-051-3/+10
* Make bsddb use bytes as keys and values. Add StringKeysMartin v. Löwis2007-08-051-0/+11
* Merged revisions 56492-56752 via svnmerge fromGuido van Rossum2007-08-056-176/+2
* Remove useless \withsubitem.Georg Brandl2007-08-021-1/+0
* SF patch# 1759016 by Joe Gregorio, who writes:Guido van Rossum2007-07-231-14/+3
* Merged revisions 56443-56466 via svnmerge fromGuido van Rossum2007-07-201-0/+2
* Merged revisions 56301-56442 via svnmerge fromGuido van Rossum2007-07-188-29/+95
* Merged revisions 56154-56264 via svnmerge fromGuido van Rossum2007-07-113-6/+9
* Merged revisions 56020-56124 via svnmerge fromGuido van Rossum2007-06-304-9/+17
* Merged revisions 55962-56019 via svnmerge fromGuido van Rossum2007-06-183-1/+8
* Merged revisions 55817-55961 via svnmerge fromGuido van Rossum2007-06-1317-112/+146
* Rip out all codecs that can't work in a unicode/bytes world:Walter Dörwald2007-06-121-44/+1
* Add versionadded notes to PyUnicode_FromString(),Walter Dörwald2007-06-111-2/+3