You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Benjamin Peterson 69e9727657 ensure no one tries to hash things before the random seed is found 14 years ago
..
Python-ast.h Merged revisions 62047 via svnmerge from 18 years ago
Python.h Merged revisions 82966 via svnmerge from 16 years ago
abstract.h #11565: Fix several typos. Patch by Piotr Kasprzyk. 15 years ago
asdl.h Whoops, fix build breakage. There were still a few uses of the bool type. 19 years ago
ast.h Merge from ast-arena. This reduces the code in Python/ast.c by ~300 lines, 20 years ago
bitset.h REMOVED all CWI, CNRI and BeOpen copyright markings. 26 years ago
bltinmodule.h these builtins have to be initialized 17 years ago
boolobject.h #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. 18 years ago
bytearrayobject.h Merged revisions 77583 via svnmerge from 16 years ago
bytes_methods.h Merged revisions 72040 via svnmerge from 17 years ago
bytesobject.h The other half of Issue #1580: use short float repr where possible. 17 years ago
cellobject.h #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. 18 years ago
ceval.h Recorded merge of revisions 81032 via svnmerge from 16 years ago
classobject.h Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,60505-60506,60508-60509,60523-60524,60532,60543,60545,60547-60548,60552,60554,60556-60559,60561-60562,60569,60571-60572,60574,60576-60583,60585-60586,60589,60591,60594-60595,60597-60598,60600-60601,60606-60612,60615,60617,60619-60621,60623-60625,60627-60629,60631,60633,60635,60647,60650,60652,60654,60656,60658-60659,60664-60666,60668-60670,60672,60676,60678,60680-60683,60685-60686,60688,60690,60692-60694,60697-60700,60705-60706,60708,60711,60714,60720,60724-60730,60732,60736,60742,60744,60746,60748,60750-60751,60753,60756-60757,60759-60761,60763-60764,60766,60769-60770,60774-60784,60787-60845 via svnmerge from 18 years ago
cobject.h add a replacement API for PyCObject, PyCapsule #5630 17 years ago
code.h Merged revisions 73782-73784 via svnmerge from 17 years ago
codecs.h Merged revisions 86134,86315-86316,86390,86424-86425,86428,86550,86561-86562,86564-86565,86705,86708,86713 via svnmerge from 15 years ago
compile.h The BDFL has retired! Long live the FLUFL (Friendly Language Uncle For Life)! 17 years ago
complexobject.h Issue #1588: Add complex.__format__. 17 years ago
datetime.h Recorded merge of revisions 81032 via svnmerge from 16 years ago
descrobject.h Recorded merge of revisions 81032 via svnmerge from 16 years ago
dictobject.h Recorded merge of revisions 81032 via svnmerge from 16 years ago
dtoa.h Issue #1580: use short float repr where possible. 17 years ago
enumobject.h Implement and apply PEP 322, reverse iteration 22 years ago
errcode.h Implement PEP 3131. Add isidentifier to str. 19 years ago
eval.h Jiwon Seo's PEP 3102 implementation. 19 years ago
fileobject.h Merged revisions 69364-69365,69409-69410,69413,69417,69435,69442,69447,69495,69519-69521 via svnmerge from 17 years ago
floatobject.h 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. 17 years ago
frameobject.h #3021: Antoine Pitrou's Lexical exception handlers 18 years ago
funcobject.h #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. 18 years ago
genobject.h Merged revisions 60284-60349 via svnmerge from 18 years ago
graminit.h Merged revisions 72924 via svnmerge from 17 years ago
grammar.h REMOVED all CWI, CNRI and BeOpen copyright markings. 26 years ago
import.h Merged revisions 75246 via svnmerge from 16 years ago
intrcheck.h Excise DL_EXPORT from Include. 24 years ago
iterobject.h Move itertools izip() code to builtins as zip(). Complete the renaming. 18 years ago
listobject.h #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. 18 years ago
longintrepr.h Merged revisions 73661 via svnmerge from 17 years ago
longobject.h Merged revisions 84347 via svnmerge from 16 years ago
marshal.h Merge ssize_t branch. 20 years ago
memoryobject.h Issue #4822: fix messy indentation in memoryobject.c/.h, before we may backport it to trunk. 17 years ago
metagrammar.h REMOVED all CWI, CNRI and BeOpen copyright markings. 26 years ago
methodobject.h #3247: Get rid of Py_FindMethod: 18 years ago
modsupport.h #5735: Modules compiled with incompatible settings (--with-pydebug when python is not) 17 years ago
moduleobject.h Implement PEP 3121: new module initialization and finalization API. 18 years ago
node.h Patch #1440601: Add col_offset attribute to AST nodes. 20 years ago
object.h ensure no one tries to hash things before the random seed is found 14 years ago
objimpl.h Recorded merge of revisions 81032 via svnmerge from 16 years ago
opcode.h http://bugs.python.org/issue4715 17 years ago
osdefs.h Change command line processing API to use wchar_t. 18 years ago
parsetok.h The BDFL has retired! Long live the FLUFL (Friendly Language Uncle For Life)! 17 years ago
patchlevel.h onto 3.1.5 15 years ago
pgen.h Changes from Jonathan Riehl to allow his pgen extension (PEP 269) to 23 years ago
pgenheaders.h Use Py_GCC_ATTRIBUTE instead of __attribute__. Compilers other than GCC 24 years ago
py_curses.h Merged revisions 74696 via svnmerge from 17 years ago
pyarena.h Added words about what PyArena_Malloc() does. 20 years ago
pycapsule.h Remove trailing whitespace. 17 years ago
pyctype.h Merged revisions 82194 via svnmerge from 16 years ago
pydebug.h Issue #13703: add a way to randomize the hash values of basic types (str, bytes, datetime) 14 years ago
pyerrors.h Merged revisions 85896 via svnmerge from 15 years ago
pyexpat.h add a replacement API for PyCObject, PyCapsule #5630 17 years ago
pyfpe.h Some patches to Lee Busby's fpectl mods that accidentally didn't make it 29 years ago
pygetopt.h Change command line processing API to use wchar_t. 18 years ago
pymacconfig.h #11565: Fix several typos. Patch by Piotr Kasprzyk. 15 years ago
pymath.h Merged revisions 73661 via svnmerge from 17 years ago
pymem.h Merged revisions 78192 via svnmerge from 16 years ago
pyport.h Port 5b607cd8c71b (closes #11892) 15 years ago
pystate.h Merged revisions 78639 via svnmerge from 16 years ago
pystrcmp.h Merged revisions 59541-59561 via svnmerge from 18 years ago
pystrtod.h Refactor to remove duplicated nan/inf parsing code in 17 years ago
pythonrun.h Issue #13703: add a way to randomize the hash values of basic types (str, bytes, datetime) 14 years ago
pythread.h Merged revisions 64212 via svnmerge from 18 years ago
rangeobject.h #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. 18 years ago
setobject.h Merged revisions 84146-84147,84150 via svnmerge from 16 years ago
sliceobject.h Merged revisions 71734,71738-71739 via svnmerge from 17 years ago
structmember.h Merged revisions 60176-60209 via svnmerge from 18 years ago
structseq.h Recorded merge of revisions 81032 via svnmerge from 16 years ago
symtable.h Recorded merge of revisions 81032 via svnmerge from 16 years ago
sysmodule.h Merged revisions 81400 via svnmerge from 16 years ago
timefuncs.h Bug 975996: Add _PyTime_DoubleToTimet to C API 22 years ago
token.h Merged revisions 85675 via svnmerge from 15 years ago
traceback.h Merged revisions 82059,82061 via svnmerge from 16 years ago
tupleobject.h Merged revisions 70546 via svnmerge from 17 years ago
ucnhash.h add a replacement API for PyCObject, PyCapsule #5630 17 years ago
unicodeobject.h Merged revisions 86478 via svnmerge from 15 years ago
warnings.h Implement PEP 3121: new module initialization and finalization API. 18 years ago
weakrefobject.h #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. 18 years ago