1. 54ecc3d Patches by William Lewis for Nextstep descendants. by Guido van Rossum · 25 years ago
  2. b5cebfe PyLong_FromString(): Nailed a small memory leak. In the str==start by Barry Warsaw · 25 years ago
  3. aa2aea0 \py@linkToName: New macro to consolidate support for most internal by Fred Drake · 25 years ago
  4. 580f4ab Added the files for the repr and ConfigParser modules. by Fred Drake · 25 years ago
  5. 9d814c6 Document the repr module. This removes the entire "Code objects and by Fred Drake · 25 years ago
  6. c80baa3 err_input(): Nailed a small memory leak. If the error is E_INTR, the by Barry Warsaw · 25 years ago
  7. 54892c4 _PySys_Init(): Nailed small memory leak. The stringobject created for by Barry Warsaw · 25 years ago
  8. da452bf Don't say that the module defines the "following functions" and then by Fred Drake · 25 years ago
  9. 5763e07 cleaned up ugly hack related to activate events and suspend/resume -- jvr by Just van Rossum · 25 years ago
  10. f09f6a5 Re-format the module docstring and document the new get() argument. by Barry Warsaw · 25 years ago
  11. ebe2a12 Incorporate changes for patched version of ConfigParser. by Fred Drake · 25 years ago
  12. e6506e7 Patch by Chris Petrilli (not really tested since I don't know this by Guido van Rossum · 25 years ago
  13. 9f253dc \py@modindex: Format the index entry for the module index more like by Fred Drake · 25 years ago
  14. bc866ce Documentation for the ConfigParser module, by Christopher G. Petrilli by Fred Drake · 25 years ago
  15. 7c43905 Added Sherlock source for Python documentation, and added icons to them all. by Jack Jansen · 25 years ago
  16. 5b97716 expandtabs__doc__: blank line which was not terminated with \n\ caused by Barry Warsaw · 25 years ago
  17. a106568 Add spawnv and spawnve functions for Win32 platforms. by Guido van Rossum · 25 years ago
  18. 54ec288 A gift from Fredrik Lundh: fast C implementation of expandtabs(). by Guido van Rossum · 25 years ago
  19. 9700e9b Document the default for tabsize in expandtabs(). by Guido van Rossum · 25 years ago
  20. 3e0d319 The usual. by Guido van Rossum · 25 years ago
  21. dfd8954 Allow recognition of attributes even if they don't have space in front by Fred Drake · 25 years ago
  22. 3dbba6e Change rare occurrences of #if HAVE_LONG_LONG to #ifdef. by Guido van Rossum · 25 years ago
  23. aa8d167 Make sure not to call realloc() with a NULL pointer -- call malloc() by Guido van Rossum · 25 years ago
  24. 1180185 Include myselect.h -- needed on some platforms. by Guido van Rossum · 25 years ago
  25. 8bf6dc7 Rearrange the -I flags for compiling _tkinter.c so that by Guido van Rossum · 25 years ago
  26. 2fff84d Don't die if CodeType doesn't exist -- ignore the error. This could by Guido van Rossum · 25 years ago
  27. 7999bfb There's a macro PycString_IMPORT which the documentation listed as by Guido van Rossum · 25 years ago
  28. 0189c01 Correct typo in new function get_breaks(). by Guido van Rossum · 25 years ago
  29. 816a9fb Change clear syntax to support three alternatives: by Guido van Rossum · 25 years ago
  30. 6ea27cc Change clear_break() to the old signature clear_break(file, line). by Guido van Rossum · 25 years ago
  31. 3bbef60 Ai! complex_nonzero() has && which should be ||, else decidedly by Guido van Rossum · 25 years ago
  32. d371ff1 Only do ttyname() when HAVE_TTYNAME is defined. by Guido van Rossum · 25 years ago
  33. 27e0420 Adding sherlock search templates for Python and Python FAQ. by Jack Jansen · 25 years ago
  34. c94e785 Added Icn module to toolboxmodules by Jack Jansen · 25 years ago
  35. d26e1a0 Set PythonCore version number to sys.hexversion, and removed version by Jack Jansen · 25 years ago
  36. d0f0637 Script to synchronize files with / in their name and their _s_ counterparts. by Just van Rossum · 25 years ago
  37. e3308ec Test checkin, to see whether I really can do it. --jvr schpeaking. by Just van Rossum · 25 years ago
  38. ae1e875 Test checkin, to see whether I really can do it. --jvr schpeaking. by Just van Rossum · 25 years ago
  39. a49a4ea Add "term" to AUTOCLOSE. by Fred Drake · 25 years ago
  40. d1dbf63 Header for PyObject_DelItem() mentioned non-existing 3rd argument. by Guido van Rossum · 25 years ago
  41. 539d425 Updated for 1.5.2b1 by Jack Jansen · 25 years ago
  42. 90c3c16 In unpackevent, get the direct object (----) before asking for missed parameters. by Jack Jansen · 25 years ago
  43. d61f92b Select the whole default input field in AskString (Joe Strout) by Jack Jansen · 25 years ago
  44. f19feb8 (py-mode-map): Add back force of RET (aka C-m) to py-newline-and-indent. by Barry Warsaw · 25 years ago
  45. 1c4d96f Added examples/testcode for the Icn module. by Jack Jansen · 25 years ago
  46. a0fcd25 Don't qualify local symbols with aetools... by Jack Jansen · 25 years ago
  47. d9f5a39 Manually added definitions for normal, bold, etc. These are in MacTypes (of all by Jack Jansen · 25 years ago
  48. c001189 Updated for 1.5.2b1 by Jack Jansen · 25 years ago
  49. 13976c8 Updated for 1.5.2b1 (better late than never:-) by Jack Jansen · 25 years ago
  50. 7d2f9d6 Updated the version number in the vers and preffilename resources. by Jack Jansen · 25 years ago
  51. 3008b04 Removed warnings for packages (Just implemented support for freezing by Jack Jansen · 25 years ago
  52. 43278f0 convert(): Added parameter "autoclose", which should be a sequence of by Fred Drake · 25 years ago
  53. 0a5b8de Modified the "sgml" and "xml" targets to stop if the sub-makes fail in by Fred Drake · 25 years ago
  54. 19a0dba Add caveat on partial dependence on the "cl" module, only available on by Fred Drake · 25 years ago
  55. 9ea3e36 Move the jpeg module to the SGI section; it is dependent on the "cl" by Fred Drake · 25 years ago
  56. 4259f0d create_module_info(): If there's a \moduleauthor, move it to an by Fred Drake · 25 years ago
  57. 36dfe58 isnmtoken(), istoken(): Fix to ensure the regex has to match the by Fred Drake · 25 years ago
  58. 2664db9 handle_labels(): Fix problem for document fragments containing more by Fred Drake · 25 years ago
  59. a7998f6 Revised comments on null bytes in pattern string. by Fred Drake · 25 years ago
  60. 6ffa445 Fix second description of handling 2-digit years (last item in by Fred Drake · 25 years ago
  61. d6ced7d convert(): Change the element name remapping to convert <refmodule> by Fred Drake · 25 years ago
  62. f82e4ab format_attrs(): Attempt a bit more minimization for SGML output. by Fred Drake · 25 years ago
  63. 9bbdce5 add_module_idx(), add_idx_hook(): by Fred Drake · 25 years ago
  64. 0237909 Enable os.path as a mostly-normal submodule, including "from os.path by Fred Drake · 25 years ago
  65. cb5540e (py-mode-map): Removed special bindings for C-m and C-j to by Barry Warsaw · 25 years ago
  66. f8ddb6a (py-narrow-to-defun): New command (bound to C-x n d) which mimics the by Barry Warsaw · 25 years ago
  67. f6cdcd5 Added 'warn' method. by Greg Ward · 25 years ago
  68. 7eca8e5 Fix typo spotted by Jeff MacDonald <jam@ans.net>. by Fred Drake · 25 years ago
  69. 36911a1 Only deiconify when iconic. by Guido van Rossum · 25 years ago
  70. f87240f Misc by Guido van Rossum · 25 years ago
  71. 31000dd Interface to GetIcon, PlotIcon and friends. by Jack Jansen · 25 years ago
  72. 4338920 Added doc strings to the exception classes. by Guido van Rossum · 25 years ago
  73. 40233ea Patch by Piers Lauder: make exceptions classes. by Guido van Rossum · 25 years ago
  74. 1d7b0fa (py-electric-delete): Implement the XEmacs 21 blessed way of checking by Barry Warsaw · 25 years ago
  75. 9455547 Bruce Wheeler quotes Mark Hammond with a different version of the by Guido van Rossum · 25 years ago
  76. 589bc63 Add a "tarball" target. by Fred Drake · 25 years ago
  77. 6038f54 Adjust so that we are no longer using special entities for well-known by Fred Drake · 25 years ago
  78. 53610ca for method getaddrlist(): Added a note clarifying that all named by Barry Warsaw · 25 years ago
  79. 3effeed Shorten the name of the <rfc> "number" attribute to "num". by Fred Drake · 25 years ago
  80. d24167b Make <rfc> no longer an empty element but a container. The text by Fred Drake · 25 years ago
  81. e75888e Test the rfc822.py module. Contains just a few simple cases, and some by Barry Warsaw · 25 years ago
  82. 8a57843 Message.getaddrlist(): This now handles multiple occurances of the by Barry Warsaw · 25 years ago
  83. f8ebb55 Several new functions to re-write tables to be at least partly by Fred Drake · 25 years ago
  84. ca6954a Should include "Python.h", not <Python.h> -- it's not a standard by Guido van Rossum · 25 years ago
  85. 11a5071 Jim Ahlstrom patch: Watcom chokes on a long expression in c_asinh(). by Guido van Rossum · 25 years ago
  86. a71b5f4 Jim Ahlstrom patch: the module doc string is too long for 16-bit VC by Guido van Rossum · 25 years ago
  87. 3aa23fd Jim Ahlstrom patch: cutoff should be a long for machines with 16-bit by Guido van Rossum · 25 years ago
  88. 3c25904 Jim Ahlstrom patch: BIGCHUNK is too large for 16-bit int. by Guido van Rossum · 25 years ago
  89. 3d37f43 Jim Ahlstrom added some SIZEOF defs for VC and WATCOM (only). by Guido van Rossum · 25 years ago
  90. a50a1df Added clean and clobber targets. by Fred Drake · 25 years ago
  91. 54bad44 Update to the latest version of Michael Ernst's script. by Fred Drake · 25 years ago
  92. 3a7a3d7 "Driver" makefile to convert all documents to SGML or XML at once. by Fred Drake · 25 years ago
  93. 7727416 Add usage of the "driver" Makefile. by Fred Drake · 25 years ago
  94. 9d1c3b5 Elaborate a comment on the format of the table that drives the conversion. by Fred Drake · 25 years ago
  95. d7acf02 Adjustments to allow elements with subelements as parameters. This is by Fred Drake · 25 years ago
  96. 79cbadc Added fixinfo.el to the list of dependencies. by Fred Drake · 25 years ago
  97. 79ad1f1 Escape special characters on output. by Fred Drake · 25 years ago
  98. 348fd06 In rcpt(), avoid a space after the TO: address when the option list is by Guido van Rossum · 25 years ago
  99. e1bf7e8 Change the order of the utime() and the chmod() call in copystat(). by Guido van Rossum · 25 years ago
  100. 9481821 Updated for 1.5.2b1 by Jack Jansen · 25 years ago