summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* * Debian packaging changed to be a non-native package.Lars Wirzenius2011-08-186-15/+23
| | | | * debian/rules and debian/control changed to use dh_python2. * debian/copyright converted to use DEP5.
* * New upstream release.Lars Wirzenius2011-08-031-0/+8
| | | | * First upload to Debian. (Closes: #636443) * Debian packaging changed to be a native package.
* Remove extrautils as build-dependency.Lars Wirzenius2011-07-272-6/+1
|
* Update setup.py for PyPI registration.ttystatus-0.12Lars Wirzenius2011-07-241-18/+32
|
* Fix reference to ttystatus.__version__.Lars Wirzenius2011-07-241-1/+1
|
* Release version 0.12.Lars Wirzenius2011-07-243-0/+17
|\
| * Update NEWS and debian/changelog for release.Lars Wirzenius2011-07-242-0/+16
| |
| * Add doc/conf.py to list of modules without tests.Lars Wirzenius2011-07-241-0/+1
|/
* Make SIGWINCH be a re-starting signal.Lars Wirzenius2011-07-221-0/+1
| | | | This makes obnam/paramiko not crap out if SIGWINCH arrives during its I/O.
* Remove useless debian/pycompat file.Lars Wirzenius2011-06-291-1/+0
|
* Add missing build-dep.Lars Wirzenius2011-06-241-1/+2
|
* Use sphinx for API docs.Lars Wirzenius2011-06-246-2/+371
|\
| * Add example to index.rst.Lars Wirzenius2011-06-241-0/+64
| |
| * Make example actually show the symlinks it finds.Lars Wirzenius2011-06-241-1/+1
| |
| * Fix markup for automodule.Lars Wirzenius2011-06-241-1/+1
| |
| * Add reference section to index.rst.Lars Wirzenius2011-06-241-9/+7
| |
| * Build docs from toplevel Makefile.Lars Wirzenius2011-06-241-0/+2
| |
| * Use store version in __version__, not version. Also bump it.Lars Wirzenius2011-06-241-1/+1
| |
| * Get version number from library.Lars Wirzenius2011-06-241-3/+5
| |
| * Add initial sphinx files.Lars Wirzenius2011-06-243-0/+303
|/
* Release version 0.11.version_0_11Lars Wirzenius2011-04-233-1/+16
|
* 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
| | | | | This makes 'pydoc ttystatus' show them directly in the output for the package, instead of the user having to dig them out from invididual modules.
* Release version 0.10.version_0_10Lars Wirzenius2011-03-233-1/+14
|
* Handle /dev/tty not being possible to open.Lars Wirzenius2011-03-232-2/+16
| | | E.g., under cron.
* Bump version number.version_0_9Lars Wirzenius2011-02-131-1/+1
|
* Release version 0.9.Lars Wirzenius2011-02-132-0/+13
|
* Add ttystatus.Integer.Lars Wirzenius2011-02-123-0/+75
|
* Release version 0.8.1. (bugfix).version_0_8_1Lars Wirzenius2011-01-304-10/+24
|
* Release version 0.8.version_0_8Lars Wirzenius2011-01-308-6/+19
| | | Also update copyright years.
* Merge changes to write to /dev/tty by default.Lars Wirzenius2011-01-304-5/+60
|\
| * 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
|
* Release version 0.7.Lars Wirzenius2010-10-092-0/+12
|
* Fix bug: the last updates are not output by .finish().Lars Wirzenius2010-10-091-2/+1
| | | | | | | The problem was that the messager's cached message did not get updated with all updates, only when it was time to actually output things. This sounds like a great optimization, but causes the last updates to not get cached, and so .finish() did not output them.
* Add missing build-dependency on python-coverage-test-runner.version_0_6Lars Wirzenius2010-07-132-2/+3
|
* Prepare version 0.6.Lars Wirzenius2010-07-133-1/+14
|
* 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-073-1/+18
|
* Merge optimizations.Lars Wirzenius2010-07-0718-78/+183
|\
| * Add a way for widgets to say "I'm always interested in updates".Lars Wirzenius2010-07-074-6/+28
| | | | | | Fix ElapsedTime to use that.
| * 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
| | | | | | | | | | Add a format() method that actually do the heavy duty lifting, such as string formatting, which is only needed during actual output.
| * Make value attribute required for widgets.Lars Wirzenius2010-07-074-5/+5
| | | | | | Having to check it is costly.
| * Speed things up further by pre-computing which widgets are interested in ↵Lars Wirzenius2010-07-0712-18/+19
| | | | | | | | which key.
| * Speed things up by only updating widgets interested in the updated value.Lars Wirzenius2010-07-0712-3/+19
|/