cpython/Python
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
..
Python-ast.c
_warnings.c
asdl.c
ast.c Issue #5914: Add new C-API function PyOS_string_to_double, to complement 2009-05-03 20:33:40 +00:00
bltinmodule.c
ceval.c
codecs.c Issue #5915: Implement PEP 383, Non-decodable Bytes in 2009-05-05 04:43:17 +00:00
compile.c add a replacement API for PyCObject, PyCapsule #5630 2009-05-05 22:31:58 +00:00
dtoa.c Issue #5914: Add new C-API function PyOS_string_to_double, to complement 2009-05-03 20:33:40 +00:00
dup2.c
dynload_aix.c
dynload_atheos.c
dynload_dl.c
dynload_hpux.c
dynload_next.c
dynload_os2.c
dynload_shlib.c
dynload_stub.c
dynload_win.c
errors.c Merged revisions 71024,71058 via svnmerge from 2009-04-11 21:24:37 +00:00
formatter_unicode.c Issue #1588: Add complex.__format__. 2009-04-30 01:00:33 +00:00
frozen.c
frozenmain.c
future.c
getargs.c add a replacement API for PyCObject, PyCapsule #5630 2009-05-05 22:31:58 +00:00
getcompiler.c
getcopyright.c
getcwd.c
getopt.c
getplatform.c
getversion.c
graminit.c
import.c
importdl.c
importdl.h
makeopcodetargets.py
marshal.c Issue #5914: Add new C-API function PyOS_string_to_double, to complement 2009-05-03 20:33:40 +00:00
modsupport.c
mysnprintf.c Removed unused #include. 2009-04-07 22:55:31 +00:00
mystrtoul.c
opcode_targets.h
peephole.c
pyarena.c
pyctype.c Include files missed in r72044. 2009-04-27 20:54:42 +00:00
pyfpe.c
pymath.c The SSE2 detection and enabling could potentially cause 2009-04-18 20:17:52 +00:00
pystate.c
pystrcmp.c
pystrtod.c Issue #5920: Changed format.__float__ and complex.__float__ to use a precision of 12 when using the empty presentation type. This more closely matches str()'s behavior and reduces surprises when adding alignment flags to an empty format string. Patch by Mark Dickinson. 2009-05-05 14:04:18 +00:00
pythonrun.c Issue #5915: Implement PEP 383, Non-decodable Bytes in 2009-05-05 04:43:17 +00:00
sigcheck.c
strdup.c
structmember.c
symtable.c
sysmodule.c Issue #1580: use short float repr where possible. 2009-04-16 19:52:09 +00:00
thread.c
thread_atheos.h
thread_cthread.h
thread_foobar.h
thread_lwp.h
thread_nt.h
thread_os2.h
thread_pth.h
thread_pthread.h
thread_sgi.h
thread_solaris.h
thread_wince.h
traceback.c