aboutsummaryrefslogtreecommitdiff
path: root/Lib/python/pyhead.swg
AgeCommit message (Expand)Author
2024-04-11Update to v4.2.1HEADmastermainAlistair Delva
2018-06-08Always use PyCapsuleOlly Betts
2018-06-08Remove special handling for Python < 2.6Olly Betts
2017-12-04Add missing checks for failures in calls to PyUnicode_AsUTF8String.William S Fulton
2016-08-23Make Python builtin types hashable by defaultWilliam S Fulton
2016-01-27Remove lingering code for compatibility with Python < 1.6Olly Betts
2012-12-09Bug #3563647 - PyInt_FromSize_t unavailable prior to Python 2.5 for unsigned ...William S Fulton
2012-08-15Fix #3541744 - Missing PyInt_FromSize_t calls for Python 3William S Fulton
2012-04-14Revert rev 12835 as it introduces a failure in the test-suite (primitive_type...William S Fulton
2011-11-05bug 3429388: python unsigned integer handling on 32-bit architectures.Stefan Zager
2011-05-08Fixed PyGetSetDescr for python3.2.Stefan Zager
2011-04-09Fix for bug #3057804: migrate PyCObject to PyCapsule.Stefan Zager
2011-04-03Fix C python < 2.5 wrappersWilliam S Fulton
2011-04-02Fix for METH_O and -compactdefaultargs, in two parts:Stefan Zager
2011-02-10Another macro define for unicode.Stefan Zager
2011-02-09Unicode fixes for python3.Stefan Zager
2011-02-03python3 support; passes all regressions.Stefan Zager
2009-04-29int -> Py_ssize_t to fix 64 bit Python 3 failure to compile generated codeOlly Betts
2009-04-29Fix comment typosOlly Betts
2009-03-19Fix the memory leak related to Python 3 unicode and char * conversion.Haoyu Bai
2008-09-18minor typo and formatting improvementsWilliam S Fulton
2008-09-11Merged the Python 3.0 support branch. The merging progress is not so smooth, ...Haoyu Bai
2006-11-12Improve how/when we define Py_ssize_t to match the way the python developersOlly Betts
2006-09-16Patch from Michal Marek for Python 2.5 to fix 64 bit array indexesWilliam S Fulton
2006-09-14remove double include of python header fileWilliam S Fulton
2006-02-23reduce the aliasing warnings (when compiling with CFLAGS='-O2 -Wstrict-aliasi...Marcelo Matus
2006-02-22fix for Py_NotImplemented as reported by Olly and AmauryMarcelo Matus
2006-01-31fix -external-runtimeMarcelo Matus