Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
edguimkit
/
python-progressbar
Public
forked from
NiltonVolpato/python-progressbar
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit history
Commits on Jul 24, 2018
Created using Colaboratory
edguimkit
committed
70ac28e
View commit details
Copy full SHA for 70ac28e
Browse repository at this point
Created using Colaboratory
edguimkit
committed
a869713
View commit details
Copy full SHA for a869713
Browse repository at this point
Commits on Jun 29, 2018
use a real email since setuptools complain about it now
NiltonVolpato
committed
506c92f
View commit details
Copy full SHA for 506c92f
Browse repository at this point
update version
NiltonVolpato
committed
9dbe95d
View commit details
Copy full SHA for 9dbe95d
Browse repository at this point
Actually: fix issue with recursive import and mixed tabs and spaces.
Show description for 17a1041
NiltonVolpato
committed
17a1041
View commit details
Copy full SHA for 17a1041
Browse repository at this point
fix issue with recursive import and mixed tabs with spaces
NiltonVolpato
committed
6fcfa93
View commit details
Copy full SHA for 6fcfa93
Browse repository at this point
fix bugs with mixing tabs and spaces and recursive import
Nilton Volpato
committed
c7baf37
View commit details
Copy full SHA for c7baf37
Browse repository at this point
Commits on May 24, 2018
Merge pull request #48 from kousu/master
Show description for 65367ce
NiltonVolpato
authored
65367ce
View commit details
Copy full SHA for 65367ce
Browse repository at this point
Merge pull request #57 from infinity0/patch-1
Show description for 1052b65
NiltonVolpato
authored
1052b65
View commit details
Copy full SHA for 1052b65
Browse repository at this point
Merge pull request #61 from bphunter1972/py36
Show description for 8839c69
NiltonVolpato
authored
8839c69
View commit details
Copy full SHA for 8839c69
Browse repository at this point
Add support for python3.6.
Show description for 94df3df
bphunter1972
committed
94df3df
View commit details
Copy full SHA for 94df3df
Browse repository at this point
Commits on Jun 30, 2017
Don't use `sys.stderr` as a default value
Show description for d76b55f
infinity0
authored
d76b55f
View commit details
Copy full SHA for d76b55f
Browse repository at this point
Commits on Feb 20, 2017
Merge pull request #1 from niltonvolpato/master
Show description for 12d3d7a
kousu
authored
12d3d7a
View commit details
Copy full SHA for 12d3d7a
Browse repository at this point
Commits on Mar 3, 2016
Merge pull request #50 from yarikoptic/bf-divide-0
Show description for 32422c1
NiltonVolpato
committed
32422c1
View commit details
Copy full SHA for 32422c1
Browse repository at this point
Merge pull request #47 from jwilk/spelling
Show description for 5438eb3
NiltonVolpato
committed
5438eb3
View commit details
Copy full SHA for 5438eb3
Browse repository at this point
Merge pull request #44 from yarikoptic/master
Show description for 13113ac
NiltonVolpato
committed
13113ac
View commit details
Copy full SHA for 13113ac
Browse repository at this point
Merge pull request #43 from madebr/master
Show description for 8721cf0
NiltonVolpato
committed
8721cf0
View commit details
Copy full SHA for 8721cf0
Browse repository at this point
BF: avoid division by 0 if maxval is 0 -- return 100% right away
yarikoptic
committed
fac205d
View commit details
Copy full SHA for fac205d
Browse repository at this point
Commits on Jan 31, 2016
Handle UnknownLength everywhere.
kousu
committed
26b7f73
View commit details
Copy full SHA for 26b7f73
Browse repository at this point
Commits on Jan 5, 2016
Fix typos
jwilk
committed
e85a95e
View commit details
Copy full SHA for e85a95e
Browse repository at this point
Commits on Dec 1, 2015
ENH: remove shebang from sub-modules not intended for straight execution
yarikoptic
committed
ddda348
View commit details
Copy full SHA for ddda348
Browse repository at this point
ENH: flush upon write
Show description for cb48620
yarikoptic
committed
cb48620
View commit details
Copy full SHA for cb48620
Browse repository at this point
Commits on Nov 20, 2015
sys.stdout is not a callable object.
madebr
committed
0fadbed
View commit details
Copy full SHA for 0fadbed
Browse repository at this point
Make it work on both python 2.7 and 3.4
madebr
committed
9b5f02e
View commit details
Copy full SHA for 9b5f02e
Browse repository at this point
Add .gitignore
madebr
committed
2ae92de
View commit details
Copy full SHA for 2ae92de
Browse repository at this point
Commits on Dec 25, 2012
make it work on empty iterables: http://code.google.com/p/python-progressbar/issues/detail?id=24
NiltonVolpato
committed
710c0fa
View commit details
Copy full SHA for 710c0fa
Browse repository at this point
Commits on Dec 22, 2012
Added AdaptiveETA widget contributed by Oscar Benjamin
NiltonVolpato
committed
c896b54
View commit details
Copy full SHA for c896b54
Browse repository at this point
Commits on Sep 21, 2012
Remove format as a slot attribute, as that is not compatible with python 3.3
NiltonVolpato
committed
0f7d9c5
View commit details
Copy full SHA for 0f7d9c5
Browse repository at this point
Commits on Sep 5, 2012
Moved progressbar class to its own file, leaving __init__.py empty with no significant code.
NiltonVolpato
committed
87ad8dc
View commit details
Copy full SHA for 87ad8dc
Browse repository at this point
Consistently use triple double quotes for docstrings. Also some other style fixes.
NiltonVolpato
committed
d399b20
View commit details
Copy full SHA for d399b20
Browse repository at this point
Try evaluating builtin names instead of checking against __builtins__ or the __builtin__ module
NiltonVolpato
committed
0caface
View commit details
Copy full SHA for 0caface
Browse repository at this point
Commits on Oct 25, 2011
fix issue http://code.google.com/p/python-progressbar/issues/detail?id=14
NiltonVolpato
committed
f656a55
View commit details
Copy full SHA for f656a55
Browse repository at this point
Commits on May 16, 2011
adding back MANIFEST.in
Show description for 232ee6a
terencehonles
committed
232ee6a
View commit details
Copy full SHA for 232ee6a
Browse repository at this point
Commits on May 15, 2011
fixed issue with Python 3.x ignoring 2.x style metaclasses
terencehonles
committed
cc8d9eb
View commit details
Copy full SHA for cc8d9eb
Browse repository at this point
updating readme from library doc strings
terencehonles
committed
5b0aa59
View commit details
Copy full SHA for 5b0aa59
Browse repository at this point
Previous
Next
You can’t perform that action at this time.