summaryrefslogtreecommitdiff
path: root/Lib/python/pyprimtypes.swg
Commit message (Expand)AuthorAgeFilesLines
* Fix one casting warning on Linux (#787)brgirgis2016-09-121-1/+1
* castmode was failing overflow tests. Fix it.Mike Romberg2016-06-251-0/+4
* When possible, use PyInt rather than PyLongAlec Cooper2016-02-041-4/+4
* Don't use long long if it isn't availableAlec Cooper2016-01-061-6/+12
* Fixing Python primitive conversionsAlec Cooper2015-12-231-13/+10
* Change in default behaviour wrapping C++ bool for Python.William S Fulton2014-03-081-0/+19
* Fix Python 3 inconsistency handling -ve numbers for unsigned C types.William S Fulton2013-05-251-0/+12
* Fix overflow with parameters > LONG_MAX with Python 3.Vadim Zeitlin2012-11-091-1/+4
* python: disambiguate SWIG_From_unsigned_SS_int and SWIG_From_unsigned_SS_long.Stefan Zager2012-05-231-0/+10
* Revert rev 12835 as it introduces a failure in the test-suite (primitive_type...William S Fulton2012-04-141-3/+4
* bug 3429388: python unsigned integer handling on 32-bit architectures.Stefan Zager2011-11-051-4/+3
* Slight tweak to output typemap for intStefan Zager2011-06-111-0/+10
* For all long integer types, use PyLong_From* rather than PyInt_From*Stefan Zager2011-06-031-4/+4
* [python] Simpler code for SWIG_AsVal_bool() which fixes a "strictOlly Betts2007-09-171-12/+5
* reduce the aliasing warnings (when compiling with CFLAGS='-O2 -Wstrict-aliasi...Marcelo Matus2006-02-231-3/+1
* fix errors for 32bit arch.Marcelo Matus2006-01-231-56/+40
* fix cast from double to long longMarcelo Matus2006-01-151-2/+5
* fix missing longMarcelo Matus2006-01-151-1/+1
* securing the call to SWIG_IsOK, which is a macroMarcelo Matus2005-12-301-2/+1
* add implicitconv support and cosmetics for cast rankMarcelo Matus2005-12-271-11/+11
* add castmode in python and cleaning the castdispatch mechanismMarcelo Matus2005-12-231-7/+122
* fix bool AsValMarcelo Matus2005-11-071-1/+1
* Perl added to the Unified typemap library, cleaner way to use the library, an...Marcelo Matus2005-10-241-113/+5
* massive typemap unificationMarcelo Matus2005-10-181-542/+176
* change the Int/Long check order, just in case since 'int' could be too permis...Marcelo Matus2005-06-211-11/+11
* remove the _AS_XX macros, just in case the Check methods are too permissiveMarcelo Matus2005-06-211-5/+5
* fix more VC7.1 warningsMarcelo Matus2005-02-281-1/+1
* More fix for warnings, and add some of the ideas of the Bill's 'labels' patchMarcelo Matus2005-02-241-9/+9
* fix include in bug #1076122Marcelo Matus2004-12-011-1/+1
* fix error in boolMarcelo Matus2004-12-011-1/+3
* warning fixes for VC++William S Fulton2004-11-081-4/+3
* fix warnings for MS compilerMarcelo Matus2004-11-011-9/+9
* more docs/split and cleaningMarcelo Matus2004-10-181-1/+1
* fix bug report 1039688Marcelo Matus2004-10-051-1/+1
* replacing SWIGSTATIC(a) by SWIGINTERN aMarcelo Matus2004-10-021-26/+26
* better error messages, more comments, clean up for the next major modificationsMarcelo Matus2004-10-021-24/+24
* using <> when including lib files, fix char{ANY], add char FIXSIZE[ANY], fix ...Marcelo Matus2004-09-171-10/+34
* fix solaris warningMarcelo Matus2004-08-311-10/+10
* added wchar_t typeMarcelo Matus2004-04-061-3/+35
* fix more comp. warnsMarcelo Matus2004-04-061-1/+1
* suppress compiler warns and more cosmeticsMarcelo Matus2004-04-051-5/+4
* fix bad FLT_MIN useMarcelo Matus2004-03-301-1/+1
* fixes for strings and cosmeticsMarcelo Matus2004-03-281-78/+52
* more comments and cosmetic fixesMarcelo Matus2004-03-231-1/+5
* normalizing the inout typemaps and other cosmetic fixesMarcelo Matus2004-03-211-46/+102
* extending std_string and more fixesMarcelo Matus2004-03-181-1/+1
* another fix for long longMarcelo Matus2004-03-171-1/+1
* better STL support, see CHANGES.currentMarcelo Matus2004-03-171-248/+468
* Reducing pyrun.swg and splitting python.swg into different filesMarcelo Matus2004-02-101-0/+364