| Commit message (Expand) | Author | Age | Files | Lines |
* | bpo-37116: Use PEP 570 syntax for positional-only parameters. (GH-13700) | Serhiy Storchaka | 2019-06-01 | 1 | -1/+1 |
|
|
* | bpo-36431: Use PEP 448 dict unpacking for merging two dicts. (GH-12553) | Serhiy Storchaka | 2019-03-27 | 1 | -2/+1 |
|
|
* | bpo-33855: Still more edits and minimal tests for IDLE (GH-7784) | Terry Jan Reedy | 2018-06-19 | 1 | -0/+9 |
|
|
* | Issue #27891: Consistently group and sort imports within idlelib modules. | Terry Jan Reedy | 2016-08-31 | 1 | -10/+16 |
|
|
* | Issue #27171: Fix typos in documentation, comments, and test function names | Martin Panter | 2016-06-02 | 1 | -1/+1 |
|
|
* | Issue #24245: Eliminated senseless expect clauses that have no any effect in | Serhiy Storchaka | 2015-05-20 | 1 | -4/+1 |
|
|
* | Issue #21986: Idle now matches interpreter in not pickling user code objects. | Terry Jan Reedy | 2014-10-10 | 1 | -10/+10 |
|
|
* | #6649: merge with 3.3. | Roger Serwy | 2013-03-31 | 1 | -1/+1 |
|\ |
|
| * | #6649: Fixed missing exit status in IDLE. Patch by Guilherme Polo. | Roger Serwy | 2013-03-31 | 1 | -1/+1 |
|
|
* | | Merge 3.3, issue #17047: remove doubled words found in 2.7 to | Terry Jan Reedy | 2013-03-11 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Merge 3.2, issue #17047: remove doubled words found in 2.7 to | Terry Jan Reedy | 2013-03-11 | 1 | -1/+1 |
| |\ |
|
| | * | Issue #17047: remove doubled words found in 2.7 to 3.4 Lib/*, | Terry Jan Reedy | 2013-03-11 | 1 | -1/+1 |
|
|
* | | | Replace IOError with OSError (#16715) | Andrew Svetlov | 2012-12-25 | 1 | -1/+1 |
|
|
* | | | Issue #16717: get rid of socket.error, replace with OSError | Andrew Svetlov | 2012-12-18 | 1 | -4/+4 |
|/ / |
|
* | | Issue #14200 — now displayhook for IDLE works in non-subprocess mode as wel... | Andrew Svetlov | 2012-03-25 | 1 | -0/+19 |
|
|
* | | Issue #14200: Idle shell crash on printing non-BMP unicode character. | Andrew Svetlov | 2012-03-14 | 1 | -0/+7 |
|
|
* | | Issue #13300: Fix IDLE Restart Shell command failure introduced by | Ned Deily | 2011-11-06 | 1 | -4/+0 |
|
|
* | | Merge 3.2 | Florent Xicluna | 2011-10-28 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Closes #13258: Use callable() built-in in the standard library. | Florent Xicluna | 2011-10-28 | 1 | -2/+2 |
|
|
* | | Fix a few ResourceWarnings in idle | Amaury Forgeot d'Arc | 2011-10-03 | 1 | -0/+4 |
|/ |
|
* | Merged revisions 74277,74321,74323,74326,74355,74465,74467,74488,74492,74513,... | Benjamin Peterson | 2009-09-11 | 1 | -1/+1 |
|
|
* | Merged revisions 71126 via svnmerge from | Kurt B. Kaiser | 2009-04-04 | 1 | -2/+0 |
|
|
* | Fix more threading API related bugs: Thread.get_name() --> Thread.name. | Amaury Forgeot d'Arc | 2008-11-29 | 1 | -2/+2 |
|
|
* | Fix last traces of old threading API. | Georg Brandl | 2008-06-13 | 1 | -1/+1 |
|
|
* | fix more threading API related bugs | Benjamin Peterson | 2008-06-13 | 1 | -6/+6 |
|
|
* | Renamed the SocketServer module to 'socketserver'. | Alexandre Vassalotti | 2008-05-12 | 1 | -7/+7 |
|
|
* | Rename Queue module to queue. | Alexandre Vassalotti | 2008-05-11 | 1 | -4/+4 |
|
|
* | Rename copy_reg module to copyreg. | Alexandre Vassalotti | 2008-05-11 | 1 | -3/+3 |
|
|
* | Fix raise with 2to3 | Kurt B. Kaiser | 2007-08-23 | 1 | -4/+4 |
|
|
* | Use buffer of type 'bytes' to accumulate from socket. | Kurt B. Kaiser | 2007-08-22 | 1 | -9/+9 |
|
|
* | Fix remaining map() issues. | Kurt B. Kaiser | 2007-08-09 | 1 | -1/+1 |
|
|
* | Getting rid of cPickle. Mmm, feels good! | Guido van Rossum | 2007-07-20 | 1 | -1/+1 |
|
|
* | Merged revisions 55795-55816 via svnmerge from | Guido van Rossum | 2007-06-07 | 1 | -2/+2 |
|
|
* | Merged revisions 55407-55513 via svnmerge from | Guido van Rossum | 2007-05-22 | 1 | -2/+2 |
|
|
* | Bug #1697782: remove all remaining code that uses types.InstanceType. | Georg Brandl | 2007-04-11 | 1 | -2/+0 |
|
|
* | Fix most trivially-findable print statements. | Guido van Rossum | 2007-02-09 | 1 | -15/+15 |
|
|
* | Remove has_key() references from idlelib. IDLE still doesn't run due | Guido van Rossum | 2006-08-22 | 1 | -3/+3 |
|
|
* | Improve subprocess link error notification | Kurt B. Kaiser | 2005-05-10 | 1 | -3/+4 |
|
|
* | Improve error message if rpc'l localcall() fails with unexpected | Kurt B. Kaiser | 2004-12-23 | 1 | -1/+3 |
|
|
* | The remote procedure call module rpc.py can now access data attributes of | Kurt B. Kaiser | 2004-12-21 | 1 | -6/+10 |
|
|
* | Replace backticks with repr() or "%r" | Walter Dörwald | 2004-02-12 | 1 | -5/+5 |
|
|
* | rpc.py:SocketIO - Large modules were generating large pickles when downloaded | Kurt B. Kaiser | 2004-01-21 | 1 | -8/+6 |
|
|
* | Python Bug 775061 | Kurt B. Kaiser | 2003-09-10 | 1 | -72/+2 |
|
|
* | Avoid problem resolving 'localhost' | Kurt B. Kaiser | 2003-06-05 | 1 | -2/+3 |
|
|
* | 1. Stake Freddy. | Kurt B. Kaiser | 2003-05-24 | 1 | -6/+1 |
|
|
* | 1. Update debugger to not trace RPC code even when calling Queue and | Kurt B. Kaiser | 2003-05-10 | 1 | -2/+0 |
|
|
* | 1. Implement processing of user code in subprocess MainThread. Pass loop | Kurt B. Kaiser | 2003-05-08 | 1 | -53/+146 |
|
|
* | Correct error in last checkin noticed by Neal Norwitz. And some more. | Kurt B. Kaiser | 2003-03-22 | 1 | -4/+4 |
|
|
* | Improve error message handling. | Kurt B. Kaiser | 2003-03-22 | 1 | -3/+21 |
|
|
* | Move setting of ioready 'wait' earlier in call chain, to | Kurt B. Kaiser | 2003-03-12 | 1 | -8/+8 |
|
|