1. ecaa777 Added _HAVE_BSDI and __APPLE__ to the list of platforms that require a by Guido van Rossum · 24 years ago
  2. 128bcf4 Fix syntax error. Submitted by Bill Bumgarner. Apparently this is by Guido van Rossum · 24 years ago
  3. 6042741 Rip out DOS and Win16 support. by Guido van Rossum · 24 years ago
  4. 215c340 Rip out DOS-8x3 support. by Guido van Rossum · 24 years ago
  5. 1bb7734 Rip out Win3.1 and DOS support by Guido van Rossum · 24 years ago
  6. 56baca3 Removing DOS 8x3 support by Guido van Rossum · 24 years ago
  7. f6fc875 Jack Jansen: added 'get_command_list()' method, and Mac-specific code to by Greg Ward · 24 years ago
  8. 8063cbf No reason to keep "Run as Python" in binhex form anymore, just put the binary in the repository. by Jack Jansen · 24 years ago
  9. 7c1cb46 Fix for SF bug 117402, crashes on str(array) and repr(array). This was an by Tim Peters · 24 years ago
  10. e5cd584 Committing autoconf output for Fred. by Guido van Rossum · 24 years ago
  11. a66eed6 Implement the suggestion of bug_id=122070: surround tell() call with try/except. by Guido van Rossum · 24 years ago
  12. 17bfef5 SMTP.connect(): If the socket.connect() raises a socket.error, be sure by Barry Warsaw · 24 years ago
  13. 8a41d20 Remove AC_C_INLINE test from configure.in, since the only place the symbol by Fred Drake · 24 years ago
  14. b046b76 Added test cases to detect regression on SourceForge bug #121965. by Fred Drake · 24 years ago
  15. 0b796fa Fixed support for containment test when a negative step is used; this by Fred Drake · 24 years ago
  16. a91e165 In the containment test, get the boundary condition right. ">" was used by Fred Drake · 24 years ago
  17. f4e13a4 Add 1994 Coroutine module by Tim Peters by Guido van Rossum · 24 years ago
  18. 704925c Last CW Pro 5.3 projects. by Jack Jansen · 24 years ago
  19. da7b5be More names... by Fred Drake · 24 years ago
  20. a1c4da2 Fix for SF bug #117606: by Greg Ward · 24 years ago
  21. f16e0ed Patch #102278: add tparm() function to _curses module by Andrew M. Kuchling · 24 years ago
  22. a776cea Document the proper exception to be raised by I/O operations on closed by Fred Drake · 24 years ago
  23. 7fed217 This fixes several bug reports concering memory bloating during large by Barry Warsaw · 24 years ago
  24. 4ebf3be a few small optimizations that seem to give a 5-10% speedup; the by Jeremy Hylton · 24 years ago
  25. eefaeb7 move pruneNext method to correct object (doh!) by Jeremy Hylton · 24 years ago
  26. 314e3fb Change the graph structure to contain the code generator object for by Jeremy Hylton · 24 years ago
  27. a59ac0a If a function contains a doc string, remove the doc string node from by Jeremy Hylton · 24 years ago
  28. d3d7bb1 Application of [ Patch #102226 ] freeze/modulefinder.py should use _winreg, not win32api by Mark Hammond · 24 years ago
  29. fad27ae Added 38,642 missing characters to the Unicode database (first-last by Fredrik Lundh · 24 years ago
  30. 063ee7b Fix Makefile so at least it uses Python 2.0, and compiles out of the by Guido van Rossum · 24 years ago
  31. 2cffc7d Move our own getopt() implementation to _PyOS_GetOpt(), and use it by Thomas Wouters · 24 years ago
  32. 9dce7b3 Make sure we clean up the index data each time it is written by LaTeX. by Fred Drake · 24 years ago
  33. 4bc0aed Fix cut & paste error that describes three paramters when there are only by Fred Drake · 24 years ago
  34. 262cf20 New configure script from latest configure.in with autoconf 2.13 by Guido van Rossum · 24 years ago
  35. 884d3ba Make sure the Modules/ directory is created before writing Modules/Setup. by Fred Drake · 24 years ago
  36. e7d3616 Patch from Randall Hopper to fix PR #116172, "curses module fails to by Andrew M. Kuchling · 24 years ago
  37. 19647ca Typo: writeable --> writable Reported by Erno Kuusela <erno@iki.fi>. by Fred Drake · 24 years ago
  38. 0d430e2 Hack ndiff to display lines w/ leading tabs more intuitively. This synchs by Tim Peters · 24 years ago
  39. 24ec6fb track recent change to test_extcall.py by Jeremy Hylton · 24 years ago
  40. 8d6e8af Hack to force -lpthread instead instead of -lcma on HPUX, by Philipp by Guido van Rossum · 24 years ago
  41. 6b4ec51 Fix for SF bug #117241 by Jeremy Hylton · 24 years ago
  42. 5942b43 define_module(): Change the "index sub-item" for definitions at module by Fred Drake · 24 years ago
  43. ec77e65 Fix \withsubitem so that it actually works if the only indexing macro in by Fred Drake · 24 years ago
  44. d34cfcb Revise the message to be a little nicer. by Fred Drake · 24 years ago
  45. a33c566 Avoid using \withsubitem and \ttindex internally; they have not proven by Fred Drake · 24 years ago
  46. efffe8e Many small markup revisions to be more consistent with markup elsewhere, by Fred Drake · 24 years ago
  47. 4ba298c ParserCreate(): Added test that the namespace_separator value, if given, by Fred Drake · 24 years ago
  48. 5f739be Do not echo the echo command with the message telling the user that Setup by Fred Drake · 24 years ago
  49. 0295601 Do not release unallocated Tcl objects. Closes #117278 and #117167. by Martin v. Löwis · 24 years ago
  50. ebc37b2 -- properly reset groups in findall (bug #117612) by Fredrik Lundh · 24 years ago
  51. 8fdb638 Update author information. by Fred Drake · 24 years ago
  52. 3c34bb3 (py-goto-beginning-of-tqs): When searching backwards for the matching by Barry Warsaw · 24 years ago
  53. 08a8a35 Added the -D/--docstrings option for extraction of unmarked module, by Barry Warsaw · 24 years ago
  54. 3aecfc9 Explained that os.path.basename() may return something different from the by Fred Drake · 24 years ago
  55. 4532dc1 Do not require packages that are not needed. by Fred Drake · 24 years ago
  56. 351960d Normalize the HTML generated for table headers. by Fred Drake · 24 years ago
  57. 6c7fc77 Minor simplification. by Fred Drake · 24 years ago
  58. ca92eeb Update the dependency information to allow the other Makefiles to handle by Fred Drake · 24 years ago
  59. 9566988 Noted that building the info version requires the HTML::Element package, by Fred Drake · 24 years ago
  60. 585698a All acknowledgements have been moved to the Doc/ACKS file. by Fred Drake · 24 years ago
  61. 8007849 Update build instructions to reflect the rename from Setup.in to Setup.dist. by Fred Drake · 24 years ago
  62. 036144d Test for and create Modules/Setup in the configure script if it does not by Fred Drake · 24 years ago
  63. cf3bc8c Rename Setup.in to Setup.dist, and assume that configure will create by Fred Drake · 24 years ago
  64. eff9a87 Lots of small markup adjustments for consistency with the rest of the by Fred Drake · 24 years ago
  65. 35f8d46 Update a comment to be correct. by Fred Drake · 24 years ago
  66. 9c68505 Remove bogus stdout redirection and use of sys.__stdout__; use by Fred Drake · 24 years ago
  67. 33e2c3e Remove bogus stdout redirection and use of sys.__stdout__; use by Fred Drake · 24 years ago
  68. bce9201 Typo: shorted --> shorter This closes bug #117706. by Fred Drake · 24 years ago
  69. c8fcdcb Patch 102114, Bug 11725. On OpenBSD (but apparently not on the other by Guido van Rossum · 24 years ago
  70. add8d86 Fix two typos in __imul__. Closes Bug #117745. by Guido van Rossum · 24 years ago
  71. e752baa Add IDLE wish: access items of arrays by Guido van Rossum · 24 years ago
  72. 53143be Since LookupError can be raised by sys.setdefaultencoding(), we should not by Fred Drake · 24 years ago
  73. 1dba66c Marc-Andre Lemburg <mal@lemburg.com> noted that the encode() string method by Fred Drake · 24 years ago
  74. 8940faf Additions from Marc-Andre Lemburg <mal@lemburg.com>, documenting by Fred Drake · 24 years ago
  75. 1491cac Several additions and updates based on text from Marc-Andre Lemburg by Fred Drake · 24 years ago
  76. 7cff7fe Many changes. by Jeremy Hylton · 24 years ago
  77. 628d289 Generated from rev 1.1 of ast.txt by Jeremy Hylton · 24 years ago
  78. 66d2c1f Small optimizations in dispatch method: 1) lookup node's __class__ once by Jeremy Hylton · 24 years ago
  79. 821eee3 Support for generation of ast.py from simple description of node by Jeremy Hylton · 24 years ago
  80. 6caae14 Try to clarify when the Modules/Setup file should be edited. Added by Fred Drake · 24 years ago
  81. 1378bd5 Also point TK_LIBRARY to the appropriate directory. by Guido van Rossum · 24 years ago
  82. 7497bd3 Rename $PYTHON_VERSION to $PACKAGE_VERSION; this is the version number for by Fred Drake · 24 years ago
  83. d04592a Rename $PYTHON_VERSION to $PACKAGE_VERSION; this is the version number for by Fred Drake · 24 years ago
  84. e435995 Remove some HTML from the PYTHONDOCS fragment defined here. by Fred Drake · 24 years ago
  85. 6a11960 Minor addition; add a little formatting to the release information that by Fred Drake · 24 years ago
  86. 7ceab73 Make this actually work now that the tool is checked in here instead of by Fred Drake · 24 years ago
  87. 661ea26 Ka-Ping Yee <ping@lfw.org>: by Fred Drake · 24 years ago
  88. bd6f4fb Insert the current directory to the front of sys.path -- and remove it by Guido van Rossum · 24 years ago
  89. 0702507 Added a test case for the saxutils.prepare_input_source setSystemId bug. by Lars Gustäbel · 24 years ago
  90. 4ced5e7 Fix bug in prepare_input_source (patched by Paul P., sourceforge.net down by Lars Gustäbel · 24 years ago
  91. cfd3bd8 Updated output. by Lars Gustäbel · 24 years ago
  92. 2fc5294 Added some more tests here and there. by Lars Gustäbel · 24 years ago
  93. 277a211 Added entries for the xml.dom.minidom module. by Fred Drake · 24 years ago
  94. 669d36f Paul Prescod <paul@prescod.net>: by Fred Drake · 24 years ago
  95. f61eac4 Remove second horizontal line below table headers; it is just too distracting. by Fred Drake · 24 years ago
  96. 9880062 Remove some obsolete files, and update the README. by Fred Drake · 24 years ago
  97. d038ca8 Make reindent.py happy (convert everything to 4-space indents!). by Fred Drake · 24 years ago
  98. 16f6329 Make reindent.py happy (lots of trailing whitespace removed). by Fred Drake · 24 years ago
  99. 098b55a Make reindent happy, but not in the way it planned! by Fred Drake · 24 years ago
  100. 004d5e6 Make reindent.py happy (convert everything to 4-space indents!). by Fred Drake · 24 years ago