Skip to content
Why GitHub?
Features
→
Code review
Project management
Integrations
Actions
Packages
Security
Team management
Hosting
Customer stories
→
Security
→
Enterprise
Explore
Explore GitHub
→
Learn & contribute
Topics
Collections
Trending
Learning Lab
Open source guides
Connect with others
Events
Community forum
GitHub Education
Marketplace
Pricing
Plans
→
Compare plans
Contact Sales
Nonprofit
→
Education
→
In this repository
All GitHub
↵
Jump to
↵
No suggested jump to results
In this repository
All GitHub
↵
Jump to
↵
In this repository
All GitHub
↵
Jump to
↵
Sign in
Sign up
Sponsor
Sponsor python/cpython
Watch
1.1k
Star
28.3k
Fork
12.8k
python
/
cpython
Code
Pull requests
1,008
Security
Insights
Branch:
3.7
Create new file
Find file
History
cpython
/
Python
/
Pull request
Compare
This branch is 2540 commits ahead, 5064 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.
clinic
bpo-32436
: Implement PEP 567 (
#5027
)
Jan 23, 2018
Python-ast.c
README
Issue #18093: Factor out the programs that embed the runtime
Jul 25, 2014
_warnings.c
asdl.c
replace PY_SIZE_MAX with SIZE_MAX
Sep 7, 2016
ast.c
ast_opt.c
bpo-32911
: Revert
bpo-29463
. (
GH-7121
)
May 29, 2018
ast_unparse.c
bpo-34854
: Fix compiling string annotations containing lambdas. (
GH-9645
Sep 30, 2018
bltinmodule.c
Adjust builtins.zip() docstring to better communicate its signature (
G…
Jul 19, 2019
bootstrap_hash.c
ceval.c
ceval_gil.h
bpo-30860
: Consolidate stateful runtime globals. (
#3397
)
Sep 8, 2017
codecs.c
compile.c
Typo fix: "empy" should be "empty". (
GH-16666
)
Oct 9, 2019
condvar.h
Typo fix: "throuhgh" should be "through". (
GH-16704
)
Oct 11, 2019
context.c
bpo-38979
: fix ContextVar "__class_getitem__" method (
GH-17497
)
Dec 8, 2019
dtoa.c
bpo-36262
: Fix _Py_dg_strtod() memory leak (goto undfl) (
GH-12276
) (
G…
Mar 14, 2019
dup2.c
dynamic_annotations.c
dynload_aix.c
PEP 489: Multi-phase extension module initialization
May 23, 2015
dynload_dl.c
dynload_hpux.c
dynload_shlib.c
bpo-30860
: Consolidate stateful runtime globals. (
#3397
)
Sep 8, 2017
dynload_stub.c
Issue
#13959
: Re-implement imp.get_suffixes() in Lib/imp.py.
May 4, 2012
dynload_win.c
errors.c
bpo-36829
: Enhance PyErr_WriteUnraisable() (
GH-13487
)
May 22, 2019
fileutils.c
bpo-37549
: os.dup() fails for standard streams on Windows 7 (
GH-15389
)
Aug 23, 2019
formatter_unicode.c
Fix typo in formatter_unicode (
GH-16831
)
Oct 25, 2019
frozen.c
Issue #26647: Python interpreter now uses 16-bit wordcode instead of …
May 24, 2016
frozenmain.c
future.c
bpo-32911
: Revert
bpo-29463
. (
GH-7121
)
May 29, 2018
getargs.c
bpo-38540
: Revert a warning if PY_SSIZE_T_CLEAN is not defined. (
GH-1…
Oct 21, 2019
getcompiler.c
getcopyright.c
[3.7] Bump copyright years to 2019. (
GH-11406
)
Jan 2, 2019
getopt.c
getplatform.c
bpo-32150
: Expand tabs to spaces in C files. (
#4583
)
Nov 28, 2017
getversion.c
bpo-32150
: Expand tabs to spaces in C files. (
#4583
)
Nov 28, 2017
graminit.c
bpo-30406
: Make async and await proper keywords (
#1669
)
Oct 6, 2017
hamt.c
Typo fix - implemention should be implementation (
GH-16806
)
Oct 15, 2019
import.c
[3.8]
bpo-37409
: fix relative import with no parent (
GH-14956
) (
GH-15913
Sep 11, 2019
importdl.c
importdl.h
PEP 489: Multi-phase extension module initialization
May 23, 2015
importlib.h
importlib_external.h
bpo-32911
: Revert
bpo-29463
. (
GH-7121
)
May 29, 2018
makeopcodetargets.py
makeopcodetargets.py: we need to import Lib/opcode.py
Mar 26, 2016
marshal.c
modsupport.c
bpo-29852
: Argument Clinic Py_ssize_t converter now supports None (
#716
)
Mar 30, 2017
mysnprintf.c
Recorded merge of revisions 81032 via svnmerge from
May 9, 2010
mystrtoul.c
bpo-31370
: Remove support for threads-less builds (
#3385
)
Sep 7, 2017
opcode_targets.h
bpo-32550
. Remove the STORE_ANNOTATION bytecode. (
GH-5181
)
Jan 30, 2018
pathconfig.c
bpo-36236
: Handle removed cwd at Python init (
GH-12450
)
Mar 19, 2019
peephole.c
[3.7]
bpo-37500
: Revert commit
85ed171
(
GH-14605
)
Jul 5, 2019
pyarena.c
[3.7]
bpo-36254
: Fix invalid uses of %d in format strings in C. (
GH-1…
Mar 14, 2019
pyctype.c
Include files missed in r72044.
Apr 27, 2009
pyfpe.c
pyhash.c
bpo-31849
: Fix warning in pyhash.c (
GH-6799
)
Jun 4, 2018
pylifecycle.c
bpo-32849
: Fix is_valid_fd() on FreeBSD (
GH-12852
) (
GH-12863
)
Apr 17, 2019
pymath.c
pystate.c
closes
bpo-38124
: Fix bounds check in PyState_AddModule. (
GH-16007
)
Sep 12, 2019
pystrcmp.c
Recorded merge of revisions 81032 via svnmerge from
May 9, 2010
pystrhex.c
bpo-32150
: Expand tabs to spaces in C files. (
#4583
)
Nov 28, 2017
pystrtod.c
bpo-35436
: Add missing PyErr_NoMemory() calls and other minor bug fix…
Dec 7, 2018
pythonrun.c
bpo-37467
: Fix PyErr_Display() for bytes filename (
GH-14504
) (
GH-14515
)
Jul 1, 2019
pytime.c
strdup.c
bpo-32150
: Expand tabs to spaces in C files. (
#4583
)
Nov 28, 2017
structmember.c
symtable.c
Add a missed PyErr_NoMemory() in symtable_new(). (
GH-10576
)
Nov 16, 2018
sysmodule.c
bpo-38096
: Clean up the "struct sequence" / "named tuple" docs (
GH-15895
Sep 12, 2019
thread.c
bpo-38096
: Clean up the "struct sequence" / "named tuple" docs (
GH-15895
Sep 12, 2019
thread_nt.h
thread_pthread.h
traceback.c
bpo-33029
: Fix signatures of getter and setter functions. (
GH-10746
)
Nov 27, 2018
wordcode_helpers.h
bpo-31338
(
#3374
)
Sep 15, 2017
README
Miscellaneous source files for the main Python shared library
You can’t perform that action at this time.
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.