summaryrefslogtreecommitdiff
path: root/lib/thandy/util.py
AgeCommit message (Expand)Author
2011-10-20Fix file permissionsTomás Touceda
2011-07-26Update lockfile to work on OSXTomás Touceda
2011-06-21First part of makethppackageTomas Touceda
2010-07-25More unit tests and documentation for the Thandy codeNick Mathewson
2009-01-22Fix multiple pychecker-spotted typos.Nick Mathewson
2008-12-01Make controller logging work better on python 2.4 (where the "extra" feature ...Nick Mathewson
2008-12-01Kludge harder, but properly.Nick Mathewson
2008-12-01Kludge harder.Nick Mathewson
2008-12-01Add a possible workaround for coderman's Ubuntu's simplejson snafus. 1) Only...Nick Mathewson
2008-11-22Fix a bug in userFilename that left us with a directory in ./~/. Add a facil...Nick Mathewson
2008-11-20a little more documentation.Nick Mathewson
2008-11-20Fall back to using built-in db rather than registry when some clever person d...Nick Mathewson
2008-11-20Unlike everything else in Python, registry keys want Close() not close().Nick Mathewson
2008-11-20Normalize paths to avoid bugging win32 folks with harmless (i believe) slashes.Nick Mathewson
2008-11-17Add win32 registry support to thandy. untested.Nick Mathewson
2008-11-17misc docsNick Mathewson
2008-11-17Stop dropping a byte every time a download fails. also start working on makin...Nick Mathewson
2008-11-16Add main-thread callbacks for download success/failure.Nick Mathewson
2008-11-16have some more thandy. This update includes a working downloader with tor su...Nick Mathewson
2008-10-15In python 2.6 and later, simplejson is built-in as json.Nick Mathewson
2008-10-14Add some in-code documentation, fix some dead code, add a license, add a work...Nick Mathewson
2008-10-14Rename glider to thandy, based on discussions on #nottor. Please let me know...Nick Mathewson