1. c913206 knownfiles: Add the default installation dirs for Apache by Fred Drake · 26 years ago
  2. adf0e43 Trivial little change: when setting a member to an object, hold the by Guido van Rossum · 26 years ago
  3. 885215c Added support for AMK's {definitions} environment; thanks for the reminder! by Fred Drake · 26 years ago
  4. 3bf7865 Added {definitions} environment, which has \term to define indivual terms. by Fred Drake · 26 years ago
  5. 6c3a2cb whrandom -> random by Guido van Rossum · 26 years ago
  6. b26a1b4 Use random instead of whrandom. by Guido van Rossum · 26 years ago
  7. 33d7f1a Add Interfaces to replace remaining needs for importing whrandom. by Guido van Rossum · 26 years ago
  8. 750c8ce Add LDLAST to the list of variables processed by the sed script. by Guido van Rossum · 26 years ago
  9. a88c5f3 Correct bug doc string (discovered by Berthold Hoellmann): by Guido van Rossum · 26 years ago
  10. 0bd5433 Get rid of nearly all clals to self._do -- turns out self.tk.call can by Guido van Rossum · 26 years ago
  11. 29892d8 Use whrandom instead of rand. by Guido van Rossum · 26 years ago
  12. 15527e9 Protection agains non-existing subdirectories for clean and clobber by Guido van Rossum · 26 years ago
  13. 110f365 Additions for Mark Hammond's Win32 specific hacks. by Guido van Rossum · 26 years ago
  14. e194beb Don't use a separate node for footnotes; see if people scream. ;-) by Fred Drake · 26 years ago
  15. e87ab1f Fix definition of release_version (global). by Fred Drake · 26 years ago
  16. 7c68ab2 Added entry for mimetypes. by Fred Drake · 26 years ago
  17. 806a1bf webcheck target in this Makefile wasn't used. by Fred Drake · 26 years ago
  18. 79c0f0e Fix the webcheck target so it checks the right files.... by Fred Drake · 26 years ago
  19. 3bfed5b (py-ask-about-save): New variable used in by Barry Warsaw · 26 years ago
  20. 1d0364b (py-execute-string): Bind to C-c C-s, and put on menu by Barry Warsaw · 26 years ago
  21. 751f493 (py-stringlit-re): Another ME patch to recognize SQTQs and DQTQs by Barry Warsaw · 26 years ago
  22. 820273d More ME patches: by Barry Warsaw · 26 years ago
  23. ab0e86c (beginning-of-python-def-or-class): Renamed to by Barry Warsaw · 26 years ago
  24. 4941341 guess_extension(): Revise documentation string to be more clear. If not by Fred Drake · 26 years ago
  25. 5f4fb91 Test that "import sys.imp" fails as it should. by Guido van Rossum · 26 years ago
  26. 9c0afe5 Fix a curious bug: statements like "import sys.time" would succeed, by Guido van Rossum · 26 years ago
  27. edde150 Add mimetypes documentation to library reference dependencies. by Fred Drake · 26 years ago
  28. b818b46 Add section documenting mimetypes module. by Fred Drake · 26 years ago
  29. ebc7b7a More ME patches: by Barry Warsaw · 26 years ago
  30. 145ab1c #Documentation and comment typos patch given by Michael Ernst. More by Barry Warsaw · 26 years ago
  31. e35c601 Add a feature to support specifying an additional search directory for by Guido van Rossum · 26 years ago
  32. ce5988b Remove Emacs cruft. by Guido van Rossum · 26 years ago
  33. f1b5a0e Add a feature to support specifying an additional search directory for by Guido van Rossum · 26 years ago
  34. 5109ffd guess_extension(): New function. Performs a reverse mapping from MIME type by Fred Drake · 26 years ago
  35. 67133e2 Neatify the _timezones table and remove a misleading comment about by Guido van Rossum · 26 years ago
  36. 3130b7a Fixed typo in docstring: suffixes_map --> suffix_map. by Fred Drake · 26 years ago
  37. 4658682 Subject: bug fixes for imaplib.py by Guido van Rossum · 26 years ago
  38. 7beaad4 Add file extension .xml, mapping it to text/xml. by Guido van Rossum · 26 years ago
  39. 6b07787 Remove use of RTLD_GLOBAL. by Guido van Rossum · 26 years ago
  40. c85be6a Fix another oldie (item (b) only): by Guido van Rossum · 26 years ago
  41. b9d9d72 Install config.h. Adapt to new build conventions (get rid of Release directory). by Guido van Rossum · 26 years ago
  42. fccfe89 Another veeeeeery old patch... by Guido van Rossum · 26 years ago
  43. 837d8bf Change the output names. Do away with the Release and Debug subdirectories. by Guido van Rossum · 26 years ago
  44. 859b16c In debug mode on MS Windows, DLLs are called foo_d.pyd or foo_d.dll. by Guido van Rossum · 26 years ago
  45. 3d9a058 Add some symbols. Remove the LIBRARY statement at the top (and the by Guido van Rossum · 26 years ago
  46. e593b62 Small change to the l2h target allowing the output dir, $(HTMLDIR), to be by Fred Drake · 26 years ago
  47. a4565b0 Update to use latex2html 98.1p5. by Fred Drake · 26 years ago
  48. 8dbf46a Update to use latex2html 98.1p5. by Fred Drake · 26 years ago
  49. e0a0fcd Update note about latex2html version required. by Fred Drake · 26 years ago
  50. cdbd391 Add support for the Macintosh Library Modules document. by Fred Drake · 26 years ago
  51. 5b73cdf Revise comment about \let support a little to more accurately reflect the by Fred Drake · 26 years ago
  52. 13b1f43 Ignore the mac/ directory.... by Fred Drake · 26 years ago
  53. d637406 Update to use the output names used by latex2html for the Python Reference by Fred Drake · 26 years ago
  54. 7a4ad0f Extend handling for \let a bit, to also allow \let\something=<character>. We by Fred Drake · 26 years ago
  55. 8d1b338 Remove debugging echo. by Fred Drake · 26 years ago
  56. e16f679 do_cmd_let(): Simple implementation to allow \let to be used to establish by Fred Drake · 26 years ago
  57. 532246e Improved version of patch for HPUX from David Arnold. by Guido van Rossum · 26 years ago
  58. d07868a Added support for \developer, \developers, \developersaddress. by Fred Drake · 26 years ago
  59. 6df93ef Added definitions for \developer, \developers, \developersaddress. by Fred Drake · 26 years ago
  60. df825a1 Fix the fix to allow the .tex document sources not live in ".". by Fred Drake · 26 years ago
  61. 25d4e28 Mostly spurious change to ensure that everyone's version of this picks up the by Fred Drake · 26 years ago
  62. f4fc476 Don't run tools/toc2bkm.py unless we're building PDF. by Fred Drake · 26 years ago
  63. 5c07d9b Updated markup style (got rid of \verb@...@, mostly). by Fred Drake · 26 years ago
  64. 2094e04 Add pointer to Misc/HPUX-NOTES. by Guido van Rossum · 26 years ago
  65. 203b4f1 Add an index entry. by Fred Drake · 26 years ago
  66. fa1fb7d When a .o file is an absolute pathname, assume it's a file for which by Guido van Rossum · 26 years ago
  67. 4ccda15 strop_replace(): balk if the pattern string is empty. by Guido van Rossum · 26 years ago
  68. ed33a3f whichmodule(): remove redundant PyErr_Clear(); add explicit setting by Guido van Rossum · 26 years ago
  69. 02759c0 Don't delete glmodule.c on 'make clobber' (it's a checked in file!). by Guido van Rossum · 26 years ago
  70. 09cae1f New APIs for embedding applications that want to add their own entries by Guido van Rossum · 26 years ago
  71. ba7cc0c Remove unnecessary PyErr_Clear(). by Guido van Rossum · 26 years ago
  72. 234e260 Since PyDict_GetItem() can't raise an exception any more, there's no by Guido van Rossum · 26 years ago
  73. e23eb57 Since PyDict_GetItem() can't raise an exception any more, there's no by Guido van Rossum · 26 years ago
  74. 474b19e Make sure that PyDict_GetItem[String]() *never* raises an exception. by Guido van Rossum · 26 years ago
  75. 4180cf1 Remove a redundant statement from halfbinop(). by Guido van Rossum · 26 years ago
  76. ee918cb Fix bug reported by Harri Pasanen: gzip + cPickle doesn't work. The by Jeremy Hylton · 26 years ago
  77. ed7adcf Tim's quicksort on May 13. by Guido van Rossum · 26 years ago
  78. b705764 Tim's quicksort on May 10. by Guido van Rossum · 26 years ago
  79. 01fc65d From: conrad@cgl.ucsf.edu (Conrad Huang %CGL) by Guido van Rossum · 26 years ago
  80. 1f05cb0 OK, here's a different way to implement the same thing -- this version by Guido van Rossum · 26 years ago
  81. aeeda5b Support filenames with spaces in their names (for non-Mac ftp servers). by Guido van Rossum · 26 years ago
  82. 2e4c899 DELETE_FAST should issue an exception when the local variable is undefined. by Guido van Rossum · 26 years ago
  83. 1a87e9d Add comments about release status. by Fred Drake · 26 years ago
  84. dc8a3cb Add Bill Janssen's notes on configuring threads. by Guido van Rossum · 26 years ago
  85. b41addf Replace all calls to fprintf(stderr, ...) with calls to PySys_WriteStderr(...). by Guido van Rossum · 26 years ago
  86. a890e68 New APIs to write to sys.stdout or sys.stderr using a printf-like interface. by Guido van Rossum · 26 years ago
  87. bf6a9b1 Add PySys_WriteStdout(format, ...) PySys_WriteStderr(format, ...) by Guido van Rossum · 26 years ago
  88. 597ac20 Trivial little change: timer tokens shouldn't have a Print() function, by Guido van Rossum · 26 years ago
  89. b298a30 Reduce memory requirements. by Guido van Rossum · 26 years ago
  90. e34ab30 Switch to .tgz instead of .tar.gz to appease Windows users. by Fred Drake · 26 years ago
  91. 72dd58d Use .tgz instead of .tar.gz for the output file name. by Fred Drake · 26 years ago
  92. d2af396 Change ignored extension .tar.gz to .tgz. by Fred Drake · 26 years ago
  93. 2f61cd4 Ignore intermediate files. by Fred Drake · 26 years ago
  94. ba1700c Set the right page size in the PDF output. by Fred Drake · 26 years ago
  95. d5d473f Add --letter option, similar to --a4. This is a no-op, but can be used from by Fred Drake · 26 years ago
  96. 8981fdf Add the clean, clobber targets here for this directory. by Fred Drake · 26 years ago
  97. a4c640e Reverted the last change; the extra cruft is harmless for formatted versions, by Fred Drake · 26 years ago
  98. 58ff112 Don't be so ugly as to use "set -x" to get the executed commands printed. by Fred Drake · 26 years ago
  99. 4190fae Added a section about documentation for the Mac modules. by Fred Drake · 26 years ago
  100. 1a3541c Oops, better add it to the usage message! by Fred Drake · 26 years ago