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 }}
soliveorg
/
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 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 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
added Python 2.4 support + reorganized library
Show description for 2ac8cda
terencehonles
committed
2ac8cda
View commit details
Copy full SHA for 2ac8cda
Browse repository at this point
Added counters, timers and action bars
Show description for 223fae7
terencehonles
committed
223fae7
View commit details
Copy full SHA for 223fae7
Browse repository at this point
Quick implementation check with minor tweaks
Show description for 0bb9e3d
terencehonles
committed
0bb9e3d
View commit details
Copy full SHA for 0bb9e3d
Browse repository at this point
Commits on May 14, 2011
fixing setup for Python 3.x
Show description for 86ae93f
terencehonles
committed
86ae93f
View commit details
Copy full SHA for 86ae93f
Browse repository at this point
fixed Python 3.x compatibility
Show description for 1b608a9
terencehonles
committed
1b608a9
View commit details
Copy full SHA for 1b608a9
Browse repository at this point
changing directory structure to allow pip to checkout source
terencehonles
committed
154bbb0
View commit details
Copy full SHA for 154bbb0
Browse repository at this point
Commits on Apr 19, 2011
Fix bug http://code.google.com/p/python-progressbar/issues/detail?id=9
NiltonVolpato
committed
c6fa246
View commit details
Copy full SHA for c6fa246
Browse repository at this point
Commits on Dec 15, 2010
fix minor bug with fillchar attribute
NiltonVolpato
committed
5424ce0
View commit details
Copy full SHA for 5424ce0
Browse repository at this point
_need_udpate now checks whether time has passed when using time_sensitive widgets; also replaced time.strtime with datetime.timedelta, which shows days in the elapsed time.
NiltonVolpato
committed
d18a63f
View commit details
Copy full SHA for d18a63f
Browse repository at this point
improved double license wording
NiltonVolpato
committed
0152903
View commit details
Copy full SHA for 0152903
Browse repository at this point
Commits on Nov 24, 2010
Fix Issue 6: http://code.google.com/p/python-progressbar/issues/detail?id=6
NiltonVolpato
committed
bab4de0
View commit details
Copy full SHA for bab4de0
Browse repository at this point
Commits on Aug 29, 2010
Added comments to new examples.
NiltonVolpato
committed
cd1f0c4
View commit details
Copy full SHA for cd1f0c4
Browse repository at this point
changes to use ProgressBar as an iterable plus examples.
NiltonVolpato
committed
ae02075
View commit details
Copy full SHA for ae02075
Browse repository at this point
Commits on Aug 16, 2010
Minor changes to be compatible with python 3, and other minor fixes.
NiltonVolpato
committed
e112d32
View commit details
Copy full SHA for e112d32
Browse repository at this point
Previous
Next
You can’t perform that action at this time.