Commit Graph

9 Commits

Author SHA1 Message Date
Noam Yorav-Raphael da5fdbf7c0 Print a newline after leave=True. Closes issue #6 2014-01-16 00:19:48 +02:00
Noam Yorav-Raphael 2ad667d338 PEP8: Have two space lines before functions. Closes issue #1. 2014-01-11 23:53:36 +02:00
Noam Yorav-Raphael 0bd6dc8401 Change the output_to argument to 'file', like in print().
Change the default to stderr, since I actually think it's more 'correct'.
2014-01-11 23:44:00 +02:00
Noam Yorav-Raphael 4a2ab5b8af Merge branch 'output_to_arbitrary' of https://github.com/Auv5/tqdm into Auv5-output_to_arbitrary
Conflicts:
	tqdm.py
2014-01-11 23:40:14 +02:00
Noam Yorav-Raphael 19c6f5416c Update trange docstring to reflect using range on py3 2014-01-11 23:33:42 +02:00
arkottke 8962c1aef2 Added try/except for python3 compatibility. 2014-01-11 08:43:20 -08:00
Jack McCracken 2cc124dbe5 Added documentation for the output_to argument. 2014-01-10 15:54:35 -05:00
Jack McCracken 6464656661 Added an argument to output to any filelike object.
Defaults to sys.stdout. My editor added a newline to the end of the
file, which is PEP8 compliant, so I left it in.
2014-01-10 15:33:17 -05:00
Noam Yorav-Raphael 6ba85d464c Add tqdm.py 2013-10-26 22:54:46 +03:00