PageRenderTime 53ms CodeModel.GetById 14ms RepoModel.GetById 1ms app.codeStats 0ms

/Lib/idlelib/ChangeLog

http://unladen-swallow.googlecode.com/
#! | 1591 lines | 1068 code | 523 blank | 0 comment | 0 complexity | cf23d08476166a0f5cbb665e30fc449b MD5 | raw file
Possible License(s): 0BSD, BSD-3-Clause
  1. Please refer to the IDLEfork and IDLE CVS repositories for
  2. change details subsequent to the 0.8.1 release.
  3. IDLEfork ChangeLog
  4. ==================
  5. 2001-07-20 11:35 elguavas
  6. * README.txt, NEWS.txt: bring up to date for 0.8.1 release
  7. 2001-07-19 16:40 elguavas
  8. * IDLEFORK.html: replaced by IDLEFORK-index.html
  9. 2001-07-19 16:39 elguavas
  10. * IDLEFORK-index.html: updated placeholder idlefork homepage
  11. 2001-07-19 14:49 elguavas
  12. * ChangeLog, EditorWindow.py, INSTALLATION, NEWS.txt, README.txt,
  13. TODO.txt, idlever.py:
  14. minor tidy-ups ready for 0.8.1 alpha tarball release
  15. 2001-07-17 15:12 kbk
  16. * INSTALLATION, setup.py: INSTALLATION: Remove the coexist.patch
  17. instructions
  18. **************** setup.py:
  19. Remove the idles script, add some words on IDLE Fork to the
  20. long_description, and clean up some line spacing.
  21. 2001-07-17 15:01 kbk
  22. * coexist.patch: Put this in the attic, at least for now...
  23. 2001-07-17 14:59 kbk
  24. * PyShell.py, idle, idles: Implement idle command interface as
  25. suggested by GvR [idle-dev] 16 July **************** PyShell: Added
  26. functionality:
  27. usage: idle.py [-c command] [-d] [-i] [-r script] [-s] [-t title]
  28. [arg] ...
  29. idle file(s) (without options) edit the file(s)
  30. -c cmd run the command in a shell -d enable the
  31. debugger -i open an interactive shell -i file(s) open a
  32. shell and also an editor window for each file -r script run a file
  33. as a script in a shell -s run $IDLESTARTUP or
  34. $PYTHONSTARTUP before anything else -t title set title of shell
  35. window
  36. Remaining arguments are applied to the command (-c) or script (-r).
  37. ****************** idles: Removed the idles script, not needed
  38. ****************** idle: Removed the IdleConf references, not
  39. required anymore
  40. 2001-07-16 17:08 kbk
  41. * INSTALLATION, coexist.patch: Added installation instructions.
  42. Added a patch which modifies idlefork so that it can co-exist with
  43. "official" IDLE in the site-packages directory. This patch is not
  44. necessary if only idlefork IDLE is installed. See INSTALLATION for
  45. further details.
  46. 2001-07-16 15:50 kbk
  47. * idles: Add a script "idles" which opens a Python Shell window.
  48. The default behaviour of idlefork idle is to open an editor window
  49. instead of a shell. Complex expressions may be run in a fresh
  50. environment by selecting "run". There are times, however, when a
  51. shell is desired. Though one can be started by "idle -t 'foo'",
  52. this script is more convenient. In addition, a shell and an editor
  53. window can be started in parallel by "idles -e foo.py".
  54. 2001-07-16 15:25 kbk
  55. * PyShell.py: Call out IDLE Fork in startup message.
  56. 2001-07-16 14:00 kbk
  57. * PyShell.py, setup.py: Add a script "idles" which opens a Python
  58. Shell window.
  59. The default behaviour of idlefork idle is to open an editor window
  60. instead of a shell. Complex expressions may be run in a fresh
  61. environment by selecting "run". There are times, however, when a
  62. shell is desired. Though one can be started by "idle -t 'foo'",
  63. this script is more convenient. In addition, a shell and an editor
  64. window can be started in parallel by "idles -e foo.py".
  65. 2001-07-15 03:06 kbk
  66. * pyclbr.py, tabnanny.py: tabnanny and pyclbr are now found in /Lib
  67. 2001-07-15 02:29 kbk
  68. * BrowserControl.py: Remove, was retained for 1.5.2 support
  69. 2001-07-14 15:48 kbk
  70. * setup.py: Installing Idle to site-packages via Distutils does not
  71. copy the Idle help.txt file.
  72. Ref SF Python Patch 422471
  73. 2001-07-14 15:26 kbk
  74. * keydefs.py: py-cvs-2001_07_13 (Rev 1.3) merge
  75. "Make copy, cut and paste events case insensitive. Reported by
  76. Patrick K. O'Brien on idle-dev. (Should other bindings follow
  77. suit?)" --GvR
  78. 2001-07-14 15:21 kbk
  79. * idle.py: py-cvs-2001_07_13 (Rev 1.4) merge
  80. "Move the action of loading the configuration to the IdleConf
  81. module rather than the idle.py script. This has advantages and
  82. disadvantages; the biggest advantage being that we can more easily
  83. have an alternative main program." --GvR
  84. 2001-07-14 15:18 kbk
  85. * extend.txt: py-cvs-2001_07_13 (Rev 1.4) merge
  86. "Quick update to the extension mechanism (extend.py is gone, long
  87. live config.txt)" --GvR
  88. 2001-07-14 15:15 kbk
  89. * StackViewer.py: py-cvs-2001_07_13 (Rev 1.16) merge
  90. "Refactored, with some future plans in mind. This now uses the new
  91. gotofileline() method defined in FileList.py" --GvR
  92. 2001-07-14 15:10 kbk
  93. * PyShell.py: py-cvs-2001_07_13 (Rev 1.34) merge
  94. "Amazing. A very subtle change in policy in descr-branch actually
  95. found a bug here. Here's the deal: Class PyShell derives from
  96. class OutputWindow. Method PyShell.close() wants to invoke its
  97. parent method, but because PyShell long ago was inherited from
  98. class PyShellEditorWindow, it invokes
  99. PyShelEditorWindow.close(self). Now, class PyShellEditorWindow
  100. itself derives from class OutputWindow, and inherits the close()
  101. method from there without overriding it. Under the old rules,
  102. PyShellEditorWindow.close would return an unbound method restricted
  103. to the class that defined the implementation of close(), which was
  104. OutputWindow.close. Under the new rules, the unbound method is
  105. restricted to the class whose method was requested, that is
  106. PyShellEditorWindow, and this was correctly trapped as an error."
  107. --GvR
  108. 2001-07-14 14:59 kbk
  109. * PyParse.py: py-cvs-2001_07_13 (Rel 1.9) merge
  110. "Taught IDLE's autoident parser that "yield" is a keyword that
  111. begins a stmt. Along w/ the preceding change to keyword.py, making
  112. all this work w/ a future-stmt just looks harder and harder."
  113. --tim_one
  114. (From Rel 1.8: "Hack to make this still work with Python 1.5.2.
  115. ;-( " --fdrake)
  116. 2001-07-14 14:51 kbk
  117. * IdleConf.py: py-cvs-2001_07_13 (Rel 1.7) merge
  118. "Move the action of loading the configuration to the IdleConf
  119. module rather than the idle.py script. This has advantages and
  120. disadvantages; the biggest advantage being that we can more easily
  121. have an alternative main program." --GvR
  122. 2001-07-14 14:45 kbk
  123. * FileList.py: py-cvs-2000_07_13 (Rev 1.9) merge
  124. "Delete goodname() method, which is unused. Add gotofileline(), a
  125. convenience method which I intend to use in a variant. Rename
  126. test() to _test()." --GvR
  127. This was an interesting merge. The join completely missed removing
  128. goodname(), which was adjacent, but outside of, a small conflict.
  129. I only caught it by comparing the 1.1.3.2/1.1.3.3 diff. CVS ain't
  130. infallible.
  131. 2001-07-14 13:58 kbk
  132. * EditorWindow.py: py-cvs-2000_07_13 (Rev 1.38) merge "Remove
  133. legacy support for the BrowserControl module; the webbrowser module
  134. has been included since Python 2.0, and that is the preferred
  135. interface." --fdrake
  136. 2001-07-14 13:32 kbk
  137. * EditorWindow.py, FileList.py, IdleConf.py, PyParse.py,
  138. PyShell.py, StackViewer.py, extend.txt, idle.py, keydefs.py: Import
  139. the 2001 July 13 23:59 GMT version of Python CVS IDLE on the
  140. existing 1.1.3 vendor branch named py-cvs-vendor-branch. Release
  141. tag is py-cvs-2001_07_13.
  142. 2001-07-14 12:02 kbk
  143. * Icons/python.gif: py-cvs-rel2_1 (Rev 1.2) merge Copied py-cvs rev
  144. 1.2 changed file to idlefork MAIN
  145. 2001-07-14 11:58 kbk
  146. * Icons/minusnode.gif: py-cvs-rel2_1 (Rev 1.2) merge Copied py-cvs
  147. 1.2 changed file to idlefork MAIN
  148. 2001-07-14 11:23 kbk
  149. * ScrolledList.py: py-cvs-rel2_1 (rev 1.5) merge - whitespace
  150. normalization
  151. 2001-07-14 11:20 kbk
  152. * Separator.py: py-cvs-rel2_1 (Rev 1.3) merge - whitespace
  153. normalization
  154. 2001-07-14 11:16 kbk
  155. * StackViewer.py: py-cvs-rel2_1 (Rev 1.15) merge - whitespace
  156. normalization
  157. 2001-07-14 11:14 kbk
  158. * ToolTip.py: py-cvs-rel2_1 (Rev 1.2) merge - whitespace
  159. normalization
  160. 2001-07-14 10:13 kbk
  161. * PyShell.py: cvs-py-rel2_1 (Rev 1.29 - 1.33) merge
  162. Merged the following py-cvs revs without conflict: 1.29 Reduce
  163. copyright text output at startup 1.30 Delay setting sys.args until
  164. Tkinter is fully initialized 1.31 Whitespace normalization 1.32
  165. Turn syntax warning into error when interactive 1.33 Fix warning
  166. initialization bug
  167. Note that module is extensively modified wrt py-cvs
  168. 2001-07-14 06:33 kbk
  169. * PyParse.py: py-cvs-rel2_1 (Rev 1.6 - 1.8) merge Fix autoindent
  170. bug and deflect Unicode from text.get()
  171. 2001-07-14 06:00 kbk
  172. * Percolator.py: py-cvs-rel2_1 (Rev 1.3) "move "from Tkinter import
  173. *" to module level" --jhylton
  174. 2001-07-14 05:57 kbk
  175. * PathBrowser.py: py-cvs-rel2_1 (Rev 1.6) merge - whitespace
  176. normalization
  177. 2001-07-14 05:49 kbk
  178. * ParenMatch.py: cvs-py-rel2_1 (Rev 1.5) merge - whitespace
  179. normalization
  180. 2001-07-14 03:57 kbk
  181. * ObjectBrowser.py: py-cvs-rel2_1 (Rev 1.3) merge "Make the test
  182. program work outside IDLE." -- GvR
  183. 2001-07-14 03:52 kbk
  184. * MultiStatusBar.py: py-cvs-rel2_1 (Rev 1.2) merge - whitespace
  185. normalization
  186. 2001-07-14 03:44 kbk
  187. * MultiScrolledLists.py: py-cvs-rel2_1 (Rev 1.2) merge - whitespace
  188. normalization
  189. 2001-07-14 03:40 kbk
  190. * IdleHistory.py: py-cvs-rel2_1 (Rev 1.4) merge - whitespace
  191. normalization
  192. 2001-07-14 03:38 kbk
  193. * IdleConf.py: py-cvs-rel2_1 (Rev 1.6) merge - whitespace
  194. normalization
  195. 2001-07-13 14:18 kbk
  196. * IOBinding.py: py-cvs-rel2_1 (Rev 1.4) merge - move "import *" to
  197. module level
  198. 2001-07-13 14:12 kbk
  199. * FormatParagraph.py: py-cvs-rel2_1 (Rev 1.9) merge - whitespace
  200. normalization
  201. 2001-07-13 14:07 kbk
  202. * FileList.py: py-cvs-rel2_1 (Rev 1.8) merge - whitespace
  203. normalization
  204. 2001-07-13 13:35 kbk
  205. * EditorWindow.py: py-cvs-rel2_1 (Rev 1.33 - 1.37) merge
  206. VP IDLE version depended on VP's ExecBinding.py and spawn.py to get
  207. the path to the Windows Doc directory (relative to python.exe).
  208. Removed this conflicting code in favor of py-cvs updates which on
  209. Windows use a hard coded path relative to the location of this
  210. module. py-cvs updates include support for webbrowser.py. Module
  211. still has BrowserControl.py for 1.5.2 support.
  212. At this point, the differences wrt py-cvs relate to menu
  213. functionality.
  214. 2001-07-13 11:30 kbk
  215. * ConfigParser.py: py-cvs-rel2_1 merge - Remove, lives in /Lib
  216. 2001-07-13 10:10 kbk
  217. * Delegator.py: py-cvs-rel2_1 (Rev 1.3) merge - whitespace
  218. normalization
  219. 2001-07-13 10:07 kbk
  220. * Debugger.py: py-cvs-rel2_1 (Rev 1.15) merge - whitespace
  221. normalization
  222. 2001-07-13 10:04 kbk
  223. * ColorDelegator.py: py-cvs-rel2_1 (Rev 1.11 and 1.12) merge
  224. Colorize "as" after "import" / use DEBUG instead of __debug__
  225. 2001-07-13 09:54 kbk
  226. * ClassBrowser.py: py-cvs-rel2_1 (Rev 1.12) merge - whitespace
  227. normalization
  228. 2001-07-13 09:41 kbk
  229. * BrowserControl.py: py-cvs-rel2_1 (Rev 1.1) merge - New File -
  230. Force HEAD to trunk with -f Note: browser.py was renamed
  231. BrowserControl.py 10 May 2000. It provides a collection of classes
  232. and convenience functions to control external browsers "for 1.5.2
  233. support". It was removed from py-cvs 18 April 2001.
  234. 2001-07-13 09:10 kbk
  235. * CallTips.py: py-cvs-rel2_1 (Rev 1.8) merge - whitespace
  236. normalization
  237. 2001-07-13 08:26 kbk
  238. * CallTipWindow.py: py-cvs-rel2_1 (Rev 1.3) merge - whitespace
  239. normalization
  240. 2001-07-13 08:13 kbk
  241. * AutoExpand.py: py-cvs-rel1_2 (Rev 1.4) merge, "Add Alt-slash to
  242. Unix keydefs (I somehow need it on RH 6.2). Get rid of assignment
  243. to unused self.text.wordlist." --GvR
  244. 2001-07-12 16:54 elguavas
  245. * ReplaceDialog.py: py-cvs merge, python 1.5.2 compatibility
  246. 2001-07-12 16:46 elguavas
  247. * ScriptBinding.py: py-cvs merge, better error dialog
  248. 2001-07-12 16:38 elguavas
  249. * TODO.txt: py-cvs merge, additions
  250. 2001-07-12 15:35 elguavas
  251. * WindowList.py: py-cvs merge, correct indentation
  252. 2001-07-12 15:24 elguavas
  253. * config.txt: py-cvs merge, correct typo
  254. 2001-07-12 15:21 elguavas
  255. * help.txt: py-cvs merge, update colour changing info
  256. 2001-07-12 14:51 elguavas
  257. * idle.py: py-cvs merge, idle_dir loading changed
  258. 2001-07-12 14:44 elguavas
  259. * idlever.py: py-cvs merge, version update
  260. 2001-07-11 12:53 kbk
  261. * BrowserControl.py: Initial revision
  262. 2001-07-11 12:53 kbk
  263. * AutoExpand.py, BrowserControl.py, CallTipWindow.py, CallTips.py,
  264. ClassBrowser.py, ColorDelegator.py, Debugger.py, Delegator.py,
  265. EditorWindow.py, FileList.py, FormatParagraph.py, IOBinding.py,
  266. IdleConf.py, IdleHistory.py, MultiScrolledLists.py,
  267. MultiStatusBar.py, ObjectBrowser.py, OutputWindow.py,
  268. ParenMatch.py, PathBrowser.py, Percolator.py, PyParse.py,
  269. PyShell.py, RemoteInterp.py, ReplaceDialog.py, ScriptBinding.py,
  270. ScrolledList.py, Separator.py, StackViewer.py, TODO.txt,
  271. ToolTip.py, WindowList.py, config.txt, help.txt, idle, idle.bat,
  272. idle.py, idlever.py, setup.py, Icons/minusnode.gif,
  273. Icons/python.gif: Import the release 2.1 version of Python CVS IDLE
  274. on the existing 1.1.3 vendor branch named py-cvs-vendor-branch,
  275. with release tag py-cvs-rel2_1.
  276. 2001-07-11 12:34 kbk
  277. * AutoExpand.py, AutoIndent.py, Bindings.py, CallTipWindow.py,
  278. CallTips.py, ChangeLog, ClassBrowser.py, ColorDelegator.py,
  279. Debugger.py, Delegator.py, EditorWindow.py, FileList.py,
  280. FormatParagraph.py, FrameViewer.py, GrepDialog.py, IOBinding.py,
  281. IdleConf.py, IdleHistory.py, MultiScrolledLists.py,
  282. MultiStatusBar.py, NEWS.txt, ObjectBrowser.py, OldStackViewer.py,
  283. OutputWindow.py, ParenMatch.py, PathBrowser.py, Percolator.py,
  284. PyParse.py, PyShell.py, README.txt, RemoteInterp.py,
  285. ReplaceDialog.py, ScriptBinding.py, ScrolledList.py,
  286. SearchBinding.py, SearchDialog.py, SearchDialogBase.py,
  287. SearchEngine.py, Separator.py, StackViewer.py, TODO.txt,
  288. ToolTip.py, TreeWidget.py, UndoDelegator.py, WidgetRedirector.py,
  289. WindowList.py, ZoomHeight.py, __init__.py, config-unix.txt,
  290. config-win.txt, config.txt, eventparse.py, extend.txt, help.txt,
  291. idle.bat, idle.py, idle.pyw, idlever.py, keydefs.py, pyclbr.py,
  292. tabnanny.py, testcode.py, Icons/folder.gif, Icons/minusnode.gif,
  293. Icons/openfolder.gif, Icons/plusnode.gif, Icons/python.gif,
  294. Icons/tk.gif: Import the 9 March 2000 version of Python CVS IDLE as
  295. 1.1.3 vendor branch named py-cvs-vendor-branch.
  296. 2001-07-04 13:43 kbk
  297. * Icons/: folder.gif, minusnode.gif, openfolder.gif, plusnode.gif,
  298. python.gif, tk.gif: Null commit with -f option to force an uprev
  299. and put HEADs firmly on the trunk.
  300. 2001-07-04 13:15 kbk
  301. * AutoExpand.py, AutoIndent.py, Bindings.py, CallTipWindow.py,
  302. CallTips.py, ChangeLog, ClassBrowser.py, ColorDelegator.py,
  303. ConfigParser.py, Debugger.py, Delegator.py, EditorWindow.py,
  304. ExecBinding.py, FileList.py, FormatParagraph.py, FrameViewer.py,
  305. GrepDialog.py, IDLEFORK.html, IOBinding.py, IdleConf.py,
  306. IdleHistory.py, MultiScrolledLists.py, MultiStatusBar.py, NEWS.txt,
  307. ObjectBrowser.py, OldStackViewer.py, OutputWindow.py,
  308. ParenMatch.py, PathBrowser.py, Percolator.py, PyParse.py,
  309. PyShell.py, README.txt, Remote.py, RemoteInterp.py,
  310. ReplaceDialog.py, ScriptBinding.py, ScrolledList.py,
  311. SearchBinding.py, SearchDialog.py, SearchDialogBase.py,
  312. SearchEngine.py, Separator.py, StackViewer.py, TODO.txt,
  313. ToolTip.py, TreeWidget.py, UndoDelegator.py, WidgetRedirector.py,
  314. WindowList.py, ZoomHeight.py, __init__.py, config-unix.txt,
  315. config-win.txt, config.txt, eventparse.py, extend.txt, help.txt,
  316. idle, idle.bat, idle.py, idle.pyw, idlever.py, keydefs.py,
  317. loader.py, protocol.py, pyclbr.py, setup.py, spawn.py, tabnanny.py,
  318. testcode.py: Null commit with -f option to force an uprev and put
  319. HEADs firmly on the trunk.
  320. 2001-06-27 10:24 elguavas
  321. * IDLEFORK.html: updated contact details
  322. 2001-06-25 17:23 elguavas
  323. * idle, RemoteInterp.py, setup.py: Initial revision
  324. 2001-06-25 17:23 elguavas
  325. * idle, RemoteInterp.py, setup.py: import current python cvs idle
  326. as a vendor branch
  327. 2001-06-24 15:10 elguavas
  328. * IDLEFORK.html: tiny change to test new syncmail setup
  329. 2001-06-24 14:41 elguavas
  330. * IDLEFORK.html: change to new developer contact, also a test
  331. commit for new syncmail setup
  332. 2001-06-23 18:15 elguavas
  333. * IDLEFORK.html: tiny test update for revitalised idle-fork
  334. 2000-09-24 17:29 nriley
  335. * protocol.py: Fixes for Python 1.6 compatibility - socket bind and
  336. connect get a tuple instead two arguments.
  337. 2000-09-24 17:28 nriley
  338. * spawn.py: Change for Python 1.6 compatibility - UNIX's 'os'
  339. module defines 'spawnv' now, so we check for 'fork' first.
  340. 2000-08-15 22:51 nowonder
  341. * IDLEFORK.html:
  342. corrected email address
  343. 2000-08-15 22:47 nowonder
  344. * IDLEFORK.html:
  345. added .html file for http://idlefork.sourceforge.net
  346. 2000-08-15 11:13 dscherer
  347. * AutoExpand.py, AutoIndent.py, Bindings.py, CallTipWindow.py,
  348. CallTips.py, __init__.py, ChangeLog, ClassBrowser.py,
  349. ColorDelegator.py, ConfigParser.py, Debugger.py, Delegator.py,
  350. FileList.py, FormatParagraph.py, FrameViewer.py, GrepDialog.py,
  351. IOBinding.py, IdleConf.py, IdleHistory.py, MultiScrolledLists.py,
  352. MultiStatusBar.py, NEWS.txt, ObjectBrowser.py, OldStackViewer.py,
  353. OutputWindow.py, ParenMatch.py, PathBrowser.py, Percolator.py,
  354. PyParse.py, PyShell.py, README.txt, ReplaceDialog.py,
  355. ScriptBinding.py, ScrolledList.py, SearchBinding.py,
  356. SearchDialog.py, SearchDialogBase.py, SearchEngine.py,
  357. Separator.py, StackViewer.py, TODO.txt, ToolTip.py, TreeWidget.py,
  358. UndoDelegator.py, WidgetRedirector.py, WindowList.py, help.txt,
  359. ZoomHeight.py, config-unix.txt, config-win.txt, config.txt,
  360. eventparse.py, extend.txt, idle.bat, idle.py, idle.pyw, idlever.py,
  361. keydefs.py, loader.py, pyclbr.py, tabnanny.py, testcode.py,
  362. EditorWindow.py, ExecBinding.py, Remote.py, protocol.py, spawn.py,
  363. Icons/folder.gif, Icons/minusnode.gif, Icons/openfolder.gif,
  364. Icons/plusnode.gif, Icons/python.gif, Icons/tk.gif: Initial
  365. revision
  366. 2000-08-15 11:13 dscherer
  367. * AutoExpand.py, AutoIndent.py, Bindings.py, CallTipWindow.py,
  368. CallTips.py, __init__.py, ChangeLog, ClassBrowser.py,
  369. ColorDelegator.py, ConfigParser.py, Debugger.py, Delegator.py,
  370. FileList.py, FormatParagraph.py, FrameViewer.py, GrepDialog.py,
  371. IOBinding.py, IdleConf.py, IdleHistory.py, MultiScrolledLists.py,
  372. MultiStatusBar.py, NEWS.txt, ObjectBrowser.py, OldStackViewer.py,
  373. OutputWindow.py, ParenMatch.py, PathBrowser.py, Percolator.py,
  374. PyParse.py, PyShell.py, README.txt, ReplaceDialog.py,
  375. ScriptBinding.py, ScrolledList.py, SearchBinding.py,
  376. SearchDialog.py, SearchDialogBase.py, SearchEngine.py,
  377. Separator.py, StackViewer.py, TODO.txt, ToolTip.py, TreeWidget.py,
  378. UndoDelegator.py, WidgetRedirector.py, WindowList.py, help.txt,
  379. ZoomHeight.py, config-unix.txt, config-win.txt, config.txt,
  380. eventparse.py, extend.txt, idle.bat, idle.py, idle.pyw, idlever.py,
  381. keydefs.py, loader.py, pyclbr.py, tabnanny.py, testcode.py,
  382. EditorWindow.py, ExecBinding.py, Remote.py, protocol.py, spawn.py,
  383. Icons/folder.gif, Icons/minusnode.gif, Icons/openfolder.gif,
  384. Icons/plusnode.gif, Icons/python.gif, Icons/tk.gif: Modified IDLE
  385. from VPython 0.2
  386. original IDLE ChangeLog:
  387. ========================
  388. Tue Feb 15 18:08:19 2000 Guido van Rossum <guido@cnri.reston.va.us>
  389. * NEWS.txt: Notice status bar and stack viewer.
  390. * EditorWindow.py: Support for Moshe's status bar.
  391. * MultiStatusBar.py: Status bar code -- by Moshe Zadka.
  392. * OldStackViewer.py:
  393. Adding the old stack viewer implementation back, for the debugger.
  394. * StackViewer.py: New stack viewer, uses a tree widget.
  395. (XXX: the debugger doesn't yet use this.)
  396. * WindowList.py:
  397. Correct a typo and remove an unqualified except that was hiding the error.
  398. * ClassBrowser.py: Add an XXX comment about the ClassBrowser AIP.
  399. * ChangeLog: Updated change log.
  400. * NEWS.txt: News update. Probably incomplete; what else is new?
  401. * README.txt:
  402. Updated for pending IDLE 0.5 release (still very rough -- just getting
  403. it out in a more convenient format than CVS).
  404. * TODO.txt: Tiny addition.
  405. Thu Sep 9 14:16:02 1999 Guido van Rossum <guido@cnri.reston.va.us>
  406. * TODO.txt: A few new TODO entries.
  407. Thu Aug 26 23:06:22 1999 Guido van Rossum <guido@cnri.reston.va.us>
  408. * Bindings.py: Add Python Documentation entry to Help menu.
  409. * EditorWindow.py:
  410. Find the help.txt file relative to __file__ or ".", not in sys.path.
  411. (Suggested by Moshe Zadka, but implemented differently.)
  412. Add <<python-docs>> event which, on Unix, brings up Netscape pointing
  413. to http://www.python.doc/current/ (a local copy would be nice but its
  414. location can't be predicted). Windows solution TBD.
  415. Wed Aug 11 14:55:43 1999 Guido van Rossum <guido@cnri.reston.va.us>
  416. * TreeWidget.py:
  417. Moshe noticed an inconsistency in his comment, so I'm rephrasing it to
  418. be clearer.
  419. * TreeWidget.py:
  420. Patch inspired by Moshe Zadka to search for the Icons directory in the
  421. same directory as __file__, rather than searching for it along sys.path.
  422. This works better when idle is a package.
  423. Thu Jul 15 13:11:02 1999 Guido van Rossum <guido@cnri.reston.va.us>
  424. * TODO.txt: New wishes.
  425. Sat Jul 10 13:17:35 1999 Guido van Rossum <guido@cnri.reston.va.us>
  426. * IdlePrefs.py:
  427. Make the color for stderr red (i.e. the standard warning/danger/stop
  428. color) rather than green. Suggested by Sam Schulenburg.
  429. Fri Jun 25 17:26:34 1999 Guido van Rossum <guido@cnri.reston.va.us>
  430. * PyShell.py: Close debugger when closing. This may break a cycle.
  431. * Debugger.py: Break cycle on close.
  432. * ClassBrowser.py: Destroy the tree when closing.
  433. * TreeWidget.py: Add destroy() method to recursively destroy a tree.
  434. * PyShell.py: Extend _close() to break cycles.
  435. Break some other cycles too (and destroy the root when done).
  436. * EditorWindow.py:
  437. Add _close() method that does the actual cleanup (close() asks the
  438. user what they want first if there's unsaved stuff, and may cancel).
  439. It closes more than before.
  440. Add unload_extensions() method to unload all extensions; called from
  441. _close(). It calls an extension's close() method if it has one.
  442. * Percolator.py: Add close() method that breaks cycles.
  443. * WidgetRedirector.py: Add unregister() method.
  444. Unregister everything at closing.
  445. Don't call close() in __del__, rely on explicit call to close().
  446. * IOBinding.py, FormatParagraph.py, CallTips.py:
  447. Add close() method that breaks a cycle.
  448. Fri Jun 11 15:03:00 1999 Guido van Rossum <guido@cnri.reston.va.us>
  449. * AutoIndent.py, EditorWindow.py, FormatParagraph.py:
  450. Tim Peters smart.patch:
  451. EditorWindow.py:
  452. + Added get_tabwidth & set_tabwidth "virtual text" methods, that get/set the
  453. widget's view of what a tab means.
  454. + Moved TK_TABWIDTH_DEFAULT here from AutoIndent.
  455. + Renamed Mark's get_selection_index to get_selection_indices (sorry, Mark,
  456. but the name was plain wrong <wink>).
  457. FormatParagraph.py: renamed use of get_selection_index.
  458. AutoIndent.py:
  459. + Moved TK_TABWIDTH_DEFAULT to EditorWindow.
  460. + Rewrote set_indentation_params to use new VTW get/set_tabwidth methods.
  461. + Changed smart_backspace_event to delete whitespace back to closest
  462. preceding virtual tab stop or real character (note that this may require
  463. inserting characters if backspacing over a tab!).
  464. + Nuked almost references to the selection tag, in favor of using
  465. get_selection_indices. The sole exception is in set_region, for which no
  466. "set_selection" abstraction has yet been agreed upon.
  467. + Had too much fun using the spiffy new features of the format-paragraph
  468. cmd.
  469. Thu Jun 10 17:48:02 1999 Guido van Rossum <guido@cnri.reston.va.us>
  470. * FormatParagraph.py:
  471. Code by Mark Hammond to format paragraphs embedded in comments.
  472. Read the comments (which I reformatted using the new feature :-)
  473. for some limitations.
  474. * EditorWindow.py:
  475. Added abstraction get_selection_index() (Mark Hammond). Also
  476. reformatted some comment blocks to show off a cool feature I'm about
  477. to check in next.
  478. * ClassBrowser.py:
  479. Adapt to the new pyclbr's support of listing top-level functions. If
  480. this functionality is not present (e.g. when used with a vintage
  481. Python 1.5.2 installation) top-level functions are not listed.
  482. (Hmm... Any distribution of IDLE 0.5 should probably include a copy
  483. of the new pyclbr.py!)
  484. * AutoIndent.py:
  485. Fix off-by-one error in Tim's recent change to comment_region(): the
  486. list of lines returned by get_region() contains an empty line at the
  487. end representing the start of the next line, and this shouldn't be
  488. commented out!
  489. * CallTips.py:
  490. Mark Hammond writes: Here is another change that allows it to work for
  491. class creation - tries to locate an __init__ function. Also updated
  492. the test code to reflect your new "***" change.
  493. * CallTipWindow.py:
  494. Mark Hammond writes: Tim's suggestion of copying the font for the
  495. CallTipWindow from the text control makes sense, and actually makes
  496. the control look better IMO.
  497. Wed Jun 9 20:34:57 1999 Guido van Rossum <guido@cnri.reston.va.us>
  498. * CallTips.py:
  499. Append "..." if the appropriate flag (for varargs) in co_flags is set.
  500. Ditto "***" for kwargs.
  501. Tue Jun 8 13:06:07 1999 Guido van Rossum <guido@cnri.reston.va.us>
  502. * ReplaceDialog.py:
  503. Hmm... Tim didn't turn "replace all" into a single undo block.
  504. I think I like it better if it os, so here.
  505. * ReplaceDialog.py: Tim Peters: made replacement atomic for undo/redo.
  506. * AutoIndent.py: Tim Peters:
  507. + Set usetabs=1. Editing pyclbr.py was driving me nuts <0.6 wink>.
  508. usetabs=1 is the Emacs pymode default too, and thanks to indentwidth !=
  509. tabwidth magical usetabs disabling, new files are still created with tabs
  510. turned off. The only implication is that if you open a file whose first
  511. indent is a single tab, IDLE will now magically use tabs for that file (and
  512. set indentwidth to 8). Note that the whole scheme doesn't work right for
  513. PythonWin, though, since Windows users typically set tabwidth to 4; Mark
  514. probably has to hide the IDLE algorithm from them (which he already knows).
  515. + Changed comment_region_event to stick "##" in front of every line. The
  516. "holes" previously left on blank lines were visually confusing (made it
  517. needlessly hard to figure out what to uncomment later).
  518. Mon Jun 7 15:38:40 1999 Guido van Rossum <guido@cnri.reston.va.us>
  519. * TreeWidget.py, ObjectBrowser.py:
  520. Remove unnecessary reference to pyclbr from test() code.
  521. * PyParse.py: Tim Peters:
  522. Smarter logic for finding a parse synch point.
  523. Does a half to a fifth the work in normal cases; don't notice the speedup,
  524. but makes more breathing room for other extensions.
  525. Speeds terrible cases by at least a factor of 10. "Terrible" == e.g. you put
  526. """ at the start of Tkinter.py, undo it, zoom to the bottom, and start
  527. typing in code. Used to take about 8 seconds for ENTER to respond, now some
  528. large fraction of a second. The new code gets indented correctly, despite
  529. that it all remains "string colored" until the colorizer catches up (after
  530. which, ENTER appears instantaneous again).
  531. Fri Jun 4 19:21:19 1999 Guido van Rossum <guido@cnri.reston.va.us>
  532. * extend.py: Might as well enable CallTips by default.
  533. If there are too many complaints I'll remove it again or fix it.
  534. Thu Jun 3 14:32:16 1999 Guido van Rossum <guido@cnri.reston.va.us>
  535. * AutoIndent.py, EditorWindow.py, PyParse.py:
  536. New offerings by Tim Peters; he writes:
  537. IDLE is now the first Python editor in the Universe not confused by my
  538. doctest.py <wink>.
  539. As threatened, this defines IDLE's is_char_in_string function as a
  540. method of EditorWindow. You just need to define one similarly in
  541. whatever it is you pass as editwin to AutoIndent; looking at the
  542. EditorWindow.py part of the patch should make this clear.
  543. * GrepDialog.py: Enclose pattern in quotes in status message.
  544. * CallTips.py:
  545. Mark Hammond fixed some comments and improved the way the tip text is
  546. constructed.
  547. Wed Jun 2 18:18:57 1999 Guido van Rossum <guido@cnri.reston.va.us>
  548. * CallTips.py:
  549. My fix to Mark's code: restore the universal check on <KeyRelease>.
  550. Always cancel on <Key-Escape> or <ButtonPress>.
  551. * CallTips.py:
  552. A version that Mark Hammond posted to the newsgroup. Has some newer
  553. stuff for getting the tip. Had to fix the Key-( and Key-) events
  554. for Unix. Will have to re-apply my patch for catching KeyRelease and
  555. ButtonRelease events.
  556. * CallTipWindow.py, CallTips.py:
  557. Call tips by Mark Hammond (plus tiny fix by me.)
  558. * IdleHistory.py:
  559. Changes by Mark Hammond: (1) support optional output_sep argument to
  560. the constructor so he can eliminate the sys.ps2 that PythonWin leaves
  561. in the source; (2) remove duplicate history items.
  562. * AutoIndent.py:
  563. Changes by Mark Hammond to allow using IDLE extensions in PythonWin as
  564. well: make three dialog routines instance variables.
  565. * EditorWindow.py:
  566. Change by Mark Hammond to allow using IDLE extensions in PythonWin as
  567. well: make three dialog routines instance variables.
  568. Tue Jun 1 20:06:44 1999 Guido van Rossum <guido@cnri.reston.va.us>
  569. * AutoIndent.py: Hah! A fix of my own to Tim's code!
  570. Unix bindings for <<toggle-tabs>> and <<change-indentwidth>> were
  571. missing, and somehow that meant the events were never generated,
  572. even though they were in the menu. The new Unix bindings are now
  573. the same as the Windows bindings (M-t and M-u).
  574. * AutoIndent.py, PyParse.py, PyShell.py: Tim Peters again:
  575. The new version (attached) is fast enough all the time in every real module
  576. I have <whew!>. You can make it slow by, e.g., creating an open list with
  577. 5,000 90-character identifiers (+ trailing comma) each on its own line, then
  578. adding an item to the end -- but that still consumes less than a second on
  579. my P5-166. Response time in real code appears instantaneous.
  580. Fixed some bugs.
  581. New feature: when hitting ENTER and the cursor is beyond the line's leading
  582. indentation, whitespace is removed on both sides of the cursor; before
  583. whitespace was removed only on the left; e.g., assuming the cursor is
  584. between the comma and the space:
  585. def something(arg1, arg2):
  586. ^ cursor to the left of here, and hit ENTER
  587. arg2): # new line used to end up here
  588. arg2): # but now lines up the way you expect
  589. New hack: AutoIndent has grown a context_use_ps1 Boolean config option,
  590. defaulting to 0 (false) and set to 1 (only) by PyShell. Reason: handling
  591. the fancy stuff requires looking backward for a parsing synch point; ps1
  592. lines are the only sensible thing to look for in a shell window, but are a
  593. bad thing to look for in a file window (ps1 lines show up in my module
  594. docstrings often). PythonWin's shell should set this true too.
  595. Persistent problem: strings containing def/class can still screw things up
  596. completely. No improvement. Simplest workaround is on the user's head, and
  597. consists of inserting e.g.
  598. def _(): pass
  599. (or any other def/class) after the end of the multiline string that's
  600. screwing them up. This is especially irksome because IDLE's syntax coloring
  601. is *not* confused, so when this happens the colors don't match the
  602. indentation behavior they see.
  603. * AutoIndent.py: Tim Peters again:
  604. [Tim, after adding some bracket smarts to AutoIndent.py]
  605. > ...
  606. > What it can't possibly do without reparsing large gobs of text is
  607. > suggest a reasonable indent level after you've *closed* a bracket
  608. > left open on some previous line.
  609. > ...
  610. The attached can, and actually fast enough to use -- most of the time. The
  611. code is tricky beyond belief to achieve that, but it works so far; e.g.,
  612. return len(string.expandtabs(str[self.stmt_start :
  613. ^ indents to caret
  614. i],
  615. ^ indents to caret
  616. self.tabwidth)) + 1
  617. ^ indents to caret
  618. It's about as smart as pymode now, wrt both bracket and backslash
  619. continuation rules. It does require reparsing large gobs of text, and if it
  620. happens to find something that looks like a "def" or "class" or sys.ps1
  621. buried in a multiline string, but didn't suck up enough preceding text to
  622. see the start of the string, it's completely hosed. I can't repair that --
  623. it's just too slow to reparse from the start of the file all the time.
  624. AutoIndent has grown a new num_context_lines tuple attribute that controls
  625. how far to look back, and-- like other params --this could/should be made
  626. user-overridable at startup and per-file on the fly.
  627. * PyParse.py: New file by Tim Peters:
  628. One new file in the attached, PyParse.py. The LineStudier (whatever it was
  629. called <wink>) class was removed from AutoIndent; PyParse subsumes its
  630. functionality.
  631. * AutoIndent.py: Tim Peters keeps revising this module (more to come):
  632. Removed "New tabwidth" menu binding.
  633. Added "a tab means how many spaces?" dialog to block tabify and untabify. I
  634. think prompting for this is good now: they're usually at-most-once-per-file
  635. commands, and IDLE can't let them change tabwidth from the Tk default
  636. anymore, so IDLE can no longer presume to have any idea what a tab means.
  637. Irony: for the purpose of keeping comments aligned via tabs, Tk's
  638. non-default approach is much nicer than the Emacs/Notepad/Codewright/vi/etc
  639. approach.
  640. * EditorWindow.py:
  641. 1. Catch NameError on import (could be raised by case mismatch on Windows).
  642. 2. No longer need to reset pyclbr cache and show watch cursor when calling
  643. ClassBrowser -- the ClassBrowser takes care of pyclbr and the TreeWidget
  644. takes care of the watch cursor.
  645. 3. Reset the focus to the current window after error message about class
  646. browser on buffer without filename.
  647. * Icons/minusnode.gif, Icons/plusnode.gif: Missed a few.
  648. * ClassBrowser.py, PathBrowser.py: Rewritten based on TreeWidget.py
  649. * ObjectBrowser.py: Object browser, based on TreeWidget.py.
  650. * TreeWidget.py: Tree widget done right.
  651. * ToolTip.py: As yet unused code for tool tips.
  652. * ScriptBinding.py:
  653. Ensure sys.argv[0] is the script name on Run Script.
  654. * ZoomHeight.py: Move zoom height functionality to separate function.
  655. * Icons/folder.gif, Icons/openfolder.gif, Icons/python.gif, Icons/tk.gif:
  656. A few icons used by ../TreeWidget.py and its callers.
  657. * AutoIndent.py: New version by Tim Peters improves block opening test.
  658. Fri May 21 04:46:17 1999 Guido van Rossum <guido@cnri.reston.va.us>
  659. * Attic/History.py, PyShell.py: Rename History to IdleHistory.
  660. Add isatty() to pseudo files.
  661. * StackViewer.py: Make initial stack viewer wider
  662. * TODO.txt: New wishes
  663. * AutoIndent.py, EditorWindow.py, PyShell.py:
  664. Much improved autoindent and handling of tabs,
  665. by Tim Peters.
  666. Mon May 3 15:49:52 1999 Guido van Rossum <guido@cnri.reston.va.us>
  667. * AutoIndent.py, EditorWindow.py, FormatParagraph.py, UndoDelegator.py:
  668. Tim Peters writes:
  669. I'm still unsure, but couldn't stand the virtual event trickery so tried a
  670. different sin (adding undo_block_start/stop methods to the Text instance in
  671. EditorWindow.py). Like it or not, it's efficient and works <wink>. Better
  672. idea?
  673. Give the attached a whirl. Even if you hate the implementation, I think
  674. you'll like the results. Think I caught all the "block edit" cmds,
  675. including Format Paragraph, plus subtler ones involving smart indents and
  676. backspacing.
  677. * WidgetRedirector.py: Tim Peters writes:
  678. [W]hile trying to dope out how redirection works, stumbled into two
  679. possible glitches. In the first, it doesn't appear to make sense to try to
  680. rename a command that's already been destroyed; in the second, the name
  681. "previous" doesn't really bring to mind "ignore the previous value" <wink>.
  682. Fri Apr 30 19:39:25 1999 Guido van Rossum <guido@cnri.reston.va.us>
  683. * __init__.py: Support for using idle as a package.
  684. * PathBrowser.py:
  685. Avoid listing files more than once (e.g. foomodule.so has two hits:
  686. once for foo + module.so, once for foomodule + .so).
  687. Mon Apr 26 22:20:38 1999 Guido van Rossum <guido@cnri.reston.va.us>
  688. * ChangeLog, ColorDelegator.py, PyShell.py: Tim Peters strikes again:
  689. Ho ho ho -- that's trickier than it sounded! The colorizer is working with
  690. "line.col" strings instead of Text marks, and the absolute coordinates of
  691. the point of interest can change across the self.update call (voice of
  692. baffled experience, when two quick backspaces no longer fooled it, but a
  693. backspace followed by a quick ENTER did <wink>).
  694. Anyway, the attached appears to do the trick. CPU usage goes way up when
  695. typing quickly into a long triple-quoted string, but the latency is fine for
  696. me (a relatively fast typist on a relatively slow machine). Most of the
  697. changes here are left over from reducing the # of vrbl names to help me
  698. reason about the logic better; I hope the code is a *little* easier to
  699. Fri Apr 23 14:01:25 1999 Guido van Rossum <guido@cnri.reston.va.us>
  700. * EditorWindow.py:
  701. Provide full arguments to __import__ so it works in packagized IDLE.
  702. Thu Apr 22 23:20:17 1999 Guido van Rossum <guido@cnri.reston.va.us>
  703. * help.txt:
  704. Bunch of updates necessary due to recent changes; added docs for File
  705. menu, command line and color preferences.
  706. * Bindings.py: Remove obsolete 'script' menu.
  707. * TODO.txt: Several wishes fulfilled.
  708. * OutputWindow.py:
  709. Moved classes OnDemandOutputWindow and PseudoFile here,
  710. from ScriptBinding.py where they are no longer needed.
  711. * ScriptBinding.py:
  712. Mostly rewritten. Instead of the old Run module and Debug module,
  713. there are two new commands:
  714. Import module (F5) imports or reloads the module and also adds its
  715. name to the __main__ namespace. This gets executed in the PyShell
  716. window under control of its debug settings.
  717. Run script (Control-F5) is similar but executes the contents of the
  718. file directly in the __main__ namespace.
  719. * PyShell.py: Nits: document use of $IDLESTARTUP; display idle version
  720. * idlever.py: New version to celebrate new command line
  721. * OutputWindow.py: Added flush(), for completeness.
  722. * PyShell.py:
  723. A lot of changes to make the command line more useful. You can now do:
  724. idle.py -e file ... -- to edit files
  725. idle.py script arg ... -- to run a script
  726. idle.py -c cmd arg ... -- to run a command
  727. Other options, see also the usage message (also new!) for more details:
  728. -d -- enable debugger
  729. -s -- run $IDLESTARTUP or $PYTHONSTARTUP
  730. -t title -- set Python Shell window's title
  731. sys.argv is set accordingly, unless -e is used.
  732. sys.path is absolutized, and all relevant paths are inserted into it.
  733. Other changes:
  734. - the environment in which commands are executed is now the
  735. __main__ module
  736. - explicitly save sys.stdout etc., don't restore from sys.__stdout__
  737. - new interpreter methods execsource(), execfile(), stuffsource()
  738. - a few small nits
  739. * TODO.txt:
  740. Some more TODO items. Made up my mind about command line args,
  741. Run/Import, __main__.
  742. * ColorDelegator.py:
  743. Super-elegant patch by Tim Peters that speeds up colorization
  744. dramatically (up to 15 times he claims). Works by reading more than
  745. one line at a time, up to 100-line chunks (starting with one line and
  746. then doubling up to the limit). On a typical machine (e.g. Tim's
  747. P5-166) this doesn't reduce interactive responsiveness in a noticeable
  748. way.
  749. Wed Apr 21 15:49:34 1999 Guido van Rossum <guido@cnri.reston.va.us>
  750. * ColorDelegator.py:
  751. Patch by Tim Peters to speed up colorizing of big multiline strings.
  752. Tue Apr 20 17:32:52 1999 Guido van Rossum <guido@cnri.reston.va.us>
  753. * extend.txt:
  754. For an event 'foo-bar', the corresponding method must be called
  755. foo_bar_event(). Therefore, fix the references to zoom_height() in
  756. the example.
  757. * IdlePrefs.py: Restored the original IDLE color scheme.
  758. * PyShell.py, IdlePrefs.py, ColorDelegator.py, EditorWindow.py:
  759. Color preferences code by Loren Luke (massaged by me somewhat)
  760. * SearchEngine.py:
  761. Patch by Mark Favas: it fixes the search engine behaviour where an
  762. unsuccessful search wraps around and re-searches that part of the file
  763. between the start of the search and the end of the file - only really
  764. an issue for very large files, but... (also removes a redundant
  765. m.span() call).
  766. Mon Apr 19 16:26:02 1999 Guido van Rossum <guido@cnri.reston.va.us>
  767. * TODO.txt: A few wishes are now fulfilled.
  768. * AutoIndent.py: Tim Peters implements some of my wishes:
  769. o Makes the tab key intelligently insert spaces when appropriate
  770. (see Help list banter twixt David Ascher and me; idea stolen from
  771. every other editor on earth <wink>).
  772. o newline_and_indent_event trims trailing whitespace on the old
  773. line (pymode and Codewright).
  774. o newline_and_indent_event no longer fooled by trailing whitespace or
  775. comment after ":" (pymode, PTUI).
  776. o newline_and_indent_event now reduces the new line's indentation after
  777. return, break, continue, raise and pass stmts (pymode).
  778. The last two are easy to fool in the presence of strings &
  779. continuations, but pymode requires Emacs's high-powered C parsing
  780. functions to avoid that in finite time.
  781. ======================================================================
  782. Python release 1.5.2c1, IDLE version 0.4
  783. ======================================================================
  784. Wed Apr 7 18:41:59 1999 Guido van Rossum <guido@cnri.reston.va.us>
  785. * README.txt, NEWS.txt: New version.
  786. * idlever.py: Version bump awaiting impending new release.
  787. (Not much has changed :-( )
  788. Mon Mar 29 14:52:28 1999 Guido van Rossum <guido@cnri.reston.va.us>
  789. * ScriptBinding.py, PyShell.py:
  790. At Tim Peters' recommendation, add a dummy flush() method to
  791. PseudoFile.
  792. Thu Mar 11 23:21:23 1999 Guido van Rossum <guido@cnri.reston.va.us>
  793. * PathBrowser.py: Don't crash when sys.path contains an empty string.
  794. * Attic/Outline.py: This file was never supposed to be part of IDLE.
  795. * PathBrowser.py:
  796. - Don't crash in the case where a superclass is a string instead of a
  797. pyclbr.Class object; this can happen when the superclass is
  798. unrecognizable (to pyclbr), e.g. when module renaming is used.
  799. - Show a watch cursor when calling pyclbr (since it may take a while
  800. recursively parsing imported modules!).
  801. Wed Mar 10 05:18:02 1999 Guido van Rossum <guido@cnri.reston.va.us>
  802. * EditorWindow.py, Bindings.py: Add PathBrowser to File module
  803. * PathBrowser.py: "Path browser" - 4 scrolled lists displaying:
  804. directories on sys.path
  805. modules in selected directory
  806. classes in selected module
  807. methods of selected class
  808. Sinlge clicking in a directory, module or class item updates the next
  809. column with info about the selected item. Double clicking in a
  810. module, class or method item opens the file (and selects the clicked
  811. item if it is a class or method).
  812. I guess eventually I should be using a tree widget for this, but the
  813. ones I've seen don't work well enough, so for now I use the old
  814. Smalltalk or NeXT style multi-column hierarchical browser.
  815. * MultiScrolledLists.py:
  816. New utility: multiple scrolled lists in parallel
  817. * ScrolledList.py: - White background.
  818. - Display "(None)" (or text of your choosing) when empty.
  819. - Don't set the focus.
  820. ======================================================================
  821. Python release 1.5.2b2, IDLE version 0.3
  822. ======================================================================
  823. Wed Feb 17 22:47:41 1999 Guido van Rossum <guido@cnri.reston.va.us>
  824. * NEWS.txt: News in 0.3.
  825. * README.txt, idlever.py: Bump version to 0.3.
  826. * EditorWindow.py:
  827. After all, we don't need to call the callbacks ourselves!
  828. * WindowList.py:
  829. When deleting, call the callbacks *after* deleting the window from our list!
  830. * EditorWindow.py:
  831. Fix up the Windows menu via the new callback mechanism instead of
  832. depending on menu post commands (which don't work when the menu is
  833. torn off).
  834. * WindowList.py:
  835. Support callbacks to patch up Windows menus everywhere.
  836. * ChangeLog: Oh, why not. Checking in the Emacs-generated change log.
  837. Tue Feb 16 22:34:17 1999 Guido van Rossum <guido@cnri.reston.va.us>
  838. * ScriptBinding.py:
  839. Only pop up the stack viewer when requested in the Debug menu.
  840. Mon Feb 8 22:27:49 1999 Guido van Rossum <guido@cnri.reston.va.us>
  841. * WindowList.py: Don't crash if a window no longer exists.
  842. * TODO.txt: Restructured a bit.
  843. Mon Feb 1 23:06:17 1999 Guido van Rossum <guido@cnri.reston.va.us>
  844. * PyShell.py: Add current dir or paths of file args to sys.path.
  845. * Debugger.py: Add canonic() function -- for brand new bdb.py feature.
  846. * StackViewer.py: Protect against accessing an empty stack.
  847. Fri Jan 29 20:44:45 1999 Guido van Rossum <guido@cnri.reston.va.us>
  848. * ZoomHeight.py:
  849. Use only the height to decide whether to zoom in or out.
  850. Thu Jan 28 22:24:30 1999 Guido van Rossum <guido@cnri.reston.va.us>
  851. * EditorWindow.py, FileList.py:
  852. Make sure the Tcl variables are shared between windows.
  853. * PyShell.py, EditorWindow.py, Bindings.py:
  854. Move menu/key binding code from Bindings.py to EditorWindow.py,
  855. with changed APIs -- it makes much more sense there.
  856. Also add a new feature: if the first character of a menu label is
  857. a '!', it gets a checkbox. Checkboxes are bound to Boolean Tcl variables
  858. that can be accessed through the new getvar/setvar/getrawvar API;
  859. the variable is named after the event to which the menu is bound.
  860. * Debugger.py: Add Quit button to the debugger window.
  861. * SearchDialog.py:
  862. When find_again() finds exactly the current selection, it's a failure.
  863. * idle.py, Attic/idle: Rename idle -> idle.py
  864. Mon Jan 18 15:18:57 1999 Guido van Rossum <guido@cnri.reston.va.us>
  865. * EditorWindow.py, WindowList.py: Only deiconify when iconic.
  866. * TODO.txt: Misc
  867. Tue Jan 12 22:14:34 1999 Guido van Rossum <guido@cnri.reston.va.us>
  868. * testcode.py, Attic/test.py:
  869. Renamed test.py to testcode.py so one can import Python's
  870. test package from inside IDLE. (Suggested by Jack Jansen.)
  871. * EditorWindow.py, ColorDelegator.py:
  872. Hack to close a window that is colorizing.
  873. * Separator.py: Vladimir Marangozov's patch:
  874. The separator dances too much and seems to jump by arbitrary amounts
  875. in arbitrary directions when I try to move it for resizing the frames.
  876. This patch makes it more quiet.
  877. Mon Jan 11 14:52:40 1999 Guido van Rossum <guido@cnri.reston.va.us>
  878. * TODO.txt: Some requests have been fulfilled.
  879. * EditorWindow.py:
  880. Set the cursor to a watch when opening the class browser (which may
  881. take quite a while, browsing multiple files).
  882. Newer, better center() -- but assumes no wrapping.
  883. * SearchBinding.py:
  884. Got rid of debug print statement in goto_line_event().
  885. * ScriptBinding.py:
  886. I think I like it better if it prints the traceback even when it displays
  887. the stack viewer.
  888. * Debugger.py: Bind ESC to close-window.
  889. * ClassBrowser.py: Use a HSeparator between the classes and the items.
  890. Make the list of classes wider by default (40 chars).
  891. Bind ESC to close-window.
  892. * Separator.py:
  893. Separator classes (draggable divider between two panes).
  894. Sat Jan 9 22:01:33 1999 Guido van Rossum <guido@cnri.reston.va.us>
  895. * WindowList.py:
  896. Don't traceback when wakeup() is called when the window has been destroyed.
  897. This can happen when a torn-of Windows menu references closed windows.
  898. And Tim Peters claims that the Windows menu is his favorite to tear off...
  899. * EditorWindow.py: Allow tearing off of the Windows menu.
  900. * StackViewer.py: Close on ESC.
  901. * help.txt: Updated a bunch of things (it was mostly still 0.1!)
  902. * extend.py: Added ScriptBinding to standard bindings.
  903. * ScriptBinding.py:
  904. This now actually works. See doc string. It can run a module (i.e.
  905. import or reload) or debug it (same with debugger control). Output
  906. goes to a fresh output window, only created when needed.
  907. ======================================================================
  908. Python release 1.5.2b1, IDLE version 0.2
  909. ======================================================================
  910. Fri Jan 8 17:26:02 1999 Guido van Rossum <guido@cnri.reston.va.us>
  911. * README.txt, NEWS.txt: What's new in this release.
  912. * Bindings.py, PyShell.py:
  913. Paul Prescod's patches to allow the stack viewer to pop up when a
  914. traceback is printed.
  915. Thu Jan 7 00:12:15 1999 Guido van Rossum <guido@cnri.reston.va.us>
  916. * FormatParagraph.py:
  917. Change paragraph width limit to 70 (like Emacs M-Q).
  918. * README.txt:
  919. Separating TODO from README. Slight reformulation of features. No
  920. exact release date.
  921. * TODO.txt: Separating TODO from README.
  922. Mon Jan 4 21:19:09 1999 Guido van Rossum <guido@cnri.reston.va.us>
  923. * FormatParagraph.py:
  924. Hm. There was a boundary condition error at the end of the file too.
  925. * SearchBinding.py: Hm. Add Unix binding for replace, too.
  926. * keydefs.py: Ran eventparse.py again.
  927. * FormatParagraph.py: Added Unix Meta-q key binding;
  928. fix find_paragraph when at start of file.
  929. * AutoExpand.py: Added Meta-/ binding for Unix as alt for Alt-/.
  930. * SearchBinding.py:
  931. Add unix binding for grep (otherwise the menu entry doesn't work!)
  932. * ZoomHeight.py: Adjusted Unix height to work with fvwm96. :=(
  933. * GrepDialog.py: Need to import sys!
  934. * help.txt, extend.txt, README.txt: Formatted some paragraphs
  935. * extend.py, FormatParagraph.py:
  936. Add new extension to reformat a (text) paragraph.
  937. * ZoomHeight.py: Typo in Win specific height setting.
  938. Sun Jan 3 00:47:35 1999 Guido van Rossum <guido@cnri.reston.va.us>
  939. * AutoIndent.py: Added something like Tim Peters' backspace patch.
  940. * ZoomHeight.py: Adapted to Unix (i.e., more hardcoded constants).
  941. Sat Jan 2 21:28:54 1999 Guido van Rossum <guido@cnri.reston.va.us>
  942. * keydefs.py, idlever.py, idle.pyw, idle.bat, help.txt, extend.txt, extend.py, eventparse.py, ZoomHeight.py, WindowList.py, UndoDelegator.py, StackViewer.py, SearchEngine.py, SearchDialogBase.py, SearchDialog.py, ScrolledList.py, SearchBinding.py, ScriptBinding.py, ReplaceDialog.py, Attic/README, README.txt, PyShell.py, Attic/PopupMenu.py, OutputWindow.py, IOBinding.py, Attic/HelpWindow.py, History.py, GrepDialog.py, FileList.py, FrameViewer.py, EditorWindow.py, Debugger.py, Delegator.py, ColorDelegator.py, Bindings.py, ClassBrowser.py, AutoExpand.py, AutoIndent.py:
  943. Checking in IDLE 0.2.
  944. Much has changed -- too much, in fact, to write down.
  945. The big news is that there's a standard way to write IDLE extensions;
  946. see extend.txt. Some sample extensions have been provided, and
  947. some existing code has been converted to extensions. Probably the
  948. biggest new user feature is a new search dialog with more options,
  949. search and replace, and even search in files (grep).
  950. This is exactly as downloaded from my laptop after returning
  951. from the holidays -- it hasn't even been tested on Unix yet.
  952. Fri Dec 18 15:52:54 1998 Guido van Rossum <guido@cnri.reston.va.us>
  953. * FileList.py, ClassBrowser.py:
  954. Fix the class browser to work even when the file is not on sys.path.
  955. Tue Dec 8 20:39:36 1998 Guido van Rossum <guido@cnri.reston.va.us>
  956. * Attic/turtle.py: Moved to Python 1.5.2/Lib
  957. Fri Nov 27 03:19:20 1998 Guido van Rossum <guido@cnri.reston.va.us>
  958. * help.txt: Typo
  959. * EditorWindow.py, FileList.py: Support underlining of menu labels
  960. * Bindings.py:
  961. New approach, separate tables for menus (platform-independent) and key
  962. definitions (platform-specific), and generating accelerator strings
  963. automatically from the key definitions.
  964. Mon Nov 16 18:37:42 1998 Guido van Rossum <guido@cnri.reston.va.us>
  965. * Attic/README: Clarify portability and main program.
  966. * Attic/README: Added intro for 0.1 release and append Grail notes.
  967. Mon Oct 26 18:49:00 1998 Guido van Rossum <guido@cnri.reston.va.us>
  968. * Attic/turtle.py: root is now a global called _root
  969. Sat Oct 24 16:38:38 1998 Guido van Rossum <guido@cnri.reston.va.us>
  970. * Attic/turtle.py: Raise the root window on reset().
  971. Different action on WM_DELETE_WINDOW is more likely to do the right thing,
  972. allowing us to destroy old windows.
  973. * Attic/turtle.py:
  974. Split the goto() function in two: _goto() is the internal one,
  975. using Canvas coordinates, and goto() uses turtle coordinates
  976. and accepts variable argument lists.
  977. * Attic/turtle.py: Cope with destruction of the window
  978. * Attic/turtle.py: Turtle graphics
  979. * Debugger.py: Use of Breakpoint class should be bdb.Breakpoint.
  980. Mon Oct 19 03:33:40 1998 Guido van Rossum <guido@cnri.reston.va.us>
  981. * SearchBinding.py:
  982. Speed up the search a bit -- don't drag a mark around...
  983. * PyShell.py:
  984. Change our special entries from <console#N> to <pyshell#N>.
  985. Patch linecache.checkcache() to keep our special entries alive.
  986. Add popup menu to all editor windows to set a breakpoint.
  987. * Debugger.py:
  988. Use and pass through the 'force' flag to set_dict() where appropriate.
  989. Default source and globals checkboxes to false.
  990. Don't interact in user_return().
  991. Add primitive set_breakpoint() method.
  992. * ColorDelegator.py:
  993. Raise priority of 'sel' tag so its foreground (on Windows) will take
  994. priority over text colorization (which on Windows is almost the
  995. same color as the selection background).
  996. Define a tag and color for breakpoints ("BREAK").
  997. * Attic/PopupMenu.py: Disable "Open stack viewer" and "help" commands.
  998. * StackViewer.py:
  999. Add optional 'force' argument (default 0) to load_dict().
  1000. If set, redo the display even if it's the same dict.
  1001. Fri Oct 16 21:10:12 1998 Guido van Rossum <guido@cnri.reston.va.us>
  1002. * StackViewer.py: Do nothing when loading the same dict as before.
  1003. * PyShell.py: Details for debugger interface.
  1004. * Debugger.py:
  1005. Restructured and more consistent. Save checkboxes across instantiations.
  1006. * EditorWindow.py, Attic/README, Bindings.py:
  1007. Get rid of conflicting ^X binding. Use ^W.
  1008. * Debugger.py, StackViewer.py:
  1009. Debugger can now show local and global variables.
  1010. * Debugger.py: Oops
  1011. * Debugger.py, PyShell.py: Better debugger support (show stack etc).
  1012. * Attic/PopupMenu.py: Follow renames in StackViewer module
  1013. * StackViewer.py:
  1014. Rename classes to StackViewer (the widget) and StackBrowser (the toplevel).
  1015. * ScrolledList.py: Add close() method
  1016. * EditorWindow.py: Clarify 'Open Module' dialog text
  1017. * StackViewer.py: Restructured into a browser and a widget.
  1018. Thu Oct 15 23:27:08 1998 Guido van Rossum <guido@cnri.reston.va.us>
  1019. * ClassBrowser.py, ScrolledList.py:
  1020. Generalized the scrolled list which is the base for the class and
  1021. method browser into a separate class in its own module.
  1022. * Attic/test.py: Cosmetic change
  1023. * Debugger.py: Don't show function name if there is none
  1024. Wed Oct 14 03:43:05 1998 Guido van Rossum <guido@cnri.reston.va.us>
  1025. * Debugger.py, PyShell.py: Polish the Debugger GUI a bit.
  1026. Closing it now also does the right thing.
  1027. Tue Oct 13 23:51:13 1998 Guido van Rossum <guido@cnri.reston.va.us>
  1028. * Debugger.py, PyShell.py, Bindings.py:
  1029. Ad primitive debugger interface (so far it will step and show you the
  1030. source, but it doesn't yet show the stack).
  1031. * Attic/README: Misc
  1032. * StackViewer.py: Whoops -- referenced self.top before it was set.
  1033. * help.txt: Added history and completion commands.
  1034. * help.txt: Updated
  1035. * FileList.py: Add class browser functionality.
  1036. * StackViewer.py:
  1037. Add a close() method and bind to WM_DELETE_WINDOW protocol
  1038. * PyShell.py: Clear the linecache before printing a traceback
  1039. * Bindings.py: Added class browser binding.
  1040. * ClassBrowser.py: Much improved, much left to do.
  1041. * PyShell.py: Make the return key do what I mean more often.
  1042. * ClassBrowser.py:
  1043. Adding the beginnings of a Class browser. Incomplete, yet.
  1044. * EditorWindow.py, Bindings.py:
  1045. Add new command, "Open module". You select or type a module name,
  1046. and it opens the source.
  1047. Mon Oct 12 23:59:27 1998 Guido van Rossum <guido@cnri.reston.va.us>
  1048. * PyShell.py: Subsume functionality from Popup menu in Debug menu.
  1049. Other stuff so the PyShell window can be resurrected from the Windows menu.
  1050. * FileList.py: Get rid of PopUp menu.
  1051. Create a simple Windows menu. (Imperfect when Untitled windows exist.)
  1052. Add wakeup() method: deiconify, raise, focus.
  1053. * EditorWindow.py: Generalize menu creation.
  1054. * Bindings.py: Add Debug and Help menu items.
  1055. * EditorWindow.py: Added a menu bar to every window.
  1056. * Bindings.py: Add menu configuration to the event configuration.
  1057. * Attic/PopupMenu.py: Pass a root to the help window.
  1058. * SearchBinding.py:
  1059. Add parent argument to 'to to line number' dialog box.
  1060. Sat Oct 10 19:15:32 1998 Guido van Rossum <guido@cnri.reston.va.us>
  1061. * StackViewer.py:
  1062. Add a label at the top showing (very basic) help for the stack viewer.
  1063. Add a label at the bottom showing the exception info.
  1064. * Attic/test.py, Attic/idle: Add Unix main script and test program.
  1065. * idle.pyw, help.txt, WidgetRedirector.py, UndoDelegator.py, StackViewer.py, SearchBinding.py, Attic/README, PyShell.py, Attic/PopupMenu.py, Percolator.py, Outline.py, IOBinding.py, History.py, Attic/HelpWindow.py, FrameViewer.py, FileList.py, EditorWindow.py, Delegator.py, ColorDelegator.py, Bindings.py, AutoIndent.py, AutoExpand.py:
  1066. Initial checking of Tk-based Python IDE.
  1067. Features: text editor with syntax coloring and undo;
  1068. subclassed into interactive Python shell which adds history.