..
abstract.h
Issue #4910 : PyNumber_Int is deprecated in 3.0.1; will be removed in 3.1.
2009-02-11 17:04:37 +00:00
asdl.h
ast.h
bitset.h
boolobject.h
bytearrayobject.h
Merged revisions 63829-63831,63858,63865,63879,63882,63948,63970-63972,63976,63989,64014-64015,64021-64022,64063-64065,64067 via svnmerge from
2008-06-10 16:37:50 +00:00
bytes_methods.h
Add bytes/bytearray.maketrans() to mirror str.maketrans(), and deprecate
2009-04-12 15:51:51 +00:00
bytesobject.h
Added ',' thousands grouping to int.__format__. See PEP 378.
2009-04-03 14:45:06 +00:00
cellobject.h
ceval.h
Issue #5392 : when a very low recursion limit was set, the interpreter would
2009-03-13 19:25:20 +00:00
classobject.h
cobject.h
#3668 : When PyArg_ParseTuple correctly parses a s* format, but raises an
2008-08-29 18:37:05 +00:00
code.h
The BDFL has retired! Long live the FLUFL (Friendly Language Uncle For Life)!
2009-04-01 05:08:41 +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
datetime.h
descrobject.h
dictobject.h
Merged revisions 70546 via svnmerge from
2009-03-23 18:52:06 +00:00
dtoa.h
Issue #1580 : use short float repr where possible.
2009-04-16 19:52:09 +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
Merged revisions 64722,64729,64753,64845-64846,64849,64871,64880-64882,64885,64888,64897,64900-64901,64915,64926-64929,64938-64941,64944,64961,64966,64973 via svnmerge from
2008-07-16 12:55:28 +00:00
frameobject.h
#3021 : Antoine Pitrou's Lexical exception handlers
2008-06-11 15:59:43 +00:00
funcobject.h
genobject.h
graminit.h
grammar.h
import.h
Merged revisions 71031 via svnmerge from
2009-04-02 03:41:46 +00:00
intobject.h
Issue #4910 : PyNumber_Int is deprecated in 3.0.1; will be removed in 3.1.
2009-02-11 17:04:37 +00:00
intrcheck.h
iterobject.h
listobject.h
longintrepr.h
Add ..versionadded for sys.int_info, update py3k version of
2009-03-20 16:00:49 +00:00
longobject.h
Issue #4258 : Make it possible to use 30-bit digits for PyLongs:
2009-03-18 20:06:12 +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
Implement PEP 3121: new module initialization and finalization API.
2008-06-11 05:26:20 +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
Merged revisions 71229,71271 via svnmerge from
2009-04-07 13:24:27 +00:00
objimpl.h
Merged revisions 70546 via svnmerge from
2009-03-23 18:52:06 +00:00
opcode.h
http://bugs.python.org/issue4715
2009-02-25 02:25:04 +00:00
osdefs.h
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
bump version for 3.1a2+
2009-04-04 23:16:41 +00:00
pgen.h
pgenheaders.h
py_curses.h
pyarena.h
pydebug.h
Issue #4705 : Fix the -u ("unbuffered binary stdout and stderr") command-line
2009-01-09 18:53:14 +00:00
pyerrors.h
remove duplicate definition of PyExc_BufferError #4950
2009-01-16 03:06:57 +00:00
pyexpat.h
pyfpe.h
pygetopt.h
pymacconfig.h
Issue #1580 : use short float repr where possible.
2009-04-16 19:52:09 +00:00
pymath.h
Issue #1580 : use short float repr where possible.
2009-04-16 19:52:09 +00:00
pymem.h
Merged revisions 65182 via svnmerge from
2008-07-23 16:13:07 +00:00
pyport.h
Issue #1580 : use short float repr where possible.
2009-04-16 19:52:09 +00:00
pystate.h
Issue 3723: Fixed initialization of subinterpreters
2008-10-30 21:48:26 +00:00
pystrcmp.h
pystrtod.h
Python-ast.h
Python.h
Issue #1580 : use short float repr where possible.
2009-04-16 19:52:09 +00:00
pythonrun.h
The BDFL has retired! Long live the FLUFL (Friendly Language Uncle For Life)!
2009-04-01 05:08:41 +00:00
pythread.h
Merged revisions 64212 via svnmerge from
2008-06-13 00:26:50 +00:00
rangeobject.h
setobject.h
sliceobject.h
structmember.h
structseq.h
symtable.h
Merged revisions 65715,65724,65726,65732,65736-65739,65775 via svnmerge from
2008-08-17 18:02:44 +00:00
sysmodule.h
timefuncs.h
token.h
traceback.h
Merged revisions 64722,64729,64753,64845-64846,64849,64871,64880-64882,64885,64888,64897,64900-64901,64915,64926-64929,64938-64941,64944,64961,64966,64973 via svnmerge from
2008-07-16 12:55:28 +00:00
tupleobject.h
Merged revisions 70546 via svnmerge from
2009-03-23 18:52:06 +00:00
ucnhash.h
unicodeobject.h
Added ',' thousands grouping to int.__format__. See PEP 378.
2009-04-03 14:45:06 +00:00
warnings.h
Implement PEP 3121: new module initialization and finalization API.
2008-06-11 05:26:20 +00:00
weakrefobject.h