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 }}
bedevere-bot
/
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
Branch selector
main
User selector
All users
Datepicker
All time
Commit history
Commits on Oct 10, 2024
Doc: Upgrade Sphinx to 8.1 (#125276)
AA-Turner
authored
dd0ee20
View commit details
Copy full SHA for dd0ee20
Browse repository at this point
gh-125268: Use static string for "1e309" in AST (#125272)
Show description for 427dcf2
colesbury
authored
427dcf2
View commit details
Copy full SHA for 427dcf2
Browse repository at this point
gh-125196: Use PyUnicodeWriter for repr(dict) (#125270)
vstinner
authored
bb594e8
View commit details
Copy full SHA for bb594e8
Browse repository at this point
Note argparse exit code in documentation (GH-119568)
Show description for 3b87fb7
jkunimune
and
savannahostrowski
authored
3b87fb7
View commit details
Copy full SHA for 3b87fb7
Browse repository at this point
GH-125174: Make immortal objects more robust, following design from PEP 683 (GH-125251)
markshannon
authored
c901437
View commit details
Copy full SHA for c901437
Browse repository at this point
gh-124570: ctypes: Run some Structure tests on Union as well (GH-124976)
Show description for 01fc3b3
encukou
authored
01fc3b3
View commit details
Copy full SHA for 01fc3b3
Browse repository at this point
gh-125196: Use PyUnicodeWriter for JSON encoder (#125249)
Show description for c914212
vstinner
authored
c914212
View commit details
Copy full SHA for c914212
Browse repository at this point
gh-124153: Simplify PyType_GetBaseByToken (GH-124488)
neonene
authored
120b891
View commit details
Copy full SHA for 120b891
Browse repository at this point
gh-125118: don't copy arbitrary values to _Bool in the struct module (GH-125169)
Show description for 87d7315
4 people
authored
87d7315
View commit details
Copy full SHA for 87d7315
Browse repository at this point
gh-124471: Set name for unnamed reusable workflow (#124475)
Show description for e4cab48
3 people
authored
e4cab48
View commit details
Copy full SHA for e4cab48
Browse repository at this point
gh-71784: [doc] add usage examples for traceback.TracebackException (#125189)
Show description for f9ae5d1
iritkatriel
and
AlexWaygood
authored
f9ae5d1
View commit details
Copy full SHA for f9ae5d1
Browse repository at this point
gh-125196: Use PyUnicodeWriter for repr(tuple) (#125242)
vstinner
authored
82dfdc3
View commit details
Copy full SHA for 82dfdc3
Browse repository at this point
gh-125196: Add a free list to PyUnicodeWriter (#125227)
vstinner
authored
1639d93
View commit details
Copy full SHA for 1639d93
Browse repository at this point
Pin the doctest workflow to Ubuntu 22.04 (#125236)
AA-Turner
authored
7a10cde
View commit details
Copy full SHA for 7a10cde
Browse repository at this point
Commits on Oct 9, 2024
gh-124872: Refine contextvars documentation (#124773)
Show description for 9940093
rhansen
authored
9940093
View commit details
Copy full SHA for 9940093
Browse repository at this point
gh-125196: Use PyUnicodeWriter for repr(contextvars.Token) (#125220)
Show description for 9429163
vstinner
authored
9429163
View commit details
Copy full SHA for 9429163
Browse repository at this point
gh-125196: PyUnicodeWriter_Discard(NULL) does nothing (#125222)
vstinner
authored
1b2a548
View commit details
Copy full SHA for 1b2a548
Browse repository at this point
gh-124969: Skip the test for ALT_DIGITS also on iOS (#125177)
Show description for 9ad55e8
serhiy-storchaka
authored
9ad55e8
View commit details
Copy full SHA for 9ad55e8
Browse repository at this point
gh-125140: Remove the current directory from sys.path when using pyrepl (GH-125212)
Show description for c7d5d1d
3 people
authored
c7d5d1d
View commit details
Copy full SHA for c7d5d1d
Browse repository at this point
gh-125196: Use PyUnicodeWriter for repr(structseq) (#125219)
Show description for 1877543
vstinner
authored
1877543
View commit details
Copy full SHA for 1877543
Browse repository at this point
gh-125196: Add fast-path for int in PyUnicodeWriter_WriteStr() (#125214)
Show description for ee3167b
vstinner
authored
ee3167b
View commit details
Copy full SHA for ee3167b
Browse repository at this point
GH-124693: Support parsing negative scientific and complex numbers argparse (GH-124823)
Show description for 0c5a48c
savannahostrowski
and
serhiy-storchaka
authored
0c5a48c
View commit details
Copy full SHA for 0c5a48c
Browse repository at this point
gh-125196: Use PyUnicodeWriter for repr(list) (#125202)
Show description for 52f70da
vstinner
authored
52f70da
View commit details
Copy full SHA for 52f70da
Browse repository at this point
gh-91818: Use default program name in the CLI of many modules (GH-124867)
Show description for 7d2c397
serhiy-storchaka
authored
7d2c397
View commit details
Copy full SHA for 7d2c397
Browse repository at this point
GH-121970: Extract ``availability`` into a new extension (#125082)
AA-Turner
authored
cbfd392
View commit details
Copy full SHA for cbfd392
Browse repository at this point
gh-116510: Fix a Crash Due to Shared Immortal Interned Strings (gh-124865)
Show description for f2cb399
ericsnowcurrently
authored
f2cb399
View commit details
Copy full SHA for f2cb399
Browse repository at this point
gh-119786: Move parser doc from devguide to InternalDocs (#125119)
Show description for d501153
16 people
authored
d501153
View commit details
Copy full SHA for d501153
Browse repository at this point
gh-125196: Use PyUnicodeWriter in symtable.c (#125199)
vstinner
authored
9bda775
View commit details
Copy full SHA for 9bda775
Browse repository at this point
gh-115999: Refactor `LOAD_GLOBAL` specializations to avoid reloading {globals, builtins} keys (gh-124953)
Show description for f978fb4
mpage
authored
f978fb4
View commit details
Copy full SHA for f978fb4
Browse repository at this point
gh-115754: Use Py_GetConstant(Py_CONSTANT_EMPTY_STR) (#125194)
Show description for b9a8ca0
vstinner
authored
b9a8ca0
View commit details
Copy full SHA for b9a8ca0
Browse repository at this point
gh-115754: Use Py_GetConstant(Py_CONSTANT_EMPTY_BYTES) (#125195)
Show description for 6a39e96
vstinner
authored
6a39e96
View commit details
Copy full SHA for 6a39e96
Browse repository at this point
gh-111178: Fix function signatures in codeobject.c (#125180)
vstinner
authored
3ee474f
View commit details
Copy full SHA for 3ee474f
Browse repository at this point
GH-120024: Tidy up pycore_stackref.h, splitting into GIL and free-threading sections (GH-125095)
markshannon
authored
eb18574
View commit details
Copy full SHA for eb18574
Browse repository at this point
gh-111178: Fix function signatures in cellobject.c (#125182)
vstinner
authored
440632a
View commit details
Copy full SHA for 440632a
Browse repository at this point
gh-101100: Fix Sphinx warnings in `library/unittest.mock.rst` (#124106)
hugovk
authored
a5716a3
View commit details
Copy full SHA for a5716a3
Browse repository at this point
Previous
Next
You can’t perform that action at this time.