index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Objects
/
stringlib
/
localeutil.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-87790: support thousands separators for formatting fractional part of floa...
Sergey B Kirpichev
2025-02-25
1
-6/+21
*
gh-89653: Use int type for Unicode kind (#92704)
Victor Stinner
2022-05-13
1
-1/+1
*
bpo-33954: Fix _PyUnicode_InsertThousandsGrouping() (GH-10623)
Victor Stinner
2018-11-26
1
-133/+35
*
Issue #26765: Ensure that bytes- and unicode-specific stringlib files are used
Serhiy Storchaka
2016-05-16
1
-2/+2
*
Make private function static (from `make smelly`)
Antoine Pitrou
2012-06-21
1
-1/+1
*
Issue #13706: Fix format(int, "n") for locale with non-ASCII thousands separator
Victor Stinner
2012-02-23
1
-49/+22
*
Implement PEP 393.
Martin v. Löwis
2011-09-28
1
-16/+11
*
The other half of Issue #1580: use short float repr where possible.
Eric Smith
2009-04-16
1
-111/+158
*
Added ',' thousands grouping to int.__format__. See PEP 378.
Eric Smith
2009-04-03
1
-82/+117
*
Merged revisions 64491 via svnmerge from
Eric Smith
2008-06-24
1
-16/+25
*
Merged revisions 63078 via svnmerge from
Eric Smith
2008-05-11
1
-0/+121