| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove a spurious space from the title. | Guido van Rossum | 1998-02-11 | 2 | -2/+2 |
|
|
* | "lists objects" --> "list objects" (Section "More on Lists".) | Fred Drake | 1998-02-11 | 2 | -2/+2 |
|
|
* | In the appendix, all sections were marked as subsections, and so had section | Fred Drake | 1998-02-11 | 2 | -8/+8 |
|
|
* | Better conversion of command line given initial color | Barry Warsaw | 1998-02-11 | 1 | -3/+18 |
|
|
* | new interface to find_byname() | Barry Warsaw | 1998-02-11 | 1 | -1/+1 |
|
|
* | __init__(): simplify, use tuple as key to __byrgb, lowercase __byname key. | Barry Warsaw | 1998-02-11 | 1 | -22/+22 |
|
|
* | Better dimensions | Barry Warsaw | 1998-02-11 | 1 | -2/+2 |
|
|
* | Interface changes, delegate chaining, type in widget addition | Barry Warsaw | 1998-02-11 | 1 | -13/+37 |
|
|
* | Simplification of conversion routines | Barry Warsaw | 1998-02-11 | 1 | -22/+21 |
|
|
* | #Layout looks good, as does validation, and delegate chaining | Barry Warsaw | 1998-02-11 | 1 | -29/+44 |
|
|
* | Add copyright.tex and boilerplate.tex to the common dependencies for .dvi | Fred Drake | 1998-02-11 | 1 | -1/+3 |
|
|
* | Mark the URL "ftp://ftp.python.org" with \url{}. | Fred Drake | 1998-02-11 | 2 | -2/+2 |
|
|
* | Added PyImport_ExecCodeModuleEx(), which adds an extra parameter to | Guido van Rossum | 1998-02-11 | 1 | -5/+25 |
|
|
* | Added PyImport_ExecCodeModuleEx(), which adds an extra parameter to pass | Guido van Rossum | 1998-02-11 | 1 | -0/+2 |
|
|
* | &do_cmd_rfc: New function. Handles \rfc{}. | Fred Drake | 1998-02-10 | 1 | -7/+41 |
|
|
* | Removed all references to the \rfcindex{} macro; now only \rfc{} is used. | Fred Drake | 1998-02-10 | 12 | -70/+64 |
|
|
* | Minor performance nits. | Fred Drake | 1998-02-10 | 2 | -32/+36 |
|
|
* | Initial revision | Barry Warsaw | 1998-02-10 | 1 | -0/+90 |
|
|
* | Include indfix.py script in lib.dvi's processing. | Fred Drake | 1998-02-09 | 1 | -1/+2 |
|
|
* | Script to fix up the Library Reference index so it's less ugly. The docstring: | Fred Drake | 1998-02-09 | 2 | -0/+178 |
|
|
* | Oops, missed a \POSIX{} in an index entry. | Fred Drake | 1998-02-09 | 2 | -2/+2 |
|
|
* | Add some index entries; switch to logical markup. | Fred Drake | 1998-02-09 | 2 | -194/+200 |
|
|
* | Consistently use \POSIX{} to denote POSIX. There were at least two different | Fred Drake | 1998-02-09 | 18 | -60/+60 |
|
|
* | Do the right magic to make \ABC{} get sorted correctly in the index. | Fred Drake | 1998-02-09 | 2 | -2/+2 |
|
|
* | Do the right magic to make \UNIX{} get sorted correctly in the index. | Fred Drake | 1998-02-09 | 2 | -4/+4 |
|
|
* | Use the new RFC macros wherever RFCs are referenced by number. No other | Fred Drake | 1998-02-09 | 24 | -58/+56 |
|
|
* | Add macros to insert RFC references much like the \manpage{} macro. Also a | Fred Drake | 1998-02-09 | 1 | -1/+5 |
|
|
* | Add a note about rounding up of readlines()' sizehint to 8K. | Guido van Rossum | 1998-02-08 | 2 | -2/+4 |
|
|
* | Document getrefcount(). | Guido van Rossum | 1998-02-07 | 2 | -0/+12 |
|
|
* | \itembreak, \itemjoin: Remove unused macros. | Fred Drake | 1998-02-06 | 1 | -18/+17 |
|
|
* | Forgot to return NULL in joinfields() when a type error was detected | Guido van Rossum | 1998-02-06 | 1 | -1/+3 |
|
|
* | Updated URL for zlib. | Guido van Rossum | 1998-02-06 | 1 | -1/+2 |
|
|
* | Register Tcl_Finalize as a Python exit handler. | Guido van Rossum | 1998-02-06 | 1 | -1/+4 |
|
|
* | Don't store the exception info from an unhandled exception in a thread | Guido van Rossum | 1998-02-06 | 1 | -1/+1 |
|
|
* | Set Py_FrozenFlag, to suppress error messages from getpath.c. | Guido van Rossum | 1998-02-06 | 1 | -0/+2 |
|
|
* | - Use Py_GetPythonHome() instead of getenv("PYTHONHOME"). | Guido van Rossum | 1998-02-06 | 1 | -2/+4 |
|
|
* | - Add Py_GetPythonHome() and Py_SetPythonHome(), intended to allow | Guido van Rossum | 1998-02-06 | 1 | -0/+4 |
|
|
* | - Add Py_FrozenFlag, intended to suppress error messages fron | Guido van Rossum | 1998-02-06 | 1 | -0/+1 |
|
|
* | Ehm, three unrelated changes. | Guido van Rossum | 1998-02-06 | 1 | -3/+31 |
|
|
* | Remove commented-out \itembreak. | Fred Drake | 1998-02-06 | 2 | -2/+0 |
|
|
* | Update two of the \indexsubitem values to use singular rather than plural form | Fred Drake | 1998-02-06 | 2 | -4/+4 |
|
|
* | Added rmtree(), to recursively remove a directory tree. | Guido van Rossum | 1998-02-06 | 1 | -0/+32 |
|
|
* | Two more refinements of the cleanup process. | Guido van Rossum | 1998-02-06 | 1 | -3/+52 |
|
|
* | (py-scroll-process-buffer): Default value changed to nil to act more | Barry Warsaw | 1998-02-06 | 1 | -1/+1 |
|
|
* | Add ref to errno module, and change ref to posix.error to os.error. | Guido van Rossum | 1998-02-06 | 2 | -2/+6 |
|
|
* | Add ref to errno module. | Guido van Rossum | 1998-02-06 | 2 | -0/+4 |
|
|
* | (py-parse-state): When looking for landing inside triple-quoted | Barry Warsaw | 1998-02-05 | 1 | -1/+1 |
|
|
* | (py-python-command-args): New variable, allows user to customize the | Barry Warsaw | 1998-02-05 | 1 | -1/+6 |
|
|
* | Retract the statement that all functions called by Python (even method | Guido van Rossum | 1998-02-05 | 2 | -8/+6 |
|
|
* | Two suggested features by Sjoerd: | Guido van Rossum | 1998-02-05 | 1 | -6/+7 |
|
|