summaryrefslogtreecommitdiffstats
path: root/Tools
Commit message (Expand)AuthorAgeFilesLines
...
* replace : with =Jeremy Hylton2000-03-071-2/+2
* rename the global IdleConfParser object from IdleConf to idleconfJeremy Hylton2000-03-071-4/+4
* rename the global IdleConfParser object from IdleConf to idleconfJeremy Hylton2000-03-075-48/+40
* Tweak the goto file/line command (in the right button menu in PyShellGuido van Rossum2000-03-071-14/+25
* Added a bunch of TODO items that recently came up in the idle-dev list.Guido van Rossum2000-03-071-40/+94
* If we're in the current input and there's only whitespace beyond theGuido van Rossum2000-03-071-0/+5
* compiler command-line interface moved here from compiler.pycodegenJeremy Hylton2000-03-061-0/+25
* import compile function form pycodegenJeremy Hylton2000-03-061-0/+4
* rename compile.py to pycodegen.pyJeremy Hylton2000-03-061-176/+25
* add a doc stringJeremy Hylton2000-03-061-0/+20
* fix import to refer to compiler packageJeremy Hylton2000-03-061-1/+1
* revise arguments for addCode method on lnotab. take several numbersJeremy Hylton2000-03-061-10/+13
* change node Classdef to ClassJeremy Hylton2000-03-062-24/+25
* factor out the tree walking/visitor code that was in compile.pyJeremy Hylton2000-03-061-0/+127
* Defer all the work to idle.py, which has recently become tooGuido van Rossum2000-03-061-2/+1
* In getdef(), don't die when the section doesn't exist.Guido van Rossum2000-03-061-2/+2
* Don't use 1.6-isms (s.startswith()) -- we want to distribute thisGuido van Rossum2000-03-062-4/+4
* superceded by IdleConf/config.txtJeremy Hylton2000-03-031-19/+0
* migrate to use of IdleConf and config files to set optionsJeremy Hylton2000-03-036-86/+51
* default to cwd if os.environ['HOME'] does not existJeremy Hylton2000-03-031-2/+6
* a ConfigParser for idle and three configuration filesJeremy Hylton2000-03-034-0/+187
* Patch by Tim Peters:Guido van Rossum2000-03-031-9/+11
* paren matching extension. warning: in current version of IDLE, canJeremy Hylton2000-03-021-0/+193
* Correct type error in getopt.error handling code.Guido van Rossum2000-02-291-1/+1
* Script by Tim Peters to discover illegal append() calls.Guido van Rossum2000-02-291-0/+168
* Fix multi-arg append().Guido van Rossum2000-02-291-1/+1
* Two buglet fixes. Peter Funk caught the bug in make_escapes:Barry Warsaw2000-02-271-7/+9
* Changes submitted by Peter Funk (some fixes/additions by B.Warsaw) toBarry Warsaw2000-02-261-40/+140
* Deleting tabpolice.py; it was superceded by tabnanny.py long ago.Guido van Rossum2000-02-231-104/+0
* Moved tabnanny.py to standard library status.Guido van Rossum2000-02-231-368/+0
* Added tabnanny.py, by Tim Peters, formerly from Tools/scripts, to theGuido van Rossum2000-02-231-0/+4
* Added a new command: Check module (Alt-F5) It does a full syntax checkGuido van Rossum2000-02-221-9/+82
* satisfy the tabnanny (thanks to MH for noticing the problem)Jeremy Hylton2000-02-212-98/+98
* changes to _lookupNameJeremy Hylton2000-02-171-14/+13
* the previous quick hack to fix def foo((x,y)) failed on some casesJeremy Hylton2000-02-172-16/+48
* add varargs and kwargs flags to Lambda nodesJeremy Hylton2000-02-171-0/+5
* satisfy the tabnannyJeremy Hylton2000-02-171-197/+199
* Add primitive customization of window size and font.Guido van Rossum2000-02-171-3/+19
* The 0.5 release happened on 2/15, not on 2/14. :-)Guido van Rossum2000-02-161-1/+1
* support for arglists with implicit tuple unpacksJeremy Hylton2000-02-161-15/+61
* more robust assignment of lineno for keyword argsJeremy Hylton2000-02-161-3/+3
* fix argcount generation for arg lists containing tuple unpacksJeremy Hylton2000-02-161-2/+13
* add flatten helper functionJeremy Hylton2000-02-161-0/+11
* finish first impl of code generatorJeremy Hylton2000-02-151-12/+70
* fix creation of Ellipsis nodeJeremy Hylton2000-02-151-1/+1
* add a little debugging support when new.code raises SystemErrorJeremy Hylton2000-02-151-5/+21
* add line numbers to nodes in the except clause (when possible)Jeremy Hylton2000-02-151-1/+3
* tidy up tryexcept and tryfinally nodesJeremy Hylton2000-02-151-14/+20
* A bit restructured.Guido van Rossum2000-02-151-15/+40
* Oops, somehow the initial checkin was botched. :-(Guido van Rossum2000-02-151-0/+336
pan>\ \ | * | Cleanup of last patch to Tk-CocoaKevin Walzer2015-11-088-85/+119 * | | Fixed bug [297442da29] - tk_strictMotif not correctly taken into accountfvogel2015-11-082-4/+2 |\ \ \ | |/ / |/| | | * | Fixed bug [297442da29] - tk_strictMotif not correctly taken into accountbug_297442da29fvogel2015-11-052-4/+2 | |/ * | Fixed entry (and final) part of bug [542199fff] - Double click on a lone char...fvogel2015-11-082-4/+10 |\ \ | * | Fixed entry part of bug [542199fff] - Double click on a lone character in an ...bug_542199ffffvogel2015-11-032-4/+10 | |/ * | Fixed bug [220854fff] - Trailing tab characters in entry widgets are not disp...fvogel2015-11-083-3/+11 |\ \ | * | Fixed bug [220854fff] - Trailing tab characters in entry widgets are not disp...bug_220854ffffvogel2015-10-293-3/+11 * | | Fixed [2160206fff] - Panic when posting a menu of type menubarfvogel2015-11-082-1/+15 |\ \ \ | * | | Added new test to check for error triggering when posting a menu of type menubarbug_2160206ffffvogel2015-10-251-0/+9 | * | | Proposed fix for [2160206fff] - Panic (Linux) when posting a menu of type men...fvogel2015-10-181-1/+6 * | | | Fix for issues with bitmap rendering and mouse events in Tk-Cocoa; thanks to ...Kevin Walzer2015-11-073-45/+92 | |_|/ |/| | * | | Fixed bug [e51941c1b9] - text-9.2.47 fails sometimesfvogel2015-10-311-0/+4 | |/ |/| * | Added missing word in man eventfvogel2015-10-271-1/+1 * | Fix for PNG rendering on OS X 10.11; thanks to Stephan Meier for patchKevin Walzer2015-10-261-14/+27 * | Re-generate "configure"jan.nijtmans2015-10-251-6/+6 * | Fix [477949]: option readfile cannot use multibytes. jan.nijtmans2015-10-253-6/+36 * | Make compile with later Visual Studio versions (backported from Tk 8.6)jan.nijtmans2015-10-251-1/+1 * | Fixed [ac6ca22363] - ttk/spinbox-1.8.4 test fails on Win7fvogel2015-10-231-1/+1 * | Fix [916c1095438eae56]: Tk does not compile because GetVersionExW triggers wa...jan.nijtmans2015-10-231-0/+7 * | Fixed bug [1414025] - Thin insertion cursor not visible in entryfvogel2015-10-221-1/+1 |\ \ | * | Fixed bug [1414025] - Thin insertion cursor not visible in entrybug_1414025fvogel2015-10-201-1/+1 * | | Fixed bug [1520118fff] - -validate resets to nonefvogel2015-10-221-1/+11 |\ \ \ | |/ / |/| | | * | Fixed bug [1520118fff] - -validate resets to nonebug_1520118ffffvogel2015-10-161-1/+11 | |/ * | Robustified text-9.2.46, which failed on Linux Debian 6.0 (bug [cc0ba31920])fvogel2015-10-191-7/+8 |/ * Fixed bug [1815161] - .text count -ypixels wrong until widget is managedfvogel2015-10-091-6/+6 * Fixed bug [2262711fff] - Regexp search fails with Unicode and elidefvogel2015-10-092-1/+23 |\ | * Fixed bug [2262711fff] - Regexp search fails with Unicode and elidebug_2262711ffffvogel2015-10-061-1/+5 | * Added test for bug [2262711fff] - Regexp search fails with Unicode and elidefvogel2015-10-061-0/+18 * | Fixed bug [1669632fff] - text widget: autoseparator placement, <Control-1> cl...fvogel2015-10-092-0/+129 |\ \ | * | Fixed bug [1669632fff] cases (ii) and (iii) - Tolerate a shaky hand using the...bug_1669632ffffvogel2015-10-041-0/+4 | * | Fixed bug [1669632fff] case (vi) - <<Cut>> is atomicfvogel2015-10-042-0/+29 | * | Fixed -cleanup section in test text-25.22fvogel2015-10-041-1/+1 | * | Fixed bug [1669632fff] case (v) - <<Clear>> is atomicfvogel2015-10-042-0/+28 | * | Added forgotten comment for case (iv)fvogel2015-10-041-0/+2 | * | Added forgotten comment for case (i)fvogel2015-10-041-0/+2 | * | Fixed bug [1669632fff] case (vii) - <<Undo>> shall not remove separatorsfvogel2015-10-042-0/+25 | * | Fixed bug [1669632fff] case (iv) - autoseparator was missing on <Control-back...fvogel2015-10-032-1/+23 | * | Typofvogel2015-10-031-1/+1 | * | Fixed bug [1669632fff] case (i) - autoseparator was missing on <Control-1>fvogel2015-10-032-0/+17 * | | Tk/OpenBSD/Sparc needs -fPIC.stu2015-10-092-8/+8 * | | TIP #437: Tk panedwindow options for proxy windowjan.nijtmans2015-10-086-10/+45 |\ \ \ | |_|/ |/| | | * | merge core-8-5-branch. tip_437jan.nijtmans2015-09-30