File tree Expand file tree Collapse file tree 2 files changed +15
-3
lines changed Expand file tree Collapse file tree 2 files changed +15
-3
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ wxPython Changelog
10
10
11
11
4.0.0 "The Phoenix Takes Flight!"
12
12
---------------------------------
13
- * 27 -Jan-2018
13
+ * 31 -Jan-2018
14
14
15
15
PyPI: https://pypi.python.org/pypi/wxPython/4.0.0
16
16
Extras: https://extras.wxPython.org/wxPython4/extras/
@@ -80,7 +80,6 @@ Changes in this release include the following:
80
80
broken and the saved reference is deleted after the timer expires and the
81
81
callable has been called. (#457)
82
82
83
-
84
83
* Although it's more or less just an implementation detail, add wrappers for
85
84
wx.aui.AuiTabCtrl so references to it will get the correct type. (#664)
86
85
@@ -130,6 +129,7 @@ Changes in this release include the following:
130
129
131
130
132
131
132
+
133
133
4.0.0b2 -- "Hurricanes, Floods, and Forest Fires! Oh My!"
134
134
---------------------------------------------------------
135
135
* 16-Sept-2017
Original file line number Diff line number Diff line change @@ -79,7 +79,6 @@ Changes in this release include the following:
79
79
broken and the saved reference is deleted after the timer expires and the
80
80
callable has been called. (#457)
81
81
82
-
83
82
* Although it's more or less just an implementation detail, add wrappers for
84
83
wx.aui.AuiTabCtrl so references to it will get the correct type. (#664)
85
84
@@ -114,6 +113,19 @@ Changes in this release include the following:
114
113
* Allow extra CLI args to be passed to build.py by setting WXPYTHON_BUILD_ARGS
115
114
in the environment.
116
115
116
+ * Added context manager methods to wx.DC that explicitly destroys the C++
117
+ part of the DC upon exit. Using DCs as context managers is not required, but
118
+ can be handy in the rare cases where something holds on to a DC for too
119
+ long, perhaps unintentionally. (#680)
120
+
121
+ * Fixed crash due to too aggressive management of wxModules when we load
122
+ subordinate extensions that have their own wxModules (wx.html, wx.adv, etc.)
123
+ (#688)
124
+
125
+ * Fixed StyledTextCtrl.MarkerDefineRGBAImage and RegisterRGBAImage methods to
126
+ be able to accept any Python buffer compatible object for the pixel data. (#716)
127
+
128
+
117
129
118
130
119
131
You can’t perform that action at this time.
0 commit comments