1. c9bda41 Updated for new build and plugin paths by Jack Jansen · 26 years ago
  2. fcfef78 Everything now builds in the right location,. by Jack Jansen · 26 years ago
  3. 0e5ff05 Checking in the projects that have been converted so far. by Jack Jansen · 26 years ago
  4. 541563e Implement -OO; "unsafe" optimization that removes docstrings. by Guido van Rossum · 26 years ago
  5. 6b86a42 Document -OO; "unsafe" optimization that removes docstrings. Marc-Andre Lemburg. by Guido van Rossum · 26 years ago
  6. bf07b29 Re-commit in applesingle by Jack Jansen · 26 years ago
  7. b657c93 Improvement of b/w compat note in help text for clear, by Richard Wolff. by Guido van Rossum · 26 years ago
  8. 0fa2ccd added default sys.path entry for NumPy -- jvr by Just van Rossum · 26 years ago
  9. 56d6939 Starting on the new project/plugin structure. Far from complete... by Jack Jansen · 26 years ago
  10. 7258874 Slight reworking of this test. If nis.maps() gives a nis.error, then by Barry Warsaw · 26 years ago
  11. 2133287 builtin_map(): Nailed memory leak. PyList_Append() borrows a by Barry Warsaw · 26 years ago
  12. f988e68 builtin_complex(): Nailed memory leak. This one's in the instance by Barry Warsaw · 26 years ago
  13. 583cc31 Get rid of do_clear_break / do_clb command -- it is redundant. by Guido van Rossum · 26 years ago
  14. b80667d pcre_exec(): Andrew Kuchling's patch for pcre memory leak. by Barry Warsaw · 26 years ago
  15. ffd5112 Add the info "dir" fragment to the info tarball. by Fred Drake · 26 years ago
  16. 8d7919d Fragment of an info "dir" file for the Python documentation. by Fred Drake · 26 years ago
  17. ffc4811 Simplify slightly. by Fred Drake · 26 years ago
  18. c5efde8 Don't build info for the Macintosh module reference by default; it by Fred Drake · 26 years ago
  19. 105906f initerrno(): Nailed a not-so-tiny memory leak. The de dictionary is by Barry Warsaw · 26 years ago
  20. 3879333 PyImport_ReloadModule(): Nailed a small memory leak. In the by Barry Warsaw · 26 years ago
  21. 54ecc3d Patches by William Lewis for Nextstep descendants. by Guido van Rossum · 26 years ago
  22. b5cebfe PyLong_FromString(): Nailed a small memory leak. In the str==start by Barry Warsaw · 26 years ago
  23. aa2aea0 \py@linkToName: New macro to consolidate support for most internal by Fred Drake · 26 years ago
  24. 580f4ab Added the files for the repr and ConfigParser modules. by Fred Drake · 26 years ago
  25. 9d814c6 Document the repr module. This removes the entire "Code objects and by Fred Drake · 26 years ago
  26. c80baa3 err_input(): Nailed a small memory leak. If the error is E_INTR, the by Barry Warsaw · 26 years ago
  27. 54892c4 _PySys_Init(): Nailed small memory leak. The stringobject created for by Barry Warsaw · 26 years ago
  28. da452bf Don't say that the module defines the "following functions" and then by Fred Drake · 26 years ago
  29. 5763e07 cleaned up ugly hack related to activate events and suspend/resume -- jvr by Just van Rossum · 26 years ago
  30. f09f6a5 Re-format the module docstring and document the new get() argument. by Barry Warsaw · 26 years ago
  31. ebe2a12 Incorporate changes for patched version of ConfigParser. by Fred Drake · 26 years ago
  32. e6506e7 Patch by Chris Petrilli (not really tested since I don't know this by Guido van Rossum · 26 years ago
  33. 9f253dc \py@modindex: Format the index entry for the module index more like by Fred Drake · 26 years ago
  34. bc866ce Documentation for the ConfigParser module, by Christopher G. Petrilli by Fred Drake · 26 years ago
  35. 7c43905 Added Sherlock source for Python documentation, and added icons to them all. by Jack Jansen · 26 years ago
  36. 5b97716 expandtabs__doc__: blank line which was not terminated with \n\ caused by Barry Warsaw · 26 years ago
  37. a106568 Add spawnv and spawnve functions for Win32 platforms. by Guido van Rossum · 26 years ago
  38. 54ec288 A gift from Fredrik Lundh: fast C implementation of expandtabs(). by Guido van Rossum · 26 years ago
  39. 9700e9b Document the default for tabsize in expandtabs(). by Guido van Rossum · 26 years ago
  40. 3e0d319 The usual. by Guido van Rossum · 26 years ago
  41. dfd8954 Allow recognition of attributes even if they don't have space in front by Fred Drake · 26 years ago
  42. 3dbba6e Change rare occurrences of #if HAVE_LONG_LONG to #ifdef. by Guido van Rossum · 26 years ago
  43. aa8d167 Make sure not to call realloc() with a NULL pointer -- call malloc() by Guido van Rossum · 26 years ago
  44. 1180185 Include myselect.h -- needed on some platforms. by Guido van Rossum · 26 years ago
  45. 8bf6dc7 Rearrange the -I flags for compiling _tkinter.c so that by Guido van Rossum · 26 years ago
  46. 2fff84d Don't die if CodeType doesn't exist -- ignore the error. This could by Guido van Rossum · 26 years ago
  47. 7999bfb There's a macro PycString_IMPORT which the documentation listed as by Guido van Rossum · 26 years ago
  48. 0189c01 Correct typo in new function get_breaks(). by Guido van Rossum · 26 years ago
  49. 816a9fb Change clear syntax to support three alternatives: by Guido van Rossum · 26 years ago
  50. 6ea27cc Change clear_break() to the old signature clear_break(file, line). by Guido van Rossum · 26 years ago
  51. 3bbef60 Ai! complex_nonzero() has && which should be ||, else decidedly by Guido van Rossum · 26 years ago
  52. d371ff1 Only do ttyname() when HAVE_TTYNAME is defined. by Guido van Rossum · 26 years ago
  53. 27e0420 Adding sherlock search templates for Python and Python FAQ. by Jack Jansen · 26 years ago
  54. c94e785 Added Icn module to toolboxmodules by Jack Jansen · 26 years ago
  55. d26e1a0 Set PythonCore version number to sys.hexversion, and removed version by Jack Jansen · 26 years ago
  56. d0f0637 Script to synchronize files with / in their name and their _s_ counterparts. by Just van Rossum · 26 years ago
  57. e3308ec Test checkin, to see whether I really can do it. --jvr schpeaking. by Just van Rossum · 26 years ago
  58. ae1e875 Test checkin, to see whether I really can do it. --jvr schpeaking. by Just van Rossum · 26 years ago
  59. a49a4ea Add "term" to AUTOCLOSE. by Fred Drake · 26 years ago
  60. d1dbf63 Header for PyObject_DelItem() mentioned non-existing 3rd argument. by Guido van Rossum · 26 years ago
  61. 539d425 Updated for 1.5.2b1 by Jack Jansen · 26 years ago
  62. 90c3c16 In unpackevent, get the direct object (----) before asking for missed parameters. by Jack Jansen · 26 years ago
  63. d61f92b Select the whole default input field in AskString (Joe Strout) by Jack Jansen · 26 years ago
  64. f19feb8 (py-mode-map): Add back force of RET (aka C-m) to py-newline-and-indent. by Barry Warsaw · 26 years ago
  65. 1c4d96f Added examples/testcode for the Icn module. by Jack Jansen · 26 years ago
  66. a0fcd25 Don't qualify local symbols with aetools... by Jack Jansen · 26 years ago
  67. d9f5a39 Manually added definitions for normal, bold, etc. These are in MacTypes (of all by Jack Jansen · 26 years ago
  68. c001189 Updated for 1.5.2b1 by Jack Jansen · 26 years ago
  69. 13976c8 Updated for 1.5.2b1 (better late than never:-) by Jack Jansen · 26 years ago
  70. 7d2f9d6 Updated the version number in the vers and preffilename resources. by Jack Jansen · 26 years ago
  71. 3008b04 Removed warnings for packages (Just implemented support for freezing by Jack Jansen · 26 years ago
  72. 43278f0 convert(): Added parameter "autoclose", which should be a sequence of by Fred Drake · 26 years ago
  73. 0a5b8de Modified the "sgml" and "xml" targets to stop if the sub-makes fail in by Fred Drake · 26 years ago
  74. 19a0dba Add caveat on partial dependence on the "cl" module, only available on by Fred Drake · 26 years ago
  75. 9ea3e36 Move the jpeg module to the SGI section; it is dependent on the "cl" by Fred Drake · 26 years ago
  76. 4259f0d create_module_info(): If there's a \moduleauthor, move it to an by Fred Drake · 26 years ago
  77. 36dfe58 isnmtoken(), istoken(): Fix to ensure the regex has to match the by Fred Drake · 26 years ago
  78. 2664db9 handle_labels(): Fix problem for document fragments containing more by Fred Drake · 26 years ago
  79. a7998f6 Revised comments on null bytes in pattern string. by Fred Drake · 26 years ago
  80. 6ffa445 Fix second description of handling 2-digit years (last item in by Fred Drake · 26 years ago
  81. d6ced7d convert(): Change the element name remapping to convert <refmodule> by Fred Drake · 26 years ago
  82. f82e4ab format_attrs(): Attempt a bit more minimization for SGML output. by Fred Drake · 26 years ago
  83. 9bbdce5 add_module_idx(), add_idx_hook(): by Fred Drake · 26 years ago
  84. 0237909 Enable os.path as a mostly-normal submodule, including "from os.path by Fred Drake · 26 years ago
  85. cb5540e (py-mode-map): Removed special bindings for C-m and C-j to by Barry Warsaw · 26 years ago
  86. f8ddb6a (py-narrow-to-defun): New command (bound to C-x n d) which mimics the by Barry Warsaw · 26 years ago
  87. f6cdcd5 Added 'warn' method. by Greg Ward · 26 years ago
  88. 7eca8e5 Fix typo spotted by Jeff MacDonald <jam@ans.net>. by Fred Drake · 26 years ago
  89. 36911a1 Only deiconify when iconic. by Guido van Rossum · 26 years ago
  90. f87240f Misc by Guido van Rossum · 26 years ago
  91. 31000dd Interface to GetIcon, PlotIcon and friends. by Jack Jansen · 26 years ago
  92. 4338920 Added doc strings to the exception classes. by Guido van Rossum · 26 years ago
  93. 40233ea Patch by Piers Lauder: make exceptions classes. by Guido van Rossum · 26 years ago
  94. 1d7b0fa (py-electric-delete): Implement the XEmacs 21 blessed way of checking by Barry Warsaw · 26 years ago
  95. 9455547 Bruce Wheeler quotes Mark Hammond with a different version of the by Guido van Rossum · 26 years ago
  96. 589bc63 Add a "tarball" target. by Fred Drake · 26 years ago
  97. 6038f54 Adjust so that we are no longer using special entities for well-known by Fred Drake · 26 years ago
  98. 53610ca for method getaddrlist(): Added a note clarifying that all named by Barry Warsaw · 26 years ago
  99. 3effeed Shorten the name of the <rfc> "number" attribute to "num". by Fred Drake · 26 years ago
  100. d24167b Make <rfc> no longer an empty element but a container. The text by Fred Drake · 26 years ago