65 Commits (e26da7c03a714faa115fe6b708ef0730119aa4b3)

Author SHA1 Message Date
Martin Panter e26da7c03a Issue #27171: Fix typos in documentation, comments, and test function names 10 years ago
Serhiy Storchaka ef94869f4f Issue #24245: Eliminated senseless expect clauses that have no any effect in 11 years ago
Terry Jan Reedy ad0c57fed8 Issue #21986: Idle now matches interpreter in not pickling user code objects. 11 years ago
Terry Jan Reedy ba6c0d3b08 #18151, part 1: Backport idlelilb portion of Andrew Svetlov's 3.4 patch 13 years ago
Roger Serwy 71c9e1a5c3 #6649: Fixed missing exit status in IDLE. Patch by Guilherme Polo. 13 years ago
Roger Serwy 6e4e4abf16 #6649: Fixed missing exit status in IDLE. Patch by Guilherme Polo. 13 years ago
Terry Jan Reedy c30b7b16ea Issue #17047: remove doubled words found in 2.7 to 3.4 Lib/*, 13 years ago
Terry Jan Reedy a70f60acf3 Issue #17047: remove doubled words found in 2.7 to 3.4 Lib/*, 13 years ago
Andrew Svetlov f7a17b48d7 Replace IOError with OSError (#16715) 13 years ago
Andrew Svetlov 0832af6628 Issue #16717: get rid of socket.error, replace with OSError 13 years ago
Andrew Svetlov cd49d53238 Issue #14200 — now displayhook for IDLE works in non-subprocess mode as well as subprecess. 14 years ago
Andrew Svetlov 05bab93339 Issue #14200: Idle shell crash on printing non-BMP unicode character. 14 years ago
Ned Deily 55f87578a1 Issue #13300: Fix IDLE Restart Shell command failure introduced by 14 years ago
Florent Xicluna 5d1155c08e Closes #13258: Use callable() built-in in the standard library. 14 years ago
Amaury Forgeot d'Arc bbe7b0ad2a Fix a few ResourceWarnings in idle 14 years ago
Benjamin Peterson 6e3dbbdf39 replace has_key with 'in' operator 16 years ago
Benjamin Peterson de0559998f replace callable() 16 years ago
Benjamin Peterson a833206de3 Merged revisions 74745 via svnmerge from 17 years ago
Benjamin Peterson 8719ad5dde Merged revisions 74277,74321,74323,74326,74355,74465,74467,74488,74492,74513,74531,74549,74553,74625,74632,74643-74644,74647,74652,74666,74671,74727,74739 via svnmerge from 17 years ago
Guilherme Polo 3d75555b2b Easier reference to find (at least while svn continues being used). 17 years ago
Kurt B. Kaiser e866c81d37 Merged revisions 71126 via svnmerge from 17 years ago
Kurt B. Kaiser 013d6cc0df Allow multiple IDLE GUI/subprocess pairs to exist 17 years ago
Amaury Forgeot d'Arc bed1710115 Fix more threading API related bugs: Thread.get_name() --> Thread.name. 17 years ago
Georg Brandl f992640ed3 Fix last traces of old threading API. 18 years ago
Benjamin Peterson b03ca4bc68 fix more threading API related bugs 18 years ago
Georg Brandl a6168f9e0a Queue renaming reversal part 3: move module into place and 18 years ago
Georg Brandl e152a77d96 socketserver renaming reversal part 3: move the module into the right 18 years ago
Georg Brandl dffbf5f542 Revert copy_reg -> copyreg rename. 18 years ago
Alexandre Vassalotti ce261952e6 Renamed the SocketServer module to 'socketserver'. 18 years ago
Alexandre Vassalotti d192c925ac Updated all import statements to use the new socketserver module name. 18 years ago
Alexandre Vassalotti f260e443ac Rename Queue module to queue. 18 years ago
Alexandre Vassalotti 30ece44f2e Added stub for the Queue module to be renamed in 3.0. 18 years ago
Alexandre Vassalotti f7fa63dd55 Rename copy_reg module to copyreg. 18 years ago
Alexandre Vassalotti 9510e4a9f8 Added module stub for copy_reg renaming in 3.0. 18 years ago
Kurt B. Kaiser ad66742e34 Fix raise with 2to3 19 years ago
Kurt B. Kaiser 2d726df26e Use buffer of type 'bytes' to accumulate from socket. 19 years ago
Kurt B. Kaiser 66aaf74e52 Fix remaining map() issues. 19 years ago
Guido van Rossum 99603b0c1e Getting rid of cPickle. Mmm, feels good! 19 years ago
Guido van Rossum 1325790b93 Merged revisions 55795-55816 via svnmerge from 19 years ago
Guido van Rossum d59da4b432 Merged revisions 55407-55513 via svnmerge from 19 years ago
Georg Brandl 57b39e0916 Bug #1697782: remove all remaining code that uses types.InstanceType. 19 years ago
Guido van Rossum be19ed77dd Fix most trivially-findable print statements. 19 years ago
Guido van Rossum 811c4e0b7c Remove has_key() references from idlelib. IDLE still doesn't run due 20 years ago
Kurt B. Kaiser 935ea9a0b2 Improve subprocess link error notification 21 years ago
Kurt B. Kaiser e852c194e3 Improve error message if rpc'l localcall() fails with unexpected 21 years ago
Kurt B. Kaiser dcba6622f5 The remote procedure call module rpc.py can now access data attributes of 21 years ago
Walter Dörwald 70a6b49821 Replace backticks with repr() or "%r" 22 years ago
Kurt B. Kaiser d6ab77d27d rpc.py:SocketIO - Large modules were generating large pickles when downloaded 22 years ago
Kurt B. Kaiser 62685d36aa Python Bug 775061 23 years ago
Kurt B. Kaiser 24d7e0cbb8 Avoid problem resolving 'localhost' 23 years ago