Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Adjusted to work with the newer version of LaTeX2HTML as well. | Fred Drake | 1998-02-26 | 2 | -2/+8 |
| | |||||
* | Marked references to the other manuals as \emph{} in the abstract. | Fred Drake | 1998-02-26 | 2 | -44/+98 |
| | | | | Added \label{}s for logical addressing. | ||||
* | New version of tb_lineno(), this time *not* using try-except, to avoid | Guido van Rossum | 1998-02-26 | 1 | -8/+8 |
| | | | | | | disturbing the current exception, and returning tb.tb_lineno, which is the line number of thr traceback, rather than the current line number. By Jim Hugunin. | ||||
* | Fix up description of 'S' format; as Dave Ascher pointed out, it | Guido van Rossum | 1998-02-26 | 2 | -6/+6 |
| | | | | | was ungrammatical to the point of saying the opposite of what it should say. | ||||
* | Do a little bit more work on a table-driven basis. A little cleanup. | Fred Drake | 1998-02-26 | 2 | -90/+188 |
| | | | | Seems to work at the moment. | ||||
* | Add support for some of the newer commands, a little cleanup. | Fred Drake | 1998-02-26 | 1 | -6/+28 |
| | |||||
* | A working version of the 'args' command (it prints the current values | Guido van Rossum | 1998-02-25 | 1 | -5/+12 |
| | | | | | of the variables known to hold arguments, but that's as close as I can get, and generally it's close enough). | ||||
* | Add test for core dump -- make sure it doesn't come back! | Guido van Rossum | 1998-02-25 | 1 | -0/+5 |
| | |||||
* | &do_cmd_bcode, &do_cmd_ecode: Removed; no longer used. | Fred Drake | 1998-02-25 | 1 | -6/+2 |
| | | | | | | &do_cmd_url: Make sure the tilde gets treated right for the browsers. &replace_verbatim: Be sure we always have a leading vertical space. | ||||
* | Add back some safeguards on the index elements that were lost in the | Guido van Rossum | 1998-02-25 | 1 | -2/+2 |
| | | | | | | | | | | last patch. Dave Ascher found a case that dumps core without these: def myComparison(x,y): return cmp(x%3,y%7) z = range(12) z.sort(myComparison) | ||||
* | (py-execute-region): Simplified calculation of temporary file name. | Barry Warsaw | 1998-02-25 | 1 | -2/+3 |
| | | | | | When running synchronously in a subproc buffer, be sure to pop-to-buffer so the output is visible. | ||||
* | (py-temp-directory): Minor docstring nit. | Barry Warsaw | 1998-02-25 | 1 | -1/+1 |
| | |||||
* | Tweak the tb_lineno() function to be compatible with JPython, which | Guido van Rossum | 1998-02-25 | 1 | -4/+8 |
| | | | | has no line number table etc. | ||||
* | (py-master-file): Fixed some typos in the docstring. | Barry Warsaw | 1998-02-25 | 1 | -4/+4 |
| | |||||
* | Make sure the ']' in the content of the \item[] isn't used as the ending ']'. | Fred Drake | 1998-02-25 | 2 | -2/+2 |
| | |||||
* | Support for sound input added. The interface is even worse than the | Jack Jansen | 1998-02-25 | 3 | -9/+448 |
| | | | | sound-output interface, so this needs a Python wrapper shortly. | ||||
* | Regenerated because of confusion with Style/StyleParameter and | Jack Jansen | 1998-02-25 | 1 | -4/+4 |
| | | | | Char/CharParameter | ||||
* | Regerated: Style and StyleParameter are different beasts | Jack Jansen | 1998-02-25 | 1 | -2/+2 |
| | |||||
* | Oops, this wasn't checked in yet: part of the AE structure for the new | Jack Jansen | 1998-02-25 | 1 | -0/+69 |
| | | | | universal headers. | ||||
* | Module to use Mac serial port as a communication link | Jack Jansen | 1998-02-25 | 1 | -0/+74 |
| | |||||
* | Helper routines to create standalone Python applications. | Jack Jansen | 1998-02-25 | 1 | -0/+91 |
| | |||||
* | Hack to get at string buffer address changed | Jack Jansen | 1998-02-25 | 1 | -1/+1 |
| | |||||
* | Helper file for version-checking | Jack Jansen | 1998-02-25 | 1 | -0/+16 |
| | |||||
* | Added (minimal) documentation on how to build standalone applications | Jack Jansen | 1998-02-25 | 13 | -172/+241 |
| | | | | | | with Python. Updated various things (versions of libraries used, urls). | ||||
* | PyFile_FromFile() description: make sure the closing brace for the arguments | Fred Drake | 1998-02-25 | 2 | -2/+2 |
| | | | | comes after the arguments are complete. | ||||
* | Derive the name of the modules .ind from the jobname. | Fred Drake | 1998-02-25 | 2 | -2/+2 |
| | |||||
* | Change quoting of the "echo" commands yet again.... why can't shells agree? | Fred Drake | 1998-02-25 | 1 | -3/+3 |
| | | | | Derive the name of the modules .idx from the jobname. | ||||
* | Make this work better with a4 paper. | Fred Drake | 1998-02-25 | 1 | -30/+77 |
| | | | | | | | | | | | | Make the table of contents "hot" for PDF output. No additional packages are needed. Move code for \b@code, \e@code into the macros for the verbatim environment directly since they're not used elsewhere. Derive the name of the modules .idx from the jobname. Some clean ups. | ||||
* | Typo: baseWidht -> baseWidth. | Guido van Rossum | 1998-02-24 | 1 | -1/+1 |
| | |||||
* | Logical markup. | Fred Drake | 1998-02-24 | 3 | -12/+12 |
| | |||||
* | Add support for hyperref package. This builds the PDF outline, makes the ToC | Fred Drake | 1998-02-23 | 1 | -57/+9 |
| | | | | | | | | | | and index "hot", etc. Updated a comment about fncychap. Removed unused minitoc support; I'm not going to use it. Something that makes more sense with the Python lib ref can be done with reasonable effort, and can wait a little while. | ||||
* | clean: Remove *.out (hyperref's internal files for building outlines for PDF). | Fred Drake | 1998-02-23 | 1 | -1/+1 |
| | |||||
* | Ignore hyperref's *.out files (used in building outlines for PDF). | Fred Drake | 1998-02-23 | 1 | -0/+1 |
| | |||||
* | Change quoting a little bit to avoid problems building it at CNRI. | Fred Drake | 1998-02-23 | 1 | -3/+3 |
| | |||||
* | Clean up some stuff in the {seealso} at the end. This avoids a little nit | Fred Drake | 1998-02-23 | 2 | -10/+10 |
| | | | | (which causes processing to fail) when using the LaTeX hyperref package. | ||||
* | Patches from Jack for new Apple headers | Guido van Rossum | 1998-02-23 | 3 | -6/+36 |
| | |||||
* | Marked the unmarked AttributeError. (AMK) | Fred Drake | 1998-02-23 | 2 | -16/+18 |
| | | | | | | | "Protect the class instance" --> "Protect the object" It works for anything with attributes to look up! (AMK) Logical markup. | ||||
* | "streans" --> "streams" (AMK) | Fred Drake | 1998-02-23 | 2 | -2/+2 |
| | |||||
* | Add a period to "Written by James Roskind" | Fred Drake | 1998-02-22 | 2 | -2/+2 |
| | |||||
* | Changed way *.ind are forced to exist; the files are now reset to contain | Fred Drake | 1998-02-22 | 1 | -36/+33 |
| | | | | | | | | an empty index instead of touched. Note that for modindex.ind, this also includes "\label{modindex}" so that the modindex.py script doesn't change the set of labels in the document. Be more consistent in use of $* in commands. | ||||
* | Fixed and extended the example; the original example contained some | Guido van Rossum | 1998-02-22 | 2 | -6/+12 |
| | | | | bogus code. | ||||
* | Add slightly more explicit warning about running "make clean" when | Guido van Rossum | 1998-02-22 | 1 | -1/+2 |
| | | | | | changing the --with-thread option. I'm doubtful this will help though... | ||||
* | Added two subsections with extra hints and details, even for | Guido van Rossum | 1998-02-22 | 2 | -0/+146 |
| | | | | extensions and embedding programs. | ||||
* | Adapt to new webchecker structure. Due to better structure of | Guido van Rossum | 1998-02-21 | 1 | -59/+33 |
| | | | | | getpage(), much less duplicate code is needed -- we only need to override readhtml(). | ||||
* | Major overhaul. Don't use global variable (e.g. verbose); use | Guido van Rossum | 1998-02-21 | 1 | -130/+191 |
| | | | | | | | instance variables. Make all global functions methods, for easy overriding. Restructure getpage() for easy overriding. Add save_pickle() method and load_pickle() global function to make it easier for other programs to emulate the toplevel interface. | ||||
* | The list of module descriptions should be a {description} environment, not | Fred Drake | 1998-02-21 | 2 | -4/+4 |
| | | | | {itemize}! | ||||
* | Removed two items, correct one spelling error. | Fred Drake | 1998-02-20 | 1 | -5/+1 |
| | |||||
* | A bug in PCRE could cause core dumps in patterns such as | Guido van Rossum | 1998-02-20 | 1 | -2/+7 |
| | | | | '((a)*)*'. Andrew Kuchling posted a fix to the string-sig. | ||||
* | Default button on main window wasn't set correctly | Jack Jansen | 1998-02-20 | 1 | -1/+1 |
| | |||||
* | Added some debug prints (if enabled by setting DEBUG) | Jack Jansen | 1998-02-20 | 1 | -2/+34 |
| |