summaryrefslogtreecommitdiff
path: root/Lib/python/pywstrings.swg
Commit message (Expand)AuthorAgeFilesLines
* Python use Py_ssize_t instead of int for better portabilityWilliam S Fulton2015-12-051-1/+1
* SWIG_AsWCharPtrAndSize improper operation if cptr NULLWilliam S Fulton2013-07-021-3/+1
* Remove C++ header breaking C testsWilliam S Fulton2011-04-101-2/+0
* Fix for bug #3057804: migrate PyCObject to PyCapsule.Stefan Zager2011-04-091-1/+11
* A slew of changes based on William Fulton's code review.Stefan Zager2011-03-291-1/+1
* correct return type for PyUnicode_GetSizeWilliam S Fulton2009-01-081-1/+1
* Merged the Python 3.0 support branch. The merging progress is not so smooth, ...Haoyu Bai2008-09-111-0/+2
* reduce the aliasing warnings (when compiling with CFLAGS='-O2 -Wstrict-aliasi...Marcelo Matus2006-02-231-4/+4
* silence warnings with -O1 -WallMarcelo Matus2006-01-211-1/+1
* more on the TypeQuery fixMarcelo Matus2005-12-101-5/+7
* fix extra calls to TypeQuery for 'char *' and 'wchar_t *'Marcelo Matus2005-12-101-7/+7
* add safecstrings option and leave the default of string conversions as in old...Marcelo Matus2005-12-101-24/+24
* don't use Py_None directly nor &PyType_TypeMarcelo Matus2005-12-041-2/+1
* Perl added to the Unified typemap library, cleaner way to use the library, an...Marcelo Matus2005-10-241-9/+3
* fix warnings/errors for gcc4.0, icc and valgrindMarcelo Matus2005-10-191-1/+0
* more typemaps unification and fixes for valgrindMarcelo Matus2005-10-191-0/+1
* massive typemap unificationMarcelo Matus2005-10-181-119/+31
* fix #1188207 and uniform the error/null/none handlingMarcelo Matus2005-05-261-2/+2
* More fix for warnings, and add some of the ideas of the Bill's 'labels' patchMarcelo Matus2005-02-241-1/+1
* fix char* typemap in bug #1080514Marcelo Matus2004-12-111-5/+3
* isolate language independent STD/STL/C++ code + more documentation + cleaningMarcelo Matus2004-10-101-12/+12
* replacing SWIGSTATIC(a) by SWIGINTERN aMarcelo Matus2004-10-021-6/+6
* better error messages, more comments, clean up for the next major modificationsMarcelo Matus2004-10-021-11/+11
* fix anoher warningMarcelo Matus2004-09-171-1/+1
* using <> when including lib files, fix char{ANY], add char FIXSIZE[ANY], fix ...Marcelo Matus2004-09-171-1/+1
* fix warnings for intel compilerMarcelo Matus2004-09-011-1/+1
* fixes for char[], const char[], and cleaning wchar_tMarcelo Matus2004-05-271-227/+9
* added wchar_t typeMarcelo Matus2004-04-061-2/+2
* add wstring/wchar_t supportMarcelo Matus2004-04-051-0/+374