1. 8f92595 (libhtmllib.tex, libsgmllib.tex, libformatter.tex): by Fred Drake · 28 years ago
  2. 7edd8d3 (partparse.py): Rationalize some behavior around unexpected conditions. by Fred Drake · 28 years ago
  3. e1980ed (lib.tex, libwww.tex): Include the sgmlib chapter before the htmllib by Fred Drake · 28 years ago
  4. 0eb8837 Prepared for Tk windowing implementation by Jack Jansen · 28 years ago
  5. b96aeaf tweaked some of the positions of interface elements. by Jack Jansen · 28 years ago
  6. ca8cdc6 (formatter.py): Simplify NullFormatter definition of add_hor_rule() to match by Fred Drake · 28 years ago
  7. 53e84d5 (lib.tex): Added entry for formatter module. by Fred Drake · 28 years ago
  8. 08d301e (libwww.tex): Added entry for formatter module. by Fred Drake · 28 years ago
  9. e83b30d (libformatter.tex): Added documentation for abstract writer/formatter model by Fred Drake · 28 years ago
  10. 58d7f69 (libhtmllib.tex): Revised documentation for HTML support. by Fred Drake · 28 years ago
  11. 42439ad (libsgmllib.tex): Revised documentation for SGML support. by Fred Drake · 28 years ago
  12. 5812488 A first stab at describing what's new in 1.4. Still many XXX'es left. by Guido van Rossum · 28 years ago
  13. f17fa68 Nils Fischbeck, Tim Hochberg, Terry Reedy, Ka-Ping Yee by Guido van Rossum · 28 years ago
  14. 434882e Added 'static' target; add variable TARGET replacing python by Guido van Rossum · 28 years ago
  15. 8a91302 Toss Q 3.10 on posix.listdir on NeXT. Add revived vpApp. by Guido van Rossum · 28 years ago
  16. 0983315 Toss the outdated QuickRef. by Guido van Rossum · 28 years ago
  17. a635184 Add waitflag to down_sema(). by Guido van Rossum · 28 years ago
  18. 6e8583d Check for NULL pointer returned from localtime()/gmtime(). by Guido van Rossum · 28 years ago
  19. c196202 Speedup of makeresult() by keeping a filler of (-1, -1) around. by Guido van Rossum · 28 years ago
  20. cf1474b Sjoerd's thread changes (including down_sema typo fix). by Guido van Rossum · 28 years ago
  21. 5b1d9ba Remove RCS crud... Sigh... by Guido van Rossum · 28 years ago
  22. a4a7527 Removed RCS crud from official Python release version. by Guido van Rossum · 28 years ago
  23. b8cc6ae The usual... Sigh... by Guido van Rossum · 28 years ago
  24. 6592f88 Removed debugging print statement by Guido van Rossum · 28 years ago
  25. edaf1c9 Simple test module for strop. by Guido van Rossum · 28 years ago
  26. 3159e1e Change to always call list.append with a single argument. by Guido van Rossum · 28 years ago
  27. 2715bb2 Changes to always call list.append with a single argument. by Guido van Rossum · 28 years ago
  28. b7f48e3 Change to always call list.append with a single argument. by Guido van Rossum · 28 years ago
  29. 3c7739a Create img modules for cfm68k too. by Jack Jansen · 28 years ago
  30. a97b8ee Set the __file__ attribute of the imported module in both versions of by Guido van Rossum · 28 years ago
  31. ccd8b19 Add provisions to set the (to be documented!) instance variable by Guido van Rossum · 28 years ago
  32. 36fc11e Compromise on test in find_class(): a user-defined function is okay, by Guido van Rossum · 28 years ago
  33. cab3c3b (Tkinter.py): Improve application basename determination to make .py and by Fred Drake · 28 years ago
  34. 4be63d1 Added getparamnames() to Message class -- return a list of all by Guido van Rossum · 28 years ago
  35. 8299e46 Don't auto-install on import. This slows down apps that use by Guido van Rossum · 28 years ago
  36. 3faf9b4 (Tkinter.py): Fixed dumb typo in Misc.tk_setPalette(). by Fred Drake · 28 years ago
  37. 6f1ee20 Use mac_image (from cmif stuff) by Jack Jansen · 28 years ago
  38. 30fe363 Fixed progressbar cleanup by Jack Jansen · 28 years ago
  39. a0ca4c4 Replace all uses of strncmp (in split, find, rfind) with memcmp, so by Guido van Rossum · 28 years ago
  40. fe779a1 Don't mix stdout/stderr. by Guido van Rossum · 28 years ago
  41. 7df3606 Fixed object-handler-install bug by Jack Jansen · 28 years ago
  42. 9f2ff91 Fixed bug in object-handler install arg handling by Jack Jansen · 28 years ago
  43. cfb60ee Fixed very nasty null-dereferencing bug in DisposeControl/destroy object. by Jack Jansen · 28 years ago
  44. cc778eb Add main program similar to pdb. by Guido van Rossum · 28 years ago
  45. 7a73ef8 (py-process-filter): Make sure current-buffer is restored, even in the by Barry Warsaw · 28 years ago
  46. 24611f8 Always open file objects in binary mode. by Guido van Rossum · 28 years ago
  47. 336c699 Fix subtle bug detected by Jim F. by Guido van Rossum · 28 years ago
  48. dfd9cb1 Don't die if an ok file method (e.g. fileno) doesn't exist. by Guido van Rossum · 28 years ago
  49. eb76b84 Added DebugStr method to drop into low-level debugger by Jack Jansen · 28 years ago
  50. 05cf7e0 Added VCHECK compile time option that fills allocated and freed blocks by Jack Jansen · 28 years ago
  51. e86cbc4 Protect '&' signs with '\' in description of PyNumber_Coerce. by Guido van Rossum · 28 years ago
  52. 3f247ad Nits corrected by Fred by Guido van Rossum · 28 years ago
  53. 3c602d7 (Tkinter.py): Many revisions for Tk 4.X: Added clipboard support, updated by Fred Drake · 28 years ago
  54. e9c515a (Canvas.py): Added definition of CanvasItem.cget() as suggested by by Fred Drake · 28 years ago
  55. a1560cf - Simplified inheritance structure (still not good enough) by Jack Jansen · 28 years ago
  56. b1667ef Menu callbacks can be strings, in which case they will be looked up in by Jack Jansen · 28 years ago
  57. e7b9fde 1. Correct typo in FileWrapper.close() (fix by AMK). by Guido van Rossum · 28 years ago
  58. 13bfbe7 Fixed PM debugging by Jack Jansen · 28 years ago
  59. 5c30388 Disabled splash screen, added ShowMessage by Jack Jansen · 28 years ago
  60. 4892ab7 The Window Independent Tracer (which will probably move elsewhere once by Jack Jansen · 28 years ago
  61. f5b31c9 Changed about box to come up invisibly (so we can move it to the right by Jack Jansen · 28 years ago
  62. 0e06e7e About boxes should be at 20% of screen height, not halfway by Jack Jansen · 28 years ago
  63. 04df9d5 Added dialog-centering code to splash() by Jack Jansen · 28 years ago
  64. d96cb50 Added support for GetDialogWindow and other accessor functions by Jack Jansen · 28 years ago
  65. 0d1069e Finally *tested* effect of fg and bg yield values (and changed them:-) by Jack Jansen · 28 years ago
  66. d617c57 Changed default background yield time to 1 tick by Jack Jansen · 28 years ago
  67. b9e5e14 Use auto-start functionality of aetools.TalkTo and aetools.Error for by Jack Jansen · 28 years ago
  68. 977fbf2 raise aetools.Error in stead of MacOS.Error on server-generated errors by Jack Jansen · 28 years ago
  69. 433a48e Regenerated to use aetools.Error in stead of MacOS.Error. by Jack Jansen · 28 years ago
  70. c46f56e - Added optional "start" argument to TalkTo initialializer, which by Jack Jansen · 28 years ago
  71. 0585d41 Convenience routines: wrappers around some of the scriptable finder by Jack Jansen · 28 years ago
  72. 924ca85 Added macfs.FindApplication() to find application FSSpec given signature. by Jack Jansen · 28 years ago
  73. bdf03a0 - Regenerated suites - Use (and document) "start" argument to TalkTo initializer by Jack Jansen · 28 years ago
  74. 35bfd3f Created Finder 7.0 AE interface and a test program that uses the by Jack Jansen · 28 years ago
  75. 6244867 Revamped test case and updated doc string. by Guido van Rossum · 28 years ago
  76. 452a983 Added line number to most compile-time error messages. by Guido van Rossum · 28 years ago
  77. ef5cd05 Calling Application._quit() is now preferred over raising self. by Jack Jansen · 28 years ago
  78. 4cb9454 Added _quit() method similar to FrameWork in stead of setting by Jack Jansen · 28 years ago
  79. 647535d - Use a flag (self.quitting) as preferred method of exiting mainloop by Jack Jansen · 28 years ago
  80. 29a3355 Added macostools.touch() calls to inform the finder of our changes. by Jack Jansen · 28 years ago
  81. 57d53a9 - Optionally copy file times for copy/copytree (default on) by Jack Jansen · 28 years ago
  82. df34cf1 Fixed macos.splash to actually *draw* the splash box:-) by Jack Jansen · 28 years ago
  83. 0bdf979 Added [GS]etDates methods to get and set creation, modification and by Jack Jansen · 28 years ago
  84. a39a25e (texi2html.py): Use "if __name__ == '__main__':" test. Adjust indentation by Fred Drake · 28 years ago
  85. 0bc253d Explicitly call rl_initialize(). by Guido van Rossum · 28 years ago
  86. 2404858 Oops... Need to clear c_error before calling c_quot(). by Guido van Rossum · 28 years ago
  87. 3be12e9 Properly(?) implemented remainder and divmod (Tim Hochberg) by Guido van Rossum · 28 years ago
  88. 934a4ce Show names of locals in disco (Ka-Ping Yee) by Guido van Rossum · 28 years ago
  89. dc082eb Added editline fix by Guido van Rossum · 28 years ago
  90. 3f3691e (Demo/parser/FILES, Demo/parser/Makefile, Demo/parser/parser.tex, by Fred Drake · 28 years ago
  91. be5e342 Note obsolescence by Guido van Rossum · 28 years ago
  92. 07886d0 Rationalize MS #ifdefs by Guido van Rossum · 28 years ago
  93. f156f50 Correct typo: return -1 for error, not 0 by Guido van Rossum · 28 years ago
  94. 3863abb Correct typo: return -1 for error, not NULL by Guido van Rossum · 28 years ago
  95. c35f933 Add text of argument to errors for atoi(), atol(), atof(). by Guido van Rossum · 28 years ago
  96. 6beb479 Force O_BINARY in flags if defined, for e.g. Microsoft platforms. by Guido van Rossum · 28 years ago
  97. 622f577 Dynamically initialize ob_type field, for Windows DLL by Guido van Rossum · 28 years ago
  98. c864364 Added lockf() call by Guido van Rossum · 28 years ago
  99. 6fe01d4 Added Setup.local feature; make shared libs readonly by Guido van Rossum · 28 years ago
  100. 9b38a14 Rationalized MS ifdefs by Guido van Rossum · 28 years ago