Thanks to visit codestin.com
Credit goes to github.com
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 }}
vstinner
/
cpython
Public
forked from
python/cpython
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
1
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
main
User selector
All users
Datepicker
All time
Commit history
Commits on Jul 19, 2026
gh-153903: Fix ctypes wrap_dll_function() with string annotations
Show description for 6e43e3f
vstinner
committed
6e43e3f
View commit details
Copy full SHA for 6e43e3f
Browse repository at this point
Commits on Jul 18, 2026
Docs: point `uu` module users to the `"uu"` encoding (#153657)
Show description for a1d5804
RavuAlHemio
and
StanFromIreland
authored
a1d5804
View commit details
Copy full SHA for a1d5804
Browse repository at this point
gh-153856: Add `os.RWF_NOSIGNAL` constant (#153858)
Show description for a85a674
benjaminp
authored
a85a674
View commit details
Copy full SHA for a85a674
Browse repository at this point
gh-150663: Document that PyErr_SetRaisedException accepts null (#153046)
hrimov
authored
a0c8329
View commit details
Copy full SHA for a0c8329
Browse repository at this point
gh-153395: Fix test_complexchar on narrow curses builds (GH-154005)
Show description for a202e5c
serhiy-storchaka
and
claude
authored
a202e5c
View commit details
Copy full SHA for a202e5c
Browse repository at this point
gh-153568: Skip parser memo lookups that cannot match (#153571)
Show description for d49e76b
pablogsal
authored
d49e76b
View commit details
Copy full SHA for d49e76b
Browse repository at this point
Add vfspath TypeError test (#153987)
Show description for 5763bfd
AjobK
authored
5763bfd
View commit details
Copy full SHA for 5763bfd
Browse repository at this point
Add test coverage to check execution of GetoptError.__str__ (#153941)
Show description for 9adef68
manith-hetti
authored
9adef68
View commit details
Copy full SHA for 9adef68
Browse repository at this point
gh-124111: Update Windows builds to Tcl/Tk 9.0.4 (GH-153901)
zware
authored
46e950f
View commit details
Copy full SHA for 46e950f
Browse repository at this point
gh-141004: Document unstable executable kind macros from `pyframe.h` (GH-143490)
Show description for dc62ba8
Yashp002
and
ZeroIntensity
authored
dc62ba8
View commit details
Copy full SHA for dc62ba8
Browse repository at this point
gh-141004: Document remaining `PyCF_*` compiler flag macros (GH-153958)
johnslavik
authored
0a772f2
View commit details
Copy full SHA for 0a772f2
Browse repository at this point
Fix parameter name of read_mime_types() in mimetypes docs (GH-153974)
raul-sq
authored
c89b5ef
View commit details
Copy full SHA for c89b5ef
Browse repository at this point
Improve `getopt.getopt` and `getopt.gnu_getopt` test coverage (GH-153933)
flofriday
authored
0fa144b
View commit details
Copy full SHA for 0fa144b
Browse repository at this point
gh-71896: Add a docs warning about trailing newlines ignored by `difflib.HtmlDiff` (GH-153930)
Lenormju
authored
755d971
View commit details
Copy full SHA for 755d971
Browse repository at this point
Docs: Fix typo in the pymanager command name (GH-153877)
samkatakouzinos
authored
32cfc88
View commit details
Copy full SHA for 32cfc88
Browse repository at this point
gh-153568: Cache repeated identifiers while parsing (#153577)
pablogsal
authored
a0c6c4c
View commit details
Copy full SHA for a0c6c4c
Browse repository at this point
gh-153896: Deduplicate unhashable arguments in `typing.Literal` (GH-153914)
Maxinho96
authored
a53b5b1
View commit details
Copy full SHA for a53b5b1
Browse repository at this point
gh-153908: Fix data race in `itertools.count.__repr__` (GH-153917)
johng
authored
5200f11
View commit details
Copy full SHA for 5200f11
Browse repository at this point
gh-122102: Fix/improve docs of descriptor-related tools in `inspect` (GH-122104)
Show description for 87f8fc8
zuo
and
picnixz
authored
87f8fc8
View commit details
Copy full SHA for 87f8fc8
Browse repository at this point
gh-153934: Correct documented paramemeter in `calendar.weekheader` from `n` to `width` (GH-153942)
podmar
authored
7486c7b
View commit details
Copy full SHA for 7486c7b
Browse repository at this point
gh-153903: Add a `ctypes` decorator for generating function pointers using annotations (GH-153904)
Show description for 0e81ef9
3 people
authored
0e81ef9
View commit details
Copy full SHA for 0e81ef9
Browse repository at this point
gh-153926: Fix documented parameter name for `calendar.calendar` and `calendar.prcal` (#153927)
Show description for d12434b
fedonman
authored
d12434b
View commit details
Copy full SHA for d12434b
Browse repository at this point
gh-153236: Propagate lazy submodule import errors (#153237)
pablogsal
authored
0a09daf
View commit details
Copy full SHA for 0a09daf
Browse repository at this point
gh-152433: Windows: implement ``os.cpu_count()`` for UWP (GH-152479)
thexai
authored
d7b171b
View commit details
Copy full SHA for d7b171b
Browse repository at this point
gh-149319: Make `asyncio` REPL respect `-I` and `-E` options (#149405)
jonathandung
authored
7f8fc07
View commit details
Copy full SHA for 7f8fc07
Browse repository at this point
Fix duplicated words in "What's new in Python 3.15" documentation (#153922)
michaelbnewman
authored
2df69de
View commit details
Copy full SHA for 2df69de
Browse repository at this point
gh-153808: Replace obsolete 'condition list' verbiage with 'expression list' in eval() docs (GH-153811)
palakkhinvasara
authored
c5e97ed
View commit details
Copy full SHA for c5e97ed
Browse repository at this point
gh-151822: Colorize commands separately in the REPL (#151823)
johnslavik
authored
bc2fd44
View commit details
Copy full SHA for bc2fd44
Browse repository at this point
Test `calendar.February` deprecation (#153893)
Show description for 31c81e6
vjabuilds
and
tomasr8
authored
31c81e6
View commit details
Copy full SHA for 31c81e6
Browse repository at this point
Fix punctuation in `Doc/library/concurrent.interpreters.rst` (GH-153894)
raul-sq
authored
6ebb22c
View commit details
Copy full SHA for 6ebb22c
Browse repository at this point
gh-153899: Fix documented parameter names for `filecmp.cmpfiles` (#153900)
Show description for 26e7c4f
fedonman
authored
26e7c4f
View commit details
Copy full SHA for 26e7c4f
Browse repository at this point
gh-147950: Additionally bind `yank-arg` to `M-_` in pyrepl (#147949)
L3viathan
authored
ff56462
View commit details
Copy full SHA for ff56462
Browse repository at this point
Add versionadded tag to wave module getformat functions (#153897)
eliasdorneles
authored
7ce9eb1
View commit details
Copy full SHA for 7ce9eb1
Browse repository at this point
gh-104533: Add a dataclass-like decorator for `ctypes` structures (GH-153781)
Show description for 5b85756
ZeroIntensity
and
johnslavik
authored
5b85756
View commit details
Copy full SHA for 5b85756
Browse repository at this point
Fix duplicated words in the 'Coroutines and tasks' documentation (#153880)
michaelbnewman
authored
cffcee4
View commit details
Copy full SHA for cffcee4
Browse repository at this point
Previous
Next
You can’t perform that action at this time.