Skip to content

Tags: icook/python-humanfriendly

Tags

1.9.5

Toggle 1.9.5's commit message
Make timing tests less sensitive to slow test execution*

* See https://travis-ci.org/xolox/python-humanfriendly/jobs/28706938 but
  the same thing can happen anywhere. When looked at from that perspective
  the fix I'm committing here really isn't a fix, but I suspect it will be
  fine :-)

1.9.4

Toggle 1.9.4's commit message
Restore Python 3.x compatibility (raw_input() -> input())

See https://travis-ci.org/xolox/python-humanfriendly/jobs/28700750

1.9.3

Toggle 1.9.3's commit message
Unit tests for prompt_for_choice() (bringing coverage back up to 95%)

1.9.2

Toggle 1.9.2's commit message
Merge pull request xolox#2: Added support for 'B' bytes unit to parse…

…_size

1.9.1

Toggle 1.9.1's commit message
Improve prompt_for_choice(): Clearly present default choice (if any)

1.9

Toggle 1.9's commit message
New prompt_for_choice() function

1.8.6

Toggle 1.8.6's commit message
Enable spinner to show progress counter (percentage)

1.8.5

Toggle 1.8.5's commit message
Make Timer() resumable

1.8.4

Toggle 1.8.4's commit message
Make the Spinner(label=...) argument optional

1.8.3

Toggle 1.8.3's commit message
Enable overriding of label for individual steps of spinner