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
Branch selector
develop
User selector
All users
All time
Commit history
Commits on Jul 2, 2026
Merge pull request #316 from wolph/fast-progressbar
Show description for 1582907
wolph
authored
1582907
View commit details
Copy full SHA for 1582907
Browse repository at this point
Commits on Jun 27, 2026
docs(benchmarks): restyle chart, highlight fast + full progressbar2
Show description for e286ecf
wolph
committed
e286ecf
View commit details
Copy full SHA for e286ecf
Browse repository at this point
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
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
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
Browse repository at this point
docs: document fast default path; refresh benchmark artifacts
Show description for 253c6a0
wolph
committed
253c6a0
View commit details
Copy full SHA for 253c6a0
Browse repository at this point
bench: add fast-default forced-render scenario
wolph
committed
17961bd
View commit details
Copy full SHA for 17961bd
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
Browse repository at this point
feat: lazy progressbar package (PEP 562) + export FastProgressBar
wolph
committed
058eb74
View commit details
Copy full SHA for 058eb74
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
Browse repository at this point
test: fast bar reuses lifecycle (empty, break #212, with)
wolph
committed
53fdb1e
View commit details
Copy full SHA for 53fdb1e
Browse repository at this point
feat: fast-path prefix/suffix label rendered inline
wolph
committed
d17db1e
View commit details
Copy full SHA for d17db1e
Browse repository at this point
feat: fast-path render for unknown-length bars
wolph
committed
21e908b
View commit details
Copy full SHA for 21e908b
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
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
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
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
Browse repository at this point
Commits on Jun 20, 2026
Merge pull request #315 from wolph/worktree-bug-scan
Show description for 692768f
wolph
authored
692768f
View commit details
Copy full SHA for 692768f
Browse repository at this point
Address issues #212, #295 and lock in #301
Show description for 6d51795
wolph
committed
6d51795
View commit details
Copy full SHA for 6d51795
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
Browse repository at this point
Commits on Jun 12, 2026
Mark the py315 tox step continue-on-error at step level
Show description for 607fd70
wolph
committed
607fd70
View commit details
Copy full SHA for 607fd70
Browse repository at this point
Address review feedback and CI issues
Show description for c3e3c66
wolph
committed
c3e3c66
View commit details
Copy full SHA for c3e3c66
Browse repository at this point
Merge remote-tracking branch 'origin/develop' into worktree-bug-scan
wolph
committed
2003e5f
View commit details
Copy full SHA for 2003e5f
Browse repository at this point
updated uv lock
wolph
committed
fa737bb
View commit details
Copy full SHA for fa737bb
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
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
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
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
Browse repository at this point
Add failing regression tests for audited bugs
Show description for 190ff5f
wolph
committed
190ff5f
View commit details
Copy full SHA for 190ff5f
Browse repository at this point
Commits on Jun 11, 2026
Update Python support matrix
wolph
committed
b8a2f24
View commit details
Copy full SHA for b8a2f24
Browse repository at this point
Commits on Apr 18, 2026
Merge pull request #311 from wolph/dependabot/uv/jinja2-3.1.6
wolph
authored
131cf60
View commit details
Copy full SHA for 131cf60
Browse repository at this point
Merge pull request #309 from wolph/dependabot/uv/filelock-3.20.3
wolph
authored
acf5712
View commit details
Copy full SHA for acf5712
Browse repository at this point
Bump filelock from 3.16.1 to 3.20.3
Show description for 1938296
dependabot[bot]
authored
1938296
View commit details
Copy full SHA for 1938296
Browse repository at this point
Bump jinja2 from 3.1.4 to 3.1.6
Show description for 23671b8
dependabot[bot]
authored
23671b8
View commit details
Copy full SHA for 23671b8
Browse repository at this point
Merge pull request #310 from wolph/dependabot/uv/urllib3-2.6.3
wolph
authored
b51fa7e
View commit details
Copy full SHA for b51fa7e
Browse repository at this point
Previous
Next
You can’t perform that action at this time.