summaryrefslogtreecommitdiff
path: root/Lib/python/builtin.swg
Commit message (Expand)AuthorAgeFilesLines
* Add Python 3.11 support: use Py_SET_TYPE()Victor Stinner2021-12-061-0/+4
* Use Py_TYPE in SwigPyBuiltin_SetMetaTypeChris Burr2020-07-281-5/+1
* PyTypeObject::ob_base isn't available in PyPyChris Burr2020-07-171-1/+1
* Fix missing-field-initializers warning with Py3.8Julien Schueller2019-11-201-0/+12
* Use PyObject_GC_UnTrack in lieu of the old variantChristian Kellner2019-07-171-1/+1
* Python builtin closure minor tweaksWilliam S Fulton2018-09-231-10/+10
* Python -builtin __contains__ fix for map and set like containers.William S Fulton2018-09-211-0/+36
* Correct PyErr_Fetch/PyErr_Restore variable namesWilliam S Fulton2018-08-101-3/+3
* Drop support for Python 3.0 to 3.3Olly Betts2018-06-081-4/+1
* Remove special handling for Python < 2.6Olly Betts2018-06-081-20/+0
* Fix types when calling PyTuple_NewWilliam S Fulton2017-08-271-2/+2
* Fix Python 2 builtin tp_hash hashfunc closure regression when using "python:s...William S Fulton2016-12-231-1/+6
* Return to Python builtin tp_new initialization in init function.William S Fulton2016-10-151-1/+2
* Fix Python pickling and metaclass for builtin wrappersWilliam S Fulton2016-10-141-1/+93
* Rework Python builtin CLOSURE macrosWilliam S Fulton2016-09-251-227/+303
* More flexible python builtin slotsWilliam S Fulton2016-09-251-15/+27
* Fix iterators for containers of NULL pointers (or Python None) when using -bu...William S Fulton2016-09-171-12/+0
* Make Python builtin types hashable by defaultbuiltin-hashableWilliam S Fulton2016-08-231-12/+28
* Fix hash function type checking for older versions of PythonWilliam S Fulton2016-08-231-1/+4
* Python builtin minor tweaksWilliam S Fulton2016-08-221-5/+4
* Python builtin hashfunc closure fixWilliam S Fulton2016-08-181-2/+4
* Fix recent Python -builtin changes for C codeWilliam S Fulton2015-12-161-1/+2
* Merge branch 'coleb-python35_dtor_exception_fix'William S Fulton2015-12-161-3/+11
|\
| * Call PyErr_WriteUnraisable if a destructor sets a Python exception (-builtin)William S Fulton2015-12-161-3/+11
* | Python tp_allocs -> tp_next correctionsWilliam S Fulton2015-12-141-1/+7
* | Cosmetic correction for Python tp_version -> tp_version_tagWilliam S Fulton2015-12-141-1/+1
* | Adding tp_finalize field to PyTypeObject for Python version 3.4 and upAlec Cooper2015-10-271-0/+3
|/
* Fix SwigPyObject->dict memory leakYoann Vandoorselaere2015-04-111-0/+1
* Add SF patch #342 fix some director classes crashing on object deletion when ...William S Fulton2013-07-011-1/+5
* Fixed memory leak with --builtin (bug 3385089)Stefan Zager2011-08-221-0/+1
* From swig-user 7/6/11: fix closure for tp_call.Stefan Zager2011-07-201-0/+9
* cosmetic - cleanupWilliam S Fulton2011-05-141-4/+0
* PyVarObject_HEAD_INIT to conform to C standard - pointers cannot be used in s...William S Fulton2011-05-121-63/+81
* Fixed PyGetSetDescr for python3.2.Stefan Zager2011-05-081-10/+15
* 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-091-0/+8
* Fix ISO C90 errors.Stefan Zager2011-04-091-44/+78
* More python builtin warning suppressionWilliam S Fulton2011-04-051-3/+3
* Cosmetic formatting in generated codeWilliam S Fulton2011-04-051-43/+43
* Python builtin - warning suppression/fixes for 'gcc -Wall' and cosmetic chang...William S Fulton2011-04-051-0/+20
* VC++ warning fixes for python builtinWilliam S Fulton2011-04-031-2/+0
* Fix for METH_O and -compactdefaultargs, in two parts:Stefan Zager2011-04-021-1/+1
* Factored some #ifdef noise out of the initialization function by addingStefan Zager2011-04-011-0/+10
* Style fixes, and switch %U to %SStefan Zager2011-03-301-4/+4
* A slew of changes based on William Fulton's code review.Stefan Zager2011-03-291-70/+36
* Coding style fixes for Python builtin changes added on the szager-builtin branchWilliam S Fulton2011-03-031-286/+232
* Changed a bunch of methods from SWIGRUNTIME to SWIGINTERN. Removed a snarky ...Stefan Zager2011-03-031-15/+15
* Unicode fixes for python3.Stefan Zager2011-02-091-0/+31
* python3 support; passes all regressions.Stefan Zager2011-02-031-6/+40