Home
About
Blog
Products
Forum
Support
Contact
Sunbelt Computer Software
PL/B Language Development and Support
Home
About
Blog
Products
Forum
Support
Contact
History for Include - devdanzin/cpython · GitHub
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
Include
on
fix_valueerror_updatecache
User selector
All users
Datepicker
All time
Commit history
Commits on Jul 21, 2024
gh-118124: fix assert related C++ checks on Solaris/Illumos (#121974)
Show description for e88bd96
kulikjak
authored
e88bd96
View commit details
Copy full SHA for e88bd96
View code at this point
Browse repository at this point
Commits on Jul 19, 2024
gh-120973: Fix thread-safety issues with `threading.local` (#121655)
Show description for e059aa6
mpage
authored
e059aa6
View commit details
Copy full SHA for e059aa6
View code at this point
Browse repository at this point
gh-121905: Consistently use "floating-point" instead of "floating point" (GH-121907)
serhiy-storchaka
authored
1a0c7b9
View commit details
Copy full SHA for 1a0c7b9
View code at this point
Browse repository at this point
Commits on Jul 18, 2024
GH-118093: Add tier two support to several instructions (GH-121884)
brandtbucher
authored
7b36b67
View commit details
Copy full SHA for 7b36b67
View code at this point
Browse repository at this point
GH-120024: Use pointer for stack pointer (GH-121923)
markshannon
authored
169324c
View commit details
Copy full SHA for 169324c
View code at this point
Browse repository at this point
Commits on Jul 17, 2024
gh-121621: Move asyncio_running_loop to private struct (#121939)
Show description for 81fd625
colesbury
authored
81fd625
View commit details
Copy full SHA for 81fd625
View code at this point
Browse repository at this point
gh-121528: Fix _PyObject_Init() assertion for stable ABI (#121725)
Show description for b826e45
vstinner
authored
b826e45
View commit details
Copy full SHA for b826e45
View code at this point
Browse repository at this point
Commits on Jul 16, 2024
GH-121583: Remove dependency from pystats.h to internal header file (GH-121587)
Show description for f036a46
mdboom
and
ZeroIntensity
authored
f036a46
View commit details
Copy full SHA for f036a46
View code at this point
Browse repository at this point
gh-118934: Make PyEval_GetLocals return borrowed reference (#119769)
Show description for e65cb4c
gaogaotiantian
and
ncoghlan
authored
e65cb4c
View commit details
Copy full SHA for e65cb4c
View code at this point
Browse repository at this point
gh-121621: Move asyncio running loop to thread state (GH-121695)
Fidget-Spinner
authored
69c68de
View commit details
Copy full SHA for 69c68de
View code at this point
Browse repository at this point
Commits on Jul 15, 2024
gh-121546: Disable contextvar caching on free-threading build (GH-121740)
Fidget-Spinner
authored
e904300
View commit details
Copy full SHA for e904300
View code at this point
Browse repository at this point
Commits on Jul 14, 2024
gh-121700 Emscripten trampolines not quite right since #106219 (GH-121701)
hoodmane
authored
3086b86
View commit details
Copy full SHA for 3086b86
View code at this point
Browse repository at this point
Commits on Jul 13, 2024
gh-120642: Move _PyCode_CODE() to the internal C API (#121644)
Show description for a2bec77
vstinner
authored
a2bec77
View commit details
Copy full SHA for a2bec77
View code at this point
Browse repository at this point
Commits on Jul 11, 2024
gh-117482: Fix Builtin Types Slot Wrappers (gh-121602)
Show description for 5250a03
ericsnowcurrently
authored
5250a03
View commit details
Copy full SHA for 5250a03
View code at this point
Browse repository at this point
Commits on Jul 10, 2024
gh-121554: remove unnecessary internal functions in compile.c (#121555)
Show description for 6557af6
iritkatriel
and
erlend-aasland
authored
6557af6
View commit details
Copy full SHA for 6557af6
View code at this point
Browse repository at this point
gh-119786: fix broken links in docs and comment (#121601)
iritkatriel
authored
ef10110
View commit details
Copy full SHA for ef10110
View code at this point
Browse repository at this point
gh-120198: Stop the world when setting __class__ on free-threaded build (GH-120672)
Fidget-Spinner
authored
3bfc9c8
View commit details
Copy full SHA for 3bfc9c8
View code at this point
Browse repository at this point
gh-89364: Export PySignal_SetWakeupFd() function (#121537)
Show description for ca0fb34
vstinner
authored
ca0fb34
View commit details
Copy full SHA for ca0fb34
View code at this point
Browse repository at this point
Commits on Jul 8, 2024
gh-121368: Fix seq lock memory ordering in _PyType_Lookup (#121388)
Show description for 1d3cf79
colesbury
authored
1d3cf79
View commit details
Copy full SHA for 1d3cf79
View code at this point
Browse repository at this point
gh-121487: Fix deprecation warning for ATOMIC_VAR_INIT in mimalloc (gh-121488)
cdce8p
authored
31873be
View commit details
Copy full SHA for 31873be
View code at this point
Browse repository at this point
Commits on Jul 4, 2024
gh-106597: Remove unnecessary CFrame offsets (#121369)
P403n1x87
authored
f5c8d67
View commit details
Copy full SHA for f5c8d67
View code at this point
Browse repository at this point
gh-121352: use _Py_SourceLocation in symtable (#121353)
iritkatriel
authored
19d1e43
View commit details
Copy full SHA for 19d1e43
View code at this point
Browse repository at this point
Commits on Jul 3, 2024
gh-112136: Restore removed _PyArg_Parser (#121262)
Show description for f8373db
vstinner
authored
f8373db
View commit details
Copy full SHA for f8373db
View code at this point
Browse repository at this point
gh-121263: Macro-ify most stackref functions for MSVC (GH-121270)
Show description for 722229e
Fidget-Spinner
authored
722229e
View commit details
Copy full SHA for 722229e
View code at this point
Browse repository at this point
gh-106597: Add more offsets to _Py_DebugOffsets (#121311)
Show description for c9bdfbe
P403n1x87
authored
c9bdfbe
View commit details
Copy full SHA for c9bdfbe
View code at this point
Browse repository at this point
Commits on Jul 2, 2024
gh-115773: Add sizes to debug offset structure (#120112)
pablogsal
authored
b180788
View commit details
Copy full SHA for b180788
View code at this point
Browse repository at this point
gh-117139: Add _PyTuple_FromStackRefSteal and use it (#121244)
Show description for 8e8d202
colesbury
authored
8e8d202
View commit details
Copy full SHA for 8e8d202
View code at this point
Browse repository at this point
Commits on Jul 1, 2024
GH-116017: Get rid of _COLD_EXITs (GH-120960)
brandtbucher
authored
33903c5
View commit details
Copy full SHA for 33903c5
View code at this point
Browse repository at this point
gh-117657: Fix data races reported by TSAN in some set methods (#120914)
Show description for 294e724
aisk
authored
294e724
View commit details
Copy full SHA for 294e724
View code at this point
Browse repository at this point
gh-113565: Improve and harden detection of curses dependencies (#119816)
Show description for f80376b
erlend-aasland
authored
f80376b
View commit details
Copy full SHA for f80376b
View code at this point
Browse repository at this point
Commits on Jun 30, 2024
gh-119447: Fix build with _PY_SHORT_FLOAT_REPR == 0 (#121178)
yuyuyureka
authored
c3677be
View commit details
Copy full SHA for c3677be
View code at this point
Browse repository at this point
Commits on Jun 28, 2024
gh-121115: Skip __index__ in PyLong_AsNativeBytes by default (GH-121118)
zooba
authored
2894aa1
View commit details
Copy full SHA for 2894aa1
View code at this point
Browse repository at this point
Check for compiler warnings in test_cext on Windows (#121088)
Show description for 43709d5
vstinner
authored
43709d5
View commit details
Copy full SHA for 43709d5
View code at this point
Browse repository at this point
Commits on Jun 27, 2024
gh-120686: remove unused internal c api functions (#120687)
iritkatriel
authored
6f7acaa
View commit details
Copy full SHA for 6f7acaa
View code at this point
Browse repository at this point
gh-121040: Use __attribute__((fallthrough)) (#121044)
Show description for 12af8ec
vstinner
and
sobolevn
authored
12af8ec
View commit details
Copy full SHA for 12af8ec
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.