summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* Move the glossary from the tutorial to toplevel.Georg Brandl2007-08-175-352/+337
* Note that smtplib example needs a mailserver.Georg Brandl2007-08-171-0/+2
* Fix problem reported by Andre Roberge.Georg Brandl2007-08-171-5/+5
* - mark the findCaller 2-element tuple/3-element tuple change as new in 2.4Matthias Klose2007-08-161-1/+1
* Added a note in each regarding the fact that unicode strings that look the sameMark Summerfield2007-08-162-2/+12
* Replace "Caveat" paragraphs by .. warning::s.Georg Brandl2007-08-155-21/+30
* Mark deprecated modules as such.Georg Brandl2007-08-1514-3/+25
* Fix a wrong path in the Makefile.Georg Brandl2007-08-151-1/+1
* Don't use "?=" which seems to be a GNUism.Georg Brandl2007-08-151-3/+3
* Add the roman.py module which docutils require.Georg Brandl2007-08-151-0/+80
* Fail somewhat more gracefully when using Python < 2.5.Georg Brandl2007-08-151-0/+9
* Move the 2.6 reST doc tree in place.Georg Brandl2007-08-15445-0/+136056
* Delete the LaTeX doc tree.Georg Brandl2007-08-15513-154687/+0
* Remove test.test_support.guard_warnings_filter.Brett Cannon2007-08-141-6/+0
* Clarify the docs for TransientResource.Brett Cannon2007-08-141-4/+5
* Revert the fix for #1548891, it broke backwards compatibility with arbitrary ...Georg Brandl2007-08-081-0/+4
* Bug #1769002: fix a now-wrong sentence in the tutorial.Georg Brandl2007-08-071-7/+6
* Patch #1765839: add link to https+proxy urllib2 opener.Georg Brandl2007-08-061-1/+6
* - Allow Emacs 22 for building the documentation in info format.Matthias Klose2007-08-021-2/+2
* try-except-finally is new in 2.5.Georg Brandl2007-07-291-1/+3
* Clarify PEP 343 description.Georg Brandl2007-07-291-9/+18
* tabs, newlines and crs are valid XML characters.Georg Brandl2007-07-261-1/+2
* Fix an incompatibility between the -i and -m command line switches as reporte...Nick Coghlan2007-07-241-3/+5
* Add description for wave.setcomptype() valuesGeorg Brandl2007-07-181-0/+2
* Use "Unix" as platform name, not "UNIX".Georg Brandl2007-07-181-1/+1
* Typo fixAndrew M. Kuchling2007-07-141-1/+1
* Clarify webbrowser.open description.Georg Brandl2007-07-141-1/+1
* Bug #1753406: missing \versionadded for subprocess.check_call.Georg Brandl2007-07-141-0/+2
* Correct the docs for takewhile(). Improve the recipe for nth(). Should be b...Raymond Hettinger2007-07-131-3/+3
* Patch #1675424: Added tests for uncovered code in the zipfile module.Georg Brandl2007-07-121-14/+32
* Bug #1637365: add subsection about "__name__ == __main__" to theGeorg Brandl2007-07-121-0/+38
* Patch #1731659: improve time.strptime docs.Georg Brandl2007-07-121-9/+17
* Remove duplicate sentence from alarm() doc.Georg Brandl2007-07-021-2/+1
* Document smtp.SMTPAuthenticationError.Georg Brandl2007-06-301-0/+4
* Fix a variable name in winreg docs.Georg Brandl2007-06-271-1/+1
* Bug #1742901: document None behavior of shlex.split.Georg Brandl2007-06-251-0/+3
* Bug #1739115: make shutil.rmtree docs clear wrt. file deletion.Georg Brandl2007-06-191-5/+6
* Added missing \versionchanged tag for the new excludeLars Gustäbel2007-06-181-0/+1
* Added exclude keyword argument to the TarFile.add() method.Lars Gustäbel2007-06-181-3/+6
* Revert last change for SF #1738754, there's no print in there.Neal Norwitz2007-06-181-1/+1
* SF #1738754, remove extra backslash in stringNeal Norwitz2007-06-181-1/+1
* SF #1738670, make example in doc workNeal Norwitz2007-06-171-0/+6
* Add missing \versionadded.Georg Brandl2007-06-161-0/+1
* Add a wordAndrew M. Kuchling2007-06-151-1/+1
* Added versionchanged flag to all the methods which receivedFacundo Batista2007-06-117-0/+17
* SF #1734732, lower case the module names per PEP 8.Neal Norwitz2007-06-111-26/+26
* Fix wrong documentation, and correct the punktuation.Thomas Heller2007-06-081-2/+2
* Added an optional timeout parameter to function urllib2.urlopen,Facundo Batista2007-06-061-3/+13
* Patch #1731049: make threading.py use a proper "raise" when checking internal...Collin Winter2007-06-061-26/+38
* Update expected birthday of 2.6Neal Norwitz2007-06-021-1/+1