summaryrefslogtreecommitdiff
path: root/Objects/stringlib/localeutil.h
Commit message (Expand)AuthorAgeFilesLines
* Issue #26765: Ensure that bytes- and unicode-specific stringlib files are usedSerhiy Storchaka2016-05-161-2/+2
* Make private function static (from `make smelly`)Antoine Pitrou2012-06-211-1/+1
* Issue #13706: Fix format(int, "n") for locale with non-ASCII thousands separatorVictor Stinner2012-02-241-49/+22
* Implement PEP 393.Martin v. Löwis2011-09-281-16/+11
* The other half of Issue #1580: use short float repr where possible.Eric Smith2009-04-161-111/+158
* Added ',' thousands grouping to int.__format__. See PEP 378.Eric Smith2009-04-031-82/+117
* Merged revisions 64491 via svnmerge fromEric Smith2008-06-241-16/+25
* Merged revisions 63078 via svnmerge fromEric Smith2008-05-111-0/+121