aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* use tcl/tk 8.6 on windowsnulano2021-02-022-3/+3
* Mergenulano2020-10-141-1/+0
|\
| * bpo-34794: Fix a leak in Tkinter.Stefano Rivera2020-10-101-1/+0
* | merge default into branchMatti Picus2020-10-101-1/+1
|\|
| * blind commit: Hopefully fixing test.test_tcl.TclTest.test_getint on linux32Stefano Rivera2020-10-091-1/+1
* | fix tclobj.AsObj for win64 int typenulano2020-08-291-1/+10
|/
* add tk librariesMatt Billenstein2020-06-181-3/+4
* fix path to tcl,tk on windows, issue 3247Matti Picus2020-06-161-4/+11
* package on portable builds, and contitionally use tk, tcl librariesMatti Picus2019-12-221-0/+10
* close branch to be mergedMatti Picus2019-09-101-1/+1
* lib_pypy: Add /usr/include path and fix superfluous space to tk and ncurses b...Unknown2019-09-091-1/+1
* Some linux distributions place ncurses under /usr/include/ncurses and tcl/tk ...Unknown2019-09-091-2/+5
* add method used in matplotlibMatti Picus2017-11-051-0/+3
* make sure argv0 is bytes, not unicode (for matplotlib tkagg backend)Matti Picus2017-10-151-1/+1
* Minor tweaks, be more explicit about the fact that if we don'tArmin Rigo2017-07-201-4/+8
* nopax autodetectionMihnea Saracin2017-06-061-7/+7
* nopax addedMihnea Saracin2017-05-261-0/+11
* Issue #2416: Fixes for the UserWarning: implicit cast from 'char *' toArmin Rigo2016-10-142-2/+2
* Silence gcc warnings that sometimes show upArmin Rigo2015-11-031-2/+2
* Attempt to fix test_tcl on 32bit platformsAmaury Forgeot d'Arc2015-06-241-0/+2
* Fix test_tcl on 32bit machines.Amaury Forgeot d'Arc2015-06-211-0/+1
* tcl: Conversion from long to Bignum.Amaury Forgeot d'Arc2015-06-152-3/+25
* tkinter: add "WideInt" type.Amaury Forgeot d'Arc2015-06-153-17/+70
* Another fix for boolean valuesAmaury Forgeot d'Arc2015-06-142-3/+14
* Fix one boolean testAmaury Forgeot d'Arc2015-06-141-3/+3
* Tkinter: Add support for bignum numbers.Amaury Forgeot d'Arc2015-06-143-10/+63
* Use verify(), it's simpler because it also imports the library without having...Amaury Forgeot d'Arc2015-06-141-3/+1
* _tkinter: "const" some struct members to silence gcc warnings.Amaury Forgeot d'Arc2015-06-141-2/+2
* Better add '..', for the case when dirname() is empty.Amaury Forgeot d'Arc2015-06-141-2/+2
* Cffi Tweaks in tklib_build until we get access to TK_HEX_VERSION,Amaury Forgeot d'Arc2015-06-141-27/+49
* _tkinter as an out-of-line moduleArmin Rigo2015-05-194-8/+7
* oopsArmin Rigo2015-04-071-1/+1
* Pick the first of /usr/include/tcl{,8.6,8.5} that exists, and select theArmin Rigo2015-04-071-3/+6
* In the default case, try harder to find /usr/include/tclX.YArmin Rigo2015-04-061-1/+1
* Use RLock instead of Lock. The goal is to ensure that only one threadArmin Rigo2015-03-161-1/+1
* Fix remaining failures in test_ttk_guionlyAmaury Forgeot d'Arc2015-01-251-2/+5
* Fix last failures in test_tkAmaury Forgeot d'Arc2015-01-251-2/+3
* Fix more tkinter testsAmaury Forgeot d'Arc2015-01-241-2/+4
* Fix many errors in test_tkAmaury Forgeot d'Arc2015-01-244-0/+21
* (alex, dreid): fix the last failing tkinter test... this took a very long tim...Alex Gaynor2014-08-272-1/+6
* Fix one of the two remaining tcl bugsAlex Gaynor2014-08-272-17/+20
* Fix decoding of some values in tkapp, obscure rulesAlex Gaynor2014-08-271-2/+9
* More methods for tkappAlex Gaynor2014-08-272-0/+40
* Some missing methods on tkappAlex Gaynor2014-08-232-0/+33
* Issue #1834Armin Rigo2014-08-121-0/+4
* use actual license terms instead of whatever is in /usr/share/doc/*/copyright...mattip2014-06-041-0/+39
* (alex_gaynor) use /Current/, it symlinks to the proper placeKonstantin Lopuhin2014-05-081-1/+1
* OS/X specific header pathKonstantin Lopuhin2014-05-081-0/+4
* fix tcl split/splitlistBrian Kearns2014-03-012-17/+54
* C header include paths .. once moreTobias Oberstein2013-11-181-1/+1