summaryrefslogtreecommitdiffstats
path: root/Doc/lib
Commit message (Expand)AuthorAgeFilesLines
* "Make small changes, but carry a big diff."Fred Drake2001-07-181-248/+247
* Add some symbolic names to support hyperlinked references.Fred Drake2001-07-181-2/+2
* Made a few minor style & markup changes to the new {get,set}dlopenflags()Fred Drake2001-07-181-15/+17
* Patch #412229: Add functions sys.getdlopenflags and sys.setdlopenflags.Martin v. Löwis2001-07-181-0/+21
* Update the availability information for os.tempnam(), os.tmpfile(), andFred Drake2001-07-171-1/+3
* Fix a couple of minor markup nits.Fred Drake2001-07-171-5/+5
* Updated the documentation in several respects:Barry Warsaw2001-07-161-14/+46
* Revise the description of time.clock() so that it correctly describes theFred Drake2001-07-161-5/+11
* Minor changes to match the style guide.Fred Drake2001-07-1421-72/+79
* Correct a couple of errors noted by Alex Martelli.Fred Drake2001-07-141-3/+3
* Remove comments about XML and HTML; those sections are noFred Drake2001-07-141-2/+1
* Add entry for xmlrpclib documentation.Fred Drake2001-07-121-0/+1
* Several markup adjustments so this will format and be more consistent withFred Drake2001-07-121-35/+45
* Fix return value for m.group() for groups not in the part of the RE thatFred Drake2001-07-121-42/+47
* On int/long to the negative int/long power, let float handle itGuido van Rossum2001-07-121-7/+10
* First version of xmlrpclib docs. Probably has markup errors; is not complete,Eric S. Raymond2001-07-121-0/+237
* Follow the recommended practices for keystroke representation; thisFred Drake2001-07-123-23/+25
* Added information about the timeout parameter to the poll() method forFred Drake2001-07-111-1/+5
* Fix up a few style nits -- avoid "e.g." and "i.e." -- these makeFred Drake2001-07-0617-98/+105
* Fix up a few style nits -- avoid "e.g." and "i.e." -- these makeFred Drake2001-07-061-4/+6
* Fix up a few style nits -- avoid "e.g." and "i.e." -- these makeFred Drake2001-07-0612-103/+105
* Explain the exit code for the wait() method, including a reference toFred Drake2001-07-061-1/+6
* The fpectl module does not work on Windows, so remove Windows from theFred Drake2001-07-051-2/+2
* Fix a markup error: do not omit a method's parameter list if it isFred Drake2001-07-051-1/+1
* Added more information on the differences between the htmllib and HTMLParserFred Drake2001-07-053-3/+16
* List constraints on xrange() objects.Guido van Rossum2001-07-051-8/+14
* Rip out the fancy behaviors of xrange that nobody uses: repeat, slice,Guido van Rossum2001-07-051-6/+2
* Marked the parameters to Stats.print_*() as optional.Fred Drake2001-07-021-3/+3
* Turns out Neil didn't intend for *all* of his gen-branch work to getTim Peters2001-06-291-10/+27
* Correct a markup error for an accented character.Fred Drake2001-06-291-1/+1
* Removed some stray periods, and fix up a number of visible markupFred Drake2001-06-291-18/+19
* SourceForge bug #437041:Fred Drake2001-06-291-8/+8
* Simplify an example based on comment from Thomas Holenstein <thomas@hex.ch>:Fred Drake2001-06-291-4/+1
* Remove duplicate ', ' in dbhash.open()'s argument list.Thomas Wouters2001-06-271-1/+1
* Remove the restriction on a mapping's .update() method.Barry Warsaw2001-06-261-9/+7
* Teach the types module about generators. Thanks to James Althoff on theTim Peters2001-06-251-0/+6
* Updated link to zlib's home page.Fred Drake2001-06-251-3/+2
* Fix typoAndrew M. Kuchling2001-06-231-1/+1
* Correct erroneous description of precmd.Eric S. Raymond2001-06-231-2/+6
* Contributed updates from Harald Hanche-Olsen, giving details of the branchFred Drake2001-06-231-0/+49
* Re-organize a little, clean up some markup.Fred Drake2001-06-221-52/+73
* Corrected an error in the information on supporting weak references inFred Drake2001-06-221-9/+7
* Fix & clean up the information about building Python with large file supportFred Drake2001-06-221-4/+3
* Update to include the license information in a less annoying place.Fred Drake2001-06-201-0/+3
* Document the new encodestring() and decodestring() functions. Also,Barry Warsaw2001-06-191-2/+19
* Document that filter is added in 2.2.Martin v. Löwis2001-06-161-0/+1
* Add a version annotation for the Q and q format codes.Fred Drake2001-06-151-1/+2
* Fix an improperly placed comma.Fred Drake2001-06-141-1/+1
* Fixed reference to table notes for {}.keys() and {}.items() -- theseFred Drake2001-06-121-4/+4
* Added q/Q standard (x-platform 8-byte ints) mode in struct module.Tim Peters2001-06-121-7/+10