- 12 Feb, 2013 2 commits
-
-
Marcin Kasperski authored
-
Marcin Kasperski authored
-
- 13 Dec, 2012 2 commits
-
-
Christoph Mathys authored
-
Christoph Mathys authored
-
- 11 Dec, 2012 1 commit
-
-
Christoph Mathys authored
-
- 26 Oct, 2012 1 commit
-
-
Marcin Kasperski authored
-
- 27 Sep, 2012 2 commits
-
-
Marcin Kasperski authored
-
Marcin Kasperski authored
-
- 25 Sep, 2012 1 commit
-
-
Steve Borho authored
This broke on Mercurial 2.3 when demandimport was not enabled
-
- 23 Jul, 2012 2 commits
-
-
Marcin Kasperski authored
-
Marcin Kasperski authored
-
- 17 Jul, 2012 1 commit
-
-
André Sintzoff authored
Note: this import is no more valid since hg 1ac628cd7113
-
- 17 May, 2012 2 commits
-
-
Marcin Kasperski authored
-
Marcin Kasperski authored
-
- 11 May, 2012 1 commit
-
-
Levi Bard authored
-
- 19 Jan, 2012 2 commits
-
-
Marcin Kasperski authored
-
Marcin Kasperski authored
-
- 12 Jan, 2012 1 commit
-
-
Eric Blood authored
Hook into the http auth handlers in order to get access to the http request object and use that object to differentiate between an authentication failure and a new request to the same url.
-
- 09 Nov, 2011 4 commits
-
-
Marcin Kasperski authored
-
Marcin Kasperski authored
-
Marcin Kasperski authored
-
Marcin Kasperski authored
[HgKeyring] to make distinguishing them easier
-
- 13 Aug, 2011 6 commits
-
-
Marcin Kasperski authored
-
Marcin Kasperski authored
-
Marcin Kasperski authored
-
Marcin Kasperski authored
-
Steve Borho authored
-
Steve Borho authored
-
- 05 Aug, 2011 1 commit
-
-
Patrick Mezard authored
-
- 02 Aug, 2011 1 commit
-
-
Patrick Mezard authored
demandimport behaves unexpectedly when you write something like: try: from foo.bar import someclass except ImportError: # do something else If foo.bar does exist but does not contain "someclass", demandimport returns a lazy module object instead of raising ImportError. The solution is to force the non-module symbols to be loaded by accessing them like: try: import foo.bar someclass = foo.bar.someclass except (ImportError, AttributeError): # do something else
-
- 23 Jul, 2011 1 commit
-
-
Marcin Kasperski authored
-
- 11 May, 2011 3 commits
-
-
Marcin Kasperski authored
-
Marcin Kasperski authored
-
Marcin Kasperski authored
-
- 09 May, 2011 1 commit
-
-
Steve Borho authored
-
- 15 Feb, 2011 2 commits
-
-
Marcin Kasperski authored
-
Marcin Kasperski authored
-
- 14 Feb, 2011 2 commits
-
-
Steve Borho authored
-
Steve Borho authored
-
- 17 Nov, 2010 1 commit
-
-
Marcin Kasperski authored
-