summaryrefslogtreecommitdiff
path: root/Lib/idlelib/rpc.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #27891: Consistently group and sort imports within idlelib modules.Terry Jan Reedy2016-08-311-10/+16
* Issue #27171: Fix typos in documentation, comments, and test function namesMartin Panter2016-06-021-1/+1
* Issue #24245: Eliminated senseless expect clauses that have no any effect inSerhiy Storchaka2015-05-201-4/+1
* Issue #21986: Idle now matches interpreter in not pickling user code objects.Terry Jan Reedy2014-10-101-10/+10
* #6649: merge with 3.3.Roger Serwy2013-03-311-1/+1
|\
| * #6649: Fixed missing exit status in IDLE. Patch by Guilherme Polo.Roger Serwy2013-03-311-1/+1
* | Merge 3.3, issue #17047: remove doubled words found in 2.7 toTerry Jan Reedy2013-03-111-1/+1
|\ \ | |/
| * Merge 3.2, issue #17047: remove doubled words found in 2.7 toTerry Jan Reedy2013-03-111-1/+1
| |\
| | * Issue #17047: remove doubled words found in 2.7 to 3.4 Lib/*,Terry Jan Reedy2013-03-111-1/+1
* | | Replace IOError with OSError (#16715)Andrew Svetlov2012-12-251-1/+1
* | | Issue #16717: get rid of socket.error, replace with OSErrorAndrew Svetlov2012-12-181-4/+4
|/ /
* | Issue #14200 — now displayhook for IDLE works in non-subprocess mode as wel...Andrew Svetlov2012-03-251-0/+19
* | Issue #14200: Idle shell crash on printing non-BMP unicode character.Andrew Svetlov2012-03-141-0/+7
|/
* Closes #13258: Use callable() built-in in the standard library.Florent Xicluna2011-10-281-2/+2
* Merged revisions 74745 via svnmerge fromBenjamin Peterson2009-09-111-1/+1
* Merged revisions 71126 via svnmerge fromKurt B. Kaiser2009-04-041-2/+0
* Fix more threading API related bugs: Thread.get_name() --> Thread.name.Amaury Forgeot d'Arc2008-11-291-2/+2
* Fix last traces of old threading API.Georg Brandl2008-06-131-1/+1
* fix more threading API related bugsBenjamin Peterson2008-06-131-6/+6
* Renamed the SocketServer module to 'socketserver'.Alexandre Vassalotti2008-05-121-7/+7
* Rename Queue module to queue.Alexandre Vassalotti2008-05-111-4/+4
* Rename copy_reg module to copyreg.Alexandre Vassalotti2008-05-111-3/+3
* Fix raise with 2to3Kurt B. Kaiser2007-08-231-4/+4
* Use buffer of type 'bytes' to accumulate from socket.Kurt B. Kaiser2007-08-221-9/+9
* Fix remaining map() issues.Kurt B. Kaiser2007-08-091-1/+1
* Getting rid of cPickle. Mmm, feels good!Guido van Rossum2007-07-201-1/+1
* Merged revisions 55795-55816 via svnmerge fromGuido van Rossum2007-06-071-2/+2
* Merged revisions 55407-55513 via svnmerge fromGuido van Rossum2007-05-221-2/+2
* Bug #1697782: remove all remaining code that uses types.InstanceType.Georg Brandl2007-04-111-2/+0
* Fix most trivially-findable print statements.Guido van Rossum2007-02-091-15/+15
* Remove has_key() references from idlelib. IDLE still doesn't run dueGuido van Rossum2006-08-221-3/+3
* Improve subprocess link error notificationKurt B. Kaiser2005-05-101-3/+4
* Improve error message if rpc'l localcall() fails with unexpectedKurt B. Kaiser2004-12-231-1/+3
* The remote procedure call module rpc.py can now access data attributes ofKurt B. Kaiser2004-12-211-6/+10
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-121-5/+5
* rpc.py:SocketIO - Large modules were generating large pickles when downloadedKurt B. Kaiser2004-01-211-8/+6
* Python Bug 775061Kurt B. Kaiser2003-09-101-72/+2
* Avoid problem resolving 'localhost'Kurt B. Kaiser2003-06-051-2/+3
* 1. Stake Freddy.Kurt B. Kaiser2003-05-241-6/+1
* 1. Update debugger to not trace RPC code even when calling Queue andKurt B. Kaiser2003-05-101-2/+0
* 1. Implement processing of user code in subprocess MainThread. Pass loopKurt B. Kaiser2003-05-081-53/+146
* Correct error in last checkin noticed by Neal Norwitz. And some more.Kurt B. Kaiser2003-03-221-4/+4
* Improve error message handling.Kurt B. Kaiser2003-03-221-3/+21
* Move setting of ioready 'wait' earlier in call chain, toKurt B. Kaiser2003-03-121-8/+8
* M rpc.pyKurt B. Kaiser2003-03-111-3/+3
* M PyShell.pyKurt B. Kaiser2003-03-101-0/+2
* M rpc.pyKurt B. Kaiser2003-02-271-42/+1
* M NEWS.txtKurt B. Kaiser2003-02-171-17/+43
* M PyShell.pyKurt B. Kaiser2003-01-311-37/+41
* M PyShell.pyKurt B. Kaiser2003-01-251-2/+3