cpython/Include
Antoine Pitrou f939b3c0f7 Issue #28427: old keys should not remove new values from
WeakValueDictionary when collecting from another thread.
2016-12-27 15:08:27 +01:00
..
Python-ast.h Issue #2333: Backport set and dict comprehensions syntax. 2010-01-11 22:36:12 +00:00
Python.h Merged revisions 82969 via svnmerge from 2010-07-19 13:36:13 +00:00
abstract.h Issue #25701: Document that some C APIs can both set and delete items 2016-11-30 10:32:40 +00:00
asdl.h
ast.h
bitset.h
boolobject.h
bufferobject.h
bytearrayobject.h Merged revisions 77581 via svnmerge from 2010-01-17 16:06:27 +00:00
bytes_methods.h
bytesobject.h
cStringIO.h Remove trailing whitespaces in cStringIO.h. 2013-01-28 11:00:58 +02:00
cellobject.h
ceval.h Added the const qualifier for char* argument of Py_EnterRecursiveCall(). 2015-06-21 16:26:28 +03:00
classobject.h Issue #8268: Old-style classes (not just instances) now support weak 2010-03-31 21:32:15 +00:00
cobject.h Capsule-related changes: 2010-04-02 11:01:35 +00:00
code.h code_richcompare() now uses the constants types 2016-01-22 12:33:12 +01:00
codecs.h Issue #25523: Correct "a" article to "an" article 2015-11-02 03:37:02 +00:00
compile.h
complexobject.h
datetime.h #18466: fix more typos. Patch by Févry Thibault. 2013-08-17 16:56:09 +03:00
descrobject.h Recorded merge of revisions 81029 via svnmerge from 2010-05-09 15:15:40 +00:00
dictobject.h Issue #28427: old keys should not remove new values from 2016-12-27 15:08:27 +01:00
dtoa.h Issue #7117: Prepare for backport of py3k float repr. 2009-10-24 12:13:30 +00:00
enumobject.h
errcode.h
eval.h
fileobject.h Always define _PyIsSelectable_fd(). 2011-08-28 16:43:24 +02:00
floatobject.h Issue #7117, continued: Change round implementation to use the correctly-rounded 2009-11-18 19:33:35 +00:00
frameobject.h
funcobject.h
genobject.h
graminit.h remove dictmaker rule; it's unused 2010-12-11 04:25:57 +00:00
grammar.h
import.h Issue #19932: Fix typo in import.h, missing whitespaces in function prototypes. 2013-12-10 01:23:22 +01:00
intobject.h Issue #15989: Fix several occurrences of integer overflow 2013-01-19 12:55:39 +02:00
intrcheck.h
iterobject.h
listobject.h Issue #26778: Fixed "a/an/and" typos in code comment and documentation. 2016-04-17 09:37:36 +03:00
longintrepr.h
longobject.h Issue #27626: Spelling fixes in docs, comments and internal names 2016-07-28 01:11:04 +00:00
marshal.h
memoryobject.h Corrections for a/an in code comments and documentation 2016-05-08 13:45:55 +00:00
metagrammar.h
methodobject.h Implemented Martin's suggestion to clear the free lists during the garbage collection of the highest generation. 2008-02-14 12:47:33 +00:00
modsupport.h
moduleobject.h
node.h Issue #18637: Fixed an error in _PyNode_SizeOf declaration. 2014-11-18 17:29:47 +02:00
object.h Issue #23943: Fix typos. Patch by Piotr Kasprzyk. 2016-07-28 03:04:04 +00:00
objimpl.h Recorded merge of revisions 81029 via svnmerge from 2010-05-09 15:15:40 +00:00
opcode.h backport computed gotos (#4753) 2015-05-28 12:45:31 -05:00
osdefs.h Backport 5db6d9ddf6e8. 2012-11-12 20:35:29 +01:00
parsetok.h
patchlevel.h prepare for 2.7.14 dev 2016-12-03 13:12:03 -08:00
pgen.h
pgenheaders.h
py_curses.h Backported PyCapsule from 3.1, and converted most uses of 2010-03-25 00:54:54 +00:00
pyarena.h
pycapsule.h Remove extraneous experimental code checked in by accident. 2010-03-25 01:23:27 +00:00
pyctype.h Try to fix linking failures under Windows 2011-10-04 14:45:32 +02:00
pydebug.h - Issue #13703: oCERT-2011-003: add -R command-line option and PYTHONHASHSEED 2012-02-20 20:42:21 -05:00
pyerrors.h Issue #26476: Fixed compilation error when use PyErr_BadInternalCall() in C++. 2016-03-03 18:16:27 +02:00
pyexpat.h Backported PyCapsule from 3.1, and converted most uses of 2010-03-25 00:54:54 +00:00
pyfpe.h remove trailing whitespace 2016-09-19 22:16:36 -07:00
pygetopt.h Fix crash at startup with -W options. 2012-02-21 20:42:48 +01:00
pymacconfig.h Fix some spelling errors 2016-08-20 08:00:53 +00:00
pymactoolbox.h Issue #27806: Fix 32-bit builds on macOS Sierra 10.12 broken by removal of 2016-09-16 09:08:45 -04:00
pymath.h Issue #27895: Spelling fixes (Contributed by Ville Skyttä). 2016-09-07 12:03:06 +00:00
pymem.h Merged revisions 78189 via svnmerge from 2010-02-14 14:00:19 +00:00
pyport.h Issue #10910: Update FreedBSD version checks for the ctype UTF-8 workaround. 2016-08-15 03:04:36 -04:00
pystate.h Issue #13992: The trashcan mechanism is now thread-safe. This eliminates 2012-09-06 00:59:49 +02:00
pystrcmp.h
pystrtod.h Issue #7117: Backport missing pystrtod.h declarations from py3k. 2009-10-26 21:09:09 +00:00
pythonrun.h Corrections for a/an in code comments and documentation 2016-05-08 13:45:55 +00:00
pythread.h #4852: Remove dead code in every thread implementation, unused for many years. 2010-02-23 23:19:39 +00:00
rangeobject.h
setobject.h Recorded merge of revisions 81029 via svnmerge from 2010-05-09 15:15:40 +00:00
sliceobject.h
stringobject.h Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc 2016-04-15 02:14:19 +00:00
structmember.h Recorded merge of revisions 81029 via svnmerge from 2010-05-09 15:15:40 +00:00
structseq.h
symtable.h Recorded merge of revisions 81029 via svnmerge from 2010-05-09 15:15:40 +00:00
sysmodule.h Issue #22193: Fixed integer overflow error in sys.getsizeof(). 2014-11-15 13:21:01 +02:00
timefuncs.h issue #9090 : Take the same approach for socketmodule as daytimemodule 2013-03-19 13:53:56 -07:00
token.h Merged revisions 85675 via svnmerge from 2010-10-18 00:19:30 +00:00
traceback.h
tupleobject.h
ucnhash.h Backported PyCapsule from 3.1, and converted most uses of 2010-03-25 00:54:54 +00:00
unicodeobject.h Issue #28139: Fix messed up indentation 2016-09-17 07:54:55 +00:00
warnings.h
weakrefobject.h Closes #13867: remove untrue comment about PyWeakref_Check(). 2013-10-08 19:50:26 +02:00