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
Accelerator
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 }}
Sanjays2402
/
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
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
develop
User selector
All users
All time
Commit history
Commits on Jun 25, 2026
fix: pre-warm widgets in multi.py to avoid render-thread import race
Show description for 94918a8
wolph
committed
94918a8
View commit details
Copy full SHA for 94918a8
View code at this point
Browse repository at this point
Commits on Jun 24, 2026
fix: clear CodeQL cyclic-import + mixed-import findings
Show description for 27df953
wolph
committed
27df953
View commit details
Copy full SHA for 27df953
View code at this point
Browse repository at this point
fix: clamp fast formatter progress on overshoot (no negative ETA / bar overflow)
wolph
committed
c9fc9b2
View commit details
Copy full SHA for c9fc9b2
View code at this point
Browse repository at this point
perf: decouple bar.py from eager widgets/terminal imports
wolph
committed
c011529
View commit details
Copy full SHA for c011529
View code at this point
Browse repository at this point
feat: lazy progressbar package (PEP 562) + export FastProgressBar
wolph
committed
058eb74
View commit details
Copy full SHA for 058eb74
View code at this point
Browse repository at this point
feat: progressbar() auto-dispatches to FastProgressBar (fast flag + env)
wolph
committed
f956d3c
View commit details
Copy full SHA for f956d3c
View code at this point
Browse repository at this point
feat: fast-path prefix/suffix label rendered inline
wolph
committed
d17db1e
View commit details
Copy full SHA for d17db1e
View code at this point
Browse repository at this point
feat: fast-path render for unknown-length bars
wolph
committed
21e908b
View commit details
Copy full SHA for 21e908b
View code at this point
Browse repository at this point
feat: add FastProgressBar with fixed-formatter render (known length)
wolph
committed
42390a3
View commit details
Copy full SHA for 42390a3
View code at this point
Browse repository at this point
Lighten import (~48->24ms) and trim forced-render overhead
Show description for f93843a
wolph
committed
f93843a
View commit details
Copy full SHA for f93843a
View code at this point
Browse repository at this point
Commits on Jun 23, 2026
Add optional native iterator accelerator: ~5 ns/iter, ~4x faster than rich
Show description for c2308c2
wolph
committed
c2308c2
View commit details
Copy full SHA for c2308c2
View code at this point
Browse repository at this point
Add behavior-preserving fast path: ~31 ns/iter (was ~254)
Show description for c89cb10
wolph
committed
c89cb10
View commit details
Copy full SHA for c89cb10
View code at this point
Browse repository at this point
Commits on Jun 20, 2026
Address issues #212, #295 and lock in #301
Show description for 6d51795
wolph
committed
6d51795
View commit details
Copy full SHA for 6d51795
View code at this point
Browse repository at this point
Commits on Jun 19, 2026
Fix unknown-length redraw and animated marker fill at finish
Show description for d957bef
wolph
committed
d957bef
View commit details
Copy full SHA for d957bef
View code at this point
Browse repository at this point
Commits on Jun 12, 2026
Address review feedback and CI issues
Show description for c3e3c66
wolph
committed
c3e3c66
View commit details
Copy full SHA for c3e3c66
View code at this point
Browse repository at this point
Update legacy tests for corrected double-finish semantics
Show description for b5858b4
wolph
committed
b5858b4
View commit details
Copy full SHA for b5858b4
View code at this point
Browse repository at this point
Fix CLI and platform-specific bugs
Show description for 7e4f1b9
wolph
committed
7e4f1b9
View commit details
Copy full SHA for 7e4f1b9
View code at this point
Browse repository at this point
Fix stream wrapping, terminal and env bugs
Show description for bae590d
wolph
committed
bae590d
View commit details
Copy full SHA for bae590d
View code at this point
Browse repository at this point
Fix MultiBar thread-state, lifecycle and widget math bugs
Show description for 60bf39f
wolph
committed
60bf39f
View commit details
Copy full SHA for 60bf39f
View code at this point
Browse repository at this point
Commits on Apr 18, 2026
Finalize formatter-compatible tox fixes
Show description for 0104aea
Copilot
and
wolph
authored
0104aea
View commit details
Copy full SHA for 0104aea
View code at this point
Browse repository at this point
Apply tox failure fixes
Show description for 47e4c3e
Copilot
and
wolph
authored
47e4c3e
View commit details
Copy full SHA for 47e4c3e
View code at this point
Browse repository at this point
Plan tox build fixes
Show description for 44f6f12
Copilot
and
wolph
authored
44f6f12
View commit details
Copy full SHA for 44f6f12
View code at this point
Browse repository at this point
Commits on Apr 7, 2026
Fix SmoothingETA to actually use smoothed values
Show description for 2a304ff
wolph
committed
2a304ff
View commit details
Copy full SHA for 2a304ff
View code at this point
Browse repository at this point
Commits on Dec 6, 2024
more ruff fixes
wolph
committed
5488734
View commit details
Copy full SHA for 5488734
View code at this point
Browse repository at this point
small ruff fixes
wolph
committed
039a239
View commit details
Copy full SHA for 039a239
View code at this point
Browse repository at this point
Commits on Aug 29, 2024
many more type hinting improvements, not fully strict yet but in progress
wolph
committed
edb9803
View commit details
Copy full SHA for edb9803
View code at this point
Browse repository at this point
Commits on Aug 28, 2024
Incrementing version to v4.5.0
wolph
committed
32b7097
View commit details
Copy full SHA for 32b7097
View code at this point
Browse repository at this point
pyright fixes for older python versions
wolph
committed
9584506
View commit details
Copy full SHA for 9584506
View code at this point
Browse repository at this point
pyright fixes for older python versions
wolph
committed
23170ee
View commit details
Copy full SHA for 23170ee
View code at this point
Browse repository at this point
fixed remaining issues?!
wolph
committed
1c4b639
View commit details
Copy full SHA for 1c4b639
View code at this point
Browse repository at this point
Greatly improved type hints and fixed automatic testing pipeline
wolph
committed
733a76f
View commit details
Copy full SHA for 733a76f
View code at this point
Browse repository at this point
Commits on Aug 25, 2024
ruff fixes
wolph
committed
6adf464
View commit details
Copy full SHA for 6adf464
View code at this point
Browse repository at this point
pyright compliance
wolph
committed
4af10c7
View commit details
Copy full SHA for 4af10c7
View code at this point
Browse repository at this point
Commits on Aug 24, 2024
enabled ruff check fixes and ruff formatting
wolph
committed
2cc3e19
View commit details
Copy full SHA for 2cc3e19
View code at this point
Browse repository at this point
Commits on Aug 23, 2024
Incrementing version to v4.4.3
wolph
committed
604342d
View commit details
Copy full SHA for 604342d
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.