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