Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add warning that on Windows it only works on sockets. | Guido van Rossum | 1998-09-28 | 1 | -1/+7 |
| | |||||
* | Document new urllib features by Eric Raymond. | Guido van Rossum | 1998-09-28 | 1 | -5/+22 |
| | |||||
* | Added realclean and distclean targets to match ../Makefile. | Fred Drake | 1998-09-23 | 1 | -0/+3 |
| | |||||
* | Explicitly document the fact that the search method returns a MatchObject. | Guido van Rossum | 1998-09-21 | 1 | -1/+2 |
| | | | | (Reported by Gary Herron.) | ||||
* | Patch by Greg Stein to document the 'P' flag. | Guido van Rossum | 1998-09-21 | 1 | -0/+17 |
| | |||||
* | re.findall(): Mark as added in 1.5.2. | Fred Drake | 1998-09-18 | 1 | -0/+1 |
| | |||||
* | Get rid of 'ppp' that accidentally crept in. | Guido van Rossum | 1998-09-17 | 1 | -1/+1 |
| | |||||
* | Richard Wolff's changes, documenting his changes to pdb.py. | Guido van Rossum | 1998-09-17 | 1 | -13/+96 |
| | |||||
* | Add a \label to the section "Fancier Output Formatting" (it's referenced from | Fred Drake | 1998-09-11 | 1 | -156/+89 |
| | | | | | | the KOE docs). Some markup nits. | ||||
* | Markup nits. | Fred Drake | 1998-09-10 | 1 | -36/+36 |
| | |||||
* | do_cmd_methodlineni(): New function, needed because the ref. manual now | Fred Drake | 1998-09-10 | 1 | -0/+9 |
| | | | | actually uses this markup. | ||||
* | Added comment about support for rational numbers, and pointer to | Fred Drake | 1998-09-10 | 1 | -1/+6 |
| | | | | Demos/classes/Rat.py. | ||||
* | Markup nits. | Fred Drake | 1998-09-10 | 1 | -65/+63 |
| | | | | Fixes/index improvements from Michael Ernst <mernst@cs.washington.edu>. | ||||
* | Fix typo in URL; reported by Michael Ernst <mernst@cs.washington.edu>. | Fred Drake | 1998-09-10 | 1 | -1/+1 |
| | |||||
* | \itembreak, | Fred Drake | 1998-09-09 | 1 | -20/+7 |
| | | | | | | \itemjoin: Remove obsolete macros. \itemnewline: Rename to \py@itemnewline, since it's only used internally. | ||||
* | Ignore the generated README file. | Fred Drake | 1998-08-28 | 2 | -0/+2 |
| | |||||
* | When building the tarball of the PostScript files, also generate & include a | Fred Drake | 1998-08-28 | 1 | -1/+2 |
| | | | | little README giving the page count of each file when printed. | ||||
* | Target to generate a little README file with the page counts of the PostScript | Fred Drake | 1998-08-28 | 1 | -0/+4 |
| | | | | files. | ||||
* | Script to generate page counts of the PostScript files. | Fred Drake | 1998-08-28 | 1 | -0/+23 |
| | |||||
* | Support long options that take arguments of the form --option=value as well | Fred Drake | 1998-08-28 | 1 | -5/+40 |
| | | | | | | as --option value. Minor nits cleaned up. | ||||
* | Markup changes in the section on disciplines to match method descriptions | Fred Drake | 1998-08-28 | 1 | -165/+171 |
| | | | | | | a little better, and produce better HTML. Add some index entries. | ||||
* | Describe what happens when ``raise C, x'' is called where C is a class | Guido van Rossum | 1998-08-25 | 1 | -7/+13 |
| | | | | and x is not an instance of C (nor of a class derived of C). | ||||
* | Clarify Y2K behavior when a tuple with a 2-digit date is passed to | Guido van Rossum | 1998-08-25 | 1 | -2/+15 |
| | | | | mktime() and such. | ||||
* | round(): Mark the second (optional) parameter as optional, since it's | Fred Drake | 1998-08-24 | 1 | -4/+4 |
| | | | | | | described that way. setattr(): Clarify that the attribute doesn't need to exist to be set. | ||||
* | Added some cross-references to the end. | Fred Drake | 1998-08-24 | 1 | -0/+6 |
| | |||||
* | spoking --> speaking | Fred Drake | 1998-08-24 | 1 | -7/+7 |
| | | | | object whose method this is --> object on which the method operates | ||||
* | There is no <ISINPUT> element, just <ISINDEX>. ;-) | Fred Drake | 1998-08-21 | 1 | -1/+1 |
| | |||||
* | Added an example that uses signal.alarm() to time out an os.open() that | Andrew M. Kuchling | 1998-08-18 | 1 | -1/+29 |
| | | | | | | | | | takes too long. This example relies on the fact that raising an exception in a signal handler causes the exception to be re-raised when the main line of the program resumes execution. Is this guaranteed in CPython, or is this something that just happens to work by accident? Also fixed a typo. | ||||
* | Clean up the HTML a bit; update the version number. | Fred Drake | 1998-08-17 | 1 | -21/+22 |
| | |||||
* | Fix arguments for renames(); bug spotted by Oliver Andrich | Fred Drake | 1998-08-17 | 1 | -1/+1 |
| | | | | <oli@rhein-zeitung.de>. | ||||
* | Fix markup where C include files get named in <...> form; bug reported by | Fred Drake | 1998-08-14 | 4 | -5/+4 |
| | | | | Lorenzo M. Catucci <lorenzo@argon.roma2.infn.it>. | ||||
* | img_tag(): For \n to be interpreted as a newline, the string must use double | Fred Drake | 1998-08-14 | 1 | -1/+1 |
| | | | | quote, not single quotes. Ugh. | ||||
* | Clarify wording in the description of re.split | Andrew M. Kuchling | 1998-08-14 | 1 | -5/+5 |
| | | | | Simplify the patterns in the examples for re.split | ||||
* | Don't need these anymore.... | Fred Drake | 1998-08-13 | 6 | -0/+0 |
| | |||||
* | Do the magic to use the new buttons (with shorter names!) instead of the old | Fred Drake | 1998-08-13 | 1 | -20/+32 |
| | | | | | ones. Get the <IMG> width & height right. New design for the navigation bars, including the document title as well as the navigation links/buttons. | ||||
* | Add l2hinit.perl to COMMONPERL. | Fred Drake | 1998-08-13 | 1 | -1/+2 |
| | |||||
* | New icons from Christopher Petrilli <petrilli@dworkin.amber.org>. | Fred Drake | 1998-08-13 | 12 | -0/+0 |
| | | | | Cool! | ||||
* | Second definition of popen2 should be popen3. | Guido van Rossum | 1998-08-13 | 1 | -1/+1 |
| | |||||
* | Improved some error messages for command line processing. | Fred Drake | 1998-08-12 | 1 | -2/+17 |
| | | | | Added --all to produce all formats at once. | ||||
* | Added more informaton about the mkhowto.sh script. | Fred Drake | 1998-08-12 | 1 | -3/+4 |
| | |||||
* | Oops, the --text option wasn't documented! | Fred Drake | 1998-08-12 | 1 | -0/+1 |
| | |||||
* | Added a comment about not using a symbolic link to access the script. | Fred Drake | 1998-08-12 | 1 | -0/+7 |
| | |||||
* | Some minor updates. | Fred Drake | 1998-08-12 | 1 | -6/+10 |
| | |||||
* | Massive cleanup: Use Makefiles in subdirs properly, move most of the | Fred Drake | 1998-08-12 | 1 | -280/+96 |
| | | | | | detailed build rules to the subdirs. Allow pretty much every useful target to be built directly from the top dir (no change in output location). | ||||
* | Re-written to actually perform the conversion instead of using a sub-make | Fred Drake | 1998-08-12 | 1 | -18/+76 |
| | | | | | with the parent Makefile. Will also force the auxillary files to be created if they need to be. | ||||
* | Update date & version number for release 1.5.2a1. | Fred Drake | 1998-08-12 | 1 | -2/+2 |
| | |||||
* | New Makefile; includes ../paper-letter/Makefile and sets PAPER=a4. | Fred Drake | 1998-08-12 | 1 | -0/+2 |
| | |||||
* | New Makefile, contains rules for building typeset versions. | Fred Drake | 1998-08-12 | 1 | -0/+136 |
| | |||||
* | New makefile which only contains the source dependencies specific to each | Fred Drake | 1998-08-12 | 1 | -0/+181 |
| | | | | document. The main Makefile will only contain rules and "system" dependencies. | ||||
* | Bump RELEASE to 1.5.2a1. | Fred Drake | 1998-08-11 | 1 | -1/+1 |
| |