summaryrefslogtreecommitdiff
path: root/Lib/python
Commit message (Expand)AuthorAgeFilesLines
* fix #1188207 and uniform the error/null/none handlingMarcelo Matus2005-05-265-17/+11
* fix #1207803Marcelo Matus2005-05-261-0/+1
* fix directorin typemap, bug #1179300Marcelo Matus2005-04-171-3/+1
* allow to use iostream and sstream without wchar support, as pointed by ScottMarcelo Matus2005-04-034-0/+11
* allow to use iostream and sstream without wchar support, as pointed by ScottMarcelo Matus2005-04-022-7/+23
* Consistent warning 470 across all languagesWilliam S Fulton2005-03-302-2/+2
* fix prototype warningMarcelo Matus2005-03-191-1/+1
* fix prototype warningMarcelo Matus2005-03-192-4/+4
* fix possible seg fault when reporting bad object typeMarcelo Matus2005-03-141-1/+1
* fix seg fault when runtime failsMarcelo Matus2005-03-121-0/+6
* add better director+exception supportMarcelo Matus2005-03-078-103/+196
* fix memory leak reported by Bo PengMarcelo Matus2005-03-061-2/+2
* better SwigPyObject -> long/hex/oct, no warnings nowMarcelo Matus2005-03-051-11/+19
* fix compare, reported by Cameron PatrickMarcelo Matus2005-03-041-4/+4
* fix hex pointer conversionMarcelo Matus2005-03-021-1/+1
* fix more VC7.1 warningsMarcelo Matus2005-02-281-1/+1
* Fix bool performance warning for Visual C++William S Fulton2005-02-281-3/+3
* more fixes for security and warningsMarcelo Matus2005-02-269-31/+42
* more warning fixes, cosmetics, and uniformity changesMarcelo Matus2005-02-262-22/+22
* finishing change from 'static' to 'SWIGINTERN'Marcelo Matus2005-02-254-15/+15
* add robust -nortti implementationMarcelo Matus2005-02-251-9/+45
* add -nortti option in python, to avoid using RTTI, mainly with directorsMarcelo Matus2005-02-252-4/+31
* More fix for warnings, and add some of the ideas of the Bill's 'labels' patchMarcelo Matus2005-02-2416-137/+139
* fix seg. fault after error reportMarcelo Matus2005-02-241-1/+1
* Use SWIGUNUSED attribute and fix warningsMarcelo Matus2005-02-222-8/+2
* fix PyOS_snprintf for old python versionsMarcelo Matus2005-02-221-2/+8
* fix empty map bugMarcelo Matus2005-02-222-12/+12
* - Improve the runtime type sytesmJohn Lenz2005-02-013-64/+23
* fix for 'staticmethod' kw nameMarcelo Matus2004-12-221-0/+1
* fix varin for ptr typesMarcelo Matus2004-12-211-4/+9
* fix typecheck for INPUT* typeMarcelo Matus2004-12-201-1/+1
* fix *INPUT typemaps for ptr types, now a null value is okMarcelo Matus2004-12-191-0/+1
* fix *INPUT typemaps for ptr types, now a null value is okMarcelo Matus2004-12-191-5/+1
* solve possible seg. faults and directors #1080075Marcelo Matus2004-12-166-21/+25
* fix directorout + cosmeticMarcelo Matus2004-12-162-50/+56
* fix directorout typemap for const std::string&. Adding warning about the new ...Marcelo Matus2004-12-131-2/+2
* fix errors when used with templatesMarcelo Matus2004-12-121-2/+4
* fix for WindowsMarcelo Matus2004-12-111-4/+21
* global fix for operator*(), now mapped as __ref__Marcelo Matus2004-12-111-2/+0
* fixes for operator*()Marcelo Matus2004-12-111-5/+10
* fix char* typemap in bug #1080514Marcelo Matus2004-12-112-8/+5
* more fixes for template + def argsMarcelo Matus2004-12-051-1/+1
* fix include in bug #1076122Marcelo Matus2004-12-011-1/+1
* better support for string and def. args, plus adding allocator + sstreamMarcelo Matus2004-12-014-90/+6
* fix error in boolMarcelo Matus2004-12-011-1/+3
* fixes for void*Marcelo Matus2004-12-012-1/+3
* Prabhu's fixesMarcelo Matus2004-11-221-5/+4
* using the global runtime.swg instead of python/pyrunalias.swg. Now the same s...Marcelo Matus2004-11-212-159/+259
* fix error messageMarcelo Matus2004-11-211-1/+1
* using the global runtime.swg instead of python/pyrunalias.swg. Now the same s...Marcelo Matus2004-11-211-9/+0