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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
python-docs-tr
/
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
main
User selector
All users
Datepicker
All time
Commit history
Commits on Dec 1, 2023
bpo-37013: Fix the error handling in socket.if_indextoname() (GH-13503)
Show description for 0daf555
ZackerySpytz
authored
0daf555
View commit details
Copy full SHA for 0daf555
View code at this point
Browse repository at this point
gh-112510: Add `readline.backend` for the backend readline uses (GH-112511)
Show description for c298238
3 people
authored
c298238
View commit details
Copy full SHA for c298238
View code at this point
Browse repository at this point
Commits on Nov 30, 2023
gh-112205: Update stringio module to use AC for the thread-safe (gh-112549)
corona10
authored
5b06299
View commit details
Copy full SHA for 5b06299
View code at this point
Browse repository at this point
gh-112205: Support @getter annotation from AC (gh-112396)
corona10
authored
7eeea13
View commit details
Copy full SHA for 7eeea13
View code at this point
Browse repository at this point
Commits on Nov 29, 2023
Add more C API tests (GH-112522)
Show description for e0449b9
serhiy-storchaka
authored
e0449b9
View commit details
Copy full SHA for e0449b9
View code at this point
Browse repository at this point
gh-112454: Disable TLS-PSK if OpenSSL was built without PSK support (#112491)
Show description for e413daf
grantramsay
authored
e413daf
View commit details
Copy full SHA for e413daf
View code at this point
Browse repository at this point
Commits on Nov 28, 2023
gh-109802: Increase test coverage for complexobject.c (GH-112452)
skirpichev
authored
f14d741
View commit details
Copy full SHA for f14d741
View code at this point
Browse repository at this point
gh-112105: Make completer delims work on libedit (gh-112106)
gaogaotiantian
authored
2df26d8
View commit details
Copy full SHA for 2df26d8
View code at this point
Browse repository at this point
gh-112071: Make `_random.Random` methods thread-safe in `--disable-gil` builds (gh-112128)
Show description for ac4b442
chgnrdv
and
corona10
authored
ac4b442
View commit details
Copy full SHA for ac4b442
View code at this point
Browse repository at this point
gh-112292 : Catch import error conditions with readline hooks (gh-112313)
Show description for 154f099
tonybaloney
authored
154f099
View commit details
Copy full SHA for 154f099
View code at this point
Browse repository at this point
Commits on Nov 27, 2023
bpo-41422: Visit the Pickler's and Unpickler's memo in tp_traverse (GH-21664)
Show description for 967f2a3
kale-smoothie
and
serhiy-storchaka
authored
967f2a3
View commit details
Copy full SHA for 967f2a3
View code at this point
Browse repository at this point
gh-111789: Use PyDict_GetItemRef() in Modules/pyexpat.c (gh-112079)
serhiy-storchaka
authored
d890893
View commit details
Copy full SHA for d890893
View code at this point
Browse repository at this point
gh-111789: Use PyDict_GetItemRef() in Modules/_threadmodule.c (gh-112077)
serhiy-storchaka
authored
ef9b2fc
View commit details
Copy full SHA for ef9b2fc
View code at this point
Browse repository at this point
gh-111789: Use PyDict_GetItemRef() in Modules/_struct.c (gh-112076)
serhiy-storchaka
authored
0f00903
View commit details
Copy full SHA for 0f00903
View code at this point
Browse repository at this point
gh-111789: Use PyDict_GetItemRef() in Modules/_csv.c (gh-112073)
serhiy-storchaka
authored
b14e5df
View commit details
Copy full SHA for b14e5df
View code at this point
Browse repository at this point
gh-112438: Fix support of format units with the "e" prefix in nested tuples in PyArg_Parse (gh-112439)
serhiy-storchaka
authored
4eea1e8
View commit details
Copy full SHA for 4eea1e8
View code at this point
Browse repository at this point
gh-63284: Add support for TLS-PSK (pre-shared key) to the ssl module (#103181)
Show description for e954ac7
3 people
authored
e954ac7
View commit details
Copy full SHA for e954ac7
View code at this point
Browse repository at this point
Commits on Nov 26, 2023
gh-112358: Fix Python 3.12 regression with subclassing struct.Struct. (#112424)
Show description for 9fe6034
mdickinson
authored
9fe6034
View commit details
Copy full SHA for 9fe6034
View code at this point
Browse repository at this point
Commits on Nov 23, 2023
gh-76785: Return an "excinfo" Object From Interpreter.run() (gh-111573)
ericsnowcurrently
authored
9e56eed
View commit details
Copy full SHA for 9e56eed
View code at this point
Browse repository at this point
Commits on Nov 22, 2023
gh-76785: Add _PyType_GetModuleName() to the Internal C-API (gh-112323)
Show description for 790db85
ericsnowcurrently
authored
790db85
View commit details
Copy full SHA for 790db85
View code at this point
Browse repository at this point
gh-111965: Use critical sections to make io.BufferedIOBase and its related classes thread safe (gh-112298)
Mayuresh16
authored
fef6fb8
View commit details
Copy full SHA for fef6fb8
View code at this point
Browse repository at this point
gh-59703: restore include of mach-o/dyld.h (gh-112309)
Show description for fde8fe5
ned-deily
authored
fde8fe5
View commit details
Copy full SHA for fde8fe5
View code at this point
Browse repository at this point
gh-111863: Rename term Py_NOGIL to Py_GIL_DISABLED in sysconfig (gh-112307)
corona10
authored
4fa376b
View commit details
Copy full SHA for 4fa376b
View code at this point
Browse repository at this point
Commits on Nov 21, 2023
gh-59703: use the system dladdr function in getpath.c for macOS framework builds (GH-111546)
Show description for de2715f
aisk
and
ned-deily
authored
de2715f
View commit details
Copy full SHA for de2715f
View code at this point
Browse repository at this point
Commits on Nov 20, 2023
gh-111863: Rename `Py_NOGIL` to `Py_GIL_DISABLED` (#111864)
Show description for 3b3ec0d
hugovk
authored
3b3ec0d
View commit details
Copy full SHA for 3b3ec0d
View code at this point
Browse repository at this point
Commits on Nov 19, 2023
gh-111965: Using critical sections to make ``io.StringIO`` thread safe. (gh-112116)
aisk
authored
77d9f1e
View commit details
Copy full SHA for 77d9f1e
View code at this point
Browse repository at this point
gh-112213: Update _weakref module to use new AC feature (gh-112250)
corona10
authored
2bcc0f7
View commit details
Copy full SHA for 2bcc0f7
View code at this point
Browse repository at this point
gh-111903: Update AC to support "pycore_critical_section.h" header (gh-112251)
corona10
authored
b8c952a
View commit details
Copy full SHA for b8c952a
View code at this point
Browse repository at this point
Commits on Nov 18, 2023
gh-111965: Use critical sections to make io.TextIOWrapper thread safe (gh-112193)
aisk
authored
1a969b4
View commit details
Copy full SHA for 1a969b4
View code at this point
Browse repository at this point
gh-111926: Update _weakref to be threadsafe in --disable-gil build (gh-112189)
corona10
authored
0566ab9
View commit details
Copy full SHA for 0566ab9
View code at this point
Browse repository at this point
Commits on Nov 17, 2023
gh-112070: make `functools.lru_cache` threadsafe in --disable-gil build (gh-112111)
Show description for 0ee2d77
wanderxjtu
and
colesbury
authored
0ee2d77
View commit details
Copy full SHA for 0ee2d77
View code at this point
Browse repository at this point
Commits on Nov 16, 2023
gh-111482: Fix time_clockid_converter() on AIX (#112170)
Show description for ceefa0b
vstinner
authored
ceefa0b
View commit details
Copy full SHA for ceefa0b
View code at this point
Browse repository at this point
gh-111956: Add thread-safe one-time initialization. (gh-111960)
colesbury
authored
446f18a
View commit details
Copy full SHA for 446f18a
View code at this point
Browse repository at this point
gh-111798: Use lower Py_C_RECURSION_LIMIT in debug mode (#112124)
Show description for bd89bca
vstinner
authored
bd89bca
View commit details
Copy full SHA for bd89bca
View code at this point
Browse repository at this point
Commits on Nov 15, 2023
gh-111916: Make hashlib related modules thread-safe without the GIL (#111981)
Show description for a646560
tomasr8
authored
a646560
View commit details
Copy full SHA for a646560
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.