summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* - Add Py_FrozenFlag, intended to suppress error messages fronGuido van Rossum1998-02-061-0/+1
* Ehm, three unrelated changes.Guido van Rossum1998-02-061-3/+31
* Remove commented-out \itembreak.Fred Drake1998-02-062-2/+0
* Update two of the \indexsubitem values to use singular rather than plural formFred Drake1998-02-062-4/+4
* Added rmtree(), to recursively remove a directory tree.Guido van Rossum1998-02-061-0/+32
* Two more refinements of the cleanup process.Guido van Rossum1998-02-061-3/+52
* (py-scroll-process-buffer): Default value changed to nil to act moreBarry Warsaw1998-02-061-1/+1
* Add ref to errno module, and change ref to posix.error to os.error.Guido van Rossum1998-02-062-2/+6
* Add ref to errno module.Guido van Rossum1998-02-062-0/+4
* (py-parse-state): When looking for landing inside triple-quotedBarry Warsaw1998-02-051-1/+1
* (py-python-command-args): New variable, allows user to customize theBarry Warsaw1998-02-051-1/+6
* Retract the statement that all functions called by Python (even methodGuido van Rossum1998-02-052-8/+6
* Two suggested features by Sjoerd:Guido van Rossum1998-02-051-6/+7
* (1) Use matchobj.groups(), not matchbj.group() to get all groups.Guido van Rossum1998-02-051-4/+8
* Fixed bitmaps; added include files and libs;Guido van Rossum1998-02-051-19/+37
* Add *.pdf files to the clobber target (same target as *.ps).Fred Drake1998-02-041-1/+1
* Tell CVS to ignore PDF files.Fred Drake1998-02-041-0/+1
* Added description of "D" format for PyArg_ParseTuple(), including exampleFred Drake1998-02-042-6/+172
* Use implicit rules to perform DVI->PS and PS->PDF conversions. PDF conversionFred Drake1998-02-041-12/+11
* \modindex{}: New macro; index module without declaring it "built-in" orFred Drake1998-02-041-0/+1
* Added missing "{" for "\code <?stuff?>}".Fred Drake1998-02-032-2/+2
* Fix typo in format for strftime() used by cookie code.Guido van Rossum1998-02-021-1/+1
* Clarify that capwords() removes leading/trailing whitespace.Guido van Rossum1998-02-022-10/+2
* Moved toplevel widget to PyncheWidget.pyBarry Warsaw1998-01-311-1/+92
* Initial revisionBarry Warsaw1998-01-311-0/+51
* BadColor: new exception classBarry Warsaw1998-01-311-3/+43
* Better implementation of nearest(). Not faster, but betterBarry Warsaw1998-01-311-1/+2
* Initial revisionBarry Warsaw1998-01-311-0/+151