Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change "\," to just "," in function signatures. This is easier to maintain, | Fred Drake | 1998-03-17 | 129 | -703/+705 |
| | | | | | works better with LaTeX2HTML, and allows some simplification of the python.sty macros. | ||||
* | Coding cleanups. | Fred Drake | 1998-03-17 | 1 | -162/+189 |
| | | | | Fix some small but messy buglets. | ||||
* | Get the index working at least partway again. | Fred Drake | 1998-03-17 | 1 | -193/+126 |
| | | | | Some small cleanups. | ||||
* | Update.... | Fred Drake | 1998-03-17 | 1 | -9/+3 |
| | |||||
* | Revert the index stuff to work better with LaTeX2HTML. | Fred Drake | 1998-03-17 | 6 | -12/+28 |
| | |||||
* | Reverting some the index stuff to use tools/newind.py again; this works | Fred Drake | 1998-03-17 | 1 | -2/+4 |
| | | | | | | | | | better with LaTeX2HTML. Run pdflatex twice to generate the PDF files, even though LaTeX has already been run a couple of times. This ensures that font metrics for the final run match those for the first run, and seesm to get (somewhat) better outline results. | ||||
* | Reverting some of the index stuff to work with LaTeX2HTML better. | Fred Drake | 1998-03-17 | 1 | -3/+0 |
| | |||||
* | Logical markup, consistency. | Fred Drake | 1998-03-17 | 2 | -26/+26 |
| | |||||
* | Added PyErr_NormalizeException | Guido van Rossum | 1998-03-17 | 1 | -0/+1 |
| | |||||
* | Get rid of Entrywidget | Barry Warsaw | 1998-03-16 | 1 | -14/+0 |
| | |||||
* | Add option for no updates on typing | Barry Warsaw | 1998-03-16 | 1 | -1/+3 |
| | |||||
* | Add option for no updates on dragging | Barry Warsaw | 1998-03-16 | 1 | -11/+9 |
| | |||||
* | Use the new PyncheOptions widget | Barry Warsaw | 1998-03-16 | 1 | -8/+30 |
| | |||||
* | (py-smart-indentation): Updated docstring for new policy. | Barry Warsaw | 1998-03-16 | 1 | -8/+12 |
| | | | | | (python-mode): Implement new policy: never turn indent-tabs-mode on. Only turn it off if tab-width != py-indent-offset. | ||||
* | Revive newind.py. -sigh- | Fred Drake | 1998-03-16 | 1 | -0/+22 |
| | |||||
* | Logical markup. | Fred Drake | 1998-03-16 | 2 | -194/+186 |
| | | | | Convert a {description} list to a {tableii} environment. | ||||
* | {classdesc} environment: Index as "Foo (class in foolib)" instead of | Fred Drake | 1998-03-16 | 1 | -1/+1 |
| | | | | "Foo (in module foolib)". Is now independent of indexsubitem. | ||||
* | Markup nits. | Fred Drake | 1998-03-16 | 2 | -14/+22 |
| | | | | Adjusted some index entries. | ||||
* | Adjusted an index entry. | Fred Drake | 1998-03-16 | 2 | -2/+2 |
| | |||||
* | Added an index entry. | Fred Drake | 1998-03-16 | 2 | -0/+2 |
| | |||||
* | Use {classdesc} consistently. | Fred Drake | 1998-03-16 | 2 | -24/+14 |
| | |||||
* | Logical markup. | Fred Drake | 1998-03-15 | 2 | -22/+22 |
| | | | | Emphasized title "4Sight User's Guide". | ||||
* | Markup nits. | Fred Drake | 1998-03-15 | 2 | -74/+74 |
| | | | | Some additional index entries. | ||||
* | Logical markup. | Fred Drake | 1998-03-14 | 2 | -76/+82 |
| | |||||
* | Logical markup. | Fred Drake | 1998-03-14 | 2 | -16/+16 |
| | |||||
* | Logical markup. | Fred Drake | 1998-03-14 | 2 | -56/+38 |
| | | | | Replace ugly {description} with a {tableii}, for the what() return values. | ||||
* | Logical markup. | Fred Drake | 1998-03-14 | 2 | -74/+84 |
| | | | | Replace ugly {description} with a {tableii}, for the option descriptions. | ||||
* | Logical markup, using {classdesc} as appropriate. | Fred Drake | 1998-03-14 | 2 | -50/+50 |
| | |||||
* | Logical markup. | Fred Drake | 1998-03-14 | 2 | -82/+84 |
| | |||||
* | Logical markup, using {classdesc} as appropriate. | Fred Drake | 1998-03-14 | 2 | -18/+18 |
| | |||||
* | Logical markup. | Fred Drake | 1998-03-14 | 2 | -96/+106 |
| | |||||
* | Logical markup. | Fred Drake | 1998-03-14 | 2 | -72/+84 |
| | | | | | Use {classdesc} environments to describe the constructors, and place them at the top. | ||||
* | Logical markup. | Fred Drake | 1998-03-14 | 2 | -102/+108 |
| | | | | | Wrap general Message class description in a {classdesc} instead of nothing at all. | ||||
* | Logical markup. | Fred Drake | 1998-03-14 | 2 | -48/+50 |
| | |||||
* | Use a faster way to check for null bytes in the string argument for | Guido van Rossum | 1998-03-13 | 1 | -7/+18 |
| | | | | int(), long(), float(). | ||||
* | As Mike Fletcher pointed out, a __deepcopy__() method should be called | Guido van Rossum | 1998-03-13 | 1 | -1/+1 |
| | | | | with the memo as an argument. | ||||
* | #(py-smart-indentation): Small fixes for clarity in the docstring. | Barry Warsaw | 1998-03-13 | 1 | -5/+4 |
| | |||||
* | (python-mode): Removed vi vi vi hack for setting the tab width from a | Barry Warsaw | 1998-03-13 | 1 | -25/+0 |
| | | | | | magic comment. Now Guido only has to worry about the northern Wisconsin Braces Freedom Fighter Militia. | ||||
* | example output is different | Barry Warsaw | 1998-03-13 | 1 | -6/+7 |
| | |||||
* | Typos in the docstring fixed by Detlef Lannert | Barry Warsaw | 1998-03-13 | 1 | -3/+3 |
| | | | | <lannert@uni-duesseldorf.de> | ||||
* | (py-smart-indentation): New variable which controls the automagic | Barry Warsaw | 1998-03-13 | 1 | -20/+49 |
| | | | | | | | | | | setting of py-indent-offset and indent-tabs-mode. (python-mode): After python-mode-hook is run, do the automagic calculation if py-smart-indentation is non-nil. (py-parse-state): Get rid of unused variable to quiet the byte-compiler. | ||||
* | Bring this up to date. Some things still don't work right. | Fred Drake | 1998-03-12 | 1 | -9/+52 |
| | |||||
* | \regexp{}: Rewritten to look like Freidl's book. Too rip-off? | Fred Drake | 1998-03-12 | 1 | -4/+9 |
| | | | | \envvar{}: Bow to font-lock-mode a few times...! | ||||
* | Logical markup. | Fred Drake | 1998-03-12 | 4 | -238/+248 |
| | |||||
* | Logical markup. | Fred Drake | 1998-03-12 | 2 | -72/+78 |
| | |||||
* | Use {classdesc} instead of {funcdesc} for HTMLParser. | Fred Drake | 1998-03-12 | 2 | -10/+8 |
| | | | | Clean up index reference to SGMLParser class. | ||||
* | Added support for "data" URL, by Sjoerd Mullender. | Guido van Rossum | 1998-03-12 | 1 | -0/+40 |
| | |||||
* | Added URL for UK | Barry Warsaw | 1998-03-12 | 1 | -0/+2 |
| | |||||
* | Added a hack to deal with common practice 'uk' for United Kingdom | Barry Warsaw | 1998-03-12 | 1 | -0/+7 |
| | |||||
* | Logical markup. | Fred Drake | 1998-03-12 | 4 | -380/+398 |
| | | | | Lots of nits in both. |