1. cf1474b Sjoerd's thread changes (including down_sema typo fix). by Guido van Rossum · 29 years ago
  2. 5b1d9ba Remove RCS crud... Sigh... by Guido van Rossum · 29 years ago
  3. a4a7527 Removed RCS crud from official Python release version. by Guido van Rossum · 29 years ago
  4. b8cc6ae The usual... Sigh... by Guido van Rossum · 29 years ago
  5. 6592f88 Removed debugging print statement by Guido van Rossum · 29 years ago
  6. edaf1c9 Simple test module for strop. by Guido van Rossum · 29 years ago
  7. 3159e1e Change to always call list.append with a single argument. by Guido van Rossum · 29 years ago
  8. 2715bb2 Changes to always call list.append with a single argument. by Guido van Rossum · 29 years ago
  9. b7f48e3 Change to always call list.append with a single argument. by Guido van Rossum · 29 years ago
  10. 3c7739a Create img modules for cfm68k too. by Jack Jansen · 29 years ago
  11. a97b8ee Set the __file__ attribute of the imported module in both versions of by Guido van Rossum · 29 years ago
  12. ccd8b19 Add provisions to set the (to be documented!) instance variable by Guido van Rossum · 29 years ago
  13. 36fc11e Compromise on test in find_class(): a user-defined function is okay, by Guido van Rossum · 29 years ago
  14. cab3c3b (Tkinter.py): Improve application basename determination to make .py and by Fred Drake · 29 years ago
  15. 4be63d1 Added getparamnames() to Message class -- return a list of all by Guido van Rossum · 29 years ago
  16. 8299e46 Don't auto-install on import. This slows down apps that use by Guido van Rossum · 29 years ago
  17. 3faf9b4 (Tkinter.py): Fixed dumb typo in Misc.tk_setPalette(). by Fred Drake · 29 years ago
  18. 6f1ee20 Use mac_image (from cmif stuff) by Jack Jansen · 29 years ago
  19. 30fe363 Fixed progressbar cleanup by Jack Jansen · 29 years ago
  20. a0ca4c4 Replace all uses of strncmp (in split, find, rfind) with memcmp, so by Guido van Rossum · 29 years ago
  21. fe779a1 Don't mix stdout/stderr. by Guido van Rossum · 29 years ago
  22. 7df3606 Fixed object-handler-install bug by Jack Jansen · 29 years ago
  23. 9f2ff91 Fixed bug in object-handler install arg handling by Jack Jansen · 29 years ago
  24. cfb60ee Fixed very nasty null-dereferencing bug in DisposeControl/destroy object. by Jack Jansen · 29 years ago
  25. cc778eb Add main program similar to pdb. by Guido van Rossum · 29 years ago
  26. 7a73ef8 (py-process-filter): Make sure current-buffer is restored, even in the by Barry Warsaw · 29 years ago
  27. 24611f8 Always open file objects in binary mode. by Guido van Rossum · 29 years ago
  28. 336c699 Fix subtle bug detected by Jim F. by Guido van Rossum · 29 years ago
  29. dfd9cb1 Don't die if an ok file method (e.g. fileno) doesn't exist. by Guido van Rossum · 29 years ago
  30. eb76b84 Added DebugStr method to drop into low-level debugger by Jack Jansen · 29 years ago
  31. 05cf7e0 Added VCHECK compile time option that fills allocated and freed blocks by Jack Jansen · 29 years ago
  32. e86cbc4 Protect '&' signs with '\' in description of PyNumber_Coerce. by Guido van Rossum · 29 years ago
  33. 3f247ad Nits corrected by Fred by Guido van Rossum · 29 years ago
  34. 3c602d7 (Tkinter.py): Many revisions for Tk 4.X: Added clipboard support, updated by Fred Drake · 29 years ago
  35. e9c515a (Canvas.py): Added definition of CanvasItem.cget() as suggested by by Fred Drake · 29 years ago
  36. a1560cf - Simplified inheritance structure (still not good enough) by Jack Jansen · 29 years ago
  37. b1667ef Menu callbacks can be strings, in which case they will be looked up in by Jack Jansen · 29 years ago
  38. e7b9fde 1. Correct typo in FileWrapper.close() (fix by AMK). by Guido van Rossum · 29 years ago
  39. 13bfbe7 Fixed PM debugging by Jack Jansen · 29 years ago
  40. 5c303888 Disabled splash screen, added ShowMessage by Jack Jansen · 29 years ago
  41. 4892ab7 The Window Independent Tracer (which will probably move elsewhere once by Jack Jansen · 29 years ago
  42. f5b31c9 Changed about box to come up invisibly (so we can move it to the right by Jack Jansen · 29 years ago
  43. 0e06e7e About boxes should be at 20% of screen height, not halfway by Jack Jansen · 29 years ago
  44. 04df9d5 Added dialog-centering code to splash() by Jack Jansen · 29 years ago
  45. d96cb50 Added support for GetDialogWindow and other accessor functions by Jack Jansen · 29 years ago
  46. 0d1069e Finally *tested* effect of fg and bg yield values (and changed them:-) by Jack Jansen · 29 years ago
  47. d617c57 Changed default background yield time to 1 tick by Jack Jansen · 29 years ago
  48. b9e5e14 Use auto-start functionality of aetools.TalkTo and aetools.Error for by Jack Jansen · 29 years ago
  49. 977fbf2 raise aetools.Error in stead of MacOS.Error on server-generated errors by Jack Jansen · 29 years ago
  50. 433a48e Regenerated to use aetools.Error in stead of MacOS.Error. by Jack Jansen · 29 years ago
  51. c46f56e - Added optional "start" argument to TalkTo initialializer, which by Jack Jansen · 29 years ago
  52. 0585d41 Convenience routines: wrappers around some of the scriptable finder by Jack Jansen · 29 years ago
  53. 924ca85 Added macfs.FindApplication() to find application FSSpec given signature. by Jack Jansen · 29 years ago
  54. bdf03a0 - Regenerated suites - Use (and document) "start" argument to TalkTo initializer by Jack Jansen · 29 years ago
  55. 35bfd3f Created Finder 7.0 AE interface and a test program that uses the by Jack Jansen · 29 years ago
  56. 6244867 Revamped test case and updated doc string. by Guido van Rossum · 29 years ago
  57. 452a983 Added line number to most compile-time error messages. by Guido van Rossum · 29 years ago
  58. ef5cd05 Calling Application._quit() is now preferred over raising self. by Jack Jansen · 29 years ago
  59. 4cb9454 Added _quit() method similar to FrameWork in stead of setting by Jack Jansen · 29 years ago
  60. 647535d - Use a flag (self.quitting) as preferred method of exiting mainloop by Jack Jansen · 29 years ago
  61. 29a3355 Added macostools.touch() calls to inform the finder of our changes. by Jack Jansen · 29 years ago
  62. 57d53a9 - Optionally copy file times for copy/copytree (default on) by Jack Jansen · 29 years ago
  63. df34cf1 Fixed macos.splash to actually *draw* the splash box:-) by Jack Jansen · 29 years ago
  64. 0bdf979 Added [GS]etDates methods to get and set creation, modification and by Jack Jansen · 29 years ago
  65. a39a25e (texi2html.py): Use "if __name__ == '__main__':" test. Adjust indentation by Fred Drake · 29 years ago
  66. 0bc253d Explicitly call rl_initialize(). by Guido van Rossum · 29 years ago
  67. 2404858 Oops... Need to clear c_error before calling c_quot(). by Guido van Rossum · 29 years ago
  68. 3be12e9 Properly(?) implemented remainder and divmod (Tim Hochberg) by Guido van Rossum · 29 years ago
  69. 934a4ce Show names of locals in disco (Ka-Ping Yee) by Guido van Rossum · 29 years ago
  70. dc082eb Added editline fix by Guido van Rossum · 29 years ago
  71. 3f3691e (Demo/parser/FILES, Demo/parser/Makefile, Demo/parser/parser.tex, by Fred Drake · 29 years ago
  72. be5e342 Note obsolescence by Guido van Rossum · 29 years ago
  73. 07886d0 Rationalize MS #ifdefs by Guido van Rossum · 29 years ago
  74. f156f50 Correct typo: return -1 for error, not 0 by Guido van Rossum · 29 years ago
  75. 3863abb Correct typo: return -1 for error, not NULL by Guido van Rossum · 29 years ago
  76. c35f933 Add text of argument to errors for atoi(), atol(), atof(). by Guido van Rossum · 29 years ago
  77. 6beb479 Force O_BINARY in flags if defined, for e.g. Microsoft platforms. by Guido van Rossum · 29 years ago
  78. 622f577 Dynamically initialize ob_type field, for Windows DLL by Guido van Rossum · 29 years ago
  79. c864364 Added lockf() call by Guido van Rossum · 29 years ago
  80. 6fe01d4 Added Setup.local feature; make shared libs readonly by Guido van Rossum · 29 years ago
  81. 9b38a14 Rationalized MS ifdefs by Guido van Rossum · 29 years ago
  82. d4ab3cd Raise exception instead of dropping imag part for conversion to int, by Guido van Rossum · 29 years ago
  83. 22a85e5 More detailed error message about exception in __del__ by Guido van Rossum · 29 years ago
  84. b7fc304 Correct typo in setattr: return -1 for error, not NULL by Guido van Rossum · 29 years ago
  85. e1607a8 (parsermodule.c): Fixed sloppy typo: '==' -> '=' by Fred Drake · 29 years ago
  86. 4b7d5a4 (libparser.tex): Revised parser module documentation; improved logical by Fred Drake · 29 years ago
  87. 36f219d More performance and layout improvements by Fred by Guido van Rossum · 29 years ago
  88. 2f66663 Added long getopt docs; by Fred by Guido van Rossum · 29 years ago
  89. eddcb3b Multiply by 1000003 instead of 3 in string hach by Guido van Rossum · 29 years ago
  90. b23a60f Get rid of bogus MSC_VER undef of CHECK() by Guido van Rossum · 29 years ago
  91. c8ce571 Rationalized PC compiler defines: require MS_WINDOWS or __BORLANDC__ by Guido van Rossum · 29 years ago
  92. 1550ff7 Layout and cleanup by Fred by Guido van Rossum · 29 years ago
  93. 28d4ba2 Another batch... by Guido van Rossum · 29 years ago
  94. c458e94 Rewrite sections on GUI and DOS/Windows, various other small edits, by Guido van Rossum · 29 years ago
  95. 6e8ec59 Implement lower by calling lower, not lift. by Guido van Rossum · 29 years ago
  96. 6b7a7e9 Bug fixes in index&icursor suggested by Nils Fischbeck. by Guido van Rossum · 29 years ago
  97. ee09fc1 Don't dump core on complex % or divmod -- raise a TypeError exception. by Guido van Rossum · 29 years ago
  98. 946cf89 Improvement suggested by Sjoerd: use $(MAKE) by Guido van Rossum · 29 years ago
  99. 5f18d6c Reformatted with 4 spaces indent. by Guido van Rossum · 29 years ago
  100. 49604d3 20% speedup by Fred by Guido van Rossum · 29 years ago