summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* Fix up a few style nits -- avoid "e.g." and "i.e." -- these makeFred Drake2001-07-062-23/+23
* 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
* Add another name.Fred Drake2001-07-021-0/+1
* Turns out Neil didn't intend for *all* of his gen-branch work to getTim Peters2001-06-291-10/+27
* Use the more conventional "self" as the name of the self parameter in anFred Drake2001-06-291-1/+1
* 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
* Two more names.Fred Drake2001-06-291-0/+2
* 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
* Add more items that need to be written aboutAndrew M. Kuchling2001-06-271-0/+24
* 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-232-2/+2
* Correct erroneous description of precmd.Eric S. Raymond2001-06-231-2/+6
* Remove some bogus trailing whitespace.Fred Drake2001-06-231-2/+2
* Fix minor markup nits.Fred Drake2001-06-232-6/+2
* Use a named reference to another chapter instead of hard coding theFred Drake2001-06-231-2/+2
* Fix a very minor (but annoying when looking for things!) markup nit.Fred Drake2001-06-237-0/+43
* Add "yeild" to the list of keywords.Fred Drake2001-06-231-2/+18
* Consistently use semi-colons after the last property for each selector.Fred Drake2001-06-231-26/+26
* Give the pattern used to pick out a source anchor a more specific pattern.Fred Drake2001-06-231-1/+1
* Added several names.Fred Drake2001-06-231-0/+4
* Contributed updates from Harald Hanche-Olsen, giving details of the branchFred Drake2001-06-231-0/+49
* Added support for our new \infinity and \plusminus macros, and theFred Drake2001-06-231-1/+4
* \infinity,Fred Drake2001-06-231-0/+2
* Miscellaneous code cleanups.Fred Drake2001-06-231-4/+10
* Remove an extra tab character.Fred Drake2001-06-221-1/+1
* 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
* Adjust to understand use of either single- or double-quotes to quoteFred Drake2001-06-221-20/+23
* Add the new texinputs/license.tex to the shared dependencies.Fred Drake2001-06-221-0/+1
* Fix & clean up the information about building Python with large file supportFred Drake2001-06-221-4/+3
* Move license information to a less annoying location in the document.Fred Drake2001-06-201-0/+13
* Update to include the license information in a less annoying place.Fred Drake2001-06-205-0/+16
* Separate the copyright statements and license text; include some newFred Drake2001-06-202-96/+261
* Separate the version number and release status into two separate values.Fred Drake2001-06-201-1/+2
* Update to use the newly separated values $PACKAGE_VERSION and $RELEASE_INFO.Fred Drake2001-06-201-5/+5
* Added support for new \setreleaseinfo macro.Fred Drake2001-06-201-65/+76
* Add a little more support for describing version information. ThisFred Drake2001-06-201-0/+3
* Document the new encodestring() and decodestring() functions. Also,Barry Warsaw2001-06-191-2/+19
* Add some information on the use of \verbatiminput to display sources fromFred Drake2001-06-181-0/+15
* Clarification in the fp appendix suggested on c.l.py by Michael Chermside.Tim Peters2001-06-171-2/+3