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