summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Test that "import sys.imp" fails as it should.Guido van Rossum1998-05-191-1/+12
* Fix a curious bug: statements like "import sys.time" would succeed,Guido van Rossum1998-05-191-3/+10
* Add mimetypes documentation to library reference dependencies.Fred Drake1998-05-191-1/+2
* Add section documenting mimetypes module.Fred Drake1998-05-192-0/+95
* More ME patches:Barry Warsaw1998-05-191-2/+7
* #Documentation and comment typos patch given by Michael Ernst. MoreBarry Warsaw1998-05-191-17/+17
* Add a feature to support specifying an additional search directory forGuido van Rossum1998-05-181-17/+30
* Remove Emacs cruft.Guido van Rossum1998-05-183-12/+0
* 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