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 |
|
Per A. Brodtkorb
|
033c18fd9f
|
Fixes issue #1556
Replaced XXX.keys() calls with idiomatic python 3 calls that are compatible with python 2 such as eg:
* replaced "y = xxx.keys()" or "y = list(xxx.keys())" with just "y = list(xxx)"
* replaced "sorted(xxx.keys())" or "sorted(list(xxx.keys()))" with just "sorted(xxx)"
* replaced "if not A in B.keys():" with "if A not in B:"
* replaced "for A in B.keys():" with "for A in B:"
See also https://python-future.org/compatible_idioms.html
https://python-future.org/compatible_idioms.html#dict-keys-values-items-as-a-list
|
2020-03-20 18:51:19 +01:00 |
|
David Hughes
|
31385bf2db
|
Occurrences of PyDeadObjectError replaced by RuntimeError
|
2017-03-29 11:43:33 +01:00 |
|
Andrew Murray
|
2cfe4ad989
|
Fixed typos
|
2017-02-26 14:15:49 +11:00 |
|
Robin Dunn
|
bcbdcd9631
|
Remove more CVS $Id$ and $Revision$ tags, and a bit of code that uses them.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@75874 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2014-02-11 03:35:32 +00:00 |
|
Robin Dunn
|
bbeef1173c
|
Fix wxPython.lib —> wx.lib in file header comments.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@75626 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2014-01-14 05:55:14 +00:00 |
|
Robin Dunn
|
700f95c632
|
PR 50: Py3 fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@75616 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2014-01-14 03:09:16 +00:00 |
|
Robin Dunn
|
2fb6f00867
|
PR 42 from Metallicow. Py3 and Phoenix updates
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@75603 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2014-01-11 23:13:15 +00: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
|
a6dde9ce2b
|
evtmgr Phoenix Fixes
evtmgr Phoenix Fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@74223 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2013-06-13 07:21:54 +00:00 |
|
Robin Dunn
|
7e7c5fafa9
|
Copied evtmgr changes from Classic
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@72362 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2012-08-21 04:36:01 +00:00 |
|
Robin Dunn
|
247673201b
|
Copy (branch) wx.lib, wx.py and wx.tools from Classic, and include subpackages branched from 3rdParty
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@72061 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2012-07-13 01:36:07 +00:00 |
|
Robin Dunn
|
a30dfe91e2
|
I wasn't ready to add this yet.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@71834 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2012-06-22 21:29:15 +00:00 |
|
Robin Dunn
|
c8c2e1d97b
|
set svn:eol-style to native
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@71832 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2012-06-22 21:02:42 +00:00 |
|