summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/idlever.py
Commit message (Collapse)AuthorAgeFilesLines
* Bump to 2.6b3.v2.6b3Barry Warsaw2008-08-211-1/+1
|
* Bumping to 2.6b2v2.6b2Barry Warsaw2008-07-181-1/+1
|
* Bumping to 2.6b1v2.6b1Barry Warsaw2008-06-191-1/+1
|
* Bump to 2.6a3v2.6a3Barry Warsaw2008-05-081-1/+1
|
* Updating for 2.6a2v2.6a2Barry Warsaw2008-04-031-1/+1
|
* bump idle version numberBarry Warsaw2008-03-011-1/+1
|
* Updating IDLE's version number to match Python's (as per python-devAnthony Baxter2006-08-181-1/+1
| | | | discussion).
* preparing for 2.5c1Anthony Baxter2006-08-161-1/+1
|
* pre-release machinationsAnthony Baxter2006-08-021-1/+1
|
* preparing for 2.5b2Anthony Baxter2006-07-101-1/+1
|
* Preparing for 2.5b1.Anthony Baxter2006-06-191-1/+1
|
* 2.5a2Anthony Baxter2006-04-271-1/+1
|
* preparation for 2.5a1Anthony Baxter2006-04-031-1/+1
|
* The remote procedure call module rpc.py can now access data attributes ofKurt B. Kaiser2004-12-211-1/+1
| | | | | | | | | | | remote registered objects. Changes to these attributes are local, however. M EditorWindow.py M NEWS.txt M PyShell.py M idlever.py M rpc.py M run.py
* preparing for 2.4 final (wooooooo!)Anthony Baxter2004-11-291-1/+1
|
* On OpenBSD, terminating IDLE with ctrl-c from the command line caused aKurt B. Kaiser2004-11-191-1/+1
| | | | | | | | stuck subprocess MainThread because only the SocketThread was exiting. M NEWS.txt M idlever.py M run.py
* 2.4rc1Anthony Baxter2004-11-181-1/+1
|
* release shenanigansAnthony Baxter2004-11-031-1/+1
|
* 1. If user passes a non-existant filename on the commandline, just openKurt B. Kaiser2004-08-221-1/+1
| | | | | | | | | | | | | | | | | a new file, don't raise a dialog. IDLEfork 954928. 2. Refactor EditorWindow.wakeup() to WindowList.ListedToplevel.wakeup() and clarify that the Toplevel of an EditorWindow is a WindowList.ListedToplevel. 3. Make a number of improvements to keyboard focus binding. Improve window raising, especially in the debugger. IDLEfork Bug 763524 (GvR list). 4. Bump idlever to 1.1a3 M Debugger.py M EditorWindow.py M FileList.py M NEWS.txt M PyShell.py M WindowList.py M idlever.py
* Checking sys.platform for substring 'win' was breaking IDLE docs on MacKurt B. Kaiser2004-07-151-1/+1
| | | | | | | | | (darwin). Also, Mac Safari browser requires full file:// URIs. SF 900580 M EditorWindow.py M NEWS.txt M configHelpSourceEdit.py M idlever.py
* Update NEWS.txt to include some items missed earlier. Update theKurt B. Kaiser2003-11-241-1/+1
| | | | | | IDLE version to 1.1a0. Modified Files: NEWS.txt idlever.py
* Update for release.Kurt B. Kaiser2003-07-271-1/+1
|
* 1. Python Bug 775541: Calltips error when docstring is None. IntroducedKurt B. Kaiser2003-07-231-1/+1
| | | | | | by patch 769142. Fixed by patch 776062. KBK will backport net result to IDLE release22-maint and IDLEfork. 2. Update NEWS.txt and idlever for release.
* Update to reflect the current status of the configuration system.Kurt B. Kaiser2003-07-161-1/+1
| | | | | | | | | | | | | | | Extensions must still be configured manually and there is currently one set of extension key bindings for all platforms. Bring NEWS.txt up to date. Update CREDITS.txt and idlever.py for release. M NEWS.txt M config-extensions.def M extend.txt M help.txt M idlever.py
* Move to Version 1.0b2Kurt B. Kaiser2003-06-151-1/+1
|
* Update version.Kurt B. Kaiser2003-06-121-1/+1
|
* Update for release into PythonKurt B. Kaiser2003-04-251-1/+1
| | | | NEWS.txt idlever.py
* Update for release.Kurt B. Kaiser2003-01-271-1/+1
| | | | | Modified Files: INSTALL.txt NEWS.txt idlever.py
* More installation info. Bump alpha version.Kurt B. Kaiser2003-01-011-1/+1
|
* M MANIFEST.inKurt B. Kaiser2002-12-231-1/+1
| | | | | | | | | | | | | | | M PyShell.py M idlever.py M setup.py 1. Update MANIFEST.in to include all non-pure Python files 2. PyShell and idlever reflect Rev 0.9a0 3. setup.py modified to install IDLE as a collection of modules with a .pth file living at the idlelib level in site-packages. This was done to make it easier to run from the source directory prior to installing IDLE. This approach may change back to the package technique depending on what happens with the Mac installation development.
* Bump to reflect final cleanup of Config system and first pass GRPCKurt B. Kaiser2002-09-141-1/+1
| | | | completed
* removed redundant separate idlfefork verSteven M. Gava2001-07-311-2/+1
|
* minor tidy-ups ready for 0.8.1 alpha tarball releaseSteven M. Gava2001-07-191-0/+1
|
* py-cvs merge, version updateSteven M. Gava2001-07-121-1/+1
|
* Initial revisionDavid Scherer2000-08-151-0/+1