FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for progressbar - christiam/python-progressbar · GitHub
christiam
/
python-progressbar
Public
forked from
wolph/python-progressbar
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
python-progressbar
progressbar
on
develop
User selector
Datepicker
Commit history
Commits on Jul 5, 2017
Updated documentation to fix #125
wolph
authored
344d3ef
View commit details
Copy full SHA for 344d3ef
View code at this point
Browse repository at this point
Commits on Jun 2, 2017
Making sure the values are always updated when requested. Fixes #121
wolph
committed
a5c8e7b
View commit details
Copy full SHA for a5c8e7b
View code at this point
Browse repository at this point
Commits on May 30, 2017
bumped version
wolph
committed
963e0c7
View commit details
Copy full SHA for 963e0c7
View code at this point
Browse repository at this point
Merge remote-tracking branch 'matthewwardrop/mw_fix_jupyter_width' into develop
wolph
committed
ff09848
View commit details
Copy full SHA for ff09848
View code at this point
Browse repository at this point
Merge remote-tracking branch 'matthewwardrop/patch-2' into develop
wolph
committed
058ef3a
View commit details
Copy full SHA for 058ef3a
View code at this point
Browse repository at this point
Commits on May 27, 2017
Use get_ipython imported from IPython rather than global namespace.
matthewwardrop
committed
fac56a0
View commit details
Copy full SHA for fac56a0
View code at this point
Browse repository at this point
Make printing a newline on finish optional
Show description for 3f39625
matthewwardrop
committed
3f39625
View commit details
Copy full SHA for 3f39625
View code at this point
Browse repository at this point
Commits on May 26, 2017
Fix unwrapping stdout/stderr
Show description for af1146b
matthewwardrop
committed
af1146b
View commit details
Copy full SHA for af1146b
View code at this point
Browse repository at this point
removed print statement to fix #116
wolph
committed
b67b97b
View commit details
Copy full SHA for b67b97b
View code at this point
Browse repository at this point
Commits on May 25, 2017
bumping version
wolph
committed
6ca8abf
View commit details
Copy full SHA for 6ca8abf
View code at this point
Browse repository at this point
Merge branch 'master' into develop
wolph
committed
5edb6ba
View commit details
Copy full SHA for 5edb6ba
View code at this point
Browse repository at this point
re-applying @matthewwardrop his patch without merging to circumvent git
wolph
committed
b3343b2
View commit details
Copy full SHA for b3343b2
View code at this point
Browse repository at this point
Commits on May 5, 2017
Added global stdout/stderr redirection support so we can function with loggers as well. Fixes #101
wolph
committed
20139ba
View commit details
Copy full SHA for 20139ba
View code at this point
Browse repository at this point
fixed python 3.6 tests
wolph
committed
8b8dd23
View commit details
Copy full SHA for 8b8dd23
View code at this point
Browse repository at this point
Commits on Apr 8, 2017
fixed 100% progressbar, relocated tests and improved several tests. fixes #108
wolph
committed
d00e256
View commit details
Copy full SHA for d00e256
View code at this point
Browse repository at this point
Commits on Apr 4, 2017
fixed unicode issues on python 3 (fixes #104, fixes #105, #fixes 106)
wolph
committed
ee79fc8
View commit details
Copy full SHA for ee79fc8
View code at this point
Browse repository at this point
Merge branch 'master' into develop
wolph
committed
6e10a3e
View commit details
Copy full SHA for 6e10a3e
View code at this point
Browse repository at this point
fix #104
Show description for 8f136dd
Christophe
authored
8f136dd
View commit details
Copy full SHA for 8f136dd
View code at this point
Browse repository at this point
Commits on Apr 3, 2017
converted all strings to unicode
wolph
committed
b255660
View commit details
Copy full SHA for b255660
View code at this point
Browse repository at this point
converted all strings to unicode
wolph
committed
84be72f
View commit details
Copy full SHA for 84be72f
View code at this point
Browse repository at this point
fixed #104, converted all strings to unicode internally
wolph
committed
cd8947d
View commit details
Copy full SHA for cd8947d
View code at this point
Browse repository at this point
Commits on Mar 15, 2017
fixed description
wolph
committed
76a8f36
View commit details
Copy full SHA for 76a8f36
View code at this point
Browse repository at this point
bumping version
wolph
committed
52a81a2
View commit details
Copy full SHA for 52a81a2
View code at this point
Browse repository at this point
added extra documentation
wolph
committed
fbb5cc9
View commit details
Copy full SHA for fbb5cc9
View code at this point
Browse repository at this point
Commits on Mar 13, 2017
Added performance fix for #100
wolph
committed
2c92204
View commit details
Copy full SHA for 2c92204
View code at this point
Browse repository at this point
Commits on Dec 31, 2016
changed padding method for SimpleProgress to fix #95
wolph
committed
764e46a
View commit details
Copy full SHA for 764e46a
View code at this point
Browse repository at this point
Commits on Dec 21, 2016
bumped version
wolph
committed
dfdb477
View commit details
Copy full SHA for dfdb477
View code at this point
Browse repository at this point
Revert some unwanted autoformatting changes
WohthaN
committed
9f33c13
View commit details
Copy full SHA for 9f33c13
View code at this point
Browse repository at this point
Allow percentage to be used with generators
Show description for 03ad56f
WohthaN
committed
03ad56f
View commit details
Copy full SHA for 03ad56f
View code at this point
Browse repository at this point
ETA: display N/A when not available
Show description for 31bce7b
WohthaN
committed
31bce7b
View commit details
Copy full SHA for 31bce7b
View code at this point
Browse repository at this point
Commits on Dec 14, 2016
fixed 0-maxval detection (fixes: #89)
wolph
committed
0919fa6
View commit details
Copy full SHA for 0919fa6
View code at this point
Browse repository at this point
Commits on Nov 13, 2016
fixed progressbar to only flush when needed and improving ETA widgets
wolph
committed
e4c9994
View commit details
Copy full SHA for e4c9994
View code at this point
Browse repository at this point
Commits on Nov 3, 2016
made sure to flush after writing to stream
wolph
committed
225cb1c
View commit details
Copy full SHA for 225cb1c
View code at this point
Browse repository at this point
made sure to flush after writing to stream
wolph
committed
de5f1fe
View commit details
Copy full SHA for de5f1fe
View code at this point
Browse repository at this point
Commits on Oct 7, 2016
fixed resizing in nested progressbars thanks to @raingo
wolph
committed
b9572ac
View commit details
Copy full SHA for b9572ac
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL