Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |