summaryrefslogtreecommitdiffstats
path: root/Doc/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Adding new built-in function sum, with docs and tests.Alex Martelli2003-04-221-0/+8
* - 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
* - Several methods of nntplib.NNTP have grown an optional file argumentGuido van Rossum2003-04-191-8/+50
* Added some more documentation to as_string() to make it clear thatBarry Warsaw2003-04-181-0/+14
* Change email address.Martin v. Löwis2003-04-187-8/+8
* Fix spelling of cedillas.Martin v. Löwis2003-04-181-1/+1
* Correct methoddesc environments.Martin v. Löwis2003-04-181-2/+2
* Patch #536883: SimpleXMLRPCServer auto-docing subclass.Martin v. Löwis2003-04-182-0/+106
* - accepted (slightly) modified version of docs for the OptionGroupFred Drake2003-04-181-71/+108
* Implement IDNA (Internationalized Domain Names in Applications).Martin v. Löwis2003-04-183-1/+206
* Use True in a few more places.Neal Norwitz2003-04-171-1/+1
* Oops, missed updating doc to correct version for splitNeal Norwitz2003-04-171-1/+1
* Added documentation for the handle_pi() method, based on SF patch #662464.Fred Drake2003-04-171-1/+15
* markup banalitiesFred Drake2003-04-171-18/+18
* Implemented posix-mode parsing support in shlex.py, as dicussed inGustavo Niemeyer2003-04-171-23/+113
* Add version info for name2codepoint and codepoint2nameNeal Norwitz2003-04-161-2/+2
* Add two dictionaries to htmlentitydefs: name2codepoint mapsWalter Dörwald2003-04-161-3/+15
* - list.insert(i, x) now interprets negative i as it would beGuido van Rossum2003-04-141-4/+5
* Typo fixAndrew M. Kuchling2003-04-141-1/+1
* Back out of setting the default charset to iso-8859-1.Barry Warsaw2003-04-111-1/+1
* Fix markupNeal Norwitz2003-04-111-1/+1
* From http://mail.python.org/pipermail/i18n-sig/2003-April/001557.htmlBarry Warsaw2003-04-111-8/+28