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
Include
cpython
on
enum-fix_auto
User selector
All users
Datepicker
All time
Commit history
Commits on Nov 2, 2022
GH-98686: Quicken everything (GH-98687)
brandtbucher
authored
276d777
View commit details
Copy full SHA for 276d777
View code at this point
Browse repository at this point
Commits on Oct 31, 2022
gh-98610: Adjust the Optional Restrictions on Subinterpreters (GH-98618)
Show description for 4702552
ericsnowcurrently
authored
4702552
View commit details
Copy full SHA for 4702552
View code at this point
Browse repository at this point
gh-98410: move getbufferproc and releasebufferproc to buffer.h (#31158)
Show description for e98923c
davidhewitt
authored
e98923c
View commit details
Copy full SHA for e98923c
View code at this point
Browse repository at this point
gh-98811: use full source location to simplify __future__ imports error checking. This also fixes an incorrect error offset. (GH-98812)
iritkatriel
authored
39448ad
View commit details
Copy full SHA for 39448ad
View code at this point
Browse repository at this point
Commits on Oct 30, 2022
gh-98783: Fix crashes when `str` subclasses are used in `_PyUnicode_Equal` (#98806)
sobolevn
authored
76f989d
View commit details
Copy full SHA for 76f989d
View code at this point
Browse repository at this point
Commits on Oct 27, 2022
gh-98586: Add vector call APIs to the Limited API (GH-98587)
Show description for e60892f
wjakob
authored
e60892f
View commit details
Copy full SHA for e60892f
View code at this point
Browse repository at this point
Commits on Oct 26, 2022
gh-98608: Change _Py_NewInterpreter() to _Py_NewInterpreterFromConfig() (gh-98609)
Show description for f323694
ericsnowcurrently
authored
f323694
View commit details
Copy full SHA for f323694
View code at this point
Browse repository at this point
Commits on Oct 25, 2022
gh-91058: Add error suggestions to 'import from' import errors (#98305)
pablogsal
authored
7cfbb49
View commit details
Copy full SHA for 7cfbb49
View code at this point
Browse repository at this point
Commits on Oct 21, 2022
gh-91051: allow setting a callback hook on PyType_Modified (GH-97875)
carljm
authored
82ccbf6
View commit details
Copy full SHA for 82ccbf6
View code at this point
Browse repository at this point
Commits on Oct 11, 2022
gh-95756: Lazily created cached co_* attrs (GH-97791)
Fidget-Spinner
authored
b399115
View commit details
Copy full SHA for b399115
View code at this point
Browse repository at this point
Commits on Oct 8, 2022
gh-91052: Add PyDict_Unwatch for unwatching a dictionary (#98055)
carljm
authored
e82d977
View commit details
Copy full SHA for e82d977
View code at this point
Browse repository at this point
Commits on Oct 7, 2022
GH-91052: Add C API for watching dictionaries (GH-31787)
carljm
authored
a4b7794
View commit details
Copy full SHA for a4b7794
View code at this point
Browse repository at this point
Commits on Oct 5, 2022
GH-91079: Decouple C stack overflow checks from Python recursion checks. (GH-96510)
markshannon
authored
7644935
View commit details
Copy full SHA for 7644935
View code at this point
Browse repository at this point
Commits on Oct 3, 2022
gh-96512: Move int_max_str_digits setting to PyConfig (#96944)
Show description for b0f89cb
gpshead
authored
b0f89cb
View commit details
Copy full SHA for b0f89cb
View code at this point
Browse repository at this point
Commits on Sep 27, 2022
gh-96670: Raise SyntaxError when parsing NULL bytes (#97594)
pablogsal
authored
aab01e3
View commit details
Copy full SHA for aab01e3
View code at this point
Browse repository at this point
Commits on Sep 15, 2022
GH-91049: Introduce set vectorcall field API for PyFunctionObject (GH-92257)
Show description for a41ed97
3 people
authored
a41ed97
View commit details
Copy full SHA for a41ed97
View code at this point
Browse repository at this point
Commits on Aug 30, 2022
gh-96143: Allow Linux perf profiler to see Python calls (GH-96123)
Show description for 6d791a9
pablogsal
authored
6d791a9
View commit details
Copy full SHA for 6d791a9
View code at this point
Browse repository at this point
Commits on Aug 24, 2022
GH-93503: Add thread-specific APIs to set profiling and tracing functions in the C-API (#93504)
Show description for e34c82a
pablogsal
authored
e34c82a
View commit details
Copy full SHA for e34c82a
View code at this point
Browse repository at this point
Commits on Aug 11, 2022
gh-90928: Statically Initialize the Keywords Tuple in Clinic-Generated Code (gh-95860)
Show description for 6f6a4e6
ericsnowcurrently
authored
6f6a4e6
View commit details
Copy full SHA for 6f6a4e6
View code at this point
Browse repository at this point
Commits on Aug 8, 2022
gh-93274: Expose receiving vectorcall in the Limited API (GH-95717)
encukou
authored
656dad7
View commit details
Copy full SHA for 656dad7
View code at this point
Browse repository at this point
Commits on Aug 5, 2022
gh-94673: Add Per-Interpreter tp_subclasses for Static Builtin Types (gh-95301)
ericsnowcurrently
authored
87154d8
View commit details
Copy full SHA for 87154d8
View code at this point
Browse repository at this point
Commits on Aug 4, 2022
gh-94936: C getters: co_varnames, co_cellvars, co_freevars (#95008)
Fidget-Spinner
authored
42b102b
View commit details
Copy full SHA for 42b102b
View code at this point
Browse repository at this point
Commits on Aug 1, 2022
GH-95245: Store object values and dict pointers in single tagged pointer. (GH-95278)
markshannon
authored
de388c0
View commit details
Copy full SHA for de388c0
View code at this point
Browse repository at this point
Commits on Jul 29, 2022
gh-94673: Add Per-Interpreter tp_weaklist for Static Builtin Types (#95302)
Show description for 3e7cad3
ericsnowcurrently
authored
3e7cad3
View commit details
Copy full SHA for 3e7cad3
View code at this point
Browse repository at this point
Commits on Jul 27, 2022
gh-95174: Add pthread stubs for WASI (GH-95234)
Show description for 0fe645d
tiran
and
brettcannon
authored
0fe645d
View commit details
Copy full SHA for 0fe645d
View code at this point
Browse repository at this point
Commits on Jul 26, 2022
gh-94673: Add Per-Interpreter Storage for Static Builtin Types (#95255)
Show description for 47e75a0
ericsnowcurrently
authored
47e75a0
View commit details
Copy full SHA for 47e75a0
View code at this point
Browse repository at this point
Commits on Jul 25, 2022
GH-92678: Expose managed dict clear and visit functions (#95246)
markshannon
authored
27055d7
View commit details
Copy full SHA for 27055d7
View code at this point
Browse repository at this point
Commits on Jun 24, 2022
gh-93382: Sync up `co_code` changes with 3.11 (GH-94227)
Show description for 50a5ab2
Fidget-Spinner
authored
50a5ab2
View commit details
Copy full SHA for 50a5ab2
View code at this point
Browse repository at this point
Commits on Jun 20, 2022
gh-87347: Add parenthesis around macro arguments (#93915)
Show description for 7ad6f74
vstinner
authored
7ad6f74
View commit details
Copy full SHA for 7ad6f74
View code at this point
Browse repository at this point
GH-93516: Speedup line number checks when tracing. (GH-93763)
Show description for ab0e601
markshannon
authored
ab0e601
View commit details
Copy full SHA for ab0e601
View code at this point
Browse repository at this point
GH-93897: Store frame size in code object and de-opt if insufficient space on thread frame stack. (GH-93908)
markshannon
authored
45e62a2
View commit details
Copy full SHA for 45e62a2
View code at this point
Browse repository at this point
Commits on Jun 19, 2022
gh-93937, C API: Move PyFrame_GetBack() to Python.h (#93938)
Show description for 27b9894
vstinner
authored
27b9894
View commit details
Copy full SHA for 27b9894
View code at this point
Browse repository at this point
Commits on Jun 17, 2022
gh-77782: Deprecate global configuration variable (#93943)
Show description for 0ff626f
vstinner
authored
0ff626f
View commit details
Copy full SHA for 0ff626f
View code at this point
Browse repository at this point
gh-74953: Add _PyTime_FromMicrosecondsClamp() function (#93942)
vstinner
authored
e444752
View commit details
Copy full SHA for e444752
View code at this point
Browse repository at this point
Commits on Jun 16, 2022
gh-87347: Add parenthesis around PyXXX_Check() arguments (#92815)
vstinner
authored
7546914
View commit details
Copy full SHA for 7546914
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.