This website requires JavaScript.
Explore
Help
Sign In
mirror
/
cpython
Watch
1
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/python/cpython.git
synced
2026-01-29 14:15:31 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
cpython
/
Doc
/
extending
History
Benjamin Peterson
b173f7853e
add a replacement API for PyCObject, PyCapsule
#5630
...
All stdlib modules with C-APIs now use this. Patch by Larry Hastings
2009-05-05 22:31:58 +00:00
..
building.rst
Remove trailing whitespace.
2009-01-03 21:18:54 +00:00
embedding.rst
#4592
: fix embedding example with new C API changes.
2008-12-09 23:48:44 +00:00
extending.rst
add a replacement API for PyCObject, PyCapsule
#5630
2009-05-05 22:31:58 +00:00
index.rst
Merged revisions 70578,70599,70641-70642,70650,70660-70661,70674,70691,70697-70698,70700,70704 via svnmerge from
2009-03-30 14:51:56 +00:00
newtypes.rst
#1717
: fix-up docs for comparison in newtypes document.
2009-03-31 18:56:38 +00:00
windows.rst
#5360
: replace PyObject_HEAD_INIT by PyVarObject_HEAD_INIT.
2009-02-27 17:11:23 +00:00