summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* Patch #711902: Cause pydoc to show data descriptor __doc__ strings.Martin v. Löwis2003-05-031-0/+25
* - add title attributes to the navigation icons on the navigation bars;Fred Drake2003-05-031-15/+27
* add link types for the remaining links in the navigation panelsFred Drake2003-05-021-7/+9
* - add link relationships to some of the links in the navigation panelsFred Drake2003-05-021-7/+16
* The previous made the stop argument optional.Raymond Hettinger2003-05-021-10/+7
* SF bug #730685: itertools.islice stop argument is not optionalRaymond Hettinger2003-05-021-10/+13
* Avoid extraneous blank line generated in the middle of the documentFred Drake2003-05-021-16/+15
* Remove section number from the title for use in theFred Drake2003-05-021-1/+6
* At the site of an indexed reference to print, point to the relevantFred Drake2003-04-301-1/+5
* work around mostly-minor formatting problems; the encodings.idnaFred Drake2003-04-301-2/+2
* - comment out \moduleauthor that broke formatting until the formattingFred Drake2003-04-301-15/+28
* - 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
* Add comment that urlopen opens local files without universal newlinesBrett Cannon2003-04-291-8/+8
* Reworded fabs() for consistency with the others. Noted that allTim Peters2003-04-281-2/+3
* walk() docs: Emphasize that the recursive-delete example is dangerous.Tim Peters2003-04-281-0/+2
* SF bug 728097: tmpnam problems on windows 2.3b, breaks test.test_os.Tim Peters2003-04-281-1/+5
* walk() docs: Worked "walking" into the description and the text. AddedTim Peters2003-04-281-1/+18
* Clarified new text about math exceptions.Tim Peters2003-04-261-4/+9
* Add note about platform-specific behavior arising from discussion on bugSkip Montanaro2003-04-261-1/+11
* Version updates for Python 2.3.Fred Drake2003-04-262-4/+7
* organizational and markup cleansingFred Drake2003-04-251-76/+81
* Updated information on package metadata to reflect recent additions.Fred Drake2003-04-251-33/+68
* - add availability statements for some of the new APIsFred Drake2003-04-251-38/+38
* Add modified versions of the examples from Sean ReifschneiderFred Drake2003-04-251-0/+36
* Fix a copy-paste error: the paragraph about inet_ntop's use was copiedGuido van Rossum2003-04-251-2/+2
* reflect csv's change back to a module. Document the new sniffer api.Skip Montanaro2003-04-251-20/+14
* Use a simpler \note instead of a "See also" section to refer to theFred Drake2003-04-251-5/+2
* Add versionadded for has_ipv6 attributeNeal Norwitz2003-04-251-0/+1
* Fix markupNeal Norwitz2003-04-251-1/+1
* markup adjustmentsFred Drake2003-04-251-5/+4
* New generator os.walk() does a bit more than os.path.walk() does, andTim Peters2003-04-252-0/+71
* Patch by Jp Calderone:Guido van Rossum2003-04-251-0/+42
* [Patch #628208] Document the allow_none argumentAndrew M. Kuchling2003-04-251-2/+8
* * minor tweaks relating to the package nature of the beastSkip Montanaro2003-04-241-8/+32
* Updated a bunch of docs to describe how message ids and strings areBarry Warsaw2003-04-241-29/+73
* Add some more itemsAndrew M. Kuchling2003-04-241-3/+18
* Bump the release information.Fred Drake2003-04-242-3/+3
* Add cross-references between urllib.urlencode() and cgi.parse_qs[l]().Fred Drake2003-04-242-0/+6
* SF Patch 549151: urllib2 POSTs on redirectRaymond Hettinger2003-04-242-11/+47
* Note the platform module.Fred Drake2003-04-241-0/+8
* Mention deprecation of rotor moduleAndrew M. Kuchling2003-04-241-1/+6
* [Patch #679505] Document that this module is deprecatedAndrew M. Kuchling2003-04-241-0/+2
* Fixed docs for urlretrieve() to match code in the case of opening a local file.Brett Cannon2003-04-241-13/+13
* fix some markup errorsFred Drake2003-04-231-2/+2
* clarify - restrict version mention to the trunk versionSkip Montanaro2003-04-231-6/+6
* added note about character set limitations in passwords.Skip Montanaro2003-04-231-0/+7
* Document the new functions PyInt_AsUnsignedLongMask(), PyInt_AsUnsignedLongLo...Thomas Heller2003-04-231-0/+26
* Clarified new fsync() docs.Tim Peters2003-04-231-4/+5