summaryrefslogtreecommitdiff
path: root/Lib/python/pyruntime.swg
Commit message (Expand)AuthorAgeFilesLines
* Define PY_SSIZE_T_CLEAN only when not defined yetMichal Suchanek2022-10-131-1/+1
* Update comments re _DEBUG redefinition before including Python.hWilliam S Fulton2022-09-091-3/+2
* Visual C++ debug builds linking to Python release buildsWilliam S Fulton2022-09-091-7/+8
* Suppress -Wregister gcc warnings in Python.hWilliam S Fulton2022-05-271-0/+12
* Define PY_SSIZE_T_CLEAN macroWilliam S Fulton2022-05-271-1/+1
* Python: define PY_SSIZE_T_CLEANHeinrich Schuchardt2022-05-101-0/+3
* [python] Workaround MSVC2022-related bugOlly Betts2022-02-031-0/+7
* Workaround for Python gcc MingGW WIN32 hypot declaration errorWilliam S Fulton2018-11-201-0/+5
* Define _DEBUG to 1 to do exactly like /LDd, /MDd or /MTd compiler optionsLamarre, Mathieu2017-08-311-1/+1
* Use a less confusing macro name, SWIG_PYTHON_NO_DEBUG => SWIG_PYTHON_INTERPRE...William S Fulton2013-06-111-1/+1
* Add SWIG_PYTHON_NO_DEBUG macro for building Debug wrappers against the Python...William S Fulton2013-06-111-3/+9
* A slew of changes based on William Fulton's code review.Stefan Zager2011-03-291-0/+3
* Coding style fixes for Python builtin changes added on the szager-builtin branchWilliam S Fulton2011-03-031-1/+0
* First cut. Works for wrapping OpenAccess, but there's plentyStefan Zager2010-12-071-0/+1
* Fix comment and documentation typosOlly Betts2008-05-141-1/+1
* more commentsMarcelo Matus2006-02-111-2/+2
* fix -external-runtime and warning arounds in subversionMarcelo Matus2006-02-011-2/+3
* fix -external-runtimeMarcelo Matus2006-01-311-63/+3
* fix missing endifMarcelo Matus2006-01-221-3/+4
* more fixes to MSCMarcelo Matus2006-01-221-1/+4
* add the -modernargs/-nomodernargs options and code to deal with old python 1.5Marcelo Matus2005-12-201-0/+20
* add thread support based in proposal #398495 by Joseph WinstonMarcelo Matus2005-12-061-0/+1
* finishing the first stage of the typemap unification scheme, fixing issues wi...Marcelo Matus2005-10-201-0/+1
* massive typemap unificationMarcelo Matus2005-10-181-4/+32
* fixes for new flag attribute conventionMarcelo Matus2005-10-071-0/+10
* - Improve the runtime type sytesmJohn Lenz2005-02-011-1/+0
* allow to include the swig runtime code into external user librariesMarcelo Matus2004-11-181-1/+1
* Removed ability to share type information by C linkingJohn Lenz2004-10-161-19/+0
* isolating the pure 'runtime' code in pyrun.swg, the API declarations are now ...Marcelo Matus2004-10-021-0/+1
* add John Lenz patch for avoiding the runtime library, but allowing the old ap...Marcelo Matus2004-10-021-0/+18
* cleaning + comments, and add the nondynamic feature handlersMarcelo Matus2004-09-261-0/+9