index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
urlparse.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Whitespace normalization. Top level of Lib now fixed-point for reindent.py!
Tim Peters
2001-01-15
1
-185/+185
*
urlunparse(): Do not add a leading slash to the path if it is empty.
Fred Drake
2001-01-05
1
-6/+12
*
Be explicit about scheme_chars -- string.letters is locale dependent
Guido van Rossum
2000-12-19
1
-20/+18
*
Pekka Pessi <Pekka.Pessi@nokia.com>:
Fred Drake
2000-06-20
1
-3/+3
*
Anthony Baxter <anthony@interlink.com.au>:
Fred Drake
2000-04-14
1
-4/+4
*
Some cleanup -- don't use splitfields/joinfields, standardize
Guido van Rossum
2000-04-10
1
-19/+17
*
The third and final doc-string sweep by Ka-Ping Yee.
Guido van Rossum
2000-02-04
1
-13/+16
*
No need to import find(). (Andrew Dalke & kjpylint)
Guido van Rossum
1999-05-03
1
-1/+1
*
Sjoerd Mullender writes:
Guido van Rossum
1999-03-18
1
-2/+2
*
Delete non-standard-conforming code in urljoin() that would use the
Guido van Rossum
1999-03-17
1
-12/+0
*
Steve Clift pointed out that 'file' allows a netloc.
Guido van Rossum
1999-02-22
1
-0/+1
*
Fixed bug in the common-case code for HTTP URLs; it would lose the query,
Andrew M. Kuchling
1999-01-06
1
-4/+7
*
Add XXX comment about a test that doesn't seem right -- no time to
Guido van Rossum
1998-12-21
1
-0/+1
*
Easy optimizations of urlparse for the common case of parsing an http URL.
Jeremy Hylton
1998-09-02
1
-8/+33
*
fix typo in keyword argument 'allow_frament' should be 'allow_fragment'
Jeremy Hylton
1998-08-25
1
-6/+6
*
Add Gopher to list of protocols that support query strings.
Guido van Rossum
1998-01-19
1
-0/+1
*
Patch my Marc Lemburg to fix urljoin("/a", "..") and urljoin("/a", "..#1").
Guido van Rossum
1997-12-03
1
-1/+3
*
After some discussion with Jeremy and Fred, decided to limit the
Guido van Rossum
1997-07-14
1
-1/+1
*
Test urlparse cache with try/except instead of has_key.
Guido van Rossum
1997-07-11
1
-1/+3
*
Added characteristics of shttp, https, and snews.
Guido van Rossum
1997-01-02
1
-3/+12
*
Crude but effective hack to clear the parser cache every so often.
Guido van Rossum
1996-12-27
1
-0/+4
*
optimizations due to Fred Drake; added urldefrag() function
Guido van Rossum
1996-05-28
1
-18/+35
*
added hdl protocol properties
Guido van Rossum
1996-05-28
1
-3/+3
*
Update reference (it's now RFC 1808); added http to list of protocols
Guido van Rossum
1996-03-29
1
-9/+3
*
remove file: from list of protocols taking host
Guido van Rossum
1995-08-10
1
-1/+1
*
subtle changes to relative rurl joins
Guido van Rossum
1995-08-04
1
-3/+3
*
Add hacks for switching protocol and path but leaving host unchanged
Guido van Rossum
1994-12-30
1
-0/+12
*
New tty/pty modules by Steen; new urlparser.
Guido van Rossum
1994-09-12
1
-0/+195