summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* Fixup spacing in an example.Raymond Hettinger2004-05-311-2/+2
* SF patch 959726: sdist versus SVNTim Peters2004-05-311-3/+3
* 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-315-29/+835
* Add weakref support to sockets and re pattern objects.Raymond Hettinger2004-05-311-0/+4
* Add weakref support to sockets and re pattern objects.Raymond Hettinger2004-05-311-3/+17
* Fill-in the introductory paragraph for the library tour.Raymond Hettinger2004-05-261-0/+3
* Add a further tour of the standard library.Raymond Hettinger2004-05-261-0/+290
* Follow official recommendation for domain names in examples.Raymond Hettinger2004-05-251-3/+3
* 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
* Clarify when iter() is first called in generator expressions.Raymond Hettinger2004-05-201-3/+3
* Added description for authenticate and namespacePiers Lauder2004-05-201-4/+23
* Improved wording for generator expressions.Raymond Hettinger2004-05-191-22/+15
* Add more docs for generator expressions.Raymond Hettinger2004-05-192-9/+45
* SF patch #872326: Generator expression implementationRaymond Hettinger2004-05-191-0/+78
* add some notes about the changes to ConfigParserFred Drake2004-05-181-0/+6
* 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
* minor wording cleanupFred Drake2004-05-121-1/+1
* 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
* use tools/getversioninfo to extract the version number from the PythonFred Drake2004-05-111-11/+4
* remove assignment to unused variableFred Drake2004-05-111-1/+0
* update to reflect the current location of the SF bugs search boxFred Drake2004-05-111-1/+1
* 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
* don't make assumptions about $PATH in Cygwin instructionsFred Drake2004-05-101-1/+1
* Add more examples.Raymond Hettinger2004-05-091-1/+52
* note that descriptor objects must be instances of new-style typesFred Drake2004-05-061-1/+2
* fix documentation for ContentHandler.ignorableWhitespace()Fred Drake2004-05-061-1/+1
* markup adjustmentsFred Drake2004-05-061-9/+10
* Swap public and system ID in start_doctype_decl. Fixes #780300.Martin v. Löwis2004-05-061-0/+4
* Patch #940026: Explain "in" when it is first used.Martin v. Löwis2004-05-061-0/+3
* [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
* Removed 'U' from the documentation for Py_BuildValue to bring it in lineNicholas Bastin2004-05-041-3/+0
* Document readline module functions added in Python 2.3. See:Phillip J. Eby2004-05-041-0/+16