Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Spark
Build and deploy intelligent apps
GitHub Models
Manage and compare prompts
MCP Registry
New
Discover and integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
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
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
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 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 }}
python
/
cpython
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
33.3k
Star
69.8k
Code
Issues
5k+
Pull requests
2.1k
Actions
Projects
28
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security
Insights
Commits
Branch selector
73f5db1
User selector
All users
Datepicker
All time
Commit History
Commits on Jun 22, 2020
📜🤖 Added by blurb_it.
blurb-it[bot]
authored
73f5db1
Copy full SHA for 73f5db1
Run 'make regen-all'
lysnikolaou
committed
ffdf495
Copy full SHA for ffdf495
bpo-41076: Pre-feed the parser with the f-string expression location
Show description for 561ffc8
lysnikolaou
committed
561ffc8
Copy full SHA for 561ffc8
bpo-41005: Fixed perrmission error (GH-20936)
Show description for 9e27bc0
3 people
authored
9e27bc0
Copy full SHA for 9e27bc0
bpo-41068: Fix read after write in zipfile for non-ASCII files names. (GH-21040)
serhiy-storchaka
authored
36ff513
Copy full SHA for 36ff513
bpo-26407: Do not mask errors in csv. (GH-20536)
Show description for c88239f
serhiy-storchaka
authored
c88239f
Copy full SHA for c88239f
bpo-40824: Do not mask errors in __iter__ in "in" and the operator module. (GH-20537)
Show description for cafe1b6
serhiy-storchaka
authored
cafe1b6
Copy full SHA for cafe1b6
bpo-41061: Fix incorrect expressions in hashtable (GH-21028)
Show description for 4901ea9
tiran
authored
4901ea9
Copy full SHA for 4901ea9
bpo-41056: Fix a possible MemoryError leak within zoneinfo. (GH-21007)
Show description for d780fa7
gpshead
authored
d780fa7
Copy full SHA for d780fa7
bpo-41056: Fix reference to deallocated stack in pathconfig (Coverity) (GH-21013)
Show description for 81328f3
gpshead
authored
81328f3
Copy full SHA for 81328f3
Commits on Jun 21, 2020
Skip tests to fix bot (GH-20777)
Show description for 6f79838
nanjekyejoannah
and
nanjekyejoannah
authored
6f79838
Copy full SHA for 6f79838
bpo-40939: Rename PyPegen* functions to PyParser* (GH-21016)
Show description for 564cd18
lysnikolaou
authored
564cd18
Copy full SHA for 564cd18
bpo-41052: Opt out serialization/deserialization for _random.Random (GH-21002)
corona10
authored
6989af0
Copy full SHA for 6989af0
bpo-41055: Remove outdated tests for the tp_print slot. (GH-21006)
serhiy-storchaka
authored
f9bab74
Copy full SHA for f9bab74
bpo-41058: Use source file encoding in pdb.find_function(). (GH-21010)
serhiy-storchaka
authored
19fcffa
Copy full SHA for 19fcffa
bpo-41060: Avoid SEGFAULT when calling GET_INVALID_TARGET in the grammar (GH-21020)
Show description for 6c4e0bd
lysnikolaou
authored
6c4e0bd
Copy full SHA for 6c4e0bd
Commits on Jun 20, 2020
bpo-41056: Use the fildes converter for fd to please Coverity. (GH-21011)
Show description for 3ccb96c
gpshead
authored
3ccb96c
Copy full SHA for 3ccb96c
bpo-41056: Fix a NULL pointer dereference on MemoryError within the ssl module. (GH-21009)
Show description for eb0d5c3
gpshead
authored
eb0d5c3
Copy full SHA for eb0d5c3
bpo-40939: Remove the old parser (Part 2) (GH-21005)
Show description for 314858e
lysnikolaou
authored
314858e
Copy full SHA for 314858e
bpo-41044: Generate valid PEG python parsers for opt+seq rules (GH-20995)
Show description for 55460ee
isidentical
and
pablogsal
authored
55460ee
Copy full SHA for 55460ee
Add link to .pypirc specification (GH-20680)
Show description for af157fa
bhrutledge
authored
af157fa
Copy full SHA for af157fa
bpo-40958: Avoid 'possible loss of data' warning on Windows (GH-20970)
lysnikolaou
authored
861efc6
Copy full SHA for 861efc6
bpo-41024: doc: Explicitly mention use of 'enum.Enum' as a valid container for '… (GH-20964)
Show description for 344c2a7
vincent-ferotin
authored
344c2a7
Copy full SHA for 344c2a7
bpo-41043: Escape literal part of the path for glob(). (GH-20994)
serhiy-storchaka
authored
9355868
Copy full SHA for 9355868
Commits on Jun 19, 2020
bpo-41040: Fix test_modulefinder. (GH-20991)
serhiy-storchaka
authored
a041e11
Copy full SHA for a041e11
bpo-40636: Documentation for zip-strict (#20961)
cool-RR
authored
59cf853
Copy full SHA for 59cf853
bpo-38377: Fix skip_if_broken_multiprocessing_synchronize() on macOS (GH-20984)
Show description for 3358da4
vstinner
authored
3358da4
Copy full SHA for 3358da4
bpo-40077: Convert _bz2 module to use PyType_FromSpec (GH-20960)
corona10
authored
ec68918
Copy full SHA for ec68918
Improve blake2 comment for Victor (GH-20981)
Show description for 8a0fe7b
tiran
authored
8a0fe7b
Copy full SHA for 8a0fe7b
Improve readability of `formataddr` docstring (GH-20963)
Show description for 66a65ba
jugmac00
authored
66a65ba
Copy full SHA for 66a65ba
bpo-40636: PEP 618: add strict parameter to zip() (GH-20921)
Show description for 310f6aa
3 people
authored
310f6aa
Copy full SHA for 310f6aa
bpo-40943: PY_SSIZE_T_CLEAN required for '#' formats (GH-20784)
Show description for 37bb289
vstinner
authored
37bb289
Copy full SHA for 37bb289
Commits on Jun 18, 2020
bpo-40334: Produce better error messages on invalid targets (GH-20106)
Show description for 01ece63
lysnikolaou
and
pablogsal
authored
01ece63
Copy full SHA for 01ece63
Update CODEOWNERS to account for the new parser location (GH-20971)
pablogsal
authored
d906f0e
Copy full SHA for d906f0e
bpo-38144: Add the root_dir and dir_fd parameters in glob.glob(). (GH-16075)
serhiy-storchaka
authored
8a64cea
Copy full SHA for 8a64cea
Pagination
Previous
Next
You can’t perform that action at this time.