Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
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.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
confidentmachine
/
cpython
Public
forked from
python/cpython
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
cpython
Python
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Sep 24, 2017
bpo-31566: Fix an assertion failure in _warnings.warn() in case of a bad __name__ global. (#3717)
orenmn
authored and
serhiy-storchaka
committed
5d3e800
View commit details
Copy full SHA for 5d3e800
View code at this point
Browse repository at this point
bpo-31285: Fix an assertion failure and a SystemError in warnings.warn_explicit. (#3219)
orenmn
authored and
serhiy-storchaka
committed
91fb0af
View commit details
Copy full SHA for 91fb0af
View code at this point
Browse repository at this point
Commits on Sep 19, 2017
bpo-31315: Fix an assertion failure in imp.create_dynamic(), when spec.name is not a string. (#3257)
orenmn
authored and
serhiy-storchaka
committed
9974e1b
View commit details
Copy full SHA for 9974e1b
View code at this point
Browse repository at this point
bpo-31492: Fix assertion failures in case of a module with a bad __name__ attribute. (#3620)
orenmn
authored and
serhiy-storchaka
committed
6db7033
View commit details
Copy full SHA for 6db7033
View code at this point
Browse repository at this point
Commits on Sep 18, 2017
Trivial cleanups following bpo-31370 (#3649)
Show description for 88c60c9
pitrou
authored
88c60c9
View commit details
Copy full SHA for 88c60c9
View code at this point
Browse repository at this point
Commits on Sep 15, 2017
bpo-28411: Support other mappings in PyInterpreterState.modules. (#3593)
Show description for 3f9eee6
ericsnowcurrently
authored
3f9eee6
View commit details
Copy full SHA for 3f9eee6
View code at this point
Browse repository at this point
bpo-31338 (#3374)
Show description for b2e5794
warsaw
authored
b2e5794
View commit details
Copy full SHA for b2e5794
View code at this point
Browse repository at this point
Commits on Sep 14, 2017
bpo-28411: Isolate PyInterpreterState.modules (#3575)
Show description for d393c1b
ericsnowcurrently
authored
d393c1b
View commit details
Copy full SHA for d393c1b
View code at this point
Browse repository at this point
bpo-30860: Fix a refleak. (#3567)
Show description for dae0276
ericsnowcurrently
authored
dae0276
View commit details
Copy full SHA for dae0276
View code at this point
Browse repository at this point
bpo-31404: Revert "remove modules from Py_InterpreterState (#1638)" (#3565)
Show description for 93c92f7
ericsnowcurrently
authored
93c92f7
View commit details
Copy full SHA for 93c92f7
View code at this point
Browse repository at this point
Commits on Sep 13, 2017
bpo-31418: Fix an assertion failure in PyErr_WriteUnraisable() in case of an exception with a bad __module__ attribute. (#3539)
orenmn
authored and
serhiy-storchaka
committed
f6e61df
View commit details
Copy full SHA for f6e61df
View code at this point
Browse repository at this point
Commits on Sep 12, 2017
bpo-30860: Fix a refleak. (#3506)
Show description for 8728018
ericsnowcurrently
authored and
vstinner
committed
8728018
View commit details
Copy full SHA for 8728018
View code at this point
Browse repository at this point
Commits on Sep 11, 2017
bpo-31416: Fix assertion failures in case of a bad warnings.filters or warnings.defaultaction. (#3496)
Show description for 9d984fd
orenmn
authored and
serhiy-storchaka
committed
9d984fd
View commit details
Copy full SHA for 9d984fd
View code at this point
Browse repository at this point
bpo-31373: remove overly strict float range checks (#3486)
Show description for 2bb69a5
benjaminp
authored
2bb69a5
View commit details
Copy full SHA for 2bb69a5
View code at this point
Browse repository at this point
bpo-31411: Prevent raising a SystemError in case warnings.onceregistry is not a dictionary. (#3485)
orenmn
authored and
serhiy-storchaka
committed
252033d
View commit details
Copy full SHA for 252033d
View code at this point
Browse repository at this point
Commits on Sep 8, 2017
bpo-26669: Fix nan arg value error in pytime.c (#3085)
Show description for 829dacc
hahnlee
authored and
vstinner
committed
829dacc
View commit details
Copy full SHA for 829dacc
View code at this point
Browse repository at this point
delete dead locale initialization code for windows (#3461)
benjaminp
authored
db610e9
View commit details
Copy full SHA for db610e9
View code at this point
Browse repository at this point
bpo-31393: Fix the use of PyUnicode_READY(). (#3451)
serhiy-storchaka
authored
e3b2b4b
View commit details
Copy full SHA for e3b2b4b
View code at this point
Browse repository at this point
bpo-30860: Consolidate stateful runtime globals. (#3397)
Show description for 2ebc5ce
ericsnowcurrently
authored
2ebc5ce
View commit details
Copy full SHA for 2ebc5ce
View code at this point
Browse repository at this point
bpo-31344: Per-frame control of trace events (GH-3417)
Show description for 5a85167
ncoghlan
authored
5a85167
View commit details
Copy full SHA for 5a85167
View code at this point
Browse repository at this point
Commits on Sep 7, 2017
bpo-31373: fix undefined floating-point demotions (#3396)
benjaminp
authored
a853a8b
View commit details
Copy full SHA for a853a8b
View code at this point
Browse repository at this point
remove current_filename optimization from marshal (#3423) (closes bpo-31384)
benjaminp
authored
c988ae0
View commit details
Copy full SHA for c988ae0
View code at this point
Browse repository at this point
bpo-31370: Remove support for threads-less builds (#3385)
Show description for a6a4dc8
pitrou
authored and
vstinner
committed
a6a4dc8
View commit details
Copy full SHA for a6a4dc8
View code at this point
Browse repository at this point
bpo-30465: Fix lineno and col_offset in fstring AST nodes (#1800)
Show description for e7c566c
ambv
authored and
ericvsmith
committed
e7c566c
View commit details
Copy full SHA for e7c566c
View code at this point
Browse repository at this point
Commits on Sep 6, 2017
Revert "pytime: include winsock2, so we can have a complete timeval type (#3377)" (#3383)
Show description for bcaac81
pitrou
authored
bcaac81
View commit details
Copy full SHA for bcaac81
View code at this point
Browse repository at this point
Revert "bpo-30860: Consolidate stateful runtime globals." (#3379)
Show description for 05351c1
ericsnowcurrently
authored
05351c1
View commit details
Copy full SHA for 05351c1
View code at this point
Browse repository at this point
pytime: include winsock2, so we can have a complete timeval type (#3377)
benjaminp
authored
8338606
View commit details
Copy full SHA for 8338606
View code at this point
Browse repository at this point
correct initialization code (#3376)
Show description for b0a9a5a
benjaminp
authored
b0a9a5a
View commit details
Copy full SHA for b0a9a5a
View code at this point
Browse repository at this point
bpo-30860: Consolidate stateful runtime globals. (#2594)
Show description for 76d5abc
ericsnowcurrently
authored
76d5abc
View commit details
Copy full SHA for 76d5abc
View code at this point
Browse repository at this point
Commits on Sep 4, 2017
bpo-28411: Remove "modules" field from Py_InterpreterState. (#1638)
Show description for 86b7afd
ericsnowcurrently
authored
86b7afd
View commit details
Copy full SHA for 86b7afd
View code at this point
Browse repository at this point
Commits on Aug 29, 2017
bpo-31286, bpo-30024: Fixed stack usage in absolute imports with (#3217)
Show description for 265fcc5
serhiy-storchaka
authored
265fcc5
View commit details
Copy full SHA for 265fcc5
View code at this point
Browse repository at this point
Commits on Aug 24, 2017
bpo-31095: fix potential crash during GC (GH-2974)
methane
authored
a6296d3
View commit details
Copy full SHA for a6296d3
View code at this point
Browse repository at this point
Commits on Aug 23, 2017
bpo-31229: Fixed wrong error messages when too many keyword arguments are received. (#3180)
orenmn
authored and
serhiy-storchaka
committed
bf9075a
View commit details
Copy full SHA for bf9075a
View code at this point
Browse repository at this point
Commits on Aug 21, 2017
bpo-31236: Improved some error messages of min() and max().
orenmn
authored and
serhiy-storchaka
committed
58cf748
View commit details
Copy full SHA for 58cf748
View code at this point
Browse repository at this point
bpo-30923: Silence fall-through warnings included in -Wextra since gcc-7.0. (#3157)
skrah
authored
f432a32
View commit details
Copy full SHA for f432a32
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.