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
Accelerator
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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
mCodingLLC
/
cpython
Public
forked from
python/cpython
Notifications
You must be signed in to change notification settings
Fork
3
Star
1
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit history
Commits on Jun 3, 2022
GH-93444: remove redundant fields from basicblock: b_nofallthrough, b_exit, b_return (GH-93445)
iritkatriel
authored
1713ff0
View commit details
Copy full SHA for 1713ff0
Browse repository at this point
gh-93156 - fix negative indexing into absolute `pathlib.PurePath().parents` (GH-93273)
Show description for f32e6b4
barneygale
authored
f32e6b4
View commit details
Copy full SHA for f32e6b4
Browse repository at this point
gh-84461: Skip dtrace/network tests that are enabled by -u all (GH-93473)
tiran
authored
1a8a0dd
View commit details
Copy full SHA for 1a8a0dd
Browse repository at this point
gh-93382: Cache result of `PyCode_GetCode` in codeobject (GH-93383)
Show description for d52ffc1
3 people
authored
d52ffc1
View commit details
Copy full SHA for d52ffc1
Browse repository at this point
test.pythoninfo: Fix typo, Py_REF_DEBUG => Py_TRACE_REFS (#93467)
vstinner
authored
d8f40ea
View commit details
Copy full SHA for d8f40ea
Browse repository at this point
gh-93433: Fix dis doc example output (GH-93434)
Fidget-Spinner
authored
debf4c1
View commit details
Copy full SHA for debf4c1
Browse repository at this point
gh-68966: Make mailcap refuse to match unsafe filenames/types/params (GH-91993)
encukou
authored
b9509ba
View commit details
Copy full SHA for b9509ba
Browse repository at this point
remove redundant argument to log_helper (GH-93440)
eendebakpt
authored
5a80e85
View commit details
Copy full SHA for 5a80e85
Browse repository at this point
gh-92932: dis._unpack_opargs should handle EXTENDED_ARG_QUICK (gh-92945)
corona10
authored
b013804
View commit details
Copy full SHA for b013804
Browse repository at this point
Commits on Jun 2, 2022
gh-91320: Fix more old-style cast warnings in C++ (#93285)
Show description for 941d705
vstinner
authored
941d705
View commit details
Copy full SHA for 941d705
Browse repository at this point
gh-90473: Skip and document more failing tests on WASI (GH-93436)
Show description for 069c96f
tiran
authored
069c96f
View commit details
Copy full SHA for 069c96f
Browse repository at this point
gh-93356: Lay out exception handling code at end of code unit (GH-92769)
iritkatriel
authored
94b1586
View commit details
Copy full SHA for 94b1586
Browse repository at this point
gh-84461: Skip new async logging tests on Emscripten (GH-93427)
tiran
authored
af5bb1f
View commit details
Copy full SHA for af5bb1f
Browse repository at this point
Commits on Jun 1, 2022
gh-93418: Fix an assert when an f-string expression is followed by an '=', but no closing brace. (gh-93419)
ericvsmith
authored
ee70c70
View commit details
Copy full SHA for ee70c70
Browse repository at this point
gh-92597: Improve error message for AST nodes with invalid ranges (GH-93398)
pablogsal
authored
8a221a8
View commit details
Copy full SHA for 8a221a8
Browse repository at this point
gh-90300: split --help output into separate options (#30331)
Show description for 8aa9d40
Éric
authored
8aa9d40
View commit details
Copy full SHA for 8aa9d40
Browse repository at this point
[doc] Improve discoverability of links between logging documents. (GH-93405)
vsajip
authored
132e563
View commit details
Copy full SHA for 132e563
Browse repository at this point
Remove the execution bit to some socket-related files. (#93368)
ezio-melotti
authored
5247389
View commit details
Copy full SHA for 5247389
Browse repository at this point
gh-93372: Fix typo in os.rename documentation (GH-93401)
Yang-Wei-Ting
authored
e7aab7c
View commit details
Copy full SHA for e7aab7c
Browse repository at this point
📝 Make sure the phrase "constant-time compare" actually appears in the docs (GH-93396)
Show description for 8241a69
coderanger
authored
8241a69
View commit details
Copy full SHA for 8241a69
Browse repository at this point
Commits on May 31, 2022
gh-92597: Ensure that AST nodes without explicit end positions can be compiled (GH-93359)
pablogsal
authored
705eaec
View commit details
Copy full SHA for 705eaec
Browse repository at this point
gh-93391: fix typo in `array` docs (GH-93392)
Show description for fc69436
ynfle
authored
fc69436
View commit details
Copy full SHA for fc69436
Browse repository at this point
[doc] logging.rst - Change link to point directly to the Google Group. (GH-93390)
moshekaplan
authored
e6e8160
View commit details
Copy full SHA for e6e8160
Browse repository at this point
gh-93143: Avoid NULL check in LOAD_FAST based on analysis in the compiler (GH-93144)
sweeneyde
authored
f425f3b
View commit details
Copy full SHA for f425f3b
Browse repository at this point
gh-69093: Fix Setup.local.in rule for _sqlite3 (GH-93380)
tiran
authored
8a5e3c2
View commit details
Copy full SHA for 8a5e3c2
Browse repository at this point
gh-93283: Improve error message for f-string with invalid conversion character (GH-93349)
serhiy-storchaka
authored
07df8d5
View commit details
Copy full SHA for 07df8d5
Browse repository at this point
Remove VOC reference (93333)
Show description for bb90071
carlbordum
authored
bb90071
View commit details
Copy full SHA for bb90071
Browse repository at this point
GH-93354: Use exponential backoff to avoid excessive specialization attempts. (GH-93355)
markshannon
authored
eb618d5
View commit details
Copy full SHA for eb618d5
Browse repository at this point
GH-93312: Add os.PIDFD_NONBLOCK flag (#93313)
kumaraditya303
authored
a565ab0
View commit details
Copy full SHA for a565ab0
Browse repository at this point
gh-93345: Fix a crash in substitution of nested TypeVar after TypeVarTuple (GH-93346)
Show description for f545fc9
serhiy-storchaka
authored
f545fc9
View commit details
Copy full SHA for f545fc9
Browse repository at this point
Commits on May 30, 2022
gh-93351: Ensure the position information in AST nodes created by the parser is always consistent (GH-93352)
pablogsal
authored
5893b5d
View commit details
Copy full SHA for 5893b5d
Browse repository at this point
bpo-42272: fix misleading warning filter message/module docs (#23172)
Show description for 8136606
kevinoid
authored
8136606
View commit details
Copy full SHA for 8136606
Browse repository at this point
Fix typo in Lib/idlelib/idle_test/test_parenmatch.py (GH-93332)
Show description for 4f195f9
luzpaz
and
terryjreedy
authored
4f195f9
View commit details
Copy full SHA for 4f195f9
Browse repository at this point
Commits on May 29, 2022
gh-93244: Document Py_PRINT_RAW in PyObject_Print() comment (93245)
hawkinsw
authored
61e008a
View commit details
Copy full SHA for 61e008a
Browse repository at this point
gh-93008: refactor compiler functions that add instructions to take only a basicblock* (not the whole compiler) (GH-93009)
iritkatriel
authored
ace6607
View commit details
Copy full SHA for ace6607
Browse repository at this point
Previous
Next
You can’t perform that action at this time.