0
I Use This!
Inactive

Commits : Listings

Analyzed about 18 hours ago. based on code collected about 21 hours ago.
Jul 07, 2025 — Jul 07, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
changed samples to use dot notation More... almost 25 years ago
changed samples to use dot notation More... almost 25 years ago
the big dot notation switch, changed to _getText and _setText style in widget.py which required changes in the rest of the framework haven't done extensive testing yet, since widget.py is in flux More... almost 25 years ago
the big dot notation switch, changed to _getText and _setText style in widget.py which required changes in the rest of the framework haven't done extensive testing yet, since widget.py is in flux More... almost 25 years ago
changed samples to use dot notation More... almost 25 years ago
changed samples to use dot notation More... almost 25 years ago
added Background BackgroundColor button to change the backgroundColor for the panel, so you can quickly try various combos of backgroundColor of the widgets and the panel to see what works and what doesn't More... almost 25 years ago
added Background BackgroundColor button to change the backgroundColor for the panel, so you can quickly try various combos of backgroundColor of the widgets and the panel to see what works and what doesn't More... almost 25 years ago
added support for 'defaultStackPosition':(0, 0), in pythoncard.config.py or pythoncard.user.config.py files to override the position specified in the application .rsrc.py More... almost 25 years ago
added support for 'defaultStackPosition':(0, 0), in pythoncard.config.py or pythoncard.user.config.py files to override the position specified in the application .rsrc.py More... almost 25 years ago
fixed Background (and panel) so that backgroundColor and foregroundColor can be get/set More... almost 25 years ago
fixed Background (and panel) so that backgroundColor and foregroundColor can be get/set More... almost 25 years ago
removed shell initialization menu item and code from test_turtle since it is now handled automatically with the pycrustrc.py if the shell is enabled at startup More... almost 25 years ago
removed shell initialization menu item and code from test_turtle since it is now handled automatically with the pycrustrc.py if the shell is enabled at startup More... almost 25 years ago
main pycrustrc.py file, we can remove this from cvs if people don't like the abbreviated names More... almost 25 years ago
main pycrustrc.py file, we can remove this from cvs if people don't like the abbreviated names More... almost 25 years ago
added pycrustrc.py loading at initialization, turtle sample uses one More... almost 25 years ago
added pycrustrc.py loading at initialization, turtle sample uses one More... almost 25 years ago
added _getAttributeNames to Widget class More... almost 25 years ago
added _getAttributeNames to Widget class More... almost 25 years ago
SourceForgeTracker sample More... almost 25 years ago
SourceForgeTracker sample More... almost 25 years ago
brief tutorial that I originally posted to the mailing list More... almost 25 years ago
brief tutorial that I originally posted to the mailing list More... almost 25 years ago
added _getAttributeNames to WidgetDict for PyCrust attributes test More... almost 25 years ago
added _getAttributeNames to WidgetDict for PyCrust attributes test More... almost 25 years ago
added ugly recursive search routines to find methods for __getattr__ and __setattr__ but the routines are so ugly they must be replaced More... almost 25 years ago
added ugly recursive search routines to find methods for __getattr__ and __setattr__ but the routines are so ugly they must be replaced More... almost 25 years ago
__getattr__ and __setattr__ now throw AttributeError when an attribute doesn't exist. added createAttributes method to preload __dict__ for each Widget and Widget subclasses More... almost 25 years ago
__getattr__ and __setattr__ now throw AttributeError when an attribute doesn't exist. added createAttributes method to preload __dict__ for each Widget and Widget subclasses More... almost 25 years ago