summaryrefslogtreecommitdiffstats
path: root/Doc/lib
Commit message (Expand)AuthorAgeFilesLines
* Refer reader to platform library docs for specific semantics.Jeremy Hylton2003-05-051-3/+6
* Scattered wording and typographical improvements (up to but notGreg Ward2003-05-031-113/+91
* Rename "The Tao of Option Parsing" section to "Philosophy".Greg Ward2003-05-031-30/+30
* Use True/False instead of 1/0 when talking about store_true/store_false.Greg Ward2003-05-031-13/+12
* Add a big comment about cross-platform issues (especially OpenBSD).Greg Ward2003-05-031-7/+33
* Use TeX quotes -- ``foo'' -- as appropriate.Greg Ward2003-05-031-39/+39
* Fix various markup errors: use \longprogramopt{} more, and use itGreg Ward2003-05-031-11/+12
* Use \versionchanged, not \versionadded.Martin v. Löwis2003-05-031-1/+1
* Patch #731514: Update recursion documentation to mention simple recursion.Martin v. Löwis2003-05-031-11/+14
* Patch #711902: Cause pydoc to show data descriptor __doc__ strings.Martin v. Löwis2003-05-031-0/+25
* 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
* At the site of an indexed reference to print, point to the relevantFred Drake2003-04-301-1/+5
* - 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
* organizational and markup cleansingFred Drake2003-04-251-76/+81
* - 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 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
* [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
* 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
* Clarified new fsync() docs.Tim Peters2003-04-231-4/+5
* Enable os.fsync() for Windows, mapping it to MS's _commit() there. TheTim Peters2003-04-231-2/+8
* Add comment on performance.Raymond Hettinger2003-04-231-3/+21
* markup correctionsFred Drake2003-04-221-16/+16
* - explain the start argument to sum()Fred Drake2003-04-221-5/+6