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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
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
35.6k
Star
77.2k
Code
Issues
5k+
Pull requests
2.6k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
gh-96035: Make urllib.parse.urlparse reject non-numeric ports
- #98273
#98273
Merged
JelleZijlstra
merged 14 commits into
python:main
python/cpython:main
from
kenballus:main
Copy head branch name to clipboard
Oct 20, 2022
Conversation
Commits
14
(14)
Checks
Files changed
Merged
gh-96035: Make urllib.parse.urlparse reject non-numeric ports
#98273
JelleZijlstra
merged 14 commits into
python:main
python/cpython:main
from
kenballus:main
Copy head branch name to clipboard
Commits
Commits on Oct 15, 2022
pythongh-96035: Make urllib.parse.urlparse reject non-numeric port strings
kenballus
committed
2509db4
View commit details
Copy full SHA for 2509db4
Browse repository at this point
Commits on Oct 16, 2022
Merge branch 'python:main' into main
kenballus
authored
6e6db6b
View commit details
Copy full SHA for 6e6db6b
Browse repository at this point
Commits on Oct 17, 2022
Merge branch 'python:main' into main
kenballus
authored
a41b8e0
View commit details
Copy full SHA for a41b8e0
Browse repository at this point
Commits on Oct 20, 2022
Merge branch 'python:main' into main
kenballus
authored
5482221
View commit details
Copy full SHA for 5482221
Browse repository at this point
Add tests and remove nested errors.
kenballus
committed
98450a6
View commit details
Copy full SHA for 98450a6
Browse repository at this point
Simplify port number validation. A port is valid iff it consists only of digits
kenballus
committed
b4ea289
View commit details
Copy full SHA for b4ea289
Browse repository at this point
add check for ascii
kenballus
committed
58d8e30
View commit details
Copy full SHA for 58d8e30
Browse repository at this point
Update Misc/NEWS.d/next/Library/2022-10-14-19-57-37.gh-issue-96035.0xcX-p.rst
Show description for 40f1b37
kenballus
and
JelleZijlstra
authored
40f1b37
View commit details
Copy full SHA for 40f1b37
Browse repository at this point
Merge branch 'main' into main
kenballus
authored
4b5c236
View commit details
Copy full SHA for 4b5c236
Browse repository at this point
Merge branch 'python:main' into main
kenballus
authored
63c74e5
View commit details
Copy full SHA for 63c74e5
Browse repository at this point
add test for non-ascii port number
kenballus
committed
6a6683b
View commit details
Copy full SHA for 6a6683b
Browse repository at this point
Merge branch 'main' of github.com:kenballus/cpython
kenballus
committed
67ecd2f
View commit details
Copy full SHA for 67ecd2f
Browse repository at this point
Update Misc/NEWS.d/next/Library/2022-10-14-19-57-37.gh-issue-96035.0xcX-p.rst
Show description for c4c1554
kenballus
and
JelleZijlstra
authored
c4c1554
View commit details
Copy full SHA for c4c1554
Browse repository at this point
Merge branch 'python:main' into main
kenballus
authored
b1aeb37
View commit details
Copy full SHA for b1aeb37
Browse repository at this point
You can’t perform that action at this time.