1. 51ee09b Don't call Py_FatalError in module initialization by Jeremy Hylton · 24 years ago
  2. a98e92b Add alias for old function name -- removing it broke Alexei Gilchrist's cfm by Andrew M. Kuchling · 24 years ago
  3. fb6bbf5 Added list of missing functions as a comment by Andrew M. Kuchling · 24 years ago
  4. 8353f62 Comment out a debugging print (spotted by Michael Deegan) by Andrew M. Kuchling · 24 years ago
  5. 70e89c1 Added wrappers for tiget{flag,num,str}, for querying terminfo capabilities by Andrew M. Kuchling · 24 years ago
  6. bf68026 Modified version of patch #100963 from Mark Favas: has_key() is an by Andrew M. Kuchling · 24 years ago
  7. 4463acb Bug report and partial patch from Michael Deegan <michael@ucc.gu.uwa.edu.au>: by Andrew M. Kuchling · 24 years ago
  8. f3f33dc Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)', by Thomas Wouters · 24 years ago
  9. ad9b1f8 Patch from Peter Schneider-Kamp: convert curses module to ANSI prototypes, by Andrew M. Kuchling · 24 years ago
  10. 589c35b Python 2.0 is not supposed to use string exceptions in the standard library by Fred Drake · 24 years ago
  11. 1a10400 Removed unused variables. by Andrew M. Kuchling · 24 years ago
  12. a1e4b05 Fixes for compiling on Tru64. by Andrew M. Kuchling · 24 years ago
  13. b6e4687 Fix two typos (, instead of ;) by Andrew M. Kuchling · 24 years ago
  14. 8e9d23b Added support for mouse functions: mousemask(), mouseinterval(), by Andrew M. Kuchling · 24 years ago
  15. f419572 Release the global interpreter lock around the most important by Andrew M. Kuchling · 24 years ago
  16. 97311bb Added .timeout() method and .typeahead() function by Andrew M. Kuchling · 24 years ago
  17. b7f198e Renamed the C extension for ncurses support from 'curses' to '_curses'. by Andrew M. Kuchling · 24 years ago
  18. 03e644b Changes by AMK: Use HAVE_NCURSES_H to include correct header file by Andrew M. Kuchling · 24 years ago
  19. 22b88ce Oliver Andrich's ncurses-specific curses module, version 1.5b1 by Andrew M. Kuchling · 24 years ago
  20. b18618d Vladimir Marangozov's long-awaited malloc restructuring. by Guido van Rossum · 24 years ago
  21. 716a89c Patch by Charles Waldman to implement an optional nlines argument to by Guido van Rossum · 26 years ago
  22. 1184789 Chris Herborth discovered a typo in the arrow key symbols. by Guido van Rossum · 26 years ago
  23. 3886bb6 Add DL_EXPORT() to all modules that could possibly be used on BeOS or Windows. by Guido van Rossum · 26 years ago
  24. d5f6c22 Make the version variable static (it has no business being exported). by Guido van Rossum · 26 years ago
  25. 0cb96de Apply two changes, systematically: by Guido van Rossum · 27 years ago
  26. db4a629 Avoid warning from gcc on Linux about dropping const. by Guido van Rossum · 27 years ago
  27. a376cc5 Keep gcc -Wall happy. by Guido van Rossum · 28 years ago
  28. 1266a01 Include ncurses.h where needed by Guido van Rossum · 28 years ago
  29. 14ece16 Added some (method) casts. by Sjoerd Mullender · 29 years ago
  30. 585c6dc more fixes by Steve Clift by Guido van Rossum · 29 years ago
  31. 8fbf82b bump version, add __version__ back in by Guido van Rossum · 29 years ago
  32. 8573847 Steve Clifts version by Guido van Rossum · 29 years ago
  33. f5c6d47 clear errors between failing calls to PyArg_Parse by Guido van Rossum · 29 years ago
  34. a597dde cosmetic changes so these modules will work with the strict new naming scheme by Guido van Rossum · 30 years ago
  35. 602099a * various modules: #include "Python.h" and remove most remporary by Guido van Rossum · 30 years ago
  36. e4485b0 Setup.in: added tkinter; rearranged the definition of PYTHONPATH so by Guido van Rossum · 30 years ago
  37. 56bf235 Lance's release 1.1 -- fixes some problems with 1.0 by Guido van Rossum · 30 years ago
  38. fbea2f3 Release 1.0 by Lance by Guido van Rossum · 30 years ago
  39. f6971e2 Lance has converted his modules to the new naming conventions, and by Guido van Rossum · 30 years ago