cpython/Include
Victor Stinner 4f4402c4bb Issue #9425: Create private _Py_stat() function
Use stat() or _wstat() depending on the OS.
2010-08-14 14:50:26 +00:00
..
Python-ast.h Merged revisions 62047 via svnmerge from 2008-03-31 05:14:30 +00:00
Python.h Issue #9425: Create private _Py_stat() function 2010-08-14 14:50:26 +00:00
abstract.h Recorded merge of revisions 81029 via svnmerge from 2010-05-09 15:52:27 +00:00
asdl.h
ast.h
bitset.h
bltinmodule.h these builtins have to be initialized 2009-05-09 18:10:51 +00:00
boolobject.h
bytearrayobject.h Merged revisions 77581 via svnmerge from 2010-01-17 16:15:29 +00:00
bytes_methods.h Merged revisions 72040 via svnmerge from 2009-04-27 20:39:49 +00:00
bytesobject.h The other half of Issue #1580: use short float repr where possible. 2009-04-16 20:16:10 +00:00
cellobject.h
ceval.h Recorded merge of revisions 81029 via svnmerge from 2010-05-09 15:52:27 +00:00
classobject.h
code.h Merged revisions 79060 via svnmerge from 2010-03-18 22:46:40 +00:00
codecs.h Move the codec decode type checks to bytes/bytearray.decode(). 2008-06-06 12:18:17 +00:00
compile.h The BDFL has retired! Long live the FLUFL (Friendly Language Uncle For Life)! 2009-04-01 05:08:41 +00:00
complexobject.h Issue #1588: Add complex.__format__. 2009-04-30 01:00:33 +00:00
datetime.h Recorded merge of revisions 81029 via svnmerge from 2010-05-09 15:52:27 +00:00
descrobject.h Recorded merge of revisions 81029 via svnmerge from 2010-05-09 15:52:27 +00:00
dictobject.h Recorded merge of revisions 81029 via svnmerge from 2010-05-09 15:52:27 +00:00
dtoa.h Issue #1580: use short float repr where possible. 2009-04-16 19:52:09 +00:00
dynamic_annotations.h Make (most of) Python's tests pass under Thread Sanitizer. 2010-05-03 19:29:34 +00:00
enumobject.h
errcode.h
eval.h
fileobject.h Merged revisions 69364-69365,69409-69410,69413,69417,69435,69442,69447,69495,69519-69521 via svnmerge from 2009-02-13 02:50:59 +00:00
floatobject.h Issue #9337: Make float.__str__ identical to float.__repr__. 2010-08-04 20:56:28 +00:00
frameobject.h Merged revisions 72487-72488,72879 via svnmerge from 2009-07-21 04:30:03 +00:00
funcobject.h
genobject.h
graminit.h fix an ambiguity in the grammar from the implementation of extended unpacking 2009-09-27 02:43:28 +00:00
grammar.h
import.h PEP 3147 2010-04-17 00:19:56 +00:00
intrcheck.h
iterobject.h Move itertools izip() code to builtins as zip(). Complete the renaming. 2008-03-13 02:09:15 +00:00
listobject.h
longintrepr.h Issue #6713: Improve performance of str(n) and repr(n) for integers n 2009-09-16 21:23:34 +00:00
longobject.h Issue #9089: Remove references to intobject.c and intobject.h from comments. 2010-06-27 18:19:09 +00:00
marshal.h
memoryobject.h Issue #4822: fix messy indentation in memoryobject.c/.h, before we may backport it to trunk. 2009-01-03 19:20:36 +00:00
metagrammar.h
methodobject.h #3247: get rid of Py_FindMethod 2008-07-02 22:38:47 +00:00
modsupport.h prevent the dict constructor from accepting non-string keyword args #8419 2010-04-24 18:21:17 +00:00
moduleobject.h Implement PEP 3121: new module initialization and finalization API. 2008-06-11 05:26:20 +00:00
node.h
object.h Recorded merge of revisions 81029 via svnmerge from 2010-05-09 15:52:27 +00:00
objimpl.h Recorded merge of revisions 81029 via svnmerge from 2010-05-09 15:52:27 +00:00
opcode.h revert unintended changes 2010-07-20 22:39:34 +00:00
osdefs.h Change command line processing API to use wchar_t. 2008-04-05 20:41:37 +00:00
parsetok.h The BDFL has retired! Long live the FLUFL (Friendly Language Uncle For Life)! 2009-04-01 05:08:41 +00:00
patchlevel.h Post-release updates. 2010-07-31 18:05:35 +00:00
pgen.h
pgenheaders.h
py_curses.h Merged revisions 74693 via svnmerge from 2009-09-06 21:24:55 +00:00
pyarena.h
pyatomic.h Make (most of) Python's tests pass under Thread Sanitizer. 2010-05-03 19:29:34 +00:00
pycapsule.h Remove trailing whitespace. 2009-05-17 22:19:14 +00:00
pyctype.h Add specification for the Py_IS* macros in pyctype.h. 2010-06-24 10:25:08 +00:00
pydebug.h Issue #4705: Fix the -u ("unbuffered binary stdout and stderr") command-line 2009-01-09 18:53:14 +00:00
pyerrors.h Recorded merge of revisions 81029 via svnmerge from 2010-05-09 15:52:27 +00:00
pyexpat.h add a replacement API for PyCObject, PyCapsule #5630 2009-05-05 22:31:58 +00:00
pyfpe.h
pygetopt.h Change command line processing API to use wchar_t. 2008-04-05 20:41:37 +00:00
pymacconfig.h Recorded merge of revisions 81029 via svnmerge from 2010-05-09 15:52:27 +00:00
pymath.h Merged revisions 76978 via svnmerge from 2009-12-21 15:27:41 +00:00
pymem.h Merged revisions 78189 via svnmerge from 2010-02-14 14:08:54 +00:00
pyport.h Issue #2443: Added a new macro, Py_VA_COPY, which is equivalent to C99 2010-08-11 17:31:17 +00:00
pystate.h Make (most of) Python's tests pass under Thread Sanitizer. 2010-05-03 19:29:34 +00:00
pystrcmp.h
pystrtod.h Issue #5988: Delete deprecated functions PyOS_ascii_formatd, PyOS_ascii_strtod, and PyOS_ascii_atof. 2010-02-22 14:58:30 +00:00
pythonrun.h Issue #477863: Print a warning at shutdown if gc.garbage is not empty. 2010-08-08 22:18:46 +00:00
pythread.h Issue #7316: the acquire() method of lock objects in the :mod:`threading` 2010-04-14 15:44:10 +00:00
pytime.h De-duplicate contents of pytime.h 2010-08-13 15:25:56 +00:00
rangeobject.h
setobject.h Recorded merge of revisions 81029 via svnmerge from 2010-05-09 15:52:27 +00:00
sliceobject.h Merged revisions 71734,71738-71739 via svnmerge from 2009-04-20 02:09:13 +00:00
structmember.h
structseq.h correct comment 2010-08-09 15:53:58 +00:00
symtable.h revert unintended changes 2010-07-20 22:39:34 +00:00
sysmodule.h Merged revisions 81398 via svnmerge from 2010-05-21 17:25:34 +00:00
timefuncs.h
token.h
traceback.h Issue #6543: Write the traceback in the terminal encoding instead of utf-8. 2010-06-17 23:08:50 +00:00
tupleobject.h Merged revisions 70546 via svnmerge from 2009-03-23 18:52:06 +00:00
ucnhash.h add a replacement API for PyCObject, PyCapsule #5630 2009-05-05 22:31:58 +00:00
unicodeobject.h Issue #9542: Create PyUnicode_FSDecoder() function 2010-08-13 23:59:58 +00:00
warnings.h Issue #9425: Create PyErr_WarnFormat() function 2010-08-13 14:03:48 +00:00
weakrefobject.h