- 03 Oct, 2012 11 commits
- 02 Oct, 2012 23 commits
-
-
Alexander Belopolsky authored
-
R David Murray authored
-
R David Murray authored
-
Ezio Melotti authored
-
Nick Coghlan authored
-
Andrew Svetlov authored
-
Andrew Svetlov authored
-
Andrew Svetlov authored
-
Andrew Svetlov authored
-
Vinay Sajip authored
-
Vinay Sajip authored
-
R David Murray authored
-
R David Murray authored
-
Victor Stinner authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
R David Murray authored
-
R David Murray authored
-
R David Murray authored
-
R David Murray authored
-
- 01 Oct, 2012 6 commits
-
-
Victor Stinner authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Victor Stinner authored
- Use _PyLong_FormatWriter() instead of formatlong() when possible, to avoid a temporary buffer - Enable the fast path when width is smaller or equals to the length, and when the precision is bigger or equals to the length - Add unit tests! - formatlong() uses PyUnicode_Resize() instead of _PyUnicode_FromASCII() to resize the output string
-
Philip Jenvey authored
patch by Serhiy Storchaka
-
Antoine Pitrou authored
-