summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Add some spaces in the example code.Neal Norwitz2007-05-311-3/+3
* Fix rst markup.Georg Brandl2007-05-291-1/+1
* Explain when groupby() issues a new group.Raymond Hettinger2007-05-281-0/+8
* Added errors argument to TarFile class that allows the user toLars Gustäbel2007-05-271-31/+135
* Applied patch 1669481, slightly modified: Support close_fds on Win32Peter Astrand2007-05-261-1/+4
* Fix typo.Walter Dörwald2007-05-261-1/+1
* Updated documentation for SysLogHandler (#1720726).Vinay Sajip2007-05-251-2/+5
* shlex.split() now has an optional "posix" parameter.Georg Brandl2007-05-241-2/+4
* Remove the "panel" module doc file which has been ignored since 1994.Georg Brandl2007-05-222-75/+0
* Document new params to HTTPSConnectionNeal Norwitz2007-05-221-1/+3
* Patch #1686487: you can now pass any mapping after '**' in function calls.Georg Brandl2007-05-211-1/+1
* fix against r55474 [Remove the macfs module]George Yoshida2007-05-212-2/+0
* Note removed modulesAndrew M. Kuchling2007-05-211-0/+8
* Remove the macfs module. This led to the deprecation of macostools.touched();Brett Cannon2007-05-202-241/+1
* Fix typo in example (should be backported, but my maintenance branch is woefu...Nick Coghlan2007-05-201-1/+1
* Remove the rgbimg module. It has been deprecated since Python 2.5.Brett Cannon2007-05-203-56/+0
* Improvements to NamedTuple's implementation, tests, and documentationRaymond Hettinger2007-05-191-4/+15
* fix argument name in documentation; match the implementationFred Drake2007-05-171-2/+2
* Remove the gopherlib module. It has been raising a DeprecationWarning sinceBrett Cannon2007-05-165-62/+5
* Bug #1719995: don't use deprecated method in sets example.Georg Brandl2007-05-161-3/+3
* Remove references to stdwin which was removed long ago.Neal Norwitz2007-05-134-842/+6
* Remove Amoeba doc which was removed in version 1.0! according to Misc/HISTORY.Neal Norwitz2007-05-133-135/+2
* 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
* Deprecate os.popen* and popen2 module in favor of the subprocess module. (for...Neal Norwitz2007-05-112-9/+13