summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* - 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
* Document the new format codes B, H, I, k, K.Thomas Heller2003-04-231-0/+22
* Update the package list whenever we build distfiles.Fred Drake2003-04-232-0/+2
* 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
* Fix some markup nits.Fred Drake2003-04-221-3/+5
* Adding new built-in function sum, with docs and tests.Alex Martelli2003-04-222-1/+12
* - Changed shlex.split() method to have more useful andGustavo Niemeyer2003-04-201-6/+5
* - Included examples documenting how the lastindex member ofGustavo Niemeyer2003-04-201-5/+9
* Patch #553171: Add writeback parameter. Also add protocol parameter.Martin v. Löwis2003-04-191-25/+65