Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
GitHub Copilot
Write better code with AI
GitHub Spark
New
Build and deploy intelligent apps
GitHub Models
New
Manage and compare prompts
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
Documentation
GitHub Skills
Blog
Integrations
GitHub Marketplace
MCP Registry
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
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
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 or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
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 }}
faster-cpython
/
cpython
Public
forked from
python/cpython
Notifications
You must be signed in to change notification settings
Fork
26
Star
529
Code
Pull requests
0
Actions
Projects
0
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security
Insights
Commits
Branch selector
stack-copy-and-merge
User selector
All users
Datepicker
All time
Commit History
Commits on Aug 27, 2024
Remove test for escaping calls in conditions
markshannon
committed
ca2f457
Copy full SHA for ca2f457
Remove merge artifact
markshannon
committed
03bea71
Copy full SHA for 03bea71
Add tests for PEP 7 parsing and escaping call in condition
markshannon
committed
0284b3f
Copy full SHA for 0284b3f
Cleanup whitespace
markshannon
committed
98f9720
Copy full SHA for 98f9720
Update test
markshannon
committed
1754fc4
Copy full SHA for 1754fc4
Merge branch 'main' into stack-copy-and-merge
markshannon
committed
2753014
Copy full SHA for 2753014
Push peeks back to stack in optimizer code gen
markshannon
committed
d2e5f12
Copy full SHA for d2e5f12
Use 'PEP 7' in syntax error, to make it clear that this is not a C syntax error, just a tool limitation.
markshannon
committed
1f829be
Copy full SHA for 1f829be
Commits on Aug 26, 2024
Further revise idlelib/Icons/README.text (#123364)
Show description for fe85a82
terryjreedy
authored
fe85a82
Copy full SHA for fe85a82
gh-122666: Tests for ast optimizations (#122667)
Show description for 9f9b00d
4 people
authored
9f9b00d
Copy full SHA for 9f9b00d
gh-123340: Show string value of `IS_OP` oparg in `dis` (#123348)
sobolevn
authored
1eed0f9
Copy full SHA for 1eed0f9
GH-73991: Prune `pathlib.Path.copy()` and `copy_into()` arguments (#123337)
Show description for 7bd6ebf
barneygale
authored
7bd6ebf
Copy full SHA for 7bd6ebf
GH-73991: Make `pathlib.Path.delete()` private. (#123315)
Show description for 033d537
barneygale
authored
033d537
Copy full SHA for 033d537
gh-111495: Remove test_capi test_rshift_print() (#123338)
Show description for a1ddaae
vstinner
authored
a1ddaae
Copy full SHA for a1ddaae
gh-111495: Add tests for PyNumber C API (#111996)
skirpichev
authored
2f20f5a
Copy full SHA for 2f20f5a
GH-73991: Add `pathlib.Path.copy_into()` and `move_into()` (#123314)
Show description for c68a93c
barneygale
authored
c68a93c
Copy full SHA for c68a93c
gh-111495: Add tests for PyTuple C API (#118757)
Show description for dbc1752
4 people
authored
dbc1752
Copy full SHA for dbc1752
Rewrite idlelib/Icons/README.txt (#123329)
terryjreedy
authored
6401cdf
Copy full SHA for 6401cdf
Commits on Aug 25, 2024
gh-123177: Fix prompt for wrapped lines in pyrepl (#123324)
Show description for 602fcf9
godlygeek
authored
602fcf9
Copy full SHA for 602fcf9
gh-82378: Document the difference between sys.tracebacklimit and the limit arguments (#123286)
cfbolz
authored
70bfef5
Copy full SHA for 70bfef5
gh-123177: Deactivate line wrap for Apple Terminal via scape codes in the new REPL (#123267)
pablogsal
authored
fdb3f9b
Copy full SHA for fdb3f9b
gh-123297: Propagate LD_FLAGS to LDCXXSHARED in sysconfig (#123298)
pablogsal
authored
c535a49
Copy full SHA for c535a49
gh-122982: Extend the deprecation period for bool inversion by two years (#123306)
Eclips4
authored
249b083
Copy full SHA for 249b083
GH-73991: Add `pathlib.Path.move()` (#122073)
Show description for 625d070
barneygale
authored
625d070
Copy full SHA for 625d070
gh-123228: don't leak file descriptors in pyrepl test (#123302)
cfbolz
authored
aa90592
Copy full SHA for aa90592
GH-109975: Copyedit 3.13 What's New: Optimizations (#123301)
AA-Turner
authored
74ff496
Copy full SHA for 74ff496
GH-123299: Move ctypes What's New entry to 3.14 (#123300)
AA-Turner
authored
9b37498
Copy full SHA for 9b37498
Commits on Aug 24, 2024
Revert "GH-120754: Add a strace helper and test set of syscalls for o… (#123303)
Show description for 52caaef
hauntsaninja
authored
52caaef
Copy full SHA for 52caaef
GH-120754: Add a strace helper and test set of syscalls for open().read() (#121143)
cmaloney
authored
e38d0af
Copy full SHA for e38d0af
Remove comment from pystate created in 2003 (#123259)
tonybaloney
authored
86f06cb
Copy full SHA for 86f06cb
gh-123228: fix return type for _ReadlineWrapper.get_line_buffer() (#123281)
Show description for ca18ff2
skirpichev
and
cfbolz
authored
ca18ff2
Copy full SHA for ca18ff2
GH-122890: Fix low-level error handling in `pathlib.Path.copy()` (#122897)
Show description for c4ee4e7
barneygale
authored
c4ee4e7
Copy full SHA for c4ee4e7
GH-109975: Copyedit 3.13 What's New: Improved Modules (#123132)
Show description for 127660b
AA-Turner
and
hugovk
authored
127660b
Copy full SHA for 127660b
Docs: Fix Makefile syntax (#123287)
AA-Turner
authored
b178bee
Copy full SHA for b178bee
gh-123243: Fix reference leak in `_decimal` (#123244)
neonene
authored
5ff638f
Copy full SHA for 5ff638f
Pagination
Previous
Next
You can’t perform that action at this time.