<feed xmlns='http://www.w3.org/2005/Atom'>
<title>leap_mx.git/src/leap/mx/util, branch feature/unittests-trial</title>
<subtitle>[leap_mx] 
</subtitle>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_mx.git/'/>
<entry>
<title>Add option to config to enable/disable warnings in the logger, and fix the</title>
<updated>2013-02-18T17:45:07+00:00</updated>
<author>
<name>Isis Lovecruft</name>
<email>isis@torproject.org</email>
</author>
<published>2013-02-18T17:45:07+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_mx.git/commit/?id=8f7ebd8e388a96dd825ee3cc7a72850b51dbca8b'/>
<id>8f7ebd8e388a96dd825ee3cc7a72850b51dbca8b</id>
<content type='text'>
print statements in the logger to be the py3k print_function.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
print statements in the logger to be the py3k print_function.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add update mechanism to config files to allow new default configs to be pushed</title>
<updated>2013-02-17T00:03:58+00:00</updated>
<author>
<name>Isis Lovecruft</name>
<email>isis@torproject.org</email>
</author>
<published>2013-02-17T00:03:58+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_mx.git/commit/?id=340392e50b04d2c795e6d84d632590b26188feee'/>
<id>340392e50b04d2c795e6d84d632590b26188feee</id>
<content type='text'>
to the git repo later without breaking past versions.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
to the git repo later without breaking past versions.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix a bug in log.debug() where it was checking for the config setting in the</title>
<updated>2013-02-16T23:28:46+00:00</updated>
<author>
<name>Isis Lovecruft</name>
<email>isis@torproject.org</email>
</author>
<published>2013-02-16T23:28:46+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_mx.git/commit/?id=bd4b080b63493a180cb979f1cda952e7927a7c15'/>
<id>bd4b080b63493a180cb979f1cda952e7927a7c15</id>
<content type='text'>
wrong section of the config.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
wrong section of the config.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix log.start() function in leap/mx/util/log.py to properly use the xdg</title>
<updated>2013-02-16T23:27:18+00:00</updated>
<author>
<name>Isis Lovecruft</name>
<email>isis@torproject.org</email>
</author>
<published>2013-02-16T23:27:18+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_mx.git/commit/?id=3cd39505708819a2d70dd5b91f8d1de81e89181e'/>
<id>3cd39505708819a2d70dd5b91f8d1de81e89181e</id>
<content type='text'>
directory if that was discovered in config setup.

  * Updated imports to reflect directory layout changes, again.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
directory if that was discovered in config setup.

  * Updated imports to reflect directory layout changes, again.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix discovery of xdg .config directory on *nix systems, and use that path for</title>
<updated>2013-02-16T23:23:32+00:00</updated>
<author>
<name>Isis Lovecruft</name>
<email>isis@torproject.org</email>
</author>
<published>2013-02-16T23:23:32+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_mx.git/commit/?id=031a0024c4350e5fb79ffd5ed3533c6a23600749'/>
<id>031a0024c4350e5fb79ffd5ed3533c6a23600749</id>
<content type='text'>
our config file if it exists.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
our config file if it exists.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add new parameters 'enable_logfile', 'logfile', 'debug', and 'noisy' to the</title>
<updated>2013-02-16T23:21:50+00:00</updated>
<author>
<name>Isis Lovecruft</name>
<email>isis@torproject.org</email>
</author>
<published>2013-02-16T23:21:50+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_mx.git/commit/?id=f02e6aa89d5a22182b5906ea7053eabc7d20ecb9'/>
<id>f02e6aa89d5a22182b5906ea7053eabc7d20ecb9</id>
<content type='text'>
default config creation template.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
default config creation template.
</pre>
</div>
</content>
</entry>
<entry>
<title>Moved client platform detection code to leap/mx/util/config.py.</title>
<updated>2013-02-16T23:18:57+00:00</updated>
<author>
<name>Isis Lovecruft</name>
<email>isis@torproject.org</email>
</author>
<published>2013-02-16T23:18:57+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_mx.git/commit/?id=2773a3d35a2c87100da520b7e947d1d77f52e134'/>
<id>2773a3d35a2c87100da520b7e947d1d77f52e134</id>
<content type='text'>
  * Remove extraneous storage.Storage() initializations.
  * Autosetup calls to config._get_config_location based on whether
    config.filename has been set elsewhere.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  * Remove extraneous storage.Storage() initializations.
  * Autosetup calls to config._get_config_location based on whether
    config.filename has been set elsewhere.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix imports in leap/mx/util/config.py to reflect move of util/ directory, and</title>
<updated>2013-02-16T23:15:31+00:00</updated>
<author>
<name>Isis Lovecruft</name>
<email>isis@torproject.org</email>
</author>
<published>2013-02-16T23:15:31+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_mx.git/commit/?id=d3bc6e22b618771e02b2941f573759a8021e8752'/>
<id>d3bc6e22b618771e02b2941f573759a8021e8752</id>
<content type='text'>
setup default config storage.Storage() modified dictionary objects for YAML
configs.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
setup default config storage.Storage() modified dictionary objects for YAML
configs.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix imports in leap/mx/util/config.py to not import all of os.</title>
<updated>2013-02-16T23:13:08+00:00</updated>
<author>
<name>Isis Lovecruft</name>
<email>isis@torproject.org</email>
</author>
<published>2013-02-16T23:13:08+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_mx.git/commit/?id=91d70343acecb1b2225cf94024d738c053eff4c3'/>
<id>91d70343acecb1b2225cf94024d738c053eff4c3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typo in leap/mx/util/net.py.</title>
<updated>2013-02-16T23:06:24+00:00</updated>
<author>
<name>Isis Lovecruft</name>
<email>isis@torproject.org</email>
</author>
<published>2013-02-16T23:06:24+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_mx.git/commit/?id=73ee880147dfd2dd5f6e553069028ea32ffc1a53'/>
<id>73ee880147dfd2dd5f6e553069028ea32ffc1a53</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
