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
Breadcrumbs
History for
python-progressbar
progressbar
on
master
User selector
All users
Datepicker
All time
Commit history
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
View code at this point
Browse repository at this point
update version
NiltonVolpato
committed
9dbe95d
View commit details
Copy full SHA for 9dbe95d
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
Browse repository at this point
Commits on Jan 31, 2016
Handle UnknownLength everywhere.
kousu
committed
26b7f73
View commit details
Copy full SHA for 26b7f73
View code at this point
Browse repository at this point
Commits on Jan 5, 2016
Fix typos
jwilk
committed
e85a95e
View commit details
Copy full SHA for e85a95e
View code at this point
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
View code at this point
Browse repository at this point
ENH: flush upon write
Show description for cb48620
yarikoptic
committed
cb48620
View commit details
Copy full SHA for cb48620
View code at this point
Browse repository at this point
Commits on Nov 20, 2015
Make it work on both python 2.7 and 3.4
madebr
committed
9b5f02e
View commit details
Copy full SHA for 9b5f02e
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
Browse repository at this point
Commits on May 14, 2011
changing directory structure to allow pip to checkout source
terencehonles
committed
154bbb0
View commit details
Copy full SHA for 154bbb0
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
Browse repository at this point
improved double license wording
NiltonVolpato
committed
0152903
View commit details
Copy full SHA for 0152903
View code at this point
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
View code at this point
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
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.