summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Collapse)AuthorAgeFilesLines
* Describe what happens when ``raise C, x'' is called where C is a classGuido van Rossum1998-08-251-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 toGuido van Rossum1998-08-251-2/+15
| | | | mktime() and such.
* round(): Mark the second (optional) parameter as optional, since it'sFred Drake1998-08-241-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 Drake1998-08-241-0/+6
|
* spoking --> speakingFred Drake1998-08-241-7/+7
| | | | object whose method this is --> object on which the method operates
* 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
| | | | | | | | | 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 Drake1998-08-171-21/+22
|
* Fix arguments for renames(); bug spotted by Oliver AndrichFred Drake1998-08-171-1/+1
| | | | <oli@rhein-zeitung.de>.
* Fix markup where C include files get named in <...> form; bug reported byFred Drake1998-08-144-5/+4
| | | | Lorenzo M. Catucci <lorenzo@argon.roma2.infn.it>.
* img_tag(): For \n to be interpreted as a newline, the string must use doubleFred Drake1998-08-141-1/+1
| | | | quote, not single quotes. Ugh.
* Clarify wording in the description of re.splitAndrew M. Kuchling1998-08-141-5/+5
| | | | Simplify the patterns in the examples for re.split
* 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
| | | | | 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 Drake1998-08-131-1/+2
|
* New icons from Christopher Petrilli <petrilli@dworkin.amber.org>.Fred Drake1998-08-1312-0/+0
| | | | Cool!
* 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 --all to produce all formats at once.
* 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
| | | | | 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-makeFred Drake1998-08-121-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 Drake1998-08-121-2/+2
|
* New Makefile; includes ../paper-letter/Makefile and sets PAPER=a4.Fred Drake1998-08-121-0/+2
|
* New Makefile, contains rules for building typeset versions.Fred Drake1998-08-121-0/+136
|
* New makefile which only contains the source dependencies specific to eachFred Drake1998-08-121-0/+181
| | | | document. The main Makefile will only contain rules and "system" dependencies.
* Bump RELEASE to 1.5.2a1.Fred Drake1998-08-111-1/+1
|
* Clean things up just a bit.Fred Drake1998-08-111-8/+15
|
* Helper script used in creating navigation buttons.Fred Drake1998-08-111-0/+35
|
* Get the <IMG> sizes right for the navigation buttons.Fred Drake1998-08-111-1/+7
|
* Ok, blank.pbm is free to go.Fred Drake1998-08-117-4/+0
| | | | | | | The rest of these are new or replaced. The buttons are now all the same width. They have the transparency set right. They still need the attention of a designer. But they work, and we have a real button for the Modules Index.
* I think this is the last of them.Fred Drake1998-08-113-32/+0
|
* Gosh, there's a lot of them....Fred Drake1998-08-116-16/+0
|
* More files never used here.....Fred Drake1998-08-115-42/+0
|
* Icons only needed if using the change control marks, which are bogus.Fred Drake1998-08-113-0/+0
|
* Remove files we never used; l2h would only use these if you use theFred Drake1998-08-118-0/+0
| | | | special "html" package, which we don't and won't.
* Use Perl's rename() function instead of system(); there's no need for twoFred Drake1998-08-111-2/+1
| | | | additional processes for each name change!
* Added the test package under "Frameworks".Fred Drake1998-08-111-0/+5
|
* Template file for \documentclass{manual}.Fred Drake1998-08-111-0/+65
|
* Added step 0: copy this file to <somedir>/lib<module>.tex, and edit the copy.Fred Drake1998-08-111-0/+4
|
* Updated to reflect recent changes.Fred Drake1998-08-111-16/+20
|
* Moved to ../templates/module.tex.Fred Drake1998-08-111-144/+0
|
* Relocating file to Doc/templates.Fred Drake1998-08-111-181/+0
|
* Added new files to the LIBFILES variable.Fred Drake1998-08-111-2/+4
|
* Removed now-documented modules from the list.Fred Drake1998-08-111-6/+0
|
* Added new sections.Fred Drake1998-08-111-1/+3
|
* Documentation for the compileall module.Fred Drake1998-08-111-0/+41
|
* Documentation for the py_compile module.Fred Drake1998-08-111-0/+35
|