summaryrefslogtreecommitdiffstats
path: root/Doc/lib
Commit message (Expand)AuthorAgeFilesLines
* Patch #830858: Update number of functions starting with "is".Martin v. Löwis2003-10-311-1/+1
* [Bug #811681] The asynchat documentation would also apply to the 2.2 version ...Andrew M. Kuchling2003-09-251-0/+1
* remove extra word occurance; reported to webmasterFred Drake2003-08-271-1/+1
* Backporting email 2.5.4 fixes from the trunk.Barry Warsaw2003-08-191-5/+8
* - update documentation contact addressFred Drake2003-07-291-1/+2
* Update URL.Fred Drake2003-07-281-1/+1
* - Americanize a spellingFred Drake2003-07-241-3/+3
* correct linkSkip Montanaro2003-07-141-1/+1
* Patch #549151, rev4: redirect POST on 301 also.Martin v. Löwis2003-07-122-9/+17
* Update Tkinter3000 notes based on text from Fredrik Lundh.Fred Drake2003-07-081-7/+9
* Fix SF bug #766288, property() example gives syntax errorNeal Norwitz2003-07-051-1/+1
* Backport tim_one's checkin:Neal Norwitz2003-07-011-1/+1
* Avoid 'dir' as a variable name. Use os.path.join() to join path elementsSkip Montanaro2003-06-191-4/+4
* Remove unused line numbers from example code.Fred Drake2003-05-201-28/+27
* Fixing typo from previous patch.Brett Cannon2003-05-201-2/+2
* Add docs for use of key_file and cert_file parameters.Brett Cannon2003-05-201-1/+6
* Fix nits found by Tools\scripts\texcheck.pyRaymond Hettinger2003-05-1616-24/+24
* At the site of an indexed reference to print, point to the relevantFred Drake2003-04-301-0/+4
* - clean up some extra punctuation hidden in indexing markupFred Drake2003-04-291-13/+10
* Clarify that the timeout argument to read_until() is in seconds.Fred Drake2003-04-291-1/+2
* SF bug #729096: getopt online documentation example improvementRaymond Hettinger2003-04-291-1/+4
* backport of note arising from bug 711019.Skip Montanaro2003-04-261-1/+11
* Markup change; make the notice a little stronger by using the "boxed"Fred Drake2003-04-251-6/+9
* Add modified versions of the examples from Sean ReifschneiderFred Drake2003-04-251-0/+36
* Backport 1.47 and 1.7Raymond Hettinger2003-04-252-11/+47
* Add cross-references between urllib.urlencode() and cgi.parse_qs[l]().Fred Drake2003-04-242-0/+6
* Include notice that the rotor module will be deprecated in Python 2.3.Fred Drake2003-04-241-0/+2
* Fix documentation errors in regards to urlretrieve() and local files.Brett Cannon2003-04-241-11/+11
* backport note about password limitationsSkip Montanaro2003-04-231-0/+7
* fsync(): Implemented for Windows, via calling MS _commit. This countsTim Peters2003-04-231-2/+9
* Added documentation for the handle_pi() method, based on SF patch #662464.Fred Drake2003-04-171-1/+15
* Backport:Neal Norwitz2003-04-111-1/+5
* Added example of using positional and keyword args with atexit.register().Fred Drake2003-04-081-0/+15
* Backporting docs for email 2.5Barry Warsaw2003-03-216-13/+27
* - added example of using a comparison function with list.sort(), andFred Drake2003-03-201-6/+35
* - explain what a UNC path is in the makedirs() description, sinceFred Drake2003-03-201-2/+5
* SF bug #697220, string.strip implementation/doc mismatchNeal Norwitz2003-03-041-0/+2
* Backported fix to [521782] unreliable file.read() error handling.Gustavo Niemeyer2003-03-041-1/+3
* TypoRaymond Hettinger2003-02-212-2/+2
* Backport libtime.tex 1.53:Raymond Hettinger2003-02-211-1/+1
* Backport 1.7: Clarify when a read-only object is created.Raymond Hettinger2003-02-211-0/+5
* SF bug #685775: turtle circle() documentation errorRaymond Hettinger2003-02-211-4/+5
* Fix SF bug #687655, String formatting conversions misleadingNeal Norwitz2003-02-171-1/+1
* backporting Fred's doc fix.Skip Montanaro2003-02-141-2/+3
* add missing description of os.extsepSkip Montanaro2003-02-141-0/+5
* Fix SF bug #675259, os.environ leaks under FreeBSD and Mac OS XNeal Norwitz2003-02-071-1/+7
* Update to better reflect the usage of struct_time instances throughout;Fred Drake2003-02-041-24/+28
* backports:Neal Norwitz2003-02-021-2/+95
* SF patch 664183 and SF bug 664044: Note that both u'%s' % 'x' andRaymond Hettinger2003-01-131-1/+4
* Backport last change:Neal Norwitz2003-01-121-1/+2