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
Type
/
to 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.1k
Star
74.2k
Code
Issues
5k+
Pull requests
2.5k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
gh-102153: Start stripping C0 control and space chars in
urlsplit
- #102508
#102508
Merged
gpshead
merged 12 commits into
python:main
python/cpython:main
from
illia-v:gh-102153
illia-v/cpython:gh-102153
Copy head branch name to clipboard
May 17, 2023
Conversation
Commits
12
(12)
Checks
Files changed
Merged
gh-102153: Start stripping C0 control and space chars in
urlsplit
#102508
gpshead
merged 12 commits into
python:main
python/cpython:main
from
illia-v:gh-102153
illia-v/cpython:gh-102153
Copy head branch name to clipboard
Commits
Commits on Mar 7, 2023
gh-102153: Start stripping C0 control and space chars in `urlsplit`
illia-v
committed
5e67815
View commit details
Copy full SHA for 5e67815
Browse repository at this point
Add a period
illia-v
committed
84231ba
View commit details
Copy full SHA for 84231ba
Browse repository at this point
Commits on Mar 8, 2023
Simplify code
illia-v
committed
716e1c2
View commit details
Copy full SHA for 716e1c2
Browse repository at this point
Merge remote-tracking branch 'python/main' into gh-102153
illia-v
committed
d81766d
View commit details
Copy full SHA for d81766d
Browse repository at this point
Commits on Apr 27, 2023
Expand the constant instead of computing it at import time.
gpshead
authored
a13bf41
View commit details
Copy full SHA for a13bf41
Browse repository at this point
Commits on May 2, 2023
Only lstrip the URL to avoid breaking applications.
Show description for c863a81
gpshead
committed
c863a81
View commit details
Copy full SHA for c863a81
Browse repository at this point
Fix the unittests to allow trailing C0
Show description for fd3e429
gpshead
committed
fd3e429
View commit details
Copy full SHA for fd3e429
Browse repository at this point
Commits on May 3, 2023
remove a duplicate word
Show description for 456d238
gpshead
and
frenzymadness
authored
456d238
View commit details
Copy full SHA for 456d238
Browse repository at this point
Update 2023-03-07-20-59-17.gh-issue-102153.14CLSZ.rst
Show description for 0f7f9ea
gpshead
authored
0f7f9ea
View commit details
Copy full SHA for 0f7f9ea
Browse repository at this point
Commits on May 17, 2023
Add urlparse and urlsplit security warnings.
Show description for a510652
gpshead
committed
a510652
View commit details
Copy full SHA for a510652
Browse repository at this point
doc formatting and wording tweaks.
gpshead
committed
766a7d3
View commit details
Copy full SHA for 766a7d3
Browse repository at this point
Merge branch 'main' into gh-102153
gpshead
authored
fc6aaaf
View commit details
Copy full SHA for fc6aaaf
Browse repository at this point
You can’t perform that action at this time.