summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add a feature to support specifying an additional search directory forGuido van Rossum1998-05-181-4/+17
* guess_extension(): New function. Performs a reverse mapping from MIME typeFred Drake1998-05-181-1/+18
* Neatify the _timezones table and remove a misleading comment aboutGuido van Rossum1998-05-181-12/+5
* Fixed typo in docstring: suffixes_map --> suffix_map.Fred Drake1998-05-181-1/+1
* Subject: bug fixes for imaplib.pyGuido van Rossum1998-05-181-35/+48
* Add file extension .xml, mapping it to text/xml.Guido van Rossum1998-05-181-0/+1
* Remove use of RTLD_GLOBAL.Guido van Rossum1998-05-181-6/+4
* Fix another oldie (item (b) only):Guido van Rossum1998-05-161-1/+1
* Install config.h.Guido van Rossum1998-05-161-9/+15
* Another veeeeeery old patch...Guido van Rossum1998-05-151-9/+11
* Change the output names. Do away with the Release and DebugGuido van Rossum1998-05-157-46/+39
* In debug mode on MS Windows, DLLs are called foo_d.pyd or foo_d.dll.Guido van Rossum1998-05-151-0/+5
* Add some symbols. Remove the LIBRARY statement at the top (and theGuido van Rossum1998-05-151-4/+4
* Small change to the l2h target allowing the output dir, $(HTMLDIR), to beFred Drake1998-05-151-1/+3
* Update to use latex2html 98.1p5.Fred Drake1998-05-152-36/+32
* Update to use latex2html 98.1p5.Fred Drake1998-05-151-1/+2
* Update note about latex2html version required.Fred Drake1998-05-151-2/+3
* Add support for the Macintosh Library Modules document.Fred Drake1998-05-152-8/+22
* Revise comment about \let support a little to more accurately reflect theFred Drake1998-05-151-1/+1
* Ignore the mac/ directory....Fred Drake1998-05-151-0/+1
* Update to use the output names used by latex2html for the Python ReferenceFred Drake1998-05-151-1/+1
* Extend handling for \let a bit, to also allow \let\something=<character>. WeFred Drake1998-05-151-1/+12
* Remove debugging echo.Fred Drake1998-05-151-1/+0
* do_cmd_let(): Simple implementation to allow \let to be used to establishFred Drake1998-05-151-3/+21
* Improved version of patch for HPUX from David Arnold.Guido van Rossum1998-05-141-4/+1
* Added support for \developer, \developers, \developersaddress.Fred Drake1998-05-141-4/+8
* Added definitions for \developer, \developers, \developersaddress.Fred Drake1998-05-141-0/+3
* Fix the fix to allow the .tex document sources not live in ".".Fred Drake1998-05-141-1/+2
* Mostly spurious change to ensure that everyone's version of this picks up theFred Drake1998-05-141-0/+2
* Don't run tools/toc2bkm.py unless we're building PDF.Fred Drake1998-05-141-6/+11
* Updated markup style (got rid of \verb@...@, mostly).Fred Drake1998-05-146-197/+203
* Add pointer to Misc/HPUX-NOTES.Guido van Rossum1998-05-141-0/+2
* Add an index entry.Fred Drake1998-05-141-3/+4
* When a .o file is an absolute pathname, assume it's a file for whichGuido van Rossum1998-05-141-0/+1
* strop_replace(): balk if the pattern string is empty.Guido van Rossum1998-05-141-0/+4
* whichmodule(): remove redundant PyErr_Clear(); add explicit settingGuido van Rossum1998-05-141-4/+3
* Don't delete glmodule.c on 'make clobber' (it's a checked in file!).Guido van Rossum1998-05-141-1/+1
* New APIs for embedding applications that want to add their own entriesGuido van Rossum1998-05-141-0/+58
* Remove unnecessary PyErr_Clear().Guido van Rossum1998-05-141-1/+0
* Since PyDict_GetItem() can't raise an exception any more, there's noGuido van Rossum1998-05-142-4/+0
* Since PyDict_GetItem() can't raise an exception any more, there's noGuido van Rossum1998-05-141-4/+1
* Make sure that PyDict_GetItem[String]() *never* raises an exception.Guido van Rossum1998-05-141-2/+3
* Remove a redundant statement from halfbinop().Guido van Rossum1998-05-131-1/+0
* Fix bug reported by Harri Pasanen: gzip + cPickle doesn't work. TheJeremy Hylton1998-05-131-4/+3
* Tim's quicksort on May 13.Guido van Rossum1998-05-131-1/+1
* Tim's quicksort on May 10.Guido van Rossum1998-05-131-68/+99
* From: conrad@cgl.ucsf.edu (Conrad Huang %CGL)Guido van Rossum1998-05-131-1/+4
* OK, here's a different way to implement the same thing -- this versionGuido van Rossum1998-05-121-6/+6
* Support filenames with spaces in their names (for non-Mac ftp servers).Guido van Rossum1998-05-121-2/+2
* DELETE_FAST should issue an exception when the local variable is undefined.Guido van Rossum1998-05-121-0/+7