| 2004-03-28 |  Robin Dunn | Don't use PyThreadState_Swap to get the current tstate... | blob | commitdiff | raw | 
| 2004-03-24 |  Robin Dunn | Changed (again) how the GIL is aquired and the tstate... | blob | commitdiff | raw | diff to current | 
| 2004-03-23 |  Robin Dunn | Lindsay Mathieson's newest wxActiveX class has been... | blob | commitdiff | raw | diff to current | 
| 2004-03-10 |  Robin Dunn | Added wx.PlatformInfo which is a tuple containing strin... | blob | commitdiff | raw | diff to current | 
| 2004-03-10 |  Robin Dunn | Allow wxApp::MacOpenFile, MacPrintFile, MacNewFile... | blob | commitdiff | raw | diff to current | 
| 2004-02-19 |  Robin Dunn | Allow comparrisons with None | blob | commitdiff | raw | diff to current | 
| 2004-02-13 |  Robin Dunn | Gave wxWindow.GetHandle something to do on wxMac, altho... | blob | commitdiff | raw | diff to current | 
| 2004-01-26 |  Robin Dunn | Fix incorrect #if in OnSysTell | blob | commitdiff | raw | diff to current | 
| 2004-01-15 |  Robin Dunn | Allow nested calls to wxPy[Begin|End]BlockThreads inste... | blob | commitdiff | raw | diff to current | 
| 2003-12-29 |  Robin Dunn | Fix compile error when building for Python 2.2 | blob | commitdiff | raw | diff to current | 
| 2003-12-17 |  Robin Dunn | Reworked how stock objects are initialized.  They now... | blob | commitdiff | raw | diff to current | 
| 2003-12-05 |  Robin Dunn | Fixed the double traceback when an exception happens... | blob | commitdiff | raw | diff to current | 
| 2003-11-24 |  Robin Dunn | More Unicode fixes | blob | commitdiff | raw | diff to current | 
| 2003-11-19 |  Robin Dunn | Changed all TRUE/true --> True and all FALSE/false... | blob | commitdiff | raw | diff to current | 
| 2003-11-12 |  Robin Dunn | Merged the wxPy_newswig branch into the HEAD branch... | blob | commitdiff | raw | diff to current | 
| 2003-10-22 |  Robin Dunn | Save the initial tstate during initialization | blob | commitdiff | raw | diff to current | 
| 2003-09-30 |  Robin Dunn | Various changes needed to get up to date with current CVS | blob | commitdiff | raw | diff to current | 
| 2003-09-19 |  Robin Dunn | Changes for removing DefaultEncodingIsPC | blob | commitdiff | raw | diff to current | 
| 2003-08-08 |  Robin Dunn | Added Python wrappers for wxRTTI for the wxVScrolledWindow, | blob | commitdiff | raw | diff to current | 
| 2003-07-31 |  Robin Dunn | If a wxPy[Command]Event has been cloned then we need... | blob | commitdiff | raw | diff to current | 
| 2003-07-25 |  Robin Dunn | Build fixes and reSWIGs for wxMac | blob | commitdiff | raw | diff to current | 
| 2003-07-24 |  Robin Dunn | Lots of changes for wxPython to start using many of... | blob | commitdiff | raw | diff to current | 
| 2003-07-18 |  Robin Dunn | Minimal changes needed to build/run wxPython on the... | blob | commitdiff | raw | diff to current | 
| 2003-07-02 |  Robin Dunn | wxPython Merge #2 of 2.4 branch --> HEAD  (branch tag... | blob | commitdiff | raw | diff to current | 
| 2003-03-25 |  Robin Dunn | Merged wxPython 2.4.x to the 2.5 branch (Finally!!!) | blob | commitdiff | raw | diff to current | 
| 2002-09-05 |  Robin Dunn | Various wxPython updates to go along with recent change... | blob | commitdiff | raw | diff to current | 
| 2002-08-16 |  Robin Dunn | wxPython needs to deal with the new exitOnFrameDelete... | blob | commitdiff | raw | diff to current | 
| 2002-07-20 |  Robin Dunn | Made the wxInputStream typemap useable outside the... | blob | commitdiff | raw | diff to current | 
| 2002-07-06 |  Robin Dunn | typos | blob | commitdiff | raw | diff to current | 
| 2002-07-06 |  Robin Dunn | Fix the crash-on-ActiveX-callback problem | blob | commitdiff | raw | diff to current | 
| 2002-06-20 |  Robin Dunn | A bit of cleanup | blob | commitdiff | raw | diff to current | 
| 2002-06-20 |  Robin Dunn | Changes needed to allow compilation with SunCC. | blob | commitdiff | raw | diff to current | 
| 2002-05-27 |  Robin Dunn | Some cleanup | blob | commitdiff | raw | diff to current | 
| 2002-05-12 |  Robin Dunn | various tweaks and updates | blob | commitdiff | raw | diff to current | 
| 2002-05-02 |  Robin Dunn | Fixed the bugs preventing wxPython from being embedded... | blob | commitdiff | raw | diff to current | 
| 2002-04-18 |  Robin Dunn | Don't do the wx cleanup if wxPython didn't do the initi... | blob | commitdiff | raw | diff to current | 
| 2002-04-09 |  Robin Dunn | A little black magic...  When the C++ object (for a... | blob | commitdiff | raw | diff to current | 
| 2002-04-08 |  Robin Dunn | Updates to match recent CVS changes. | blob | commitdiff | raw | diff to current | 
| 2002-03-18 |  Robin Dunn | Added wxBufferedDC, changes for wxMenu and wxMenuItem... | blob | commitdiff | raw | diff to current | 
| 2002-03-13 |  Robin Dunn | Core wxPython (non-contrib) now fully works with Unicode! | blob | commitdiff | raw | diff to current | 
| 2002-03-10 |  Robin Dunn | Applied and merged patch 486364, which enables wxPython... | blob | commitdiff | raw | diff to current | 
| 2002-02-28 |  Robin Dunn | Moved declaratrions of wxPyInputStream and etc. into... | blob | commitdiff | raw | diff to current | 
| 2002-02-28 |  Robin Dunn | Moved declaratrions of wxPyInputStream and etc. into... | blob | commitdiff | raw | diff to current | 
| 2002-02-23 |  Robin Dunn | Finished wrapping and providing typemaps for wxInputStr... | blob | commitdiff | raw | diff to current | 
| 2002-02-12 |  Robin Dunn | A fix for Python 2.2 which can sometimes call __wxClean... | blob | commitdiff | raw | diff to current | 
| 2002-02-01 |  Robin Dunn | fixed compile bug for when threads are turned off | blob | commitdiff | raw | diff to current | 
| 2002-01-21 |  Robin Dunn | Fixed a typemap. | blob | commitdiff | raw | diff to current | 
| 2002-01-16 |  Robin Dunn | Added wxThread::GetCurrentId(), which returns an ID... | blob | commitdiff | raw | diff to current | 
| 2002-01-06 |  Robin Dunn | SWIGged updates for wxGTK | blob | commitdiff | raw | diff to current | 
| 2001-12-20 |  Robin Dunn | SWIGged updates for wxMac | blob | commitdiff | raw | diff to current | 
| 2001-12-19 |  Robin Dunn | Forgot to recomment this out | blob | commitdiff | raw | diff to current | 
| 2001-12-19 |  Robin Dunn | Changed (again) how the Python global interpreter lock... | blob | commitdiff | raw | diff to current | 
| 2001-12-08 |  Robin Dunn | Added comment about an untested code path... | blob | commitdiff | raw | diff to current | 
| 2001-12-08 |  Robin Dunn | Nasty workaround for an incompatible low-level change... | blob | commitdiff | raw | diff to current | 
| 2001-11-29 |  Robin Dunn | Changes to ensure that GDI objects returned from Python... | blob | commitdiff | raw | diff to current | 
| 2001-11-27 |  Robin Dunn | Changes needed to solve wxPython's OOR problem for... | blob | commitdiff | raw | diff to current | 
| 2001-11-20 |  Robin Dunn | Bug fixes | blob | commitdiff | raw | diff to current | 
| 2001-11-20 |  Robin Dunn | Replaced CopyObject with Clone for wxPython-specific... | blob | commitdiff | raw | diff to current | 
| 2001-10-30 |  Robin Dunn | Added typemap for wxArrayString | blob | commitdiff | raw | diff to current | 
| 2001-10-21 |  Robin Dunn | Added wxClientDataContainer to wxSizer, so sizers can... | blob | commitdiff | raw | diff to current | 
| 2001-10-16 |  Robin Dunn | Added some optimization methods to wxPython's wxDC | blob | commitdiff | raw | diff to current | 
| 2001-10-12 |  Robin Dunn | Second phase of OOR completed.  (Original python object... | blob | commitdiff | raw | diff to current | 
| 2001-09-27 |  Robin Dunn | Various updates, changes for wxTopLevelWindow, fixes for | blob | commitdiff | raw | diff to current | 
| 2001-09-16 |  Robin Dunn | Significantly changed how the Python interpreter lock... | blob | commitdiff | raw | diff to current | 
| 2001-07-28 |  Robin Dunn | Various tweaks, fixes, and additions | blob | commitdiff | raw | diff to current | 
| 2001-07-14 |  Robin Dunn | Number() to GetCount() and other changes needed for... | blob | commitdiff | raw | diff to current | 
| 2001-05-20 |  Robin Dunn | Added sample to the demo for wxJoystick | blob | commitdiff | raw | diff to current | 
| 2001-05-18 |  Robin Dunn | Cleanup up the demo a bit | blob | commitdiff | raw | diff to current | 
| 2001-05-17 |  Robin Dunn | Implemented the first phase of OOR (Original Object... | blob | commitdiff | raw | diff to current | 
| 2001-04-02 |  Robin Dunn | Fixed Tim's patch so it will compile when using a Pytho... | blob | commitdiff | raw | diff to current | 
| 2001-04-02 |  Robin Dunn | Added patch to wxPoint_LIST_helper from Tim Hochberg... | blob | commitdiff | raw | diff to current | 
| 2001-04-02 |  Robin Dunn | wxPython now creates it's own Python thread state inste... | blob | commitdiff | raw | diff to current | 
| 2001-03-13 |  Robin Dunn | A bunch of little tweaks, fixes, and additions | blob | commitdiff | raw | diff to current | 
| 2000-12-24 |  Robin Dunn | More cleanup.  Regenerated wxGTK code. | blob | commitdiff | raw | diff to current | 
| 2000-12-22 |  Robin Dunn | More cleanup.  Removed all wxPyDefaultXXX since they... | blob | commitdiff | raw | diff to current | 
| 2000-12-22 |  Robin Dunn | Some cleanup and a fix | blob | commitdiff | raw | diff to current | 
| 2000-12-22 |  Robin Dunn | Massive code changes and cleanup to allow wxPython... | blob | commitdiff | raw | diff to current | 
| 2000-12-10 |  Robin Dunn | Fixed a bunch of leaking references in how the callback... | blob | commitdiff | raw | diff to current | 
| 2000-11-21 |  Robin Dunn | New typemaps for wxString when compiling for Python... | blob | commitdiff | raw | diff to current | 
| 2000-11-04 |  Robin Dunn | some little tweaks | blob | commitdiff | raw | diff to current | 
| 2000-10-30 |  Robin Dunn | Merged wxPython 2.2.2 over to the main branch | blob | commitdiff | raw | diff to current | 
| 2000-07-15 |  Bryan Petty | merged 2.2 branch | blob | commitdiff | raw | diff to current | 
|  |