-
Notifications
You must be signed in to change notification settings - Fork 554
Backports #1357
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Backports #1357
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Various fixes in wx.lib.calendar (cherry picked from commit 56e6bd4)
Use a wx.Overlay in WIT on GTK3 (cherry picked from commit 2e9612a)
Install and use pathlib2 only for Python2 (cherry picked from commit d29f173)
Reduce dependency on cygwin (cherry picked from commit 97c475a)
A few fixes from Jorge Moraleda (cherry picked from commit aaf75b6)
Internalize backports (cherry picked from commit acdd979)
We need scandir too (cherry picked from commit 4d93f1d)
Switch to Azure pipelines (cherry picked from commit 6dbf222)
Include SIP's license file too (cherry picked from commit 05ad1ef)
Check if the interpreter still exists before trying to acquire the GIL (cherry picked from commit 3aa44af)
Fix overlay crash (cherry picked from commit de4d1d8)
Update dependency list in the README (cherry picked from commit 1112ae3)
Fix typo in wx.StaticBoxSixer (cherry picked from commit 773d8a8)
fix typo in auibar docstring (cherry picked from commit f2d1890)
Ensure setup.h was found before trying to open it (cherry picked from commit 0cb8297)
Update buttons.py (cherry picked from commit 7f8a697)
Check for Python errors upon return from overloaded virtual methods (cherry picked from commit 0e817ce)
Keep a reference to the data parameter in wxFindReplaceDialog ctor (cherry picked from commit 034ae9a)
Remove tracking of application instance in wxPyApp (cherry picked from commit 574049d)
Neurodroid's embedded sample PR plus a few changes of my own (cherry picked from commit 3281530)
Update array MappedTypes (cherry picked from commit ada50c2)
(cherry picked from commit af21485)
… the SDK (cherry picked from commit dcb06f6)
time.clock() is removed in Python 3.8 (cherry picked from commit 8d000c7)
Initialize the old value of IntCtrl to the default one (cherry picked from commit 06d767d)
(cherry picked from commit f3ed7fd)
Explicitly set permissions of the files and folders in source tarball (cherry picked from commit 4c3e429)
Fix numpy version to 1.16.1 for Python 2.7 (cherry picked from commit baaac1f)
Use the defined text color in a SuperToolTip (cherry picked from commit bdaa489)
Preserve executable permission bits (cherry picked from commit 526b5af)
Hypertreelist issue 1389 (cherry picked from commit bf2086e)
Update actual location of wx.gizmos.TreeListCtrl (cherry picked from commit 930e23e)
Sphinx update (cherry picked from commit 8261b58)
More sphinx tweaks (cherry picked from commit 4d57791)
Changes needed for Python 3.8 (cherry picked from commit ec1600d)
Don't ignore UsesEventLoop (cherry picked from commit e2eb035)
Also import the individual controlTypes constants as documented (cherry picked from commit f2e8478)
Only decode the demo file content on Py2 (cherry picked from commit f3c25c6)
Attempts to enforce system settings in the demo page panel. (cherry picked from commit 3ceead8)
Fix wx.FSFile (cherry picked from commit c6a1bad)
Fix PopupMenu position (cherry picked from commit 64863b9)
Handle a ValueError from locale.getlocale() (cherry picked from commit 4353c7d)
Add an example of viewing html pages from a .zip file (cherry picked from commit a5a31c9)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Cherry-pick and backport a bunch of changes on master to the wxPy-4.0.x branch. PRs included are: