summaryrefslogtreecommitdiff
path: root/PC/python3.def
Commit message (Expand)AuthorAgeFilesLines
* Add PyType_GetSlot to python3 def file. Patch courtesy Martin v. L?wis.Larry Hastings2014-02-101-0/+1
* Merge with 3.3: Issue #17432: Drop UCS2 from names of Unicode functions in py...Martin v. L?wis2014-01-041-697/+698
|\
| * Issue #15422: get rid of PyCFunction_New macroAndrew Svetlov2012-12-251-0/+1
| * Bump version to 3.4.0 alpha 0.Georg Brandl2012-09-291-697/+697
* | Issue #17432: Drop UCS2 from names of Unicode functions in python3.def.Martin v. L?wis2014-01-041-62/+62
|/
* Issue #11626: Add _SizeT functions to stable ABI.Martin v. L?wis2012-06-241-0/+6
* Issue #15146: Add PyType_FromSpecWithBases. Patch by Robin Schreiber.Martin v. L?wis2012-06-231-0/+2
* Issue #15042: Add PyState_AddModule and PyState_RemoveModule.Martin v. L?wis2012-06-221-0/+2
* More eol-style'sAntoine Pitrou2011-02-251-689/+689
* More automated version replacement.Georg Brandl2011-02-201-687/+687
* Issue #11067: Add PyType_GetFlags, to support PyUnicode_CheckMartin v. Löwis2011-02-051-0/+1
* Issue #11118: Fix bogus export of None in python3.dll.Martin v. Löwis2011-02-041-1/+1
* Remove buffer API from stable ABI for now, see #10181.Martin v. Löwis2011-01-061-10/+0
* Expose CompileString, not CompileStringFlags under theMartin v. Löwis2010-12-041-1/+1
* Merge branches/pep-0384.Martin v. Löwis2010-12-031-0/+698