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