Update tests and fix URI parsing
[electrum-nvc.git] / lib / util.py
2014-06-30 Michael WozniakUpdate tests and fix URI parsing
2014-06-15 ThomasVparse_URI: amount is in satoshis
2014-06-13 ThomasVminor fixes
2014-06-13 ThomasVunify util.parse_URI
2014-05-07 ThomasVfix parse_url
2014-05-07 ThomasVsupport for payment requests in the gui
2014-04-30 ThomasVmove set_url to __init__. fixes #672
2014-04-17 ThomasVjson-friendly debug messages. fix #659
2014-04-12 Michael WozniakBitcoin URL Handling
2014-04-10 FynnAccept FreeBSD OS
2014-03-16 ThomasVset default verbosity to false, because of daemon
2014-01-08 ThomasVparse_url: parse exponents
2014-01-04 bitcoindaddyAdd OpenBSD support to util.py
2013-11-13 Michael WozniakMac OSX bitcoin: URI updates
2013-11-12 ThomasVfix bug with hex_to_int; remove unused function
2013-11-12 Bryan Stittstop using eval
2013-11-10 Bryan Stittreplace BaseException with Exception
2013-10-07 ZomnutFix for the built-in raw_input not redirectin properly...
2013-10-07 thomasvupdate android interface
2013-10-03 ThomasVremove check_windows_wallet_migration
2013-09-14 ThomasVcustom json encoder for transactions
2013-09-14 ThomasVcreate a class for transaction dialog
2013-07-13 ThomasVwhitespaces option in format_satoshis
2013-04-07 ecdsaoption to display mBTC
2013-03-15 thomasvmove http aliases to separate plugin
2013-02-20 thomasvMerge branch 'master' of github.com:spesmilo/electrum
2013-02-20 thomasvsupport for multisig functions
2013-02-19 MaranDont migrate wallets for xp
2013-02-19 thomasvuse standard indendation in age(), and fix the for...
2013-02-19 thomasvdo not use Qt outside of the Qt gui. Also, do not reque...
2013-02-18 MaranTweaked the migration a bit
2013-02-18 MaranAdded migration to APPDATA from LOCALAPPDATA for window...
2013-02-18 MaranAdded migration to APPDATA from LOCALAPPDATA for window...
2013-01-20 Neil BoothSupport NetBSD
2012-12-18 thomasvuse stdout in print_msg
2012-12-09 MaranAdded unknown option in case none given
2012-12-09 MaranAdded age method that takes a timestamp and return...
2012-11-23 ThomasVdo not display args as tuple
2012-11-23 ThomasVuse adhoc print function
2012-11-18 ThomasVmake a regular gui module for android
2012-10-29 thomasvImprove text gui. Disable print_error when text gui...
2012-10-19 thomasvseparate bitcoin related functions from wallet.py
2012-10-19 thomasvmove theme_path functions from util to gui_lite
2012-08-30 MaranRefactored user_dir to utils and replaced it in wallet...
2012-08-20 Amir TaakiMore Pythonics util.print_error
2012-08-20 Jimbo77created docstring for local_data_dir()
2012-08-19 Jimbo77Created appdata_dir() docstring
2012-08-19 Jimbo77Created print_error docstring
2012-08-18 Amir TaakiUtils for dynamically loading themes.
2012-07-08 Amir TaakiAdded DragonFly to platform checks in appdata_dir(...
2012-07-07 Julian ToshImplementing a better print_error routine
2012-07-05 Amir Taakifirst check data/ else use system appdata/share directory.
2012-07-04 Amir Taakiadd multiargs support to get_resource_path