Edouard Choinière
|
b5e5cb419a
|
Add typing for context managers returning Self
`Self` was introduced in python 3.11. Use `Self` from typing_extensions for previous Python versions
|
2025-01-21 21:38:18 -05:00 |
|
Christian Clauss
|
25ba122168
|
Fix typos discovered by codespell
|
2021-08-07 18:55:49 +02:00 |
|
Robin Dunn
|
732ff6752b
|
Revert "Spelling fixes in wx.lib"
This reverts commit c00b8950da .
The spelling changes were a bit too aggressive.
|
2020-08-31 13:01:31 -07:00 |
|
Robin Dunn
|
c00b8950da
|
Spelling fixes in wx.lib
|
2020-07-14 12:53:31 -07:00 |
|
Robin Dunn
|
dd552ce670
|
Start updating some wx.lib docstrings
|
2016-06-09 21:46:05 -07:00 |
|
Robin Dunn
|
9f24505715
|
Merge of PR 11 with the whitespace-only changes omitted.
See https://github.com/RobinD42/Phoenix/pull/11
Mostly phoenix-port changes.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@74463 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2013-07-10 01:15:34 +00:00 |
|
Robin Dunn
|
e23b406eed
|
busy if __name__ == '__main__' Fix
if __name__ == '__main__': missing at end of file
Trim Trailing Space
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@74226 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2013-06-13 07:23:29 +00:00 |
|
Andrea Gavana
|
9decb82713
|
Phoenix: Revise the way `:param: and :rtype: are handled in sphinx_generator.py so that the module name does not appear in front of the class. Minor cleanups to the docstrings generators. Fixed interlinks in wx.lib.busy.py and wx.lib.softwareupdate.py`.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@73137 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2012-12-06 20:33:39 +00:00 |
|
Robin Dunn
|
4f57d144d3
|
Add wx.lib.busy
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@72792 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2012-10-27 03:16:22 +00:00 |
|