1. a44823b In NT, write fatal() msg to debugging device by Guido van Rossum · 29 years ago
  2. 5049bcb another round (sigh :-( ) by Guido van Rossum · 29 years ago
  3. 6bb1adc small changes by Soren Larsen by Guido van Rossum · 29 years ago
  4. a8a8d4a removed GPL mumbo jumbo by Guido van Rossum · 29 years ago
  5. deaa105 Lots of formatting changes by Barry, and a few real changes. by Guido van Rossum · 29 years ago
  6. cfec359 #updated copywrite notice by removing the GPL language according to by Barry Warsaw · 29 years ago
  7. 6f4f5f7 some more changes for NT and Borland by Guido van Rossum · 29 years ago
  8. caffcdf moved some stuff around for fewer confusion by Guido van Rossum · 29 years ago
  9. 06d511d added PyErr_SetInterrupt(); NT ifdefs by Guido van Rossum · 29 years ago
  10. 575d561 added PyErr_SetInterrupt() by Guido van Rossum · 29 years ago
  11. e23e1fb moved bgen to Tools by Guido van Rossum · 29 years ago
  12. 2cc9b2b why not commit the bug list and ChangeLog by Guido van Rossum · 29 years ago
  13. 7a84c5a pseudo progress bar (not finished) by Guido van Rossum · 29 years ago
  14. 7aa87cc added morse library (not finished yet) by Guido van Rossum · 29 years ago
  15. b7a3835 added evtedit.py for SystemClick() by Guido van Rossum · 29 years ago
  16. 227a423 the usual by Guido van Rossum · 29 years ago
  17. fc8a01f (py-delete-char): must have 'supersede value for 'delete-selection and by Barry Warsaw · 29 years ago
  18. 1b761a6 cope with triple-quoted strings (says Barry) by Guido van Rossum · 29 years ago
  19. 04cba5b the usual by Guido van Rossum · 29 years ago
  20. e109aa7 add warning about recompiling myreadline.o; add Tools/ by Guido van Rossum · 29 years ago
  21. 8b131c5 the usual by Guido van Rossum · 29 years ago
  22. 03ad99f added test for CC value not matching cache by Guido van Rossum · 29 years ago
  23. 7849da8 added PicklingError exception by Guido van Rossum · 29 years ago
  24. a320fd3 changes for MPW by Guido van Rossum · 29 years ago
  25. b6fe704 add casts to malloc() calls by Guido van Rossum · 29 years ago
  26. 5fe6058 a few peephole optimizations by Guido van Rossum · 29 years ago
  27. 8d617a6 various tuple related optimizations; remove unused b/w compat code from ceval.c by Guido van Rossum · 29 years ago
  28. 53e8d44 changes in NT tests by Guido van Rossum · 29 years ago
  29. 59461c7 use PROTO macro around fn prototype by Guido van Rossum · 29 years ago
  30. 599de5a addet SETTUPLEITEM and added cast to GETTUPLEITEM by Guido van Rossum · 29 years ago
  31. 65bc7a7 (python-font-lock-keywords): better defaults. by Barry Warsaw · 29 years ago
  32. 74d9cc5 (py-keep-region-active): new function. by Barry Warsaw · 29 years ago
  33. c723b75 #(python-font-lock-keywords): paren typo by Barry Warsaw · 29 years ago
  34. 4f005cf (python-font-lock-keywords): new variable by Barry Warsaw · 29 years ago
  35. 850437a (py-mode-map): py-mark-block moved to C-c C-m (was C-c C-b). by Barry Warsaw · 29 years ago
  36. 14af844 bump to version 2.0 now that I'm taking over by Barry Warsaw · 29 years ago
  37. 7b0f568 #initial stylistic rewrite by Barry Warsaw · 29 years ago
  38. 3b0a5cd Initial revision by Jack Jansen · 29 years ago
  39. 6c4f003 changes (suggested) by Soren Larsen by Guido van Rossum · 29 years ago
  40. d01c100 clarified expanding %xx and form for print_form by Guido van Rossum · 29 years ago
  41. 85c4ff2 added macdnr by Guido van Rossum · 29 years ago
  42. ea6e19c added code objects by Guido van Rossum · 29 years ago
  43. 3d54de2 clarified code objects by Guido van Rossum · 29 years ago
  44. 46f2157 added ref to vars() by Guido van Rossum · 29 years ago
  45. 124107b reverse sense of PyMac_Idle test by Guido van Rossum · 29 years ago
  46. 5510dc2 socket.py by Guido van Rossum · 29 years ago
  47. 50d5e8a no longer need to include IN.py or SOCKET.py by Guido van Rossum · 29 years ago
  48. 687ec18 changes for MPW by Guido van Rossum · 29 years ago
  49. 0374771 remove some unused local variables by Guido van Rossum · 29 years ago
  50. 23f43d1 correct some return values and remove some unused variables by Guido van Rossum · 29 years ago
  51. d5f5385 include macglue.h so we can use HAVE_UNIVERSAL_HEADERS; by Guido van Rossum · 29 years ago
  52. cfa00ea don't use math at all by Guido van Rossum · 29 years ago
  53. 51b1c1c avoid math, don't abort when overflow check fails by Guido van Rossum · 29 years ago
  54. 1dba24e remove redundant backslashes; some cosnetics by Guido van Rossum · 29 years ago
  55. 7b5430f raise EOFError when load() hits EOF, instead of KeyError by Guido van Rossum · 29 years ago
  56. cd259d0 fix several cosmetic things, add buffering to makefile by Guido van Rossum · 29 years ago
  57. 09b39fa moved lots of stuff to Tools/scripts by Guido van Rossum · 29 years ago
  58. ed3c791 moved lots of scripts from Demo/scripts to Tools/scripts by Guido van Rossum · 29 years ago
  59. fd218ca moved Demo/modulator to Tools/modulator by Guido van Rossum · 29 years ago
  60. 309e8ac moved Demo/freeze to Tools/freeze by Guido van Rossum · 29 years ago
  61. 5f85880 new by Guido van Rossum · 29 years ago
  62. b5f9460 allow safe_import to be called with up to 4 args and check for . in name by Guido van Rossum · 29 years ago
  63. f16d5fa The final bit of my Mac documentation. by Jack Jansen · 29 years ago
  64. d211220 checkin of Jack's original version by Guido van Rossum · 29 years ago
  65. df804f8 converted docs for Jim Roskind's profiler by Guido van Rossum · 29 years ago
  66. f4aac48 minor update by Guido van Rossum · 29 years ago
  67. 0bf4d89 add warning about strop by Guido van Rossum · 29 years ago
  68. dc46c7f small nits and new files by Guido van Rossum · 29 years ago
  69. b721ef1 Half the mactcp documentation (macdnr still to come) by Jack Jansen · 29 years ago
  70. 81b3060 en weer twee! by Guido van Rossum · 29 years ago
  71. 51bbdfb totally rewritten, for new macro set by Guido van Rossum · 29 years ago
  72. 64f0845 Added a missing line by Jack Jansen · 29 years ago
  73. dcb0a9b Yet another one... by Jack Jansen · 29 years ago
  74. ad0ee83 changes for NT/Borland C by Guido van Rossum · 29 years ago
  75. 6964f73 include mymath.h by Guido van Rossum · 29 years ago
  76. d9b6b5c Write track artist info if given. by Sjoerd Mullender · 29 years ago
  77. 8675115 a few typographical changes (e.g. -- => ---) and lots of new stuff in the WWW chapter by Guido van Rossum · 29 years ago
  78. e4be9be Three down, two to go... by Jack Jansen · 29 years ago
  79. ea39abd more stuff by Guido van Rossum · 29 years ago
  80. e26c263 more stuff by Guido van Rossum · 29 years ago
  81. a12ef94 added WWW sections by Guido van Rossum · 29 years ago
  82. 7defee7 document restriction on group names by Guido van Rossum · 29 years ago
  83. 8df3637 changes refs to SO_* symbols by Guido van Rossum · 29 years ago
  84. 61d34f4 added quote and unquote by Guido van Rossum · 29 years ago
  85. d6304d0 added cgi by Guido van Rossum · 29 years ago
  86. 2120d12 In interactive mode ask for output file by Jack Jansen · 29 years ago
  87. 16df2aa Under MW also be more conservative about events to request by Jack Jansen · 29 years ago
  88. 7c750e1 added html parser and supporting cast by Guido van Rossum · 29 years ago
  89. eb9e9d2 layout changes; quote & as well by Guido van Rossum · 29 years ago
  90. c7acf2a handle class exceptions by Guido van Rossum · 29 years ago
  91. cebfa70 fix stupid bug (db should be dict) by Guido van Rossum · 29 years ago
  92. 780620f added DictType as alias for DictionaryType by Guido van Rossum · 29 years ago
  93. 5e38b6f handle class exceptions; added runeval; made runctx obsolete by Guido van Rossum · 29 years ago
  94. 051ab12 make the type a parameter of the DL_IMPORT macro, for Borland C by Guido van Rossum · 29 years ago
  95. 0fbec64 for BorlandC by Guido van Rossum · 29 years ago
  96. 464a0a1 for MPW __SC__ by Guido van Rossum · 29 years ago
  97. 07e3a7e for MPW __SC__ compiler by Guido van Rossum · 29 years ago
  98. caeaafc don't complain about too many args if arg is a dict by Guido van Rossum · 29 years ago
  99. ea64dea another round by Guido van Rossum · 29 years ago
  100. 8cebe38 all bgen modules now work with MWerks by Guido van Rossum · 29 years ago