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
Accelerator
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 }}
wrongnull
/
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
patch-2
User selector
All users
Datepicker
All time
Commit history
Commits on Feb 22, 2023
handle one more corner case
Show description for d16fa1a
wrongnull
authored
d16fa1a
View commit details
Copy full SHA for d16fa1a
Browse repository at this point
📜🤖 Added by blurb_it.
blurb-it[bot]
authored
f309fbd
View commit details
Copy full SHA for f309fbd
Browse repository at this point
Commits on Feb 21, 2023
implementing checking async generator methods
Show description for a8c7489
wrongnull
authored
a8c7489
View commit details
Copy full SHA for a8c7489
Browse repository at this point
gh-95672 fix typo SkitTest to SkipTest (gh-102119)
Show description for d5c7954
hyeongyun0916
authored
d5c7954
View commit details
Copy full SHA for d5c7954
Browse repository at this point
gh-101936: Update the default value of fp from io.StringIO to io.BytesIO (gh-102100)
Show description for 0d4c7fc
longvhdeveloper
authored
0d4c7fc
View commit details
Copy full SHA for 0d4c7fc
Browse repository at this point
gh-102008: simplify test_except_star by using sys.exception() instead of sys.exc_info() (#102009)
iritkatriel
authored
c2b85a9
View commit details
Copy full SHA for c2b85a9
Browse repository at this point
gh-101903: Remove obsolete undefs for previously removed macros Py_EnterRecursiveCall and Py_LeaveRecursiveCall (#101923)
OTheDev
authored
7346a38
View commit details
Copy full SHA for 7346a38
Browse repository at this point
gh-100556: Improve clarity of `or` docs (#100589)
Show description for b40dd71
ramvikrams
and
hugovk
authored
b40dd71
View commit details
Copy full SHA for b40dd71
Browse repository at this point
gh-101777: Make `PriorityQueue` docs slightly clearer (#102026)
Show description for 350ba7c
OTheDev
authored
350ba7c
View commit details
Copy full SHA for 350ba7c
Browse repository at this point
gh-101965: Fix usage of Py_EnterRecursiveCall return value in _bisectmodule.c (GH-101966)
Show description for 0f7a972
OTheDev
authored
0f7a972
View commit details
Copy full SHA for 0f7a972
Browse repository at this point
gh-101578: Amend exception docs (#102057)
Show description for 02d9f15
erlend-aasland
and
CAM-Gerlach
authored
02d9f15
View commit details
Copy full SHA for 02d9f15
Browse repository at this point
gh-101961 fileinput.hookcompressed should not set the encoding value for the binary mode (gh-102068)
0x1306e6d
authored
6f25657
View commit details
Copy full SHA for 6f25657
Browse repository at this point
Commits on Feb 20, 2023
gh-102056: Fix a few bugs in error handling of exception printing code (#102078)
iritkatriel
authored
022b44f
View commit details
Copy full SHA for 022b44f
Browse repository at this point
gh-102011: use sys.exception() instead of sys.exc_info() in docs where possible (#102012)
iritkatriel
authored
4d3bc89
View commit details
Copy full SHA for 4d3bc89
Browse repository at this point
gh-101566: Sync with zipp 3.14. (GH-102018)
jaraco
authored
36854bb
View commit details
Copy full SHA for 36854bb
Browse repository at this point
GH-99818: improve the documentation for zipfile.Path and Traversable (GH-101589)
Show description for 84181c1
Filipe Laíns
authored
84181c1
View commit details
Copy full SHA for 84181c1
Browse repository at this point
gh-88233: zipfile: handle extras after a zip64 extra (GH-96161)
Show description for 59e86ca
thatch
authored
59e86ca
View commit details
Copy full SHA for 59e86ca
Browse repository at this point
gh-101981: Apply HOMEBREW related environment variables (gh-102074)
corona10
authored
ed01add
View commit details
Copy full SHA for ed01add
Browse repository at this point
gh-101907: Stop using `_Py_OPCODE` and `_Py_OPARG` macros (GH-101912)
Show description for a99eb5c
zooba
authored
a99eb5c
View commit details
Copy full SHA for a99eb5c
Browse repository at this point
gh-101819: Adapt _io types to heap types, batch 1 (GH-101949)
Show description for c00faf7
erlend-aasland
authored
c00faf7
View commit details
Copy full SHA for c00faf7
Browse repository at this point
gh-101981: Build macOS as recommended by the devguide (GH-102070)
Show description for 2713631
erlend-aasland
authored
2713631
View commit details
Copy full SHA for 2713631
Browse repository at this point
gh-97786: Fix compiler warnings in pytime.c (#101826)
Show description for b1b375e
mdickinson
authored
b1b375e
View commit details
Copy full SHA for b1b375e
Browse repository at this point
Commits on Feb 19, 2023
gh-101578: Amend PyErr_{Set,Get}RaisedException docs (#101962)
Show description for 60bbed7
erlend-aasland
and
CAM-Gerlach
authored
60bbed7
View commit details
Copy full SHA for 60bbed7
Browse repository at this point
Misc improvements to the float tutorial (GH-102052)
rhettinger
authored
3b264df
View commit details
Copy full SHA for 3b264df
Browse repository at this point
gh-85417: Clarify behaviour on branch cuts in cmath module (#102046)
Show description for b513c46
mdickinson
authored
b513c46
View commit details
Copy full SHA for b513c46
Browse repository at this point
gh-100425: Update tutorial docs related to sum() accuracy (FH-101854)
neuralstring
authored
32df540
View commit details
Copy full SHA for 32df540
Browse repository at this point
Add missing 'is' to `cmath.log()` docstring (#102049)
Show description for 71f614e
OTheDev
authored
71f614e
View commit details
Copy full SHA for 71f614e
Browse repository at this point
gh-100210: Correct the comment link for unescaping HTML (#100212)
Show description for 9a07eff
jcamiel
authored
9a07eff
View commit details
Copy full SHA for 9a07eff
Browse repository at this point
gh-97930: Also include subdirectory in makefile. (#102030)
jaraco
authored
0729359
View commit details
Copy full SHA for 0729359
Browse repository at this point
gh-99735: Use required=True in argparse subparsers example (#100927)
ppaez
authored
6aab56f
View commit details
Copy full SHA for 6aab56f
Browse repository at this point
Fix incorrectly documented attribute in csv docs (#101250)
rezarastak
authored
36b6709
View commit details
Copy full SHA for 36b6709
Browse repository at this point
GH-84783: Make the slice object hashable (GH-101264)
furkanonder
authored
61f1e67
View commit details
Copy full SHA for 61f1e67
Browse repository at this point
Commits on Feb 18, 2023
gh-97930: Apply changes from importlib_resources 5.12. (GH-102010)
jaraco
authored
5170caf
View commit details
Copy full SHA for 5170caf
Browse repository at this point
bpo-46978: Correct docstrings for in-place builtin operators (#31802)
nickovs
authored
128379b
View commit details
Copy full SHA for 128379b
Browse repository at this point
gh-101536: [docs] Improve attributes of `urllib.error.HTTPError` (#101612)
Show description for af446bb
sobolevn
authored
af446bb
View commit details
Copy full SHA for af446bb
Browse repository at this point
Previous
Next
You can’t perform that action at this time.