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