log mercurial/url.py @ 19535:df2155ebf502

age author description
Sat, 03 Aug 2013 13:23:48 -0500 Matt Mackall proxy: allow wildcards in the no proxy list (issue1821)
Tue, 01 Jan 2013 12:50:46 -0600 Augie Fackler url: clean up use of two-argument raise
Mon, 27 Aug 2012 23:14:27 +0200 Mads Kiilerich avoid using abbreviations that look like spelling errors
Wed, 15 Aug 2012 22:38:42 +0200 Mads Kiilerich fix trivial spelling errors
Sat, 12 May 2012 15:54:54 +0200 Brodie Rao cleanup: eradicate long lines
Sat, 10 Sep 2011 17:56:42 -0500 Matt Mackall merge with stable
Thu, 08 Sep 2011 20:40:24 -0300 Renato Cunha url: Remove the proxy env variables only when needed (issue2451) stable
Fri, 05 Aug 2011 16:07:51 -0500 Matt Mackall merge with stable
Fri, 05 Aug 2011 21:05:41 +0200 Patrick Mezard http: pass user to readauthforuri() (fix 4a43e23b8c55) stable
Mon, 01 Aug 2011 18:10:05 -0500 Matt Mackall merge with stable
Mon, 01 Aug 2011 23:58:50 +0200 Patrick Mezard hgweb: do not ignore [auth] if url has a username (issue2822) stable 1.9.1
Mon, 25 Jul 2011 15:55:51 -0500 Augie Fackler url: replace uses of hasattr with safehasattr or getattr
Fri, 06 May 2011 10:22:08 -0500 Augie Fackler url: use new http support if requested by the user
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