summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
...
* - 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
* Add description for wave.setcomptype() valuesGeorg Brandl2007-07-181-0/+2
* 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
* Backport 56345Raymond Hettinger2007-07-141-3/+3
* 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
* SF #1738670, make example in doc workNeal Norwitz2007-06-171-0/+6
* Add missing \versionadded.Georg Brandl2007-06-161-0/+1
* Backport 55882: 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
* Updated documentation for SysLogHandler (#1720726).Vinay Sajip2007-05-251-2/+5
* Document "new" params to HTTPConnection/HTTPSConnectionNeal Norwitz2007-05-221-3/+8
* Backport rev 55465 by Nick Coghlan.Georg Brandl2007-05-201-1/+1
* fix argument name in documentation; match the implementationFred Drake2007-05-171-2/+2
* Bug #1719995: don't use deprecated method in sets example.Georg Brandl2007-05-161-3/+3
* Bug #1046945: document SWIG options of distutils.Georg Brandl2007-05-121-3/+19
* Update DDJ link.Georg Brandl2007-05-111-1/+1
* Patch #1714700: clarify os.linesep vs. tfiles opened in text mode.Georg Brandl2007-05-111-3/+6
* Backport: Add markup for True/False.Neal Norwitz2007-05-091-4/+4
* Bug #1713535 backport.Georg Brandl2007-05-051-1/+1
* Backport checkin:Walter Dörwald2007-05-031-4/+4
* Bug #1710295: exceptions are now new-style classes.Georg Brandl2007-05-011-1/+1
* Backport r54712: document that calling file.next() on a file open for writingBrett Cannon2007-04-271-8/+9
* Version fix (bug #1708710)Georg Brandl2007-04-271-4/+4
* fix some markup errorsFred Drake2007-04-264-5/+5
* Markup fix.Georg Brandl2007-04-251-1/+1
* Patch #1698768: updated the "using Python on the Mac" intro.Georg Brandl2007-04-251-173/+133
* Fix markupRaymond Hettinger2007-04-241-1/+1
* Bug #1705717: error in sys.argv docs.Georg Brandl2007-04-241-2/+2
* Some new year updates.Georg Brandl2007-04-242-2/+3
* Fix SF #1703110, Incorrect example for add_password() (use uri, not host)Neal Norwitz2007-04-241-1/+4
* Backport r54671 - fix in python.sty.Georg Brandl2007-04-211-8/+8
* Backport r54763: repair missing spaces after \UNIX.Georg Brandl2007-04-213-3/+3
* 2.5.1 finalv2.5.1Anthony Baxter2007-04-181-1/+1
* Describe undocumented third argument to touchline()Andrew M. Kuchling2007-04-111-2/+4
* preparing for 2.5.1c1Anthony Baxter2007-04-052-1/+2
* SF #1382213: Tutorial section 9.5.1 ignores MRO for new-style classesRaymond Hettinger2007-04-031-11/+20
* Add itemAndrew M. Kuchling2007-03-301-0/+11
* Patch #1489771: update syntax rules in Python Reference Manual.Žiga Seilnacht2007-03-244-42/+190
* Patch #1686451: Fix return type for PySequence_{Count,Index,Fast_GET_SIZE}.Martin v. Löwis2007-03-231-3/+3