summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* Remove extra } at end of method description parameters.Fred Drake1998-10-011-6/+7
* Fix encoding of \ in some string literals in the discussion of "raw"Fred Drake1998-10-011-2/+2
* Fix some confusion in the __repr__() and __str__() descriptions.Fred Drake1998-10-011-82/+85
* Fix encoding of \n in a couple of places (reported by LorenzoFred Drake1998-10-011-11/+11
* Document that apply() can now take any sequence in argument 2.Barry Warsaw1998-10-011-2/+3
* Add warning that on Windows it only works on sockets.Guido van Rossum1998-09-281-1/+7
* Document new urllib features by Eric Raymond.Guido van Rossum1998-09-281-5/+22
* Added realclean and distclean targets to match ../Makefile.Fred Drake1998-09-231-0/+3
* Explicitly document the fact that the search method returns a MatchObject.Guido van Rossum1998-09-211-1/+2
* Patch by Greg Stein to document the 'P' flag.Guido van Rossum1998-09-211-0/+17
* re.findall(): Mark as added in 1.5.2.Fred Drake1998-09-181-0/+1
* Get rid of 'ppp' that accidentally crept in.Guido van Rossum1998-09-171-1/+1
* Richard Wolff's changes, documenting his changes to pdb.py.Guido van Rossum1998-09-171-13/+96
* Add a \label to the section "Fancier Output Formatting" (it's referenced fromFred Drake1998-09-111-156/+89
* Markup nits.Fred Drake1998-09-101-36/+36
* do_cmd_methodlineni(): New function, needed because the ref. manual nowFred Drake1998-09-101-0/+9
* Added comment about support for rational numbers, and pointer toFred Drake1998-09-101-1/+6
* Markup nits.Fred Drake1998-09-101-65/+63
* Fix typo in URL; reported by Michael Ernst <mernst@cs.washington.edu>.Fred Drake1998-09-101-1/+1
* \itembreak,Fred Drake1998-09-091-20/+7
* Ignore the generated README file.Fred Drake1998-08-282-0/+2
* When building the tarball of the PostScript files, also generate & include aFred Drake1998-08-281-1/+2
* Target to generate a little README file with the page counts of the PostScriptFred Drake1998-08-281-0/+4
* Script to generate page counts of the PostScript files.Fred Drake1998-08-281-0/+23
* Support long options that take arguments of the form --option=value as wellFred Drake1998-08-281-5/+40
* Markup changes in the section on disciplines to match method descriptionsFred Drake1998-08-281-165/+171
* Describe what happens when ``raise C, x'' is called where C is a classGuido van Rossum1998-08-251-7/+13
* Clarify Y2K behavior when a tuple with a 2-digit date is passed toGuido van Rossum1998-08-251-2/+15
* round(): Mark the second (optional) parameter as optional, since it'sFred Drake1998-08-241-4/+4
* Added some cross-references to the end.Fred Drake1998-08-241-0/+6
* spoking --> speakingFred Drake1998-08-241-7/+7
* There is no <ISINPUT> element, just <ISINDEX>. ;-)Fred Drake1998-08-211-1/+1
* Added an example that uses signal.alarm() to time out an os.open() thatAndrew M. Kuchling1998-08-181-1/+29
* Clean up the HTML a bit; update the version number.Fred Drake1998-08-171-21/+22
* Fix arguments for renames(); bug spotted by Oliver AndrichFred Drake1998-08-171-1/+1
* Fix markup where C include files get named in <...> form; bug reported byFred Drake1998-08-144-5/+4
* img_tag(): For \n to be interpreted as a newline, the string must use doubleFred Drake1998-08-141-1/+1
* Clarify wording in the description of re.splitAndrew M. Kuchling1998-08-141-5/+5
* Don't need these anymore....Fred Drake1998-08-136-0/+0
* Do the magic to use the new buttons (with shorter names!) instead of the oldFred Drake1998-08-131-20/+32
* Add l2hinit.perl to COMMONPERL.Fred Drake1998-08-131-1/+2
* New icons from Christopher Petrilli <petrilli@dworkin.amber.org>.Fred Drake1998-08-1312-0/+0
* Second definition of popen2 should be popen3.Guido van Rossum1998-08-131-1/+1
* Improved some error messages for command line processing.Fred Drake1998-08-121-2/+17
* Added more informaton about the mkhowto.sh script.Fred Drake1998-08-121-3/+4
* Oops, the --text option wasn't documented!Fred Drake1998-08-121-0/+1
* Added a comment about not using a symbolic link to access the script.Fred Drake1998-08-121-0/+7
* Some minor updates.Fred Drake1998-08-121-6/+10
* Massive cleanup: Use Makefiles in subdirs properly, move most of theFred Drake1998-08-121-280/+96
* Re-written to actually perform the conversion instead of using a sub-makeFred Drake1998-08-121-18/+76