summaryrefslogtreecommitdiff
path: root/Lib/python/pyopers.swg
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'm7thon-python23-division-operators'William S Fulton2016-11-261-10/+22
|\
| * [Python] improved wrapping of division operatorsMichael Thon2016-06-121-10/+22
* | Correct notes on customising Python builtin comparison operatorsWilliam S Fulton2016-08-221-12/+13
* | Update Python docs on builtin slotsWilliam S Fulton2016-08-181-10/+14
|/
* Merge branch 'ejulien-python_operator_overload_test_suite'William S Fulton2016-05-051-3/+9
|\
| * Fix Python 3 division member operator when -builtin is not used.Emmanuel Julien2016-02-221-0/+8
| * Fix class member division operator.Emmanuel Julien2016-02-221-3/+1
* | Add python inplace operator caveats to pyopers.swgWilliam S Fulton2015-12-051-5/+11
|/
* From swig-user 7/6/11: fix closure for tp_call.Stefan Zager2011-07-201-1/+1
* Initialize all fields of PyTypeObject, to eliminate compiler warnings. Fixed...Stefan Zager2011-04-051-1/+1
* Added documentation about tp_richcompare.Stefan Zager2011-03-311-5/+32
* 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-291-8/+8
* Stopped using template class SwigPyBuiltin, because it caused problemsStefan Zager2011-01-121-1/+1
* Added support for multiple inheritance. Not as hard as I feared.Stefan Zager2010-12-201-2/+2
* Added sequence and mapping support for builtin types.Stefan Zager2010-12-141-29/+29
* Added support for operator overrides (PyNumberMethods) andStefan Zager2010-12-141-35/+51
* Commited SF#2158938: change all SWIG symbols start with Py to a new name.Haoyu Bai2008-12-031-1/+1
* Merged the Python 3.0 support branch. The merging progress is not so smooth, ...Haoyu Bai2008-09-111-0/+6
* operator bool mapping to __nonzero__ as per Josh Cherry suggestionWilliam S Fulton2008-03-201-0/+1
* more fixes to use one line macro when possibleMarcelo Matus2006-02-101-16/+6
* add operator aliasesMarcelo Matus2006-01-071-17/+0
* add macros/names to avoid numeric warning codes. use them in tcl,perl,ruby an...Marcelo Matus2006-01-071-19/+20
* add C++ operator aliasesMarcelo Matus2005-12-041-44/+64
* recognize the and/not/or keywords and operator namesMarcelo Matus2005-10-271-0/+3
* fixes for new flag attribute conventionMarcelo Matus2005-10-071-3/+3
* global fix for operator*(), now mapped as __ref__Marcelo Matus2004-12-111-2/+0
* fixes for operator*()Marcelo Matus2004-12-111-5/+10
* better error messages, more comments, clean up for the next major modificationsMarcelo Matus2004-10-021-22/+54
* fix inplace python opersMarcelo Matus2004-04-091-10/+56
* Reducing pyrun.swg and splitting python.swg into different filesMarcelo Matus2004-02-101-0/+51