| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #5859: Remove '%f' to '%g' formatting switch for large floats. | Mark Dickinson | 2009-05-01 | 2 | -5/+0 |
|
|
* | Issue #5859: Remove use of fixed-length buffers for float formatting | Mark Dickinson | 2009-05-01 | 1 | -66/+18 |
|
|
* | Merged revisions 72159 via svnmerge from | Georg Brandl | 2009-05-01 | 1 | -1/+1 |
|
|
* | Issue #1588: Add complex.__format__. | Eric Smith | 2009-04-30 | 2 | -49/+353 |
|
|
* | Merged revisions 72040 via svnmerge from | Eric Smith | 2009-04-27 | 3 | -257/+44 |
|
|
* | Typo fix. Thanks Damien Diederen. | Mark Dickinson | 2009-04-27 | 1 | -1/+1 |
|
|
* | Merged revisions 71607,71653,71696,71771,71786 via svnmerge from | Georg Brandl | 2009-04-27 | 1 | -1/+1 |
|
|
* | Internal plumbing changes for float parsing: | Mark Dickinson | 2009-04-26 | 1 | -57/+21 |
|
|
* | Merged revisions 71963 via svnmerge from | Mark Dickinson | 2009-04-26 | 1 | -2/+2 |
|
|
* | Merged revisions 71947 via svnmerge from | Martin v. Löwis | 2009-04-26 | 1 | -6/+1 |
|
|
* | Merged revisions 71894 via svnmerge from | Walter Dörwald | 2009-04-25 | 1 | -2/+2 |
|
|
* | Merged revisions 71869 via svnmerge from | Mark Dickinson | 2009-04-25 | 1 | -1/+1 |
|
|
* | Merged revisions 71860 via svnmerge from | Benjamin Peterson | 2009-04-25 | 1 | -0/+6 |
|
|
* | Make sure that complex parsing code and corresponding tests | Mark Dickinson | 2009-04-24 | 1 | -26/+85 |
|
|
* | Issue #5816: Simplify code for parsing and printing of complex numbers. | Mark Dickinson | 2009-04-23 | 1 | -215/+103 |
|
|
* | Merged revisions 71802 via svnmerge from | Eric Smith | 2009-04-22 | 1 | -0/+1 |
|
|
* | Merged revisions 71772 via svnmerge from | Mark Dickinson | 2009-04-20 | 1 | -15/+152 |
|
|
* | Merged revisions 71734,71738-71739 via svnmerge from | Benjamin Peterson | 2009-04-20 | 2 | -7/+45 |
|
|
* | Merged revisions 71722 via svnmerge from | Benjamin Peterson | 2009-04-18 | 2 | -8/+64 |
|
|
* | Revert accidental changes to Objects/floatobject.c | Mark Dickinson | 2009-04-18 | 1 | -10/+4 |
|
|
* | The SSE2 detection and enabling could potentially cause | Mark Dickinson | 2009-04-18 | 1 | -4/+10 |
|
|
* | Merged revisions 71719 via svnmerge from | Benjamin Peterson | 2009-04-18 | 1 | -146/+146 |
|
|
* | rename internal methods of the bytes object to bytes_ | Benjamin Peterson | 2009-04-18 | 1 | -102/+102 |
|
|
* | Issue #1869 (and 4707, 5118, 5473, 1456775): use the new | Mark Dickinson | 2009-04-18 | 1 | -24/+142 |
|
|
* | The other half of Issue #1580: use short float repr where possible. | Eric Smith | 2009-04-16 | 6 | -735/+735 |
|
|
* | Merged revisions 71627 via svnmerge from | Benjamin Peterson | 2009-04-15 | 1 | -1/+3 |
|
|
* | Merged revisions 71548 via svnmerge from | Eric Smith | 2009-04-13 | 1 | -1/+1 |
|
|
* | Add bytes/bytearray.maketrans() to mirror str.maketrans(), and deprecate | Georg Brandl | 2009-04-12 | 3 | -0/+84 |
|
|
* | #5708: a bit of streamlining in unicode_repeat(). | Georg Brandl | 2009-04-12 | 1 | -9/+8 |
|
|
* | Merged revisions 70980,71059,71225,71234,71241,71243,71249,71251,71255,71266,... | Benjamin Peterson | 2009-04-11 | 1 | -8/+8 |
|
|
* | Merged revisions 70712,70714,70764-70765,70769-70771,70773,70776-70777,70788-... | Benjamin Peterson | 2009-04-05 | 1 | -1/+1 |
|
|
* | Merge revision 71222 from trunk: #5615: make it possible to configure --witho... | Georg Brandl | 2009-04-05 | 1 | -0/+6 |
|
|
* | Resolves issue 5690: accidentally skipping code in non-debug build. | Eric Smith | 2009-04-04 | 1 | -2/+2 |
|
|
* | Added ',' thousands grouping to int.__format__. See PEP 378. | Eric Smith | 2009-04-03 | 6 | -85/+153 |
|
|
* | Removed mixed tabs and whitespace. | Eric Smith | 2009-04-03 | 1 | -96/+96 |
|
|
* | Optimize slicing of bytes and bytearray by avoiding useless copying. | Alexandre Vassalotti | 2009-04-03 | 2 | -12/+10 |
|
|
* | Rewrap some long lines. | Mark Dickinson | 2009-04-02 | 1 | -2/+4 |
|
|
* | Fix segfaults when running test_exceptions with coverage tracing, caused by w... | Georg Brandl | 2009-03-31 | 1 | -9/+57 |
|
|
* | Merged revisions 70682,70684 via svnmerge from | Mark Dickinson | 2009-03-29 | 1 | -0/+9 |
|
|
* | Merged revisions 70678 via svnmerge from | Mark Dickinson | 2009-03-29 | 2 | -2/+2 |
|
|
* | fix isprintable() on space characters #5126 | Benjamin Peterson | 2009-03-26 | 1 | -1027/+1029 |
|
|
* | Merged revisions 70550 via svnmerge from | Antoine Pitrou | 2009-03-23 | 2 | -3/+4 |
|
|
* | Merged revisions 70546 via svnmerge from | Antoine Pitrou | 2009-03-23 | 2 | -1/+135 |
|
|
* | Merged revisions 70542 via svnmerge from | Mark Dickinson | 2009-03-23 | 1 | -94/+152 |
|
|
* | Merged revisions 70342,70385-70387,70389-70390,70392-70393,70395,70400,70405-... | Benjamin Peterson | 2009-03-21 | 2 | -8/+10 |
|
|
* | Merged revisions 70499 via svnmerge from | Hirokazu Yamamoto | 2009-03-21 | 1 | -1/+1 |
|
|
* | Issue #4258: Make it possible to use 30-bit digits for PyLongs: | Mark Dickinson | 2009-03-18 | 1 | -3/+59 |
|
|
* | Issue 4474: On platforms with sizeof(wchar_t) == 4 and | Mark Dickinson | 2009-03-18 | 1 | -0/+64 |
|
|
* | Merged revisions 70364 via svnmerge from | Eric Smith | 2009-03-14 | 1 | -44/+129 |
|
|
* | Merged revisions 69998-69999,70002,70022-70023,70025-70026,70061,70086,70145,... | Benjamin Peterson | 2009-03-09 | 1 | -5/+5 |
|
|