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 }}
devdanzin
/
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
Modules
on
test_python_basic_repl
User selector
All users
Datepicker
All time
Commit history
Commits on Jun 25, 2024
Add fast path in count_elements (gh-120983)
rhettinger
authored
9b32b89
View commit details
Copy full SHA for 9b32b89
View code at this point
Browse repository at this point
Commits on Jun 24, 2024
Fixes loop variables to be the same types as their limit (GH-120958)
zooba
authored
e731554
View commit details
Copy full SHA for e731554
View code at this point
Browse repository at this point
gh-119182: Add PyUnicodeWriter_WriteUCS4() function (#120849)
vstinner
authored
2e15785
View commit details
Copy full SHA for 2e15785
View code at this point
Browse repository at this point
gh-119614: Fix truncation of strings with embedded null characters in Tkinter (GH-120909)
Show description for c38e2f6
serhiy-storchaka
authored
c38e2f6
View commit details
Copy full SHA for c38e2f6
View code at this point
Browse repository at this point
Use _PyLong_IsNegative instead of _PyLong_Sign if appropriate. (GH-120493)
Show description for 02df679
serhiy-storchaka
authored
02df679
View commit details
Copy full SHA for 02df679
View code at this point
Browse repository at this point
Commits on Jun 23, 2024
gh-101830: Fix Tcl_Obj to string conversion (GH-120884)
Show description for f4ddaa3
serhiy-storchaka
authored
f4ddaa3
View commit details
Copy full SHA for f4ddaa3
View code at this point
Browse repository at this point
Commits on Jun 22, 2024
GH-107803: double linked list implementation for asyncio tasks (GH-107804)
Show description for 4717aaa
kumaraditya303
and
itamaro
authored
4717aaa
View commit details
Copy full SHA for 4717aaa
View code at this point
Browse repository at this point
Commits on Jun 21, 2024
gh-119344: Make critical section API public (#119353)
Show description for 8f17d69
colesbury
authored
8f17d69
View commit details
Copy full SHA for 8f17d69
View code at this point
Browse repository at this point
gh-119182: Rewrite PyUnicodeWriter tests in Python (#120845)
vstinner
authored
913a956
View commit details
Copy full SHA for 913a956
View code at this point
Browse repository at this point
gh-119182: Add PyUnicodeWriter_DecodeUTF8Stateful() (#120639)
Show description for 4123226
vstinner
and
serhiy-storchaka
authored
4123226
View commit details
Copy full SHA for 4123226
View code at this point
Browse repository at this point
gh-120782: Update internal type cache when reloading datetime (#120829)
neonene
authored
a81d434
View commit details
Copy full SHA for a81d434
View code at this point
Browse repository at this point
gh-113993: Allow interned strings to be mortal, and fix related issues (GH-120520)
Show description for 6f1d448
encukou
and
ericsnowcurrently
authored
6f1d448
View commit details
Copy full SHA for 6f1d448
View code at this point
Browse repository at this point
Commits on Jun 20, 2024
gh-117511: Make PyMutex public in the non-limited API (#117731)
colesbury
authored
3af7263
View commit details
Copy full SHA for 3af7263
View code at this point
Browse repository at this point
gh-120780: Show attribute name for LOAD_SPECIAL in dis output (#120781)
JelleZijlstra
authored
e8e151d
View commit details
Copy full SHA for e8e151d
View code at this point
Browse repository at this point
Commits on Jun 19, 2024
GH-119462: Enforce invariants of type versioning (GH-120731)
Show description for 00257c7
markshannon
authored
00257c7
View commit details
Copy full SHA for 00257c7
View code at this point
Browse repository at this point
GH-73991: Add follow_symlinks argument to `pathlib.Path.copy()` (#120519)
Show description for 20d5b84
barneygale
authored
20d5b84
View commit details
Copy full SHA for 20d5b84
View code at this point
Browse repository at this point
Commits on Jun 18, 2024
gh-118789: Add `PyUnstable_Object_ClearWeakRefsNoCallbacks` (#118807)
Show description for e8752d7
colesbury
and
encukou
authored
e8752d7
View commit details
Copy full SHA for e8752d7
View code at this point
Browse repository at this point
gh-120674: Protect multi-line macros in _testbuffer.c and _testcapimodule.c (#120675)
Show description for 7c5da94
picnixz
authored
7c5da94
View commit details
Copy full SHA for 7c5da94
View code at this point
Browse repository at this point
Commits on Jun 17, 2024
gh-119182: Add PyUnicodeWriter C API (#119184)
vstinner
authored
5c4235c
View commit details
Copy full SHA for 5c4235c
View code at this point
Browse repository at this point
gh-119933: Improve ``SyntaxError`` message for invalid type parameters expressions (#119976)
Show description for 4bf17c3
picnixz
and
JelleZijlstra
authored
4bf17c3
View commit details
Copy full SHA for 4bf17c3
View code at this point
Browse repository at this point
gh-83754: Use the Py_TYPE() macro (#120599)
Show description for c2d5df5
vstinner
authored
c2d5df5
View commit details
Copy full SHA for c2d5df5
View code at this point
Browse repository at this point
gh-120586: Fix several "unused function" warnings in `posixmodule.c` (#120588)
sobolevn
authored
3df2022
View commit details
Copy full SHA for 3df2022
View code at this point
Browse repository at this point
Commits on Jun 16, 2024
gh-120584: Fix "unused thread_critical_sections" warning in `test_critical_sections` (#120585)
sobolevn
authored
b337aef
View commit details
Copy full SHA for b337aef
View code at this point
Browse repository at this point
Commits on Jun 14, 2024
gh-120161: Fix a Crash in the _datetime Module (gh-120182)
Show description for b2e71ff
ericsnowcurrently
authored
b2e71ff
View commit details
Copy full SHA for b2e71ff
View code at this point
Browse repository at this point
Commits on Jun 13, 2024
gh-117398: Add datetime C-API type check test for subinterpreters (gh-119604)
Show description for 50a3895
neonene
authored
50a3895
View commit details
Copy full SHA for 50a3895
View code at this point
Browse repository at this point
Commits on Jun 12, 2024
gh-71587: Drop local reference cache to `_strptime` module in `_datetime` (gh-120224)
Show description for 127c1d2
neonene
authored
127c1d2
View commit details
Copy full SHA for 127c1d2
View code at this point
Browse repository at this point
gh-120155: Add assertion to sre.c match_getindex() (#120402)
Show description for 42b25dd
vstinner
authored
42b25dd
View commit details
Copy full SHA for 42b25dd
View code at this point
Browse repository at this point
gh-120029: remove unused macros in ``symtable.c`` (#120222)
Show description for 32d3e05
3 people
authored
32d3e05
View commit details
Copy full SHA for 32d3e05
View code at this point
Browse repository at this point
gh-120029: make `symtable.Symbol.__repr__` correctly reflect the compiler's flags, add methods (#120099)
Show description for 755dab7
picnixz
and
carljm
authored
755dab7
View commit details
Copy full SHA for 755dab7
View code at this point
Browse repository at this point
gh-120056: Add `IP_RECVERR`, `IP_RECVORIGDSTADDR`, `IP_RECVTTL` to `socket` module (#120058)
Show description for f5a9c34
sobolevn
authored
f5a9c34
View commit details
Copy full SHA for f5a9c34
View code at this point
Browse repository at this point
Commits on Jun 11, 2024
gh-120346: Respect PYTHON_BASIC_REPL when running in interactive inspect mode (#120349)
pablogsal
authored
ec3af29
View commit details
Copy full SHA for ec3af29
View code at this point
Browse repository at this point
Commits on Jun 10, 2024
gh-120057: Add os.environ.refresh() method (#120059)
vstinner
authored
7aff2de
View commit details
Copy full SHA for 7aff2de
View code at this point
Browse repository at this point
gh-120155: Fix Coverity issue in zoneinfo load_data() (#120232)
Show description for b90bd3e
vstinner
authored
b90bd3e
View commit details
Copy full SHA for b90bd3e
View code at this point
Browse repository at this point
gh-120296: Fix format string of fcntl.ioctl() audit (#120301)
pygeek
authored
e5a7bc6
View commit details
Copy full SHA for e5a7bc6
View code at this point
Browse repository at this point
Commits on Jun 8, 2024
gh-120244: Fix re.sub() reference leak (GH-120245)
neonene
authored
38a25e9
View commit details
Copy full SHA for 38a25e9
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.