summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove second index entry for UserList.Fred Drake1998-02-122-2/+0
* \rfcindex{}: Removed; no longer needed.Fred Drake1998-02-111-21/+136
* New file. Written by Ulf A. Lindgren <lindgren@ae.chalmers.se>; we haveFred Drake1998-02-112-0/+860
* Added \nodename; added index entry for UserList.Guido van Rossum1998-02-112-0/+4
* Added entries for stat, commands modules.Guido van Rossum1998-02-112-0/+14
* Added entries for re, soundex modules.Guido van Rossum1998-02-112-0/+12
* Some subtleties suggested by Tamito Kajiyama, including an addedGuido van Rossum1998-02-112-4/+6
* Turn the space in [\^ ...] into a hard space: [\^\ ...].Guido van Rossum1998-02-112-2/+2
* Split UserDict and UserList on two separate lines; added entries forGuido van Rossum1998-02-112-2/+16
* Don't break a long line at an unpleasant point.Guido van Rossum1998-02-112-4/+2
* Added missing entry for cmath.Guido van Rossum1998-02-112-0/+6
* Replace $math$ with \code{}.Guido van Rossum1998-02-112-2/+2
* Swap ni and imp (so they are in the same order as their sections are).Guido van Rossum1998-02-112-6/+6
* Remove a spurious space from the title.Guido van Rossum1998-02-112-2/+2
* "lists objects" --> "list objects" (Section "More on Lists".)Fred Drake1998-02-112-2/+2
* In the appendix, all sections were marked as subsections, and so had sectionFred Drake1998-02-112-8/+8
* Better conversion of command line given initial colorBarry Warsaw1998-02-111-3/+18
* new interface to find_byname()Barry Warsaw1998-02-111-1/+1
* __init__(): simplify, use tuple as key to __byrgb, lowercase __byname key.Barry Warsaw1998-02-111-22/+22
* Better dimensionsBarry Warsaw1998-02-111-2/+2
* Interface changes, delegate chaining, type in widget additionBarry Warsaw1998-02-111-13/+37
* Simplification of conversion routinesBarry Warsaw1998-02-111-22/+21
* #Layout looks good, as does validation, and delegate chainingBarry Warsaw1998-02-111-29/+44
* Add copyright.tex and boilerplate.tex to the common dependencies for .dviFred Drake1998-02-111-1/+3
* Mark the URL "ftp://ftp.python.org" with \url{}.Fred Drake1998-02-112-2/+2
* Added PyImport_ExecCodeModuleEx(), which adds an extra parameter toGuido van Rossum1998-02-111-5/+25
* Added PyImport_ExecCodeModuleEx(), which adds an extra parameter to passGuido van Rossum1998-02-111-0/+2
* &do_cmd_rfc: New function. Handles \rfc{}.Fred Drake1998-02-101-7/+41
* Removed all references to the \rfcindex{} macro; now only \rfc{} is used.Fred Drake1998-02-1012-70/+64
* Minor performance nits.Fred Drake1998-02-102-32/+36
* Initial revisionBarry Warsaw1998-02-101-0/+90
* Include indfix.py script in lib.dvi's processing.Fred Drake1998-02-091-1/+2
* Script to fix up the Library Reference index so it's less ugly. The docstring:Fred Drake1998-02-092-0/+178
* Oops, missed a \POSIX{} in an index entry.Fred Drake1998-02-092-2/+2
* Add some index entries; switch to logical markup.Fred Drake1998-02-092-194/+200
* Consistently use \POSIX{} to denote POSIX. There were at least two differentFred Drake1998-02-0918-60/+60
* Do the right magic to make \ABC{} get sorted correctly in the index.Fred Drake1998-02-092-2/+2
* Do the right magic to make \UNIX{} get sorted correctly in the index.Fred Drake1998-02-092-4/+4
* Use the new RFC macros wherever RFCs are referenced by number. No otherFred Drake1998-02-0924-58/+56
* Add macros to insert RFC references much like the \manpage{} macro. Also aFred Drake1998-02-091-1/+5
* Add a note about rounding up of readlines()' sizehint to 8K.Guido van Rossum1998-02-082-2/+4
* Document getrefcount().Guido van Rossum1998-02-072-0/+12
* \itembreak, \itemjoin: Remove unused macros.Fred Drake1998-02-061-18/+17
* Forgot to return NULL in joinfields() when a type error was detectedGuido van Rossum1998-02-061-1/+3
* Updated URL for zlib.Guido van Rossum1998-02-061-1/+2
* Register Tcl_Finalize as a Python exit handler.Guido van Rossum1998-02-061-1/+4
* Don't store the exception info from an unhandled exception in a threadGuido van Rossum1998-02-061-1/+1
* Set Py_FrozenFlag, to suppress error messages from getpath.c.Guido van Rossum1998-02-061-0/+2
* - Use Py_GetPythonHome() instead of getenv("PYTHONHOME").Guido van Rossum1998-02-061-2/+4
* - Add Py_GetPythonHome() and Py_SetPythonHome(), intended to allowGuido van Rossum1998-02-061-0/+4