Staging
v0.5.1
https://github.com/python/cpython
Revision 82b5f6b16e051f8a2ac6e87ba86b082fa1c4a77f authored by Miss Islington (bot) on 18 October 2019, 13:24:28 UTC, committed by GitHub on 18 October 2019, 13:24:28 UTC

* bpo-27657: Fix urlparse() with numeric paths

Revert parsing decision from bpo-754016 in favor of the documented
consensus in bpo-16932 of how to treat strings without a // to
designate the netloc.

* bpo-22891: Remove urlsplit() optimization for 'http' prefixed inputs.
(cherry picked from commit 5a88d50ff013a64fbdb25b877c87644a9034c969)

Co-authored-by: Tim Graham <timograham@gmail.com>
1 parent 1bceb0e
History
Tip revision: 82b5f6b16e051f8a2ac6e87ba86b082fa1c4a77f authored by Miss Islington (bot) on 18 October 2019, 13:24:28 UTC
bpo-27657: Fix urlparse() with numeric paths (GH-661)
Tip revision: 82b5f6b
File Mode Size
.azure-pipelines
.github
Doc
Grammar
Include
Lib
Mac
Misc
Modules
Objects
PC
PCbuild
Parser
Programs
Python
Tools
m4
.gitattributes -rw-r--r-- 1.6 KB
.gitignore -rw-r--r-- 1.5 KB
.travis.yml -rw-r--r-- 6.1 KB
CODE_OF_CONDUCT.rst -rw-r--r-- 631 bytes
LICENSE -rw-r--r-- 12.5 KB
Makefile.pre.in -rw-r--r-- 62.5 KB
README.rst -rw-r--r-- 9.8 KB
aclocal.m4 -rw-r--r-- 10.7 KB
config.guess -rwxr-xr-x 43.1 KB
config.sub -rwxr-xr-x 35.4 KB
configure -rwxr-xr-x 491.1 KB
configure.ac -rw-r--r-- 164.0 KB
install-sh -rwxr-xr-x 7.0 KB
pyconfig.h.in -rw-r--r-- 42.2 KB
setup.py -rw-r--r-- 101.3 KB

README.rst

back to top