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
Type
/
to 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-List
/
cpython
Public
forked from
idobatter/cpython
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
cpython
Python
formatter_unicode.c
on
master
User selector
All users
All time
Commit history
Commits on Dec 25, 2015
Issue #25923: Added the const qualifier to static constant arrays.
serhiy-storchaka
committed
513f40a
View commit details
Copy full SHA for 513f40a
View code at this point
Browse repository at this point
Commits on Apr 16, 2014
Close issue #8931: Make alternate formatting for 'c' raise an exception. Patch by Torsten Landschoff.
ericvsmith
committed
cab0f7a
View commit details
Copy full SHA for cab0f7a
View code at this point
Browse repository at this point
Commits on Apr 15, 2014
Reverted 16efa8d27e4c after discussion with Eric.
vsajip
committed
7a92174
View commit details
Copy full SHA for 7a92174
View code at this point
Browse repository at this point
Closed issue #8931: Make alternate formatting for 'c' raise an exception. Patch by Torsten Landschoff.
ericvsmith
committed
4f86edc
View commit details
Copy full SHA for 4f86edc
View code at this point
Browse repository at this point
Commits on Apr 14, 2014
Issue #12546: Allow \x00 as a fill character for builtin type __format__ methods.
ericvsmith
committed
ecad905
View commit details
Copy full SHA for ecad905
View code at this point
Browse repository at this point
Commits on Nov 19, 2013
Add _PyUnicodeWriter_WriteASCIIString() function
vstinner
committed
71bc8c2
View commit details
Copy full SHA for 71bc8c2
View code at this point
Browse repository at this point
Commits on Aug 27, 2013
Issue #18783: Removed existing mentions of Python long type in docstrings,
Show description for 927e5f7
serhiy-storchaka
committed
927e5f7
View commit details
Copy full SHA for 927e5f7
View code at this point
Browse repository at this point
Issue #18783: Removed existing mentions of Python long type in docstrings,
Show description for 13689b5
serhiy-storchaka
committed
13689b5
View commit details
Copy full SHA for 13689b5
View code at this point
Browse repository at this point
Commits on Jun 24, 2013
Issue #9566: Fix a compiler warning on Windows x64
vstinner
committed
7898316
View commit details
Copy full SHA for 7898316
View code at this point
Browse repository at this point
Commits on Jun 23, 2013
(Merge 3.3) Issue #18137: Detect integer overflow on precision in
Show description for 8983508
vstinner
committed
8983508
View commit details
Copy full SHA for 8983508
View code at this point
Browse repository at this point
Issue #18137: Detect integer overflow on precision in float.__format__() and
Show description for b522579
vstinner
committed
b522579
View commit details
Copy full SHA for b522579
View code at this point
Browse repository at this point
Commits on May 16, 2013
Fix a compilater warning on Windows 64-bit
vstinner
committed
1a050b0
View commit details
Copy full SHA for 1a050b0
View code at this point
Browse repository at this point
Commits on May 7, 2013
Fix a compiler warning: use unsigned int type instead of enum PyUnicode_Kind to
Show description for f5d72a0
vstinner
committed
f5d72a0
View commit details
Copy full SHA for f5d72a0
View code at this point
Browse repository at this point
Commits on Apr 3, 2013
Close #16757: Avoid calling the expensive _PyUnicode_FindMaxChar() function
Show description for 32d7336
vstinner
committed
32d7336
View commit details
Copy full SHA for 32d7336
View code at this point
Browse repository at this point
Commits on Feb 9, 2013
Issue #17173: Remove uses of locale-dependent C functions (isalpha() etc.) in the interpreter.
Show description for 2ee7eae
pitrou
committed
2ee7eae
View commit details
Copy full SHA for 2ee7eae
View code at this point
Browse repository at this point
Issue #17173: Remove uses of locale-dependent C functions (isalpha() etc.) in the interpreter.
Show description for b9006e9
pitrou
committed
b9006e9
View commit details
Copy full SHA for b9006e9
View code at this point
Browse repository at this point
Commits on Oct 1, 2012
Issue #15609: Optimize str%args for integer argument
Show description for d9d06d1
vstinner
committed
d9d06d1
View commit details
Copy full SHA for d9d06d1
View code at this point
Browse repository at this point
Commits on Sep 6, 2012
After the jump in line 1051 unicode_tmp is NULL. Found by Coverity.
skrah
committed
0ed1da8
View commit details
Copy full SHA for 0ed1da8
View code at this point
Browse repository at this point
Commits on Aug 9, 2012
Remove now unused IntOrLongToString type
vstinner
committed
0041b8f
View commit details
Copy full SHA for 0041b8f
View code at this point
Browse repository at this point
Commits on Jun 25, 2012
Comment out a dead increment.
Show description for c4ed712
brettcannon
committed
c4ed712
View commit details
Copy full SHA for c4ed712
View code at this point
Browse repository at this point
Commits on Jun 21, 2012
format_obj: make it static
doko42
committed
d304f56
View commit details
Copy full SHA for d304f56
View code at this point
Browse repository at this point
Commits on Jun 16, 2012
Optimize _PyUnicode_FastCopyCharacters() when maxchar(from) > maxchar(to)
vstinner
committed
ce13bf6
View commit details
Copy full SHA for ce13bf6
View code at this point
Browse repository at this point
Commits on May 29, 2012
Issue #14744: Use the new _PyUnicodeWriter internal API to speed up str%args and str.format(args)
Show description for f237952
vstinner
committed
f237952
View commit details
Copy full SHA for f237952
View code at this point
Browse repository at this point
Commits on Apr 23, 2012
Close #14648: Compute correctly maxchar in str.format() for substrin
vstinner
committed
f0f9992
View commit details
Copy full SHA for f0f9992
View code at this point
Browse repository at this point
inherit maxchar of field value where needed (closes #14648)
benjaminp
committed
a46da7a
View commit details
Copy full SHA for a46da7a
View code at this point
Browse repository at this point
Commits on Feb 24, 2012
Issue #13706: Fix format(float, "n") for locale with non-ASCII decimal point (e.g. ps_aF)
Victor Stinner
committed
c0cd820
View commit details
Copy full SHA for c0cd820
View code at this point
Browse repository at this point
Commits on Feb 23, 2012
Issue #13706: Fix format(int, "n") for locale with non-ASCII thousands separator
Show description for 9e8e9c3
Victor Stinner
committed
9e8e9c3
View commit details
Copy full SHA for 9e8e9c3
View code at this point
Browse repository at this point
Commits on Jan 31, 2012
Issue #13706: Add assertions to detect bugs earlier
Victor Stinner
committed
3e0ad1e
View commit details
Copy full SHA for 3e0ad1e
View code at this point
Browse repository at this point
Commits on Jan 23, 2012
Silence last compilation warning.
amauryfa
committed
597ed82
View commit details
Copy full SHA for 597ed82
View code at this point
Browse repository at this point
Fix compilation warnings (seen on win32 buildbot)
amauryfa
committed
9d06170
View commit details
Copy full SHA for 9d06170
View code at this point
Browse repository at this point
Commits on Jan 21, 2012
Issue #13706: Support non-ASCII fill characters
Victor Stinner
committed
588f458
View commit details
Copy full SHA for 588f458
View code at this point
Browse repository at this point
Commits on Jan 20, 2012
Improve exception text. Closes issue 13811.
ericvsmith
committed
a492ac5
View commit details
Copy full SHA for a492ac5
View code at this point
Browse repository at this point
Commits on Jan 12, 2012
remove some usage of Py_UNICODE_TOUPPER/LOWER
benjaminp
committed
0d2f16a
View commit details
Copy full SHA for 0d2f16a
View code at this point
Browse repository at this point
Commits on Jan 3, 2012
Add a new PyUnicode_Fill() function
Show description for 6ebaf24
Victor Stinner
committed
6ebaf24
View commit details
Copy full SHA for 6ebaf24
View code at this point
Browse repository at this point
Commits on Dec 1, 2011
Issue #9530: Fix undefined behaviour due to signed overflow in Python/formatter_unicode.c.
mdickinson
committed
c2a7e9e
View commit details
Copy full SHA for c2a7e9e
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.