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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
python
/
cpython
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
35.4k
Star
77.2k
Code
Issues
5k+
Pull requests
2.6k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
gh-128595: Default to stdout isatty for colour detection instead of stderr
- #128498
#128498
Merged
hugovk
merged 18 commits into
python:main
python/cpython:main
from
hugovk:3.14-color-default-stdout
hugovk/cpython:3.14-color-default-stdout
Copy head branch name to clipboard
Jan 20, 2025
Conversation
Commits
18
(18)
Checks
Files changed
Merged
gh-128595: Default to stdout isatty for colour detection instead of stderr
#128498
hugovk
merged 18 commits into
python:main
python/cpython:main
from
hugovk:3.14-color-default-stdout
hugovk/cpython:3.14-color-default-stdout
Copy head branch name to clipboard
Commits
Commits on Jan 4, 2025
Add test class helper to force no terminal colour
hugovk
committed
4ad090d
View commit details
Copy full SHA for 4ad090d
Browse repository at this point
Refactor
hugovk
committed
ab76e1b
View commit details
Copy full SHA for ab76e1b
Browse repository at this point
Default to stdout isatty for colour detection instead of stderr
hugovk
committed
bb90f89
View commit details
Copy full SHA for bb90f89
Browse repository at this point
Commits on Jan 7, 2025
Add NEWS
hugovk
committed
172f8c3
View commit details
Copy full SHA for 172f8c3
Browse repository at this point
Commits on Jan 13, 2025
Merge branch 'main' into 3.14-color-default-stdout
hugovk
authored
bf31943
View commit details
Copy full SHA for bf31943
Browse repository at this point
Fix merge conflict
hugovk
committed
b7855ad
View commit details
Copy full SHA for b7855ad
Browse repository at this point
Remove unused import
hugovk
committed
8e24cc8
View commit details
Copy full SHA for 8e24cc8
Browse repository at this point
Check can_colorize using same output stream as traceback
hugovk
committed
2b88c85
View commit details
Copy full SHA for 2b88c85
Browse repository at this point
Check can_colorize using same output stream as unittest
hugovk
committed
4aa46c5
View commit details
Copy full SHA for 4aa46c5
Browse repository at this point
Check get_colors using the same output stream
hugovk
committed
d0ce622
View commit details
Copy full SHA for d0ce622
Browse repository at this point
Apply suggestions from code review
Show description for 7debe69
3 people
authored
7debe69
View commit details
Copy full SHA for 7debe69
Browse repository at this point
Add missing parenthesis
hugovk
committed
6faf53c
View commit details
Copy full SHA for 6faf53c
Browse repository at this point
Name the argument
hugovk
committed
e1547d0
View commit details
Copy full SHA for e1547d0
Browse repository at this point
Also print skips to stderr
hugovk
committed
7612bff
View commit details
Copy full SHA for 7612bff
Browse repository at this point
Commits on Jan 14, 2025
Check file not sys.stdout
Show description for 44828f0
hugovk
and
vstinner
authored
44828f0
View commit details
Copy full SHA for 44828f0
Browse repository at this point
file=stream
hugovk
committed
36eb18e
View commit details
Copy full SHA for 36eb18e
Browse repository at this point
Print to stdout
hugovk
committed
f5857b5
View commit details
Copy full SHA for f5857b5
Browse repository at this point
Log skipped to stdout, log failures to stderr
hugovk
committed
3047d2a
View commit details
Copy full SHA for 3047d2a
Browse repository at this point
You can’t perform that action at this time.