log tests/test-url.py @ 15519:bb9ad375b51c

age author description
Mon, 07 Nov 2011 03:25:10 +0100 Mads Kiilerich util: don't encode ':' in url paths
Tue, 01 Nov 2011 12:25:54 -0700 Brodie Rao tests: fix readline escape characters in heredoctest.py/test-url.py stable
Thu, 04 Aug 2011 02:51:29 +0200 Mads Kiilerich url: really handle urls of the form file:///c:/foo/bar/ correctly stable
Sat, 18 Jun 2011 01:03:03 +0200 Nicolas Bareil sslutil: fall back to commonName when no dNSName in subjectAltName (issue2798)
Thu, 12 May 2011 16:41:56 +0200 Peter Arrenbrecht util: make str(url) return file:/// for abs paths again
Wed, 04 May 2011 22:08:55 -0500 Augie Fackler sslutil: extracted ssl methods from httpsconnection in url.py
Sat, 30 Apr 2011 09:43:20 -0700 Brodie Rao url: move URL parsing functions into util to improve startup time