COMMITS
/ Objects/stringlib/localeutil.h May 13, 2022
V
gh-89653: Use int type for Unicode kind (#92704)
Victor Stinner committed
November 26, 2018
V
bpo-33954: Fix _PyUnicode_InsertThousandsGrouping() (GH-10623)
Victor Stinner committed
May 16, 2016
S
Issue #26765: Ensure that bytes- and unicode-specific stringlib files are used
Serhiy Storchaka committed
June 21, 2012
A
Make private function static (from `make smelly`)
Antoine Pitrou committed
February 23, 2012
V
Issue #13706: Fix format(int, "n") for locale with non-ASCII thousands separator
Victor Stinner committed
September 28, 2011
M
Implement PEP 393.
Martin v. Löwis committed
April 16, 2009
E
The other half of Issue #1580: use short float repr where possible.
Eric Smith committed
April 3, 2009
E
Added ',' thousands grouping to int.__format__. See PEP 378.
Eric Smith committed
June 24, 2008
E
Merged revisions 64491 via svnmerge from
Eric Smith committed
May 11, 2008
E
Merged revisions 63078 via svnmerge from
Eric Smith committed