summaryrefslogtreecommitdiffstats
path: root/Doc/lib
Commit message (Expand)AuthorAgeFilesLines
* SF patch #969791: Add nlargest() and nsmallest() to heapq.Raymond Hettinger2004-06-101-0/+24
* make a reference to the SimpleHTTPServer module a hyperlink to theFred Drake2004-06-091-1/+1
* Patch #774665: Make Python LC_NUMERIC agnostic.Martin v. Löwis2004-06-081-19/+0
* - markup fixFred Drake2004-06-081-3/+3
* Feature request #935915: Add os.path.devnull.Martin v. Löwis2004-06-081-0/+8
* Patch #510695: Add TSC profiling for the VM.Martin v. Löwis2004-06-081-0/+10
* [Bug #953177] Mention .getlist(); text from Paul MooreAndrew M. Kuchling2004-06-061-9/+4
* SF 964876 mapping a 0 length fileTim Peters2004-06-061-8/+10
* [Bug #918710] Add paragraph to clarify docsAndrew M. Kuchling2004-06-051-0/+5
* avoid backticks in examples; use repr() insteadFred Drake2004-06-031-2/+2
* Document string methods that are locale-dependent. Fixes #935749.Martin v. Löwis2004-06-031-0/+24
* Patch #957240: Add count parameter to asyncore.loop.Martin v. Löwis2004-06-031-14/+14
* - SF #962502: Add two more methods for unicode type; width() andHye-Shik Chang2004-06-021-0/+11
* Patch #932930: suggest the use of rawstrings for backslashes.Martin v. Löwis2004-05-311-9/+20
* Patch #963318: Add support for client-side cookie management.Martin v. Löwis2004-05-314-29/+816
* Add weakref support to sockets and re pattern objects.Raymond Hettinger2004-05-311-3/+17
* stupid, stupid, stupid... raw_input() already supports readline() if theSkip Montanaro2004-05-241-11/+1
* Add example that uses readline.readline().Skip Montanaro2004-05-231-0/+33
* Exposed readline() function from the readline module.Skip Montanaro2004-05-231-0/+5
* Updated to reflect new types.Raymond Hettinger2004-05-221-2/+8
* Added description for authenticate and namespacePiers Lauder2004-05-201-4/+23
* ConfigParser:Fred Drake2004-05-181-1/+3
* ConfigParser:Fred Drake2004-05-181-3/+2
* ConfigParser:Fred Drake2004-05-181-1/+3
* ConfigParser:Fred Drake2004-05-181-0/+9
* Make sure "del d[n]" is properly supported. Was necessary because theRaymond Hettinger2004-05-121-11/+8
* fix various descriptions of "ctime"Fred Drake2004-05-122-2/+6
* fix various typos; thanks, George Yoshida!Fred Drake2004-05-126-6/+6
* add note about the __name__ read-only attributeFred Drake2004-05-121-1/+6
* markup adjustmentFred Drake2004-05-111-3/+5
* Added a note describing how fp should be opened in binary mode, especially onBarry Warsaw2004-05-101-0/+4
* Point out that %p has no effect on the output hour in strptime unless %I isSkip Montanaro2004-05-101-2/+6
* Add more examples.Raymond Hettinger2004-05-091-1/+52
* fix documentation for ContentHandler.ignorableWhitespace()Fred Drake2004-05-061-1/+1
* [Bug #810879] Document that copyfile() can fail if you don't have permissions...Andrew M. Kuchling2004-05-051-3/+5
* Fix small grammatical mistake.Brett Cannon2004-05-051-1/+1
* add an index entry for __getnewargs__()Fred Drake2004-05-051-0/+2
* - note that __getinitargs__() is only for old-style classesFred Drake2004-05-051-2/+17
* Remove list of pickle protocol names used by the copy module; thereFred Drake2004-05-051-5/+1
* note that the error code for socket.gaierror will be one of the EAI_*Fred Drake2004-05-051-0/+2
* SF #814606: merge from release23-maint branch: clarify/cleanupGreg Ward2004-05-051-25/+27
* Document readline module functions added in Python 2.3. See:Phillip J. Eby2004-05-041-0/+16
* Minor documentation nits.Raymond Hettinger2004-05-011-11/+29
* Add an example application to the docs.Raymond Hettinger2004-04-301-2/+31
* the headers in an HTTP request are HTTP headers, not MIME headersFred Drake2004-04-291-2/+2
* remove out-of-date count of the functions in winsoundFred Drake2004-04-281-1/+1
* really scream out that people should use the file objects instead ofFred Drake2004-04-161-7/+19
* bring description of optional and keyword args for DictReader and DictWriterSkip Montanaro2004-04-161-6/+8
* remove bogus markup that caused the docs to be wrongFred Drake2004-04-151-1/+1
* fix up some markupFred Drake2004-04-091-18/+18