openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
P
PythonCard
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
about 8 hours
ago. based on code collected
about 13 hours
ago.
Aug 20, 2025 — Aug 20, 2026
Showing page 101 of 136
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
added logging to loadComponentModule added log statements to a couple of proof.py methods
kasplat
More...
over 24 years ago
added logging to loadComponentModule added log statements to a couple of proof.py methods
kasplat
More...
over 24 years ago
fixed from wxPython.wx import *
kasplat
More...
over 24 years ago
fixed from wxPython.wx import *
kasplat
More...
over 24 years ago
added a Run command to the File menu
kasplat
More...
over 24 years ago
added a Run command to the File menu
kasplat
More...
over 24 years ago
changed getLogFileName so that if the filename contains a directory path then it uses the full path rather than putting the file in the app dir
kasplat
More...
over 24 years ago
changed getLogFileName so that if the filename contains a directory path then it uses the full path rather than putting the file in the app dir
kasplat
More...
over 24 years ago
added logToStdout config option fixed readAndEvalFile reference in textEditor.pyw
kasplat
More...
over 24 years ago
added logToStdout config option fixed readAndEvalFile reference in textEditor.pyw
kasplat
More...
over 24 years ago
updated log calls
kasplat
More...
over 24 years ago
updated log calls
kasplat
More...
over 24 years ago
changed log and config modules to use "global" module functions for the Log() and Configuration() classes changed filename for configuration so that the log file is always placed in the application directory added util.py which contains readAndEvalFile updated the other modules and samples to use this new form
kasplat
More...
over 24 years ago
changed log and config modules to use "global" module functions for the Log() and Configuration() classes changed filename for configuration so that the log file is always placed in the application directory added util.py which contains readAndEvalFile updated the other modules and samples to use this new form
kasplat
More...
over 24 years ago
added *.grep files
kasplat
More...
over 24 years ago
added *.grep files
kasplat
More...
over 24 years ago
updated open/save code to use 'findfiles.grep' file switched to binary reads and writes and removed trailing tab on saves
kasplat
More...
over 24 years ago
updated open/save code to use 'findfiles.grep' file switched to binary reads and writes and removed trailing tab on saves
kasplat
More...
over 24 years ago
removed wx. from SOUND_TYPE_WAVE
kasplat
More...
over 24 years ago
removed wx. from SOUND_TYPE_WAVE
kasplat
More...
over 24 years ago
*** wxPython 2.3.2 or later is now required to use PythonCard *** added assert wxc.__version__ >= "2.3.2" to model.py changed wxPython imports from from wxPython.wx import * to the more explicit from wxPython import wx added missing imports such as 'import types' where needed replaced occurances of wx.true and wx.false with 1 and 0 added a components directory merged wxPython_binding.py into binding.py and moved widget-specific bindings to individual module files moved spec.py descriptions for each widget to its respective widget module split widget.py so each widget is in its own file in the components directory all widgets (components) are now self-contained modules in the components directory. each module includes the spec, event bindings, and attribute descriptions (formerly in spec.py) in addition to the widget class. when the module is imported it "registers" itself, so that the class is available for applications. added drawPointList and drawLineList (2.3.2 feature) to the BitmapCanvas widget, switched to drawPointList in hopalong sample for a roughly 4x speed improvement updated the setup.py script for minimal.py and provided some basic instructions in the readme.txt. It is necessary to uncomment the import in minimal.py prior to using py2exe due to how the dynamic imports are done for components
kasplat
More...
over 24 years ago
*** wxPython 2.3.2 or later is now required to use PythonCard *** added assert wxc.__version__ >= "2.3.2" to model.py changed wxPython imports from from wxPython.wx import * to the more explicit from wxPython import wx added missing imports such as 'import types' where needed replaced occurances of wx.true and wx.false with 1 and 0 added a components directory merged wxPython_binding.py into binding.py and moved widget-specific bindings to individual module files moved spec.py descriptions for each widget to its respective widget module split widget.py so each widget is in its own file in the components directory all widgets (components) are now self-contained modules in the components directory. each module includes the spec, event bindings, and attribute descriptions (formerly in spec.py) in addition to the widget class. when the module is imported it "registers" itself, so that the class is available for applications. added drawPointList and drawLineList (2.3.2 feature) to the BitmapCanvas widget, switched to drawPointList in hopalong sample for a roughly 4x speed improvement updated the setup.py script for minimal.py and provided some basic instructions in the readme.txt. It is necessary to uncomment the import in minimal.py prior to using py2exe due to how the dynamic imports are done for components
kasplat
More...
over 24 years ago
updated framework so that samples are sent native wxPython events updated all samples that were calling getNativeEvent or skip to use wxPython events directly
kasplat
More...
over 24 years ago
updated framework so that samples are sent native wxPython events updated all samples that were calling getNativeEvent or skip to use wxPython events directly
kasplat
More...
over 24 years ago
updated changelog for release 0.5.3 minor tweak to findLocalHandler (hope the minor change doesn't cause a big bug ;-)
kasplat
More...
over 24 years ago
updated changelog for release 0.5.3 minor tweak to findLocalHandler (hope the minor change doesn't cause a big bug ;-)
kasplat
More...
over 24 years ago
simplified Scriptable class methods for adding handlers by using filter and map
kasplat
More...
over 24 years ago
simplified Scriptable class methods for adding handlers by using filter and map
kasplat
More...
over 24 years ago
added dynamic methods link
kasplat
More...
over 24 years ago
added dynamic methods link
kasplat
More...
over 24 years ago
←
1
2
…
97
98
99
100
101
102
103
104
105
…
135
136
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree