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 Modules - python/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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
python
/
cpython
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
35.4k
Star
77.2k
Code
Issues
5k+
Pull requests
2.6k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
cpython
Modules
on
fe9f4d0
User selector
All users
Datepicker
All time
Commit history
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 Sep 13, 2022
closes gh-96734: Update to Unicode 15.0.0. (GH-96809)
benjaminp
authored
fd1e477
View commit details
Copy full SHA for fd1e477
View code at this point
Browse repository at this point
GH-96754: Check whether the interpreter frame is complete before creating frame object. (GH-96776)
markshannon
authored
12c5f32
View commit details
Copy full SHA for 12c5f32
View code at this point
Browse repository at this point
Commits on Sep 9, 2022
GH-46412: More efficient bool() for ndbm/_gdbmmodule (#96692)
gvanrossum
authored
df50938
View commit details
Copy full SHA for df50938
View code at this point
Browse repository at this point
Commits on Sep 8, 2022
gh-96652: Fix faulthandler chained signal without sigaction() (#96666)
Show description for c580a81
vstinner
authored
c580a81
View commit details
Copy full SHA for c580a81
View code at this point
Browse repository at this point
Commits on Sep 7, 2022
gh-96641: Do not expose `KeyWrapper` in `_functoolsmodule.c` (gh-96642)
sobolevn
authored
2fd7246
View commit details
Copy full SHA for 2fd7246
View code at this point
Browse repository at this point
Commits on Sep 6, 2022
gh-96538: Fix refleak in _bisectmodule.c (gh-96619)
sweeneyde
authored
56d9cf7
View commit details
Copy full SHA for 56d9cf7
View code at this point
Browse repository at this point
GH-96612: Skip incomplete frames in tracemalloc traces. (GH-96613)
markshannon
authored
95e271b
View commit details
Copy full SHA for 95e271b
View code at this point
Browse repository at this point
Commits on Sep 5, 2022
gh-96538: Move some type-checking out of bisect.bisect() loops (GH-96539)
sweeneyde
authored
9e35d05
View commit details
Copy full SHA for 9e35d05
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 28, 2022
gh-69142: add %:z strftime format code (gh-95983)
Show description for 023c51d
ThomasWaldmann
and
kumaraditya303
authored
023c51d
View commit details
Copy full SHA for 023c51d
View code at this point
Browse repository at this point
Commits on Aug 27, 2022
fixes gh-96292: Fix Trivial Typo in cpython/Modules/atexitmodule.c (#96327)
ansabgillani
authored
0ace820
View commit details
Copy full SHA for 0ace820
View code at this point
Browse repository at this point
Commits on Aug 26, 2022
GH-96172 fix unicodedata.east_asian_width being wrong on unassigned code points (#96207)
cfbolz
authored
9c197bc
View commit details
Copy full SHA for 9c197bc
View code at this point
Browse repository at this point
gh-96269: Fix build dependency on AIX (GH-96304)
tiran
authored
8c1dbad
View commit details
Copy full SHA for 8c1dbad
View code at this point
Browse repository at this point
Commits on Aug 25, 2022
GH-96237: Allow non-functions as reference-holder in frames. (GH-96238)
markshannon
authored
c09fa75
View commit details
Copy full SHA for c09fa75
View code at this point
Browse repository at this point
Commits on Aug 24, 2022
gh-93678: add _testinternalcapi.optimize_cfg() and test utils for compiler optimization unit tests (GH-96007)
iritkatriel
authored
420f39f
View commit details
Copy full SHA for 420f39f
View code at this point
Browse repository at this point
Commits on Aug 19, 2022
gh-96019: Fix caching of decompositions in makeunicodedata (GH-96020)
cfbolz
authored
2d9f252
View commit details
Copy full SHA for 2d9f252
View code at this point
Browse repository at this point
Commits on Aug 17, 2022
gh-95991: Add some infrastructure for testing Limited API in _testcapi (GH-95992)
Show description for 0f2b469
encukou
authored
0f2b469
View commit details
Copy full SHA for 0f2b469
View code at this point
Browse repository at this point
Commits on Aug 16, 2022
gh-96005: Handle WASI ENOTCAPABLE in getpath (GH-96006)
Show description for 48174fa
tiran
authored
48174fa
View commit details
Copy full SHA for 48174fa
View code at this point
Browse repository at this point
GH-95245: Move weakreflist into the pre-header. (GH-95996)
markshannon
authored
5a8c158
View commit details
Copy full SHA for 5a8c158
View code at this point
Browse repository at this point
Commits on Aug 15, 2022
gh-95808: Add missing early returns in _asynciomodule.c (#95809)
Yury Selivanov
authored
b2afe48
View commit details
Copy full SHA for b2afe48
View code at this point
Browse repository at this point
gh-95707: Fix function signature (GH-95995)
tiran
authored
8621e6d
View commit details
Copy full SHA for 8621e6d
View code at this point
Browse repository at this point
GH-95707: Fix uses of `Py_TPFLAGS_MANAGED_DICT` (GH-95854)
Show description for 3ef3c63
markshannon
authored
3ef3c63
View commit details
Copy full SHA for 3ef3c63
View code at this point
Browse repository at this point
gh-95853: Address wasm build and test issues (GH-95985)
tiran
authored
4a7f5a5
View commit details
Copy full SHA for 4a7f5a5
View code at this point
Browse repository at this point
Commits on Aug 13, 2022
gh-90928: Improve static initialization of keywords tuple in AC (#95907)
erlend-aasland
authored
f07adf8
View commit details
Copy full SHA for f07adf8
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
gh-95878: Fix format char in datetime CAPI tests (GH-95879)
tiran
authored
8b34e91
View commit details
Copy full SHA for 8b34e91
View code at this point
Browse repository at this point
Commits on Aug 10, 2022
gh-95504: Fix negative numbers in PyUnicode_FromFormat (GH-95848)
Show description for 71c3d64
encukou
and
philg314
authored
71c3d64
View commit details
Copy full SHA for 71c3d64
View code at this point
Browse repository at this point
gh-93649: Undefine NDEBUG in Modules/_testcapi/* to enable assert() (GH-95793)
encukou
authored
5a97a93
View commit details
Copy full SHA for 5a97a93
View code at this point
Browse repository at this point
gh-93649: Split unicode tests from _testcapimodule.c & add some more (GH-95819)
Show description for 325ae93
encukou
and
philg314
authored
325ae93
View commit details
Copy full SHA for 325ae93
View code at this point
Browse repository at this point
Commits on Aug 9, 2022
Disable Limited API tests with Py_TRACE_REFS (GH-95796)
encukou
authored
eb81c1a
View commit details
Copy full SHA for eb81c1a
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
Fix downcast compiler warning in Modules/_testcapi/vectorcall.c (#95729)
erlend-aasland
authored
0c14f07
View commit details
Copy full SHA for 0c14f07
View code at this point
Browse repository at this point
docs: Fix a few typos (#94899)
Show description for 32b49f6
timgates42
authored
32b49f6
View commit details
Copy full SHA for 32b49f6
View code at this point
Browse repository at this point
Commits on Aug 6, 2022
gh-95385 Fastpath for encoding dict to JSON (gh-95374)
aivarsk
authored
15f4a35
View commit details
Copy full SHA for 15f4a35
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.