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 5 hours
ago. based on code collected
about 9 hours
ago.
Jun 30, 2025 — Jun 30, 2026
Showing page 135 of 136
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Deleting old files
monkyboy
More...
almost 25 years ago
moved to /test/proof/: ----------------------------------------------------------------------
monkyboy
More...
almost 25 years ago
Reverting to version 1.1
andy47
More...
almost 25 years ago
first update, link to pdf corrected
andy47
More...
almost 25 years ago
Adding first version of website source
andy47
More...
almost 25 years ago
changed occurances of '\\' to use os.path.join such as glob.glob(self.dp[0]+'\\'+self.fplist[0]) changed to glob.glob(os.path.join(self.dp[0], self.fplist[0]))
kasplat
More...
almost 25 years ago
removed TEXT_MULTILINE support since it doesn't work right in wxPython due to overlapping ids of wxYES and wxTE_MULTILINE
kasplat
More...
almost 25 years ago
removed ConfirmationDialog, added icon and button options to MessageDialog added returned() method to get the actual text of the button chosen added AlertDialog class which is a common type of MessageDialog fixed _showModal() calls for DirectoryDialog and FileDialog added TEXT_MULTILINE and TEXT_PASSWORD options for TextEntryDialog expanded the test_dialogs.py to output a little more info (returned) and show the ScrolledMessageDialog
kasplat
More...
almost 25 years ago
added ScrolledMessageDialog dialog class
kasplat
More...
almost 25 years ago
added 'Add Dirs' button
kasplat
More...
almost 25 years ago
findfiles sample. use at your own risk!
kasplat
More...
almost 25 years ago
switched to using wxPython NewId() to solve random lockups
kasplat
More...
almost 25 years ago
beginnings of a sound class, wildcard change on test_dialogs
kasplat
More...
almost 25 years ago
Another try at doing a binary upload/checkin to cvs.
kasplat
More...
almost 25 years ago
sounds sample application
kasplat
More...
almost 25 years ago
fixed night.jpg hopefully with binary upload
kasplat
More...
almost 25 years ago
worldclock sample
kasplat
More...
almost 25 years ago
renamed Label and Field classes and added PasswordField and TextArea Label renamed to StaticText changed getLabel and setLabel methods to getText, setText Field renamed to TextField PasswordField shows asterisks *** for characters typed TextArea is a multiline scrolling field updated proof.rsrc.py, test_dialogs.py, test_dialogs.rsrc.py and searchexplorer.rsrc.py to match the changes to widget.py
kasplat
More...
almost 25 years ago
added getBitmap and setBitmap methods to Image and ImageButton widgets
kasplat
More...
almost 25 years ago
unnecessary settings to [] and '' until framework allows them to be removed completely
kasplat
More...
almost 25 years ago
Added additional exception checks and a little code cleanup.
kasplat
More...
almost 25 years ago
image of SearchExplorer app running.
kasplat
More...
almost 25 years ago
Instructions for using samples and setting the PYTHONPATH.
kasplat
More...
almost 25 years ago
SearchExplorer sample application
kasplat
More...
almost 25 years ago
duplicates PythonCard.py but for a specific sample so a command-line argument isn't needed and the file can be double-clicked...
kasplat
More...
almost 25 years ago
fixed setItems method in List widget
kasplat
More...
almost 25 years ago
binary upload instead of ascii this time
kasplat
More...
almost 25 years ago
trash.gif had 2 extra bytes that causes proof.py startup to hang.
kasplat
More...
almost 25 years ago
standalone version of proof.py Doesn't require PythonCard.py, nor do you need to specify the resource file, since the filename is hard-coded in proof_standalone.py.
kasplat
More...
almost 25 years ago
Removed NotImplementedError from Background.doMeFirst(). Commented out and documented proof.Proof.doMeFirst().
monkyboy
More...
almost 25 years ago
←
1
2
…
128
129
130
131
132
133
134
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