Skip to content
Branch: 2.7
Find file History
Pull request Compare This branch is 4237 commits ahead, 29466 commits behind master.
Fetching latest commit…
Cannot retrieve the latest commit at this time.
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
asdl.h
ast.h
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
bytes_methods.h
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
ceval.h bpo-29935: Fixed error messages in the index() method of tuple and li… Mar 30, 2017
classobject.h
cobject.h
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
eval.h - New function sys.call_tracing() allows pdb to debug code Apr 9, 2003
fileobject.h
floatobject.h Issue #7117, continued: Change round implementation to use the correc… Nov 18, 2009
frameobject.h
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
import.h Issue #19932: Fix typo in import.h, missing whitespaces in function p… Dec 10, 2013
intobject.h
intrcheck.h Excise DL_EXPORT from Include. Aug 12, 2002
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
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
moduleobject.h #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and… Dec 19, 2007
node.h Issue #18637: Fixed an error in _PyNode_SizeOf declaration. Nov 18, 2014
object.h
objimpl.h Indicate that _PyGC_Head is only 8-byte aligned. (closes bpo-33374) Apr 29, 2018
opcode.h
osdefs.h Backport 5db6d9ddf6e8. Nov 12, 2012
parsetok.h
patchlevel.h
pgen.h Changes from Jonathan Riehl to allow his pgen extension (PEP 269) to Apr 17, 2003
pgenheaders.h
py_curses.h bpo-25720: Fix the method for checking pad state of curses WINDOW (GH… Nov 1, 2017
pyarena.h
pycapsule.h
pyctype.h
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
pygetopt.h Fix crash at startup with -W options. Feb 21, 2012
pymacconfig.h
pymactoolbox.h
pymath.h
pymem.h
pyport.h
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
pythread.h
rangeobject.h
setobject.h
sliceobject.h bpo-29943: Remove the PySlice_GetIndicesEx() macro. (#1050) Apr 16, 2017
stringobject.h Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc Apr 15, 2016
structmember.h
structseq.h
symtable.h Untabify C files. Will watch buildbots. May 9, 2010
sysmodule.h
timefuncs.h issue #9090 : Take the same approach for socketmodule as daytimemodule Mar 19, 2013
token.h
traceback.h
tupleobject.h
ucnhash.h
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.