summaryrefslogtreecommitdiffstats
path: root/PC/python3.def
Commit message (Collapse)AuthorAgeFilesLines
* 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 #11626: Add _SizeT functions to stable ABI.Martin v. Löwis2012-06-231-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
| | | | | | Add version guard for Py_LIMITED_API additions. Issue #15081: Document PyState_FindModule. Patch by Robin Schreiber.
* 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
| | | | in the limited ABI
* 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
| | | | limited API.
* Merge branches/pep-0384.Martin v. Löwis2010-12-031-0/+698