Skip to content
Branch: 2.7
Find file History
Pull request Compare This branch is 4229 commits ahead, 29180 commits behind master.
Latest commit b02f692 Oct 20, 2019
Permalink
Type Name Latest commit message Commit time
..
Failed to load latest commit information.
Python-ast.h Issue #2333: Backport set and dict comprehensions syntax. Jan 11, 2010
Python.h bpo-32635: Fix a segfault when importing the crypt module with libxcr… Jan 24, 2018
abstract.h Issue #25701: Document that some C APIs can both set and delete items Nov 30, 2016
asdl.h Introduce asdl_int_seq, to hold cmpop_ty. Apr 13, 2006
ast.h Merge from ast-arena. This reduces the code in Python/ast.c by ~300 l… Dec 17, 2005
bitset.h REMOVED all CWI, CNRI and BeOpen copyright markings. Sep 1, 2000
boolobject.h #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and… Dec 19, 2007
bufferobject.h #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and… Dec 19, 2007
bytearrayobject.h Merged revisions 77581 via svnmerge from Jan 17, 2010
bytes_methods.h Issue #5793: rationalize isdigit / isalpha / tolower, etc. Will port … Apr 27, 2009
bytesobject.h remove some PyBytes_* aliases that are not in 3.x Feb 16, 2009
cStringIO.h Remove trailing whitespaces in cStringIO.h. Jan 28, 2013
cellobject.h #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and… Dec 19, 2007
ceval.h bpo-29935: Fixed error messages in the index() method of tuple and li… Mar 30, 2017
classobject.h Issue #8268: Old-style classes (not just instances) now support weak Mar 31, 2010
cobject.h Capsule-related changes: Apr 2, 2010
code.h bpo-30134: fix BytesWarning doc, docstring and message (GH-12739) Apr 9, 2019
codecs.h Issue #25523: Correct "a" article to "an" article Nov 2, 2015
compile.h move unprefixed error into .c file Oct 30, 2008
complexobject.h Issue #1588: Add complex.__format__. Apr 30, 2009
datetime.h
descrobject.h
dictobject.h Issue #28427: old keys should not remove new values from Dec 27, 2016
dtoa.h Issue #7117: Prepare for backport of py3k float repr. Oct 24, 2009
enumobject.h Implement and apply PEP 322, reverse iteration Nov 6, 2003
errcode.h bpo-25083: Python can sometimes create incorrect .pyc files (GH-8449) Sep 10, 2018
eval.h - New function sys.call_tracing() allows pdb to debug code Apr 9, 2003
fileobject.h Always define _PyIsSelectable_fd(). Aug 28, 2011
floatobject.h Issue #7117, continued: Change round implementation to use the correc… Nov 18, 2009
frameobject.h [2.7] bpo-22851: Fix a segfault when accessing generator.gi_frame.f_r… Oct 13, 2018
funcobject.h #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and… Dec 19, 2007
genobject.h #1473257: add generator.gi_code attribute that refers to Jan 26, 2008
graminit.h remove dictmaker rule; it's unused Dec 11, 2010
grammar.h [2.7] properly free memory in pgen. (GH-7869) (closes bpo-27780 Jun 23, 2018
import.h Issue #19932: Fix typo in import.h, missing whitespaces in function p… Dec 10, 2013
intobject.h [2.7] bpo-34234: Use _PyAnyInt_Check() and _PyAnyInt_CheckExact(). (G… Jul 31, 2018
intrcheck.h
iterobject.h #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and… Dec 19, 2007
listobject.h Issue #26778: Fixed "a/an/and" typos in code comment and documentation. Apr 17, 2016
longintrepr.h Issue #6713: Improve performance of str(n) and repr(n) for integers n Sep 16, 2009
longobject.h Issue #27626: Spelling fixes in docs, comments and internal names Jul 28, 2016
marshal.h Merge ssize_t branch. Feb 15, 2006
memoryobject.h Corrections for a/an in code comments and documentation May 8, 2016
metagrammar.h REMOVED all CWI, CNRI and BeOpen copyright markings. Sep 1, 2000
methodobject.h Implemented Martin's suggestion to clear the free lists during the ga… Feb 14, 2008
modsupport.h Don't repeat yourself Jan 22, 2008
moduleobject.h
node.h Issue #18637: Fixed an error in _PyNode_SizeOf declaration. Nov 18, 2014
object.h Issue #23943: Fix typos. Patch by Piotr Kasprzyk. Jul 28, 2016
objimpl.h Indicate that _PyGC_Head is only 8-byte aligned. (closes bpo-33374) Apr 29, 2018
opcode.h backport computed gotos (#4753) May 28, 2015
osdefs.h Backport 5db6d9ddf6e8. Nov 12, 2012
parsetok.h Patch #2477: Added from __future__ import unicode_literals Mar 26, 2008
patchlevel.h 2.2.17+ Oct 19, 2019
pgen.h Changes from Jonathan Riehl to allow his pgen extension (PEP 269) to Apr 17, 2003
pgenheaders.h closes bpo-35340: Add freegrammar to pgenheaders.h. (GH-10788) Nov 29, 2018
py_curses.h bpo-25720: Fix the method for checking pad state of curses WINDOW (GH… Nov 1, 2017
pyarena.h Added words about what PyArena_Malloc() does. Mar 2, 2006
pycapsule.h Remove extraneous experimental code checked in by accident. Mar 25, 2010
pyctype.h Try to fix linking failures under Windows Oct 4, 2011
pydebug.h - Issue #13703: oCERT-2011-003: add -R command-line option and PYTHON… Feb 21, 2012
pyerrors.h Issue #26476: Fixed compilation error when use PyErr_BadInternalCall(… Mar 3, 2016
pyexpat.h [2.7] bpo-34623: Use XML_SetHashSalt in _elementtree (GH-9146) (GH-9394) Sep 18, 2018
pyfpe.h remove trailing whitespace Sep 20, 2016
pygetopt.h Fix crash at startup with -W options. Feb 21, 2012
pymacconfig.h Fix some spelling errors Aug 20, 2016
pymactoolbox.h Issue #27806: Fix 32-bit builds on macOS Sierra 10.12 broken by remov… Sep 16, 2016
pymath.h Issue #27895: Spelling fixes (Contributed by Ville Skyttä). Sep 7, 2016
pymem.h bpo-31474: Fix -Wint-in-bool-context warnings (#3581) Sep 15, 2017
pyport.h closes bpo-38253: Fix typo of Py_SET_ERANGE_IF_OVERFLOW in pyport.h. (G… Sep 24, 2019
pystate.h Issue #13992: The trashcan mechanism is now thread-safe. This eliminates Sep 5, 2012
pystrcmp.h build_os2emx.patch in issue 3868 - update OS/2 EMX makefile and confi… Sep 22, 2008
pystrtod.h Issue #7117: Backport missing pystrtod.h declarations from py3k. Oct 26, 2009
pythonrun.h bpo-27593: Get SCM build info from git instead of hg (#1327) May 2, 2017
pythread.h #4852: Remove dead code in every thread implementation, unused for ma… Feb 23, 2010
rangeobject.h #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and… Dec 19, 2007
setobject.h Recorded merge of revisions 81029 via svnmerge from May 9, 2010
sliceobject.h
stringobject.h
structmember.h Recorded merge of revisions 81029 via svnmerge from May 9, 2010
structseq.h Clean up some whitespace to be consistent with Python's C style. Oct 17, 2002
symtable.h Untabify C files. Will watch buildbots. May 9, 2010
sysmodule.h Issue #22193: Fixed integer overflow error in sys.getsizeof(). Nov 15, 2014
timefuncs.h issue #9090 : Take the same approach for socketmodule as daytimemodule Mar 19, 2013
token.h Merged revisions 85675 via svnmerge from Oct 18, 2010
traceback.h
tupleobject.h Issue #4688: Add a heuristic so that tuples and dicts containing only Mar 23, 2009
ucnhash.h Backported PyCapsule from 3.1, and converted most uses of Mar 25, 2010
unicodeobject.h Issue #28139: Fix messed up indentation Sep 17, 2016
warnings.h wrap line May 26, 2008
weakrefobject.h Closes #13867: remove untrue comment about PyWeakref_Check(). Oct 8, 2013
You can’t perform that action at this time.