summaryrefslogtreecommitdiff
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Remove incomplete directorin typemaps as users incorrectly assumed they were ...William S Fulton2011-05-034-88/+0
* Remove directorout INPUT/INOUT/OUTPUT typemaps - they will never be used as t...William S Fulton2011-05-034-50/+2
* Added asdict() method to convert std::map to a python dict.Stefan Zager2011-04-291-18/+26
* Fixed bug 2811549: const vs. non-const iterators for STL types.Stefan Zager2011-04-291-4/+4
* Fixed the argument counts passed to SWIG_Python_UnpackTuple for varargs.Stefan Zager2011-04-292-23/+0
* Bug 1498929: Access to member fields of map elements.Stefan Zager2011-04-251-1/+1
* Apply patch #3284326 to fix some compiler warnings.William S Fulton2011-04-111-5/+5
* Fixed PyVarObject_HEAD_INIT calls for VC++.Stefan Zager2011-04-111-8/+12
* new %import test for vectorWilliam S Fulton2011-04-111-2/+4
* Work around anti-aliasing warning/problem with gccWilliam S Fulton2011-04-111-5/+1
* Remove C++ header breaking C testsWilliam S Fulton2011-04-101-2/+0
* Sun Studio warning fixes for Python builtinWilliam S Fulton2011-04-101-1/+2
* Fix Sun Studio warningsWilliam S Fulton2011-04-091-0/+7
* Revert non-cosmetic change from previous checkinWilliam S Fulton2011-04-091-7/+0
* Cosmetics - Fix bracket matchingWilliam S Fulton2011-04-094-26/+22
* Fix for bug #3057804: migrate PyCObject to PyCapsule.Stefan Zager2011-04-095-19/+45
* Fix ISO C90 errors.Stefan Zager2011-04-093-68/+133
* Initialize all fields of PyTypeObject, to eliminate compiler warnings. Fixed...Stefan Zager2011-04-051-1/+1
* More python builtin warning suppressionWilliam S Fulton2011-04-051-3/+3
* Cosmetic formatting in generated codeWilliam S Fulton2011-04-053-168/+165
* Python builtin - warning suppression/fixes for 'gcc -Wall' and cosmetic chang...William S Fulton2011-04-052-1/+30
* Cosmetic Python changes and replace DOH typesWilliam S Fulton2011-04-043-38/+2
* Fix compiler warnings about uninitialized members.Stefan Zager2011-04-041-1/+1
* Fix warning in wrappers (Python > 3.0) - SF# 3239071William S Fulton2011-04-041-4/+2
* Fix C python < 2.5 wrappersWilliam S Fulton2011-04-031-1/+1
* VC++ warning fixes for python builtinWilliam S Fulton2011-04-032-3/+0
* Fix Python C wrapper compilationWilliam S Fulton2011-04-031-1/+1
* Merged trunk through revision 12591Stefan Zager2011-04-035-13/+35
|\
| * Apply patch #3239076 from Marie White fixing strings for R >= 2.7.0William S Fulton2011-03-291-3/+3
| * Apply patch 3224663 for Tcl - NULL value fixes and performance improvements f...William S Fulton2011-03-293-8/+30
| * Cosmetic improvements in generated codeWilliam S Fulton2011-03-261-2/+2
* | Fix for METH_O and -compactdefaultargs, in two parts:Stefan Zager2011-04-024-5/+58
* | Factored some #ifdef noise out of the initialization function by addingStefan Zager2011-04-012-3/+10
* | Python warning fixes for gcc -Wall -WextraWilliam S Fulton2011-04-013-47/+57
* | unused warning fixWilliam S Fulton2011-03-311-1/+1
* | Added documentation about tp_richcompare.Stefan Zager2011-03-311-5/+32
* | Eliminate -Wformat compiler warning.Stefan Zager2011-03-301-1/+9
* | Style fixes, and switch %U to %SStefan Zager2011-03-302-57/+26
* | Added more documentation of -builtin.Stefan Zager2011-03-301-0/+56
* | A slew of changes based on William Fulton's code review.Stefan Zager2011-03-2917-246/+255
* | Merged trunk up to revision 12551Stefan Zager2011-03-2421-304/+332
|\ \ | |/
| * Add missing headers in generated STL wrappers to fix compilation with gcc-4.6William S Fulton2011-03-181-1/+2
| * Treat None as a Python keywordWilliam S Fulton2011-03-161-1/+2
| * Fix overloading when using const char[] and char[ANY] and const char[ANY]William S Fulton2011-03-151-2/+2
| * Apply patch #3212624 fixing std::map Keys property.William S Fulton2011-03-151-1/+1
| * [D] nspace support.David Nadlinger2011-03-132-2/+2
| * [PHP] Fix sharing of type information between multiple SWIG-wrapped modules (...Olly Betts2011-03-121-1/+1
| * [PHP] Add casts to the typemaps for long long and unsigned longOlly Betts2011-03-072-10/+10
| * Perl and vc++ warning fixWilliam S Fulton2011-02-201-1/+1
| * more Perl namespace pollution workaroundsWilliam S Fulton2011-02-201-0/+6