1. f801f3b Add an XXX comment about the ClassBrowser AIP. by Guido van Rossum · 25 years ago
  2. 0b5b2c8 Updated change log. by Guido van Rossum · 25 years ago
  3. 46ffbec News update. Probably incomplete; what else is new? by Guido van Rossum · 25 years ago
  4. 6d3be50 Updated for pending IDLE 0.5 release (still very rough -- just getting by Guido van Rossum · 25 years ago
  5. b4b8381 Tiny addition. by Guido van Rossum · 25 years ago
  6. 9e1cd68 edit a doc string (real intent is to test out rsync install) by Jeremy Hylton · 25 years ago
  7. a46fb38 get rid of spurious print by Jeremy Hylton · 25 years ago
  8. 967e509 Patch by Gerrit Holl: by Guido van Rossum · 25 years ago
  9. d962878 Patch by Gerrit Holl: by Guido van Rossum · 25 years ago
  10. 126960b looks like everything is working except for try/except (pystone by Jeremy Hylton · 25 years ago
  11. 17988d2 LeftShift & RightShift: fix reprs, change attr names to left and right by Jeremy Hylton · 25 years ago
  12. bf6267e rename several of the generic attribute names for nodes. new node attrs are: by Jeremy Hylton · 25 years ago
  13. 4290779 (), [], and {} should not be represented as constant expressions, they by Jeremy Hylton · 25 years ago
  14. a505812 split compile.py into two files by Jeremy Hylton · 25 years ago
  15. 3050d51 change MODULE_NAMESPACE/FUNCTION_NAMESPACE stuff to have a single flag by Jeremy Hylton · 25 years ago
  16. 76d01b8 add support for Lambda nodes by Jeremy Hylton · 25 years ago
  17. 4eb504c add loop handling via by Jeremy Hylton · 25 years ago
  18. 95b8614 add an __len__ to Set and Stack by Jeremy Hylton · 25 years ago
  19. 3e0910c add namespace attr to CodeGenerator, can be either MODULE_NAMESPACE or by Jeremy Hylton · 25 years ago
  20. 5e0ce53 add ExampleASTVisitor: by Jeremy Hylton · 25 years ago
  21. 69926ea add remove method to set by Jeremy Hylton · 25 years ago
  22. 4024560 add optional verbose arg to walk function. it overrides the global by Jeremy Hylton · 25 years ago
  23. 156a975 make all unary operators have a single child node called expr by Jeremy Hylton · 25 years ago
  24. 1851901 add spaces to comparison names is not and not in to match dis by Jeremy Hylton · 25 years ago
  25. 53187f3 now produces valid pyc files for a least a trivial subset of the language. by Jeremy Hylton · 25 years ago
  26. aa9d2d6 constants from transformer by Jeremy Hylton · 25 years ago
  27. 9605c11 move constants out of transformer so that they can be shared with ast by Jeremy Hylton · 25 years ago
  28. 0fdffcf rapid evolution towards producing real .pyc files (even though I don't by Jeremy Hylton · 25 years ago
  29. 8b6323d checking in initial weekend's work by Jeremy Hylton · 25 years ago
  30. 106a02d make p2c a package by Jeremy Hylton · 25 years ago
  31. f968e85 three files from the p2c cvs tree. the message here indicates the by Jeremy Hylton · 25 years ago
  32. f158887 Two patches from Jack Jansen: by Guido van Rossum · 25 years ago
  33. 8f35681 Added \" to escapes so embedded escaped double quotes are handled by Barry Warsaw · 25 years ago
  34. 4755ee5 Complete the integration of Sam Bayer's fixes. by Guido van Rossum · 25 years ago
  35. 497a198 Changed fron importing wcnew back to webchecker. by Guido van Rossum · 25 years ago
  36. e284b21 Integrated Sam Bayer's wcnew.py code. It seems silly to keep two by Guido van Rossum · 25 years ago
  37. 61b95db # *NOT* by Sam Bayer: reindented to use 4 spaces like the rest here, by Guido van Rossum · 25 years ago
  38. 64acb5c Samuel L. Bayer: by Guido van Rossum · 25 years ago
  39. a894640 Samuel L. Bayer: by Guido van Rossum · 25 years ago
  40. f97eecc Samuel L. Bayer: by Guido van Rossum · 25 years ago
  41. dbd5c3e Samuel L. Bayer: by Guido van Rossum · 25 years ago
  42. 5dbf526 Several improvements, some of where were contributed by Bernhard by Barry Warsaw · 25 years ago
  43. a507c32 Python equivalent of xgettext(1). This was originally released by Barry Warsaw · 25 years ago
  44. 8b4b46e Fix a bug reported by Toby Dickenson (on 18 May 1999). by Guido van Rossum · 25 years ago
  45. cfd76a2 Sjoerd Mullender: by Guido van Rossum · 25 years ago
  46. c4eb6a6 main(): Arg! I wasn't properly ignoring EINVAL; now only re-raise the by Barry Warsaw · 25 years ago
  47. fa968ac Patches by Jack Jansen: new type OptionalInBuffer allows by Guido van Rossum · 25 years ago
  48. 8bd7382 Patch by Jack Jansen to add with_ifdef option, which places #ifndef by Guido van Rossum · 25 years ago
  49. d8d179d main(): wrap the device.setinfo() call around an exception handler. by Barry Warsaw · 25 years ago
  50. 7f2c9d3 A few new TODO entries. by Guido van Rossum · 25 years ago
  51. 7f1fdfc Add Python Documentation entry to Help menu. by Guido van Rossum · 25 years ago
  52. 416b961 Find the help.txt file relative to __file__ or ".", not in sys.path. by Guido van Rossum · 25 years ago
  53. a8b37ad Scrit by Marc-Andre Lemburg to generate htmlentitydefs.py. by Guido van Rossum · 25 years ago
  54. 8a07bae Bump to version 1.1 by Barry Warsaw · 25 years ago
  55. 772d696 __update(): Jeremy Hylton reports occurances of sunaudiodev.error by Barry Warsaw · 25 years ago
  56. e27db5a Initial implementation by Barry Warsaw · 25 years ago
  57. af57251 Initial revision by Barry Warsaw · 25 years ago
  58. aa6ed0c Moshe noticed an inconsistency in his comment, so I'm rephrasing it to by Guido van Rossum · 25 years ago
  59. 292f2c5 Patch inspired by Moshe Zadka to search for the Icons directory in the by Guido van Rossum · 25 years ago
  60. a74c556 Mark Hammond writes: by Guido van Rossum · 25 years ago
  61. aba953e New wishes. by Guido van Rossum · 25 years ago
  62. 0d6bac6 Make the color for stderr red (i.e. the standard warning/danger/stop by Guido van Rossum · 25 years ago
  63. 17a8b5d make_view_popups(): Catch import error which can occur if a viewer is by Barry Warsaw · 25 years ago
  64. 16e0bab Close debugger when closing. This may break a cycle. by Guido van Rossum · 25 years ago
  65. ba5a59c Break cycle on close. by Guido van Rossum · 25 years ago
  66. 5af0df5 Destroy the tree when closing. by Guido van Rossum · 25 years ago
  67. 30455f3 Add destroy() method to recursively destroy a tree. by Guido van Rossum · 25 years ago
  68. fed9b91 Extend _close() to break cycles. by Guido van Rossum · 25 years ago
  69. 205afb4 Add _close() method that does the actual cleanup (close() asks the by Guido van Rossum · 25 years ago
  70. dd4dda8 Add close() method that breaks cycles. by Guido van Rossum · 25 years ago
  71. 374c0df Add unregister() method. by Guido van Rossum · 25 years ago
  72. e689f00 Add close() method that breaks a cycle. by Guido van Rossum · 25 years ago
  73. ce76951 Simplified version of a patch by Chih-Hao Huang, who wrote: by Guido van Rossum · 25 years ago
  74. 4312890 Patch submitted by Toby Dickenson and approved by Mark Hammond. Toby writes: by Guido van Rossum · 25 years ago
  75. 1320560 Tim Peters smart.patch: by Guido van Rossum · 25 years ago
  76. 3dd3689 Code by Mark Hammond to format paragraphs embedded in comments. by Guido van Rossum · 25 years ago
  77. 85a36a5 Added abstraction get_selection_index() (Mark Hammond). Also by Guido van Rossum · 25 years ago
  78. 4431b0f Adapt to the new pyclbr's support of listing top-level functions. If by Guido van Rossum · 25 years ago
  79. e2571f2 Fix off-by-one error in Tim's recent change to comment_region(): the by Guido van Rossum · 25 years ago
  80. ea827e9 Mark Hammond writes: Here is another change that allows it to work for by Guido van Rossum · 25 years ago
  81. ab3b50b Mark Hammond writes: Tim's suggestion of copying the font for the by Guido van Rossum · 25 years ago
  82. 2073177 Append "..." if the appropriate flag (for varargs) in co_flags is set. by Guido van Rossum · 25 years ago
  83. ab6a08a Hmm... Tim didn't turn "replace all" into a single undo block. by Guido van Rossum · 25 years ago
  84. 9745f5a Tim Peters: made replacement atomic for undo/redo. by Guido van Rossum · 25 years ago
  85. 0fcd635 Tim Peters: by Guido van Rossum · 25 years ago
  86. 3f75741 Remove unnecessary reference to pyclbr from test() code. by Guido van Rossum · 25 years ago
  87. 729afc1 Tim Peters: by Guido van Rossum · 25 years ago
  88. febebe9 Might as well enable CallTips by default. by Guido van Rossum · 25 years ago
  89. f4a1508 New offerings by Tim Peters; he writes: by Guido van Rossum · 25 years ago
  90. b10cb9a Enclose pattern in quotes in status message. by Guido van Rossum · 25 years ago
  91. 23c115f Mark Hammond fixed some comments and improved the way the tip text is by Guido van Rossum · 25 years ago
  92. 094189f My fix to Mark's code: restore the universal check on <KeyRelease>. by Guido van Rossum · 25 years ago
  93. 6290dab A version that Mark Hammond posted to the newsgroup. Has some newer by Guido van Rossum · 25 years ago
  94. 85b9735 Call tips by Mark Hammond (plus tiny fix by me.) by Guido van Rossum · 25 years ago
  95. 1709041 Changes by Mark Hammond: (1) support optional output_sep argument to by Guido van Rossum · 25 years ago
  96. 808fa49 Changes by Mark Hammond to allow using IDLE extensions in PythonWin as by Guido van Rossum · 25 years ago
  97. d395aee Change by Mark Hammond to allow using IDLE extensions in PythonWin as by Guido van Rossum · 25 years ago
  98. a954ba1 Hah! A fix of my own to Tim's code! by Guido van Rossum · 25 years ago
  99. bbaba85 Tim Peters again: by Guido van Rossum · 25 years ago
  100. a6be387 Tim Peters again: by Guido van Rossum · 25 years ago