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 }}
https-github-com-ole-h
/
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
master
User selector
All users
Datepicker
All time
Commit history
Commits on Sep 23, 2020
bpo-1635741, unicodedata: add ucd_type parameter to UCD_Check() macro (GH-22328)
Show description for ddc0dd0
koubaa
and
vstinner
authored
ddc0dd0
View commit details
Copy full SHA for ddc0dd0
Browse repository at this point
bpo-1635741: Port _lsprof extension to multi-phase init (PEP 489) (GH-22220)
koubaa
authored
83de110
View commit details
Copy full SHA for 83de110
Browse repository at this point
bpo-41513: Improve order of adding fractional values. Improve variable names. (GH-22368)
rhettinger
authored
438e9fc
View commit details
Copy full SHA for 438e9fc
Browse repository at this point
Commits on Sep 22, 2020
bpo-41816: `StrEnum.__str__` is `str.__str__` (GH-22362)
Show description for d986d16
ethanfurman
authored
d986d16
View commit details
Copy full SHA for d986d16
Browse repository at this point
bpo-35764: Rewrite the IDLE Calltips doc section (GH-22363)
terryjreedy
authored
947adca
View commit details
Copy full SHA for 947adca
Browse repository at this point
bpo-41810: Reintroduce `types.EllipsisType`, `.NoneType` & `.NotImplementedType` (GH-22336)
Show description for 0d0e9fe
BvB93
authored
0d0e9fe
View commit details
Copy full SHA for 0d0e9fe
Browse repository at this point
bpo-41602: raise SIGINT exit code on KeyboardInterrupt from pymain_run_module (#21956)
Show description for a68a2ad
graingert
authored
a68a2ad
View commit details
Copy full SHA for a68a2ad
Browse repository at this point
bpo-41817: use new StrEnum to ensure all members are strings (GH-22348)
Show description for ea0711a
ethanfurman
authored
ea0711a
View commit details
Copy full SHA for ea0711a
Browse repository at this point
bpo-40670: More reliable validation of statements in timeit.Timer. (GH-22358)
Show description for 557b9a5
serhiy-storchaka
authored
557b9a5
View commit details
Copy full SHA for 557b9a5
Browse repository at this point
Py_IS_TYPE() macro uses Py_TYPE() (GH-22341)
vstinner
authored
c5cb077
View commit details
Copy full SHA for c5cb077
Browse repository at this point
Enum: add extended AutoNumber example (GH-22349)
ethanfurman
authored
62e40d8
View commit details
Copy full SHA for 62e40d8
Browse repository at this point
bpo-40181: Remove '/' reminder in IDLE calltips. (GH-22350)
Show description for 40a0625
terryjreedy
authored
40a0625
View commit details
Copy full SHA for 40a0625
Browse repository at this point
bpo-41756: Refactor gen_send_ex(). (GH-22330)
serhiy-storchaka
authored
6c33385
View commit details
Copy full SHA for 6c33385
Browse repository at this point
bpo-41816: add `StrEnum` (GH-22337)
Show description for 0063ff4
ethanfurman
authored
0063ff4
View commit details
Copy full SHA for 0063ff4
Browse repository at this point
Commits on Sep 21, 2020
bpo-40084: Enum - dir() includes member attributes (GH-19219)
lem2clide
authored
68526fe
View commit details
Copy full SHA for 68526fe
Browse repository at this point
bpo-1635741: Convert an _lsprof method to argument clinic (GH-22240)
koubaa
authored
1b328ea
View commit details
Copy full SHA for 1b328ea
Browse repository at this point
bpo-41819: Fix compiler warning in init_dump_ascii_wstr() (GH-22332)
Show description for c322948
SamuelMarks
authored
c322948
View commit details
Copy full SHA for c322948
Browse repository at this point
bpo-41513: Add accuracy tests for math.hypot() (GH-22327)
rhettinger
authored
bc6b7fa
View commit details
Copy full SHA for bc6b7fa
Browse repository at this point
Commits on Sep 20, 2020
[doc] Teach 0-args form of super in Programming FAQ (GH-22176)
andresdelfino
authored
778ad92
View commit details
Copy full SHA for 778ad92
Browse repository at this point
bpo-12178: Fix escaping of escapechar in csv.writer() (GH-13710)
Show description for 5c0eed7
berkerpeksag
and
Tapuzi
authored
5c0eed7
View commit details
Copy full SHA for 5c0eed7
Browse repository at this point
bpo-41815: SQLite: segfault if backup called on closed database (GH-22322)
Show description for bfee9fa
pdmccormick
authored
bfee9fa
View commit details
Copy full SHA for bfee9fa
Browse repository at this point
Commits on Sep 19, 2020
Add missing whatsnew entry for TestCase.assertNoLogs (GH-22317)
mdickinson
authored
c8c70e7
View commit details
Copy full SHA for c8c70e7
Browse repository at this point
bpo-33689: Blank lines in .pth file cause a duplicate sys.path entry (GH-20679)
idomic
authored
0c71a66
View commit details
Copy full SHA for 0c71a66
Browse repository at this point
bpo-41811: create SortKey members using first given value (GH-22316)
ethanfurman
authored
ae0d2a3
View commit details
Copy full SHA for ae0d2a3
Browse repository at this point
bpo-41756: Introduce PyGen_Send C API (GH-22196)
Show description for 2b05361
vladima
authored
2b05361
View commit details
Copy full SHA for 2b05361
Browse repository at this point
Make fractional value accumulation consistent inside and outside the loop. (GH-22315)
rhettinger
authored
ec8a15b
View commit details
Copy full SHA for ec8a15b
Browse repository at this point
Commits on Sep 18, 2020
bpo-35293: Travis CI uses "make venv" for the doc (GH-22307)
Show description for 8394500
vstinner
authored
8394500
View commit details
Copy full SHA for 8394500
Browse repository at this point
bpo-35293: Remove RemovedInSphinx40Warning (GH-22198)
Show description for 6595cb0
corona10
and
vstinner
authored
6595cb0
View commit details
Copy full SHA for 6595cb0
Browse repository at this point
bpo-41762: Fix usage of productionlist markup in the doc (GH-22281)
Show description for 8af239e
vstinner
authored
8af239e
View commit details
Copy full SHA for 8af239e
Browse repository at this point
Remove duplicated words words (GH-22298)
serhiy-storchaka
authored
27201cd
View commit details
Copy full SHA for 27201cd
Browse repository at this point
bpo-41808: Add What's New 3.9 entry missing from master (#22294)
Show description for 5a83647
terryjreedy
authored
5a83647
View commit details
Copy full SHA for 5a83647
Browse repository at this point
Commits on Sep 17, 2020
bpo-27032, bpo-37328: Document removing HTMLParser.unescape(). (GH-22288)
serhiy-storchaka
authored
a33f2c2
View commit details
Copy full SHA for a33f2c2
Browse repository at this point
bpo-41662: Fix bugs in binding parameters in sqlite3 (GH-21998)
Show description for 0b419b7
serhiy-storchaka
authored
0b419b7
View commit details
Copy full SHA for 0b419b7
Browse repository at this point
bpo-41715: Fix potential catastrofic backtracking in c_analyzer. (GH-22091)
serhiy-storchaka
authored
dcfaa52
View commit details
Copy full SHA for dcfaa52
Browse repository at this point
Commits on Sep 16, 2020
Enum: make `Flag` and `IntFlag` members iterable (GH-22221)
ethanfurman
authored
7219e27
View commit details
Copy full SHA for 7219e27
Browse repository at this point
Previous
Next
You can’t perform that action at this time.