summaryrefslogtreecommitdiff
path: root/Lib/python/pyhead.swg
Commit message (Expand)AuthorAgeFilesLines
* Remove lingering code for compatibility with Python < 1.6Olly Betts2016-01-271-4/+0
* Bug #3563647 - PyInt_FromSize_t unavailable prior to Python 2.5 for unsigned ...William S Fulton2012-12-091-0/+4
* Fix #3541744 - Missing PyInt_FromSize_t calls for Python 3William S Fulton2012-08-151-0/+1
* Revert rev 12835 as it introduces a failure in the test-suite (primitive_type...William S Fulton2012-04-141-1/+0
* bug 3429388: python unsigned integer handling on 32-bit architectures.Stefan Zager2011-11-051-0/+1
* Fixed PyGetSetDescr for python3.2.Stefan Zager2011-05-081-0/+5
* Fix for bug #3057804: migrate PyCObject to PyCapsule.Stefan Zager2011-04-091-0/+7
* Fix C python < 2.5 wrappersWilliam S Fulton2011-04-031-1/+1
* Fix for METH_O and -compactdefaultargs, in two parts:Stefan Zager2011-04-021-0/+45
* Another macro define for unicode.Stefan Zager2011-02-101-0/+1
* Unicode fixes for python3.Stefan Zager2011-02-091-1/+2
* python3 support; passes all regressions.Stefan Zager2011-02-031-0/+6
* int -> Py_ssize_t to fix 64 bit Python 3 failure to compile generated codeOlly Betts2009-04-291-1/+1
* Fix comment typosOlly Betts2009-04-291-1/+1
* Fix the memory leak related to Python 3 unicode and char * conversion.Haoyu Bai2009-03-191-1/+19
* minor typo and formatting improvementsWilliam S Fulton2008-09-181-5/+3
* Merged the Python 3.0 support branch. The merging progress is not so smooth, ...Haoyu Bai2008-09-111-0/+44
* Improve how/when we define Py_ssize_t to match the way the python developersOlly Betts2006-11-121-2/+5
* Patch from Michal Marek for Python 2.5 to fix 64 bit array indexesWilliam S Fulton2006-09-161-0/+5
* remove double include of python header fileWilliam S Fulton2006-09-141-2/+0
* reduce the aliasing warnings (when compiling with CFLAGS='-O2 -Wstrict-aliasi...Marcelo Matus2006-02-231-0/+12
* fix for Py_NotImplemented as reported by Olly and AmauryMarcelo Matus2006-02-221-10/+24
* fix -external-runtimeMarcelo Matus2006-01-311-0/+56