Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
GitHub Copilot
Write better code with AI
GitHub Spark
New
Build and deploy intelligent apps
GitHub Models
New
Manage and compare prompts
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
Documentation
GitHub Skills
Blog
Integrations
GitHub Marketplace
MCP Registry
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
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
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 or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
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 }}
eendebakpt
/
cpython
Public
forked from
python/cpython
Notifications
You must be signed in to change notification settings
Fork
1
Star
1
Code
Pull requests
9
Actions
Projects
0
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security
Insights
Commits
Branch selector
performance/getproxies_environment
User selector
All users
Datepicker
All time
Commit History
Commits on Sep 26, 2022
Merge branch 'main' into performance/getproxies_environment
eendebakpt
authored
9db1103
Copy full SHA for 9db1103
gh-82530: Create blank function instead of invalid import for email example (#97529)
Show description for 2b428a1
slateny
and
terryjreedy
authored
2b428a1
Copy full SHA for 2b428a1
Commits on Sep 25, 2022
Reject invalid opcode names in assertInBytecode (GH-97548)
sweeneyde
authored
05c9275
Copy full SHA for 05c9275
GH-78724: Initialize struct.Struct in __new__ (GH-94532)
Show description for c8c0afc
kumaraditya303
authored
c8c0afc
Copy full SHA for c8c0afc
gh-96735: Fix undefined behaviour in struct unpacking functions (#96739)
Show description for f5f047a
mdickinson
authored
f5f047a
Copy full SHA for f5f047a
gh-90716: Refactor PyLong_FromString to separate concerns (GH-96808)
Show description for 817fa28
oscarbenjamin
authored
817fa28
Copy full SHA for 817fa28
gh-97519: Synchronize links in other copies of HISTORY OF THE SOFTWARE (GH-97520)
Show description for ea4be27
serhiy-storchaka
authored
ea4be27
Copy full SHA for ea4be27
Commits on Sep 24, 2022
gh-97527: IDLE: protect macosx Tk() call when no GUI (#97530)
Show description for 9704f8d
terryjreedy
authored
9704f8d
Copy full SHA for 9704f8d
gh-96959: Update HTTP links which are redirected to HTTPS (GH-96961)
serhiy-storchaka
authored
db39050
Copy full SHA for db39050
gh-94808: Coverage: Test uppercase string literal prefixes (GH-95925)
mdboom
authored
f00383e
Copy full SHA for f00383e
Commits on Sep 23, 2022
gh-77171: Fixes SubFormat check to compare the entire value. Add docs (GH-97509)
zooba
authored
a4ac14f
Copy full SHA for a4ac14f
gh-96965: Update Windows release to libffi 3.4.3 (GH-97512)
zooba
authored
f1cca80
Copy full SHA for f1cca80
gh-75608: Add Windows FAQ entry for missing UCRT (GH-92765)
slateny
authored
80bc7d7
Copy full SHA for 80bc7d7
gh-96761: Fix build process of the clang compiler for _bootstrap_python (gh-96945)
Show description for 83d84e6
corona10
and
matthiasgoergens
authored
83d84e6
Copy full SHA for 83d84e6
Commits on Sep 22, 2022
gh-96397: Document that keywords in calls need not be identifiers (#96393)
Show description for 9d432b4
jeff5
authored
9d432b4
Copy full SHA for 9d432b4
GH-85760: Fix race in calling process_exited callback too early (#97009)
kumaraditya303
authored
282edd7
Copy full SHA for 282edd7
gh-90155: Fix bug in asyncio.Semaphore and strengthen FIFO guarantee (#93222)
Show description for 24e0379
cykerway
authored
24e0379
Copy full SHA for 24e0379
GH-96975: Skip incomplete frames in PyEval_GetFrame (GH-97003)
brandtbucher
authored
8fd2c3b
Copy full SHA for 8fd2c3b
include OrderedDict import in TimeBoundedLRU example (GH-96962)
Harry-Lees
authored
ec40353
Copy full SHA for ec40353
gh-97005: Update libexpat from 2.4.7 to 2.4.9 (gh-97006)
Show description for 10e3d39
corona10
and
gpshead
authored
10e3d39
Copy full SHA for 10e3d39
Commits on Sep 21, 2022
Doc: fix link redirect (GH-96606)
Show description for b4f5f07
partev
authored
b4f5f07
Copy full SHA for b4f5f07
gh-81039: Add small example of f-string's "=}" to tutorial (gh-92291)
slateny
authored
4b81139
Copy full SHA for 4b81139
gh-96954: Add tests for unicodedata.name/lookup (#96955)
Show description for 5a32eec
isidentical
and
cfbolz
authored
5a32eec
Copy full SHA for 5a32eec
gh-71141: Add note on rejecting "leading-dot" syntax for with statements (#96928)
Show description for e5ab0b6
slateny
and
DanielNoord
authored
e5ab0b6
Copy full SHA for e5ab0b6
gh-90808: add more examples to `test_sched.test_priority` (#31144)
sobolevn
authored
57463d4
Copy full SHA for 57463d4
Commits on Sep 20, 2022
[Enum] fix typos (GH-96285)
wimglenn
authored
5888264
Copy full SHA for 5888264
gh-95591: [Enum] use `_FlagTests` base class (GH-96475)
sobolevn
authored
9b58eaf
Copy full SHA for 9b58eaf
gh-96947: Fix comment on `pyruntimestate->pyinterpreters` struct for `next_id` (GH-96949)
Show description for a3e2f05
Виталий Дмитриев
authored
a3e2f05
Copy full SHA for a3e2f05
GH-95921: Fix positions for some chained comparisons (GH-96968)
brandtbucher
authored
dfc73b5
Copy full SHA for dfc73b5
Fix minor comment typo in dictobject.c (GH-96960)
Show description for 8563966
albanie
authored
8563966
Copy full SHA for 8563966
gh-87092: in compiler, move the detection of exception handlers before the CFG optimization stage (GH-96935)
iritkatriel
authored
98e785d
Copy full SHA for 98e785d
gh-96711: Enhance SystemError message upon Invalid opcode (#96712)
Show description for fc05107
serge-sans-paille
authored
fc05107
Copy full SHA for fc05107
gh-96727: Document restrictions on Handler.emit() with respect to locking. (GH-96948)
vsajip
authored
6ad47b4
Copy full SHA for 6ad47b4
Commits on Sep 19, 2022
gh-96512: Update int_max_str docs to say 3.11 (#96942)
Show description for 34de67c
gpshead
authored
34de67c
Copy full SHA for 34de67c
gh-95865: Further reduce quote_from_bytes memory consumption (#96860)
Show description for e61ca22
gpshead
authored
e61ca22
Copy full SHA for e61ca22
Pagination
Previous
Next
You can’t perform that action at this time.