92
I Use This!
Moderate Activity

Commits : Listings

Analyzed 7 days ago. based on code collected 8 days ago.
Mar 24, 2025 — Mar 24, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #1569 from pbrod/Fix_issue1554 More... about 6 years ago
Merge pull request #1568 from pbrod/Fix_1553 More... about 6 years ago
Merge pull request #1565 from wxWidgets/fix-1311 More... about 6 years ago
Merge pull request #1566 from wxWidgets/fix-1488 More... about 6 years ago
Merge pull request #1573 from wxWidgets/new-azure-image More... about 6 years ago
Streamline fetching WX_CONFIG from the environment More... about 6 years ago
Update wxWidgets ref More... about 6 years ago
Switch to the macOS-10.14 image on Azure More... about 6 years ago
Fixes issue 1571: Adding missing close for open. If the "close()" call is missing after a "open(filename)" call, the filename isn't guaranteed to be closed before the interpreter exits. This is generally a bad practice as explained here: https://stackoverflow.com/questions/7395542/is-explicitly-closing-files-important More... about 6 years ago
Fixes issue # 1554: Replaced "== None" and "!= None" with "is None" and "is not None", respectively, because the former is slower and error-prone. More... about 6 years ago
Fixes issue #1553: Replace wait with communicate to avoid potential deadlock. More... about 6 years ago
if WX_CONFIG is set in the environment then use that instead of defaulting to "wx-config" More... about 6 years ago
Merge pull request #1564 from pbrod/Fix_issue1556 More... about 6 years ago
Merge pull request #1563 from pbrod/Fix_issue1555 More... about 6 years ago
Merge pull request #1562 from pbrod/fix-issue1557 More... about 6 years ago
Merge pull request #1559 from pbrod/Fix_test_propgridprops2 More... about 6 years ago
Don't use relative imports in the tools scripts More... about 6 years ago
Add snippet for GridFitMode More... about 6 years ago
Don't generate docs for the wxObjectDataPtr template More... about 6 years ago
Fixes issue #1556 More... about 6 years ago
Fixes issue 1555 Replace open-close statements by the use of "with"-blocks. More... about 6 years ago
Fixes issue #1557 by replacing call to tempfile.mktemp with tempfile.NamedTemporaryFile. More... about 6 years ago
Fixes issue #1549: test_propgridprops12 fails on windows More... about 6 years ago
Merge pull request #1552 from wxWidgets/fix-issue1084 More... about 6 years ago
Skip the pyi unittests for now. More... about 6 years ago
Add ability to make global name strings from a wchar_t constant More... about 6 years ago
Merge pull request #1551 from wxWidgets/fix-issue1476 More... about 6 years ago
Add missing clipboard event type and binder More... about 6 years ago
Remove the very outdated classic_vs_phoenix document More... about 6 years ago
Ensure DisplayContextPopup is seen in HTMLHelpController More... about 6 years ago