Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Ignore tarballs. | Fred Drake | 1998-03-03 | 1 | -0/+1 |
| | |||||
* | Looks like mention of http://quest.jpl.nasa.gov/zlib/ got added but | Ken Manheimer | 1998-03-03 | 1 | -1/+1 |
| | | | | not checked in, so i'm doing it. | ||||
* | Initialize adlist variable in getrouteaddr(), so an illegal address | Guido van Rossum | 1998-03-03 | 1 | -0/+1 |
| | | | | doesn't cause a traceback. | ||||
* | Added msvcrt. | Guido van Rossum | 1998-03-03 | 2 | -0/+12 |
| | |||||
* | __file__ now sometimes refers to the .pyc file | Jack Jansen | 1998-03-02 | 1 | -0/+3 |
| | |||||
* | Added WEGetTabSize and WESetTabSize, at Just's request | Jack Jansen | 1998-03-02 | 2 | -0/+42 |
| | |||||
* | &replace_verbatim, | Fred Drake | 1998-03-02 | 1 | -5/+7 |
| | | | | &replace_verbatim_hook: Clean up a little, avoid long lines. | ||||
* | Typo (coestring -> codestring) discovered by Mark Hammond. | Guido van Rossum | 1998-03-02 | 1 | -1/+1 |
| | |||||
* | Fix the handling of errors in Py_FlushLine() in a few places. | Guido van Rossum | 1998-02-28 | 1 | -5/+7 |
| | | | | (Basically, the error is cleared... Like almost everywhere else...) | ||||
* | Make the title page include all the interesting information. | Fred Drake | 1998-02-27 | 1 | -4/+49 |
| | |||||
* | &do_cmd_deprecated: New function. | Fred Drake | 1998-02-27 | 1 | -0/+14 |
| | | | | | Attempt to get \setindexsubitem{} handled at the right time under LaTeX2HTML 98.1; should still be fine under 97.1*. | ||||
* | Update. | Fred Drake | 1998-02-27 | 1 | -2/+3 |
| | |||||
* | Deprecate the read() and write() methods. | Fred Drake | 1998-02-27 | 2 | -16/+8 |
| | | | | Don't refer to them from the fromfile() and tofile() methods. | ||||
* | Added semi-structured support for feature deprecation. | Fred Drake | 1998-02-27 | 1 | -1/+23 |
| | |||||
* | Put all the indexsubitem stuff together. | Fred Drake | 1998-02-27 | 1 | -13/+33 |
| | | | | | | Support modified verbatim for both LaTeX2HTML 96.1* and 98.1. Make table column headers bold. | ||||
* | Make table column headings bold. | Fred Drake | 1998-02-27 | 1 | -3/+2 |
| | |||||
* | Updates by AMK. | Fred Drake | 1998-02-27 | 2 | -26/+78 |
| | | | | Markup corrected, logical markup. | ||||
* | When "declaring" a module using \*modindex{}, and * doesn't start with "ref", | Fred Drake | 1998-02-27 | 1 | -0/+8 |
| | | | | | | | set up the indexsubitem to "(in module #1)" automatically. This reduces the amount of markup needed in the module docs and, more importantly, makes it o.k. to leave out in simple sections. \setindexsubitem{} can still be used to change or reset it. | ||||
* | Sjoerd writes: When a multipart message is incomplete, mimify crashes. | Guido van Rossum | 1998-02-27 | 1 | -0/+6 |
| | |||||
* | Logical markup. | Fred Drake | 1998-02-27 | 2 | -162/+186 |
| | |||||
* | Nit to prevent empty node in formatted version. | Fred Drake | 1998-02-27 | 2 | -6/+6 |
| | |||||
* | Reformulate how the info stuff is ignored. | Fred Drake | 1998-02-27 | 1 | -4/+2 |
| | |||||
* | Use a Python script to create "empty" indexes. This solves Guido's | Fred Drake | 1998-02-27 | 3 | -3/+48 |
| | | | | | | corrupted file problem and avoids the shell escape interpretation portability problem. ;-( See comments at top of newind.py for an explanation. | ||||
* | Update.... | Fred Drake | 1998-02-27 | 1 | -2/+9 |
| | |||||
* | Added \label{}s for logical addressing. | Fred Drake | 1998-02-26 | 2 | -0/+88 |
| | |||||
* | Added \label{}s for logical addressing. | Fred Drake | 1998-02-26 | 2 | -142/+284 |
| | |||||
* | 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). |