log tests/test-url.py @ 26367:f31ddc9bfa5f stable

age author description
Wed, 12 Mar 2014 13:21:17 -0400 Augie Fackler test-url: move from dict() construction to {} literals
Mon, 05 Dec 2011 17:48:40 -0600 Matt Mackall merge with stable
Sun, 04 Dec 2011 18:22:25 +0100 Patrick Mezard util: fix url.__str__() for windows file URLs stable
Thu, 17 Nov 2011 16:53:17 -0600 Matt Mackall merge with stable
Wed, 16 Nov 2011 00:10:56 +0100 Mads Kiilerich url: handle file://localhost/c:/foo "correctly" stable
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
Thu, 31 Mar 2011 17:37:33 -0700 Brodie Rao url: be stricter about detecting schemes
Thu, 31 Mar 2011 10:43:53 -0500 Matt Mackall url: nuke some newly-introduced underbars in identifiers
Wed, 30 Mar 2011 20:01:31 -0700 Brodie Rao url: abort on file:// URLs with non-localhost hosts