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