summaryrefslogtreecommitdiff
path: root/ttystatus
Commit message (Expand)AuthorAgeFilesLines
* Bump version number.Lars Wirzenius2011-09-171-1/+1
* Fix String to handle non-string values.Lars Wirzenius2011-09-152-1/+5
* Bump version number.Lars Wirzenius2011-08-311-1/+1
* Add an example to docstring.Lars Wirzenius2011-08-311-1/+2
* Add docstring to explain format string syntax.Lars Wirzenius2011-08-311-1/+7
* Add ttystatus.TerminalStatus.format method.Lars Wirzenius2011-08-312-0/+11
* Refactor: code clarity.Lars Wirzenius2011-08-311-3/+3
* Implement format string parsing.Lars Wirzenius2011-08-312-5/+90
* Make sure widgets are not base class, just real widgets.Lars Wirzenius2011-08-311-0/+1
* Start fmt module.Lars Wirzenius2011-08-313-0/+53
* Fix test for zero division.Lars Wirzenius2011-08-311-1/+1
* Fix PercentDone wrt zero division.Lars Wirzenius2011-08-311-0/+2
* Fix tests so they pass.Lars Wirzenius2011-08-293-4/+16
* Add a way to print error messages to stderr.Lars Wirzenius2011-08-292-4/+10
* Write notifications to stdout, not the terminal.Lars Wirzenius2011-08-291-2/+3
* Fix version number.Lars Wirzenius2011-08-181-1/+1
* Make SIGWINCH be a re-starting signal.Lars Wirzenius2011-07-221-0/+1
* Use store version in __version__, not version. Also bump it.Lars Wirzenius2011-06-241-1/+1
* Release version 0.11.version_0_11Lars Wirzenius2011-04-231-1/+1
* Don't output final newline if there's been no output.Lars Wirzenius2011-04-231-2/+3
* Make all symbols available via __all__.Lars Wirzenius2011-04-071-0/+2
* Release version 0.10.version_0_10Lars Wirzenius2011-03-231-1/+1
* Handle /dev/tty not being possible to open.Lars Wirzenius2011-03-232-2/+16
* Bump version number.version_0_9Lars Wirzenius2011-02-131-1/+1
* Add ttystatus.Integer.Lars Wirzenius2011-02-123-0/+75
* Release version 0.8.1. (bugfix).version_0_8_1Lars Wirzenius2011-01-302-10/+11
* Release version 0.8.version_0_8Lars Wirzenius2011-01-305-5/+5
* Disable output if there's an error.Lars Wirzenius2011-01-301-3/+3
* Output to /dev/tty instead stderr.Lars Wirzenius2011-01-301-3/+7
* Implement enable and disable output.Lars Wirzenius2011-01-304-9/+39
* Add test for TerminalStatus.disable method.Lars Wirzenius2011-01-302-1/+22
* Fix version number.version_0_7Lars Wirzenius2010-10-091-1/+1
* Fix bug: the last updates are not output by .finish().Lars Wirzenius2010-10-091-2/+1
* Prepare version 0.6.Lars Wirzenius2010-07-131-1/+1
* Re-draw all widgets if terminal width changes.Lars Wirzenius2010-07-121-1/+7
* Add ByteSpeed.Lars Wirzenius2010-07-123-0/+116
* Prepare release 0.5.version_0_5Lars Wirzenius2010-07-071-1/+1
* Add a way for widgets to say "I'm always interested in updates".Lars Wirzenius2010-07-073-4/+24
* Don't attempt to write until it is time.Lars Wirzenius2010-07-074-4/+23
* Change update methods to only cache information and compute minimal things.Lars Wirzenius2010-07-0713-71/+118
* Make value attribute required for widgets.Lars Wirzenius2010-07-074-5/+5
* Speed things up further by pre-computing which widgets are interested in whic...Lars Wirzenius2010-07-0712-18/+19
* Speed things up by only updating widgets interested in the updated value.Lars Wirzenius2010-07-0712-3/+19
* Write NEWS file, update version number and debian/changelog for 0.4 release.version_0_4Lars Wirzenius2010-07-051-1/+1
* Fix Messager to report actual width it will use as .width.Lars Wirzenius2010-07-052-5/+8
* Go back to version 0.3, since that wasn't released yet.version_0_3Lars Wirzenius2010-07-011-1/+1
* New release. Fixes handling of bad values for fields. Lars Wirzenius2010-07-011-1/+1
* Handle empty string for done, total values.Lars Wirzenius2010-07-012-2/+9
* Handle zero speed correctly.Lars Wirzenius2010-07-012-3/+12
* Add fixes for zero division and empty string values for total.Lars Wirzenius2010-07-012-2/+13