- 806a1bf webcheck target in this Makefile wasn't used. by Fred Drake · 26 years ago
- 79c0f0e Fix the webcheck target so it checks the right files.... by Fred Drake · 26 years ago
- 3bfed5b (py-ask-about-save): New variable used in by Barry Warsaw · 26 years ago
- 1d0364b (py-execute-string): Bind to C-c C-s, and put on menu by Barry Warsaw · 26 years ago
- 751f493 (py-stringlit-re): Another ME patch to recognize SQTQs and DQTQs by Barry Warsaw · 26 years ago
- 820273d More ME patches: by Barry Warsaw · 26 years ago
- ab0e86c (beginning-of-python-def-or-class): Renamed to by Barry Warsaw · 26 years ago
- 4941341 guess_extension(): Revise documentation string to be more clear. If not by Fred Drake · 26 years ago
- 5f4fb91 Test that "import sys.imp" fails as it should. by Guido van Rossum · 26 years ago
- 9c0afe5 Fix a curious bug: statements like "import sys.time" would succeed, by Guido van Rossum · 26 years ago
- edde150 Add mimetypes documentation to library reference dependencies. by Fred Drake · 26 years ago
- b818b46 Add section documenting mimetypes module. by Fred Drake · 26 years ago
- ebc7b7a More ME patches: by Barry Warsaw · 26 years ago
- 145ab1c #Documentation and comment typos patch given by Michael Ernst. More by Barry Warsaw · 26 years ago
- e35c601 Add a feature to support specifying an additional search directory for by Guido van Rossum · 26 years ago
- ce5988b Remove Emacs cruft. by Guido van Rossum · 26 years ago
- f1b5a0e Add a feature to support specifying an additional search directory for by Guido van Rossum · 26 years ago
- 5109ffd guess_extension(): New function. Performs a reverse mapping from MIME type by Fred Drake · 26 years ago
- 67133e2 Neatify the _timezones table and remove a misleading comment about by Guido van Rossum · 26 years ago
- 3130b7a Fixed typo in docstring: suffixes_map --> suffix_map. by Fred Drake · 26 years ago
- 4658682 Subject: bug fixes for imaplib.py by Guido van Rossum · 26 years ago
- 7beaad4 Add file extension .xml, mapping it to text/xml. by Guido van Rossum · 26 years ago
- 6b07787 Remove use of RTLD_GLOBAL. by Guido van Rossum · 26 years ago
- c85be6a Fix another oldie (item (b) only): by Guido van Rossum · 26 years ago
- b9d9d72 Install config.h. Adapt to new build conventions (get rid of Release directory). by Guido van Rossum · 26 years ago
- fccfe89 Another veeeeeery old patch... by Guido van Rossum · 26 years ago
- 837d8bf Change the output names. Do away with the Release and Debug subdirectories. by Guido van Rossum · 26 years ago
- 859b16c In debug mode on MS Windows, DLLs are called foo_d.pyd or foo_d.dll. by Guido van Rossum · 26 years ago
- 3d9a058 Add some symbols. Remove the LIBRARY statement at the top (and the by Guido van Rossum · 26 years ago
- e593b62 Small change to the l2h target allowing the output dir, $(HTMLDIR), to be by Fred Drake · 26 years ago
- a4565b0 Update to use latex2html 98.1p5. by Fred Drake · 26 years ago
- 8dbf46a Update to use latex2html 98.1p5. by Fred Drake · 26 years ago
- e0a0fcd Update note about latex2html version required. by Fred Drake · 26 years ago
- cdbd391 Add support for the Macintosh Library Modules document. by Fred Drake · 26 years ago
- 5b73cdf Revise comment about \let support a little to more accurately reflect the by Fred Drake · 26 years ago
- 13b1f43 Ignore the mac/ directory.... by Fred Drake · 26 years ago
- d637406 Update to use the output names used by latex2html for the Python Reference by Fred Drake · 26 years ago
- 7a4ad0f Extend handling for \let a bit, to also allow \let\something=<character>. We by Fred Drake · 26 years ago
- 8d1b338 Remove debugging echo. by Fred Drake · 26 years ago
- e16f679 do_cmd_let(): Simple implementation to allow \let to be used to establish by Fred Drake · 26 years ago
- 532246e Improved version of patch for HPUX from David Arnold. by Guido van Rossum · 26 years ago
- d07868a Added support for \developer, \developers, \developersaddress. by Fred Drake · 26 years ago
- 6df93ef Added definitions for \developer, \developers, \developersaddress. by Fred Drake · 26 years ago
- df825a1 Fix the fix to allow the .tex document sources not live in ".". by Fred Drake · 26 years ago
- 25d4e28 Mostly spurious change to ensure that everyone's version of this picks up the by Fred Drake · 26 years ago
- f4fc476 Don't run tools/toc2bkm.py unless we're building PDF. by Fred Drake · 26 years ago
- 5c07d9b Updated markup style (got rid of \verb@...@, mostly). by Fred Drake · 26 years ago
- 2094e04 Add pointer to Misc/HPUX-NOTES. by Guido van Rossum · 26 years ago
- 203b4f1 Add an index entry. by Fred Drake · 26 years ago
- fa1fb7d When a .o file is an absolute pathname, assume it's a file for which by Guido van Rossum · 26 years ago
- 4ccda15 strop_replace(): balk if the pattern string is empty. by Guido van Rossum · 26 years ago
- ed33a3f whichmodule(): remove redundant PyErr_Clear(); add explicit setting by Guido van Rossum · 26 years ago
- 02759c0 Don't delete glmodule.c on 'make clobber' (it's a checked in file!). by Guido van Rossum · 26 years ago
- 09cae1f New APIs for embedding applications that want to add their own entries by Guido van Rossum · 26 years ago
- ba7cc0c Remove unnecessary PyErr_Clear(). by Guido van Rossum · 26 years ago
- 234e260 Since PyDict_GetItem() can't raise an exception any more, there's no by Guido van Rossum · 26 years ago
- e23eb57 Since PyDict_GetItem() can't raise an exception any more, there's no by Guido van Rossum · 26 years ago
- 474b19e Make sure that PyDict_GetItem[String]() *never* raises an exception. by Guido van Rossum · 26 years ago
- 4180cf1 Remove a redundant statement from halfbinop(). by Guido van Rossum · 26 years ago
- ee918cb Fix bug reported by Harri Pasanen: gzip + cPickle doesn't work. The by Jeremy Hylton · 26 years ago
- ed7adcf Tim's quicksort on May 13. by Guido van Rossum · 26 years ago
- b705764 Tim's quicksort on May 10. by Guido van Rossum · 26 years ago
- 01fc65d From: conrad@cgl.ucsf.edu (Conrad Huang %CGL) by Guido van Rossum · 26 years ago
- 1f05cb0 OK, here's a different way to implement the same thing -- this version by Guido van Rossum · 26 years ago
- aeeda5b Support filenames with spaces in their names (for non-Mac ftp servers). by Guido van Rossum · 26 years ago
- 2e4c899 DELETE_FAST should issue an exception when the local variable is undefined. by Guido van Rossum · 26 years ago
- 1a87e9d Add comments about release status. by Fred Drake · 26 years ago
- dc8a3cb Add Bill Janssen's notes on configuring threads. by Guido van Rossum · 26 years ago
- b41addf Replace all calls to fprintf(stderr, ...) with calls to PySys_WriteStderr(...). by Guido van Rossum · 26 years ago
- a890e68 New APIs to write to sys.stdout or sys.stderr using a printf-like interface. by Guido van Rossum · 26 years ago
- bf6a9b1 Add PySys_WriteStdout(format, ...) PySys_WriteStderr(format, ...) by Guido van Rossum · 26 years ago
- 597ac20 Trivial little change: timer tokens shouldn't have a Print() function, by Guido van Rossum · 26 years ago
- b298a30 Reduce memory requirements. by Guido van Rossum · 26 years ago
- e34ab30 Switch to .tgz instead of .tar.gz to appease Windows users. by Fred Drake · 26 years ago
- 72dd58d Use .tgz instead of .tar.gz for the output file name. by Fred Drake · 26 years ago
- d2af396 Change ignored extension .tar.gz to .tgz. by Fred Drake · 26 years ago
- 2f61cd4 Ignore intermediate files. by Fred Drake · 26 years ago
- ba1700c Set the right page size in the PDF output. by Fred Drake · 26 years ago
- d5d473f Add --letter option, similar to --a4. This is a no-op, but can be used from by Fred Drake · 26 years ago
- 8981fdf Add the clean, clobber targets here for this directory. by Fred Drake · 26 years ago
- a4c640e Reverted the last change; the extra cruft is harmless for formatted versions, by Fred Drake · 26 years ago
- 58ff112 Don't be so ugly as to use "set -x" to get the executed commands printed. by Fred Drake · 26 years ago
- 4190fae Added a section about documentation for the Mac modules. by Fred Drake · 26 years ago
- 1a3541c Oops, better add it to the usage message! by Fred Drake · 26 years ago
- 3504952 Add easy-to-use support for A4 paper. by Fred Drake · 26 years ago
- efad443 Remove the tarhtml target; not useful from the sub-make. by Fred Drake · 26 years ago
- 29cabd4 Pass the release number to the tools/mktarball.sh script. by Fred Drake · 26 years ago
- f2fa1e2 Accept the release number on the command line instead of hardcoding it. by Fred Drake · 26 years ago
- 323dc70 Don't be so ugly as to use "set -x" to get the executed commands printed. by Fred Drake · 26 years ago
- 2e7edb8 do_cmd_kwindex(): Re-implement now that \kwindex is used again (ref man). by Fred Drake · 26 years ago
- d69e2c4 Update some of the comments. by Fred Drake · 26 years ago
- 41814bc In package Override, use the getcwd() function from the Cwd module instead of by Fred Drake · 26 years ago
- 099b76c Changed some comments.... no longer mention FrameMaker. by Fred Drake · 26 years ago
- ed3da23 parser_compare_nodes(): Corrected a minor type error; eliminate one GCC by Fred Drake · 27 years ago
- 03e35c5 Add a few doc strings. by Guido van Rossum · 27 years ago
- ea176b6 benchmark for list.sort() by Guido van Rossum · 27 years ago
- 1e162d3 Implement round() slightly different, so that for negative ndigits no by Guido van Rossum · 27 years ago
- ae94cf2 Fix by Sean Reifschneider: by Guido van Rossum · 27 years ago
- 27c225e Add the specific sed statement to recover the second output file to by Guido van Rossum · 27 years ago
- b1b4f94 Make Tim O'Malley's requested change: in FieldStorage.__init__(), when by Guido van Rossum · 27 years ago