436 Commits

Author SHA1 Message Date
Martin v. Löwis
b0f9635265 Prepare for 2.3.7. 2008-03-11 18:00:08 +00:00
Anthony Baxter
5c099d7ce1 updates for 2.3.6 final 2006-11-01 07:04:56 +00:00
Anthony Baxter
9f839d5b23 preparing for 2.3.6c1 2006-10-23 15:27:22 +00:00
Anthony Baxter
cb0b3b1737 damn 2005-02-08 13:24:28 +00:00
Anthony Baxter
dc70706aab 2.3.5 final 2005-02-08 12:57:55 +00:00
Anthony Baxter
724ef20e24 1.0.5, to match the python patchlevel 2005-01-25 13:08:15 +00:00
Anthony Baxter
dd6ab86d12 pre-release bits 2005-01-25 12:51:43 +00:00
Kurt B. Kaiser
37e132bb42 On OpenBSD, terminating IDLE with ctrl-c from the command line caused a
stuck subprocess MainThread because only the SocketThread was exiting.

M NEWS.txt
M run.py
2005-01-19 06:23:51 +00:00
Kurt B. Kaiser
5e215b9617 Backport configDialog.py rev 1.60:
Saving a Keyset w/o making changes (by using the "Save as New Custom Key Set"
button) caused IDLE to fail on restart (no new keyset was created in
config-keys.cfg).  Also true for Theme/highlights.  Python Bug 1064535.

M NEWS.txt
M configDialog.py
2005-01-19 05:53:32 +00:00
Kurt B. Kaiser
d04acc86e9 Backport EditorWindow rev 1.60 configHelpSourceEdit rev 1.7 15Jul04
checking sys.platform for substring 'win' was breaking IDLE docs on Mac
(darwin).  Also, Mac Safari browser requires full file:// URIs.  SF 900580.

M EditorWindow.py
M NEWS.txt
M configHelpSourceEdit.py
2005-01-19 04:12:38 +00:00
Kurt B. Kaiser
098d79d7f2 Backport rpc.py rev 1.28 dating from 21Jan04
rpc.py:SocketIO - Large modules were generating large pickles when downloaded
to the execution server.  The return of the OK response from the subprocess
initialization was interfering and causing the sending socket to be not
ready.  Add an IO ready test to fix this.  Moved the polling IO ready test
into pollpacket().

Fix typo in rpc.py, s/b "pickle.PicklingError" not "pickle.UnpicklingError".

idlever.py should be 1.0.4 to align with NEWS.txt.  There was no IDLE release
at 2.3.1 which accounts for the unsync.

M NEWS.txt
M idlever.py
M rpc.py
2005-01-19 01:44:06 +00:00
Kurt B. Kaiser
9075cc4671 If an extension can't be loaded, print warning and skip it instead of
erroring out.
2005-01-17 20:34:49 +00:00
Kurt B. Kaiser
b7af39c4ec Improve error handling when .idlerc can't be created. This is a partial
backport of configHandler.py, Revision 1.36,  11Jan05.
2005-01-17 20:06:47 +00:00
Kurt B. Kaiser
45547e49ca Bump idle version. 2004-12-23 04:33:50 +00:00
Kurt B. Kaiser
d2186e56db The GUI was hanging if the shell window was closed while a raw_input()
was pending.  Restored the quit() of the readline() mainloop().
http://mail.python.org/pipermail/idle-dev/2004-December/002307.html

M NEWS.txt
M PyShell.py
2004-12-23 04:26:55 +00:00
Kurt B. Kaiser
6b154dfce9 There was an error in the Tk error dialog fix at Rev 1.81.4.3 which caused starting
w/o the subprocess to fail.  This is the same error in the 2.4 version which was
corrected at Rev 1.85, but missed in the backport!  Thanks to Hans Gubitz for noticing this.

M PyShell.py
2004-09-22 04:52:33 +00:00
Martin v. Löwis
a766d32318 Ignore the locale's encoding if it is an empty string. 2004-08-12 13:14:20 +00:00
Kurt B. Kaiser
e08a8503da Backporting [ 778323 ] Tk Dialog Upon Subprocess Socket Error
Added a Tk error dialog to run.py inform the user if the subprocess can't
connect to the user GUI process.  Added a timeout to the GUI's listening
socket.  Added Tk error dialogs to PyShell.py to announce a failure to bind the
port or connect to the subprocess.  Clean up error handling during connection
initiation phase.  This is an update of Python Patch 778323.

M NEWS.txt
M PyShell.py
M ScriptBinding.py
M idlever.py
M run.py
2004-06-06 17:41:41 +00:00
Anthony Baxter
c481f95269 formatting nit 2004-05-27 05:59:16 +00:00
Anthony Baxter
e3bf685c0e update to match Lib/idlelib/NEWS version number 2004-05-13 05:34:43 +00:00
Thomas Heller
4993bca3e6 Fix version number (2.3.4c1) and release date (12-May-2004). 2004-05-12 19:50:27 +00:00
Kurt B. Kaiser
174548d654 Keybindings with the Shift modifier now work correctly. So do bindings
which use the Space key.  Limit unmodified user keybindings to the
function keys.
Python Bug 775353, IDLEfork Bugs 755647, 761557

Improve error handling during startup if there's no Tkinter.

M NEWS.txt
M PyShell.py
M config-keys.def
M configHandler.py
M keybindingDialog.py
2004-03-30 04:07:00 +00:00
Thomas Heller
2a2daf52b1 Version number and release date for IDLE, the version now is 1.0.2. 2003-12-04 20:44:28 +00:00
Kurt B. Kaiser
bca5b207b8 Fix a typo introduced at Rev 1.19.8.2
M IOBinding.py
2003-11-25 05:06:56 +00:00
Kurt B. Kaiser
34bfde919e Backport:
- After an exception, run.py was not setting the exception vector. Noam
  Raphael suggested correcting this so pdb's postmortem pm() would work.
  IDLEfork Patch 844675

Update NEWS and include some items missed in IDLE1.0b2.

Bump the version.

Modified Files:
 Tag: release23-maint
 NEWS.txt idlever.py run.py
2003-11-24 02:34:01 +00:00