summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Revert the index stuff to work better with LaTeX2HTML.Fred Drake1998-03-176-12/+28
|
* Reverting some the index stuff to use tools/newind.py again; this worksFred Drake1998-03-171-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 Drake1998-03-171-3/+0
|
* Logical markup, consistency.Fred Drake1998-03-172-26/+26
|
* Added PyErr_NormalizeExceptionGuido van Rossum1998-03-171-0/+1
|
* Get rid of EntrywidgetBarry Warsaw1998-03-161-14/+0
|
* Add option for no updates on typingBarry Warsaw1998-03-161-1/+3
|
* Add option for no updates on draggingBarry Warsaw1998-03-161-11/+9
|
* Use the new PyncheOptions widgetBarry Warsaw1998-03-161-8/+30
|
* (py-smart-indentation): Updated docstring for new policy.Barry Warsaw1998-03-161-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 Drake1998-03-161-0/+22
|
* Logical markup.Fred Drake1998-03-162-194/+186
| | | | Convert a {description} list to a {tableii} environment.
* {classdesc} environment: Index as "Foo (class in foolib)" instead ofFred Drake1998-03-161-1/+1
| | | | "Foo (in module foolib)". Is now independent of indexsubitem.
* Markup nits.Fred Drake1998-03-162-14/+22
| | | | Adjusted some index entries.
* Adjusted an index entry.Fred Drake1998-03-162-2/+2
|
* Added an index entry.Fred Drake1998-03-162-0/+2
|
* Use {classdesc} consistently.Fred Drake1998-03-162-24/+14
|
* Logical markup.Fred Drake1998-03-152-22/+22
| | | | Emphasized title "4Sight User's Guide".
* Markup nits.Fred Drake1998-03-152-74/+74
| | | | Some additional index entries.
* Logical markup.Fred Drake1998-03-142-76/+82
|
* Logical markup.Fred Drake1998-03-142-16/+16
|
* Logical markup.Fred Drake1998-03-142-56/+38
| | | | Replace ugly {description} with a {tableii}, for the what() return values.
* Logical markup.Fred Drake1998-03-142-74/+84
| | | | Replace ugly {description} with a {tableii}, for the option descriptions.
* Logical markup, using {classdesc} as appropriate.Fred Drake1998-03-142-50/+50
|
* Logical markup.Fred Drake1998-03-142-82/+84
|
* Logical markup, using {classdesc} as appropriate.Fred Drake1998-03-142-18/+18
|
* Logical markup.Fred Drake1998-03-142-96/+106
|
* Logical markup.Fred Drake1998-03-142-72/+84
| | | | | Use {classdesc} environments to describe the constructors, and place them at the top.
* Logical markup.Fred Drake1998-03-142-102/+108
| | | | | Wrap general Message class description in a {classdesc} instead of nothing at all.
* Logical markup.Fred Drake1998-03-142-48/+50
|
* Use a faster way to check for null bytes in the string argument forGuido van Rossum1998-03-131-7/+18
| | | | int(), long(), float().
* As Mike Fletcher pointed out, a __deepcopy__() method should be calledGuido van Rossum1998-03-131-1/+1
| | | | with the memo as an argument.
* #(py-smart-indentation): Small fixes for clarity in the docstring.Barry Warsaw1998-03-131-5/+4
|
* (python-mode): Removed vi vi vi hack for setting the tab width from aBarry Warsaw1998-03-131-25/+0
| | | | | magic comment. Now Guido only has to worry about the northern Wisconsin Braces Freedom Fighter Militia.
* example output is differentBarry Warsaw1998-03-131-6/+7
|
* Typos in the docstring fixed by Detlef LannertBarry Warsaw1998-03-131-3/+3
| | | | <lannert@uni-duesseldorf.de>
* (py-smart-indentation): New variable which controls the automagicBarry Warsaw1998-03-131-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 Drake1998-03-121-9/+52
|
* \regexp{}: Rewritten to look like Freidl's book. Too rip-off?Fred Drake1998-03-121-4/+9
| | | | \envvar{}: Bow to font-lock-mode a few times...!
* Logical markup.Fred Drake1998-03-124-238/+248
|
* Logical markup.Fred Drake1998-03-122-72/+78
|
* Use {classdesc} instead of {funcdesc} for HTMLParser.Fred Drake1998-03-122-10/+8
| | | | Clean up index reference to SGMLParser class.
* Added support for "data" URL, by Sjoerd Mullender.Guido van Rossum1998-03-121-0/+40
|
* Added URL for UKBarry Warsaw1998-03-121-0/+2
|
* Added a hack to deal with common practice 'uk' for United KingdomBarry Warsaw1998-03-121-0/+7
|
* Logical markup.Fred Drake1998-03-124-380/+398
| | | | Lots of nits in both.
* Use \envvar{FOO} instead of \code{\$FOO}.Fred Drake1998-03-122-4/+6
|
* Use \withsubitem{} for indexing extra-module functions.Fred Drake1998-03-122-4/+6
|
* Use \withsubitem{} for indexing functions from other modules. This fixesFred Drake1998-03-122-4/+4
| | | | things in the index.
* \withsubitem{}: New macro. Change indexsubitem temporarily for anotherFred Drake1998-03-121-12/+29
| | | | | | | | | | | | | | | | | | | | | | macro. Intended usage: \withsubitem{(in module foo)}{\ttindex{myfunc()}} This allows indexing functions from other modules/class/whatnot without being dependent on the exact expansions of several macros internal to python.sty. It's also easier to read in the source! Some new "logical" macros that seem to be useful: \regexp{}: For regular expressions. To make it easier to keep the appearance consistent. \mimetype{}: Don't use \code{}! \envvar{}: Environment variable. This does some indexing as well. \character{}: Just a character we want to talk about in the text, but not a Python constant.