| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged revisions 77573 via svnmerge from | Antoine Pitrou | 2010-01-17 | 1 | -14/+3 |
|
|
* | Merged revisions 77469-77470 via svnmerge from | Antoine Pitrou | 2010-01-13 | 2 | -14/+36 |
|
|
* | svnmerge duplicated contents of Objects/stringlib/split.h | Antoine Pitrou | 2010-01-13 | 1 | -394/+0 |
|
|
* | Merged revisions 77463 via svnmerge from | Antoine Pitrou | 2010-01-13 | 1 | -1/+1 |
|
|
* | Merged revisions 77461 via svnmerge from | Antoine Pitrou | 2010-01-13 | 12 | -1418/+1110 |
|
|
* | Issue #7382: Fix bytes.__getnewargs__. | Alexandre Vassalotti | 2010-01-12 | 1 | -1/+1 |
|
|
* | Issue #6688: Optimize PyBytes_FromObject(). | Alexandre Vassalotti | 2010-01-09 | 1 | -7/+52 |
|
|
* | simplify string comparison of from_bytes/to_bytes | Benjamin Peterson | 2010-01-09 | 1 | -20/+6 |
|
|
* | Python strings ending with '\0' should not be equivalent to their C counterpa... | Benjamin Peterson | 2010-01-09 | 1 | -0/+5 |
|
|
* | Issue #1023290: Added API for the conversion of longs to bytes and vice-versa. | Alexandre Vassalotti | 2010-01-09 | 1 | -0/+199 |
|
|
* | Merged revisions 77292-77293 via svnmerge from | Benjamin Peterson | 2010-01-04 | 1 | -36/+26 |
|
|
* | Merged revisions 77241 via svnmerge from | Antoine Pitrou | 2010-01-02 | 7 | -116/+103 |
|
|
* | Merged revisions 77234 via svnmerge from | Mark Dickinson | 2010-01-02 | 1 | -221/+146 |
|
|
* | Issue #6687: Moved the special-case for integers out of PyBytes_FromObject. | Alexandre Vassalotti | 2009-12-31 | 1 | -21/+25 |
|
|
* | Merged revisions 77139-77140 via svnmerge from | Mark Dickinson | 2009-12-30 | 1 | -23/+74 |
|
|
* | Merged revisions 77062 via svnmerge from | Mark Dickinson | 2009-12-27 | 1 | -30/+250 |
|
|
* | Keep PyLong_AsLongAndOverflow documentation and implementation in sync | Mark Dickinson | 2009-12-21 | 1 | -9/+10 |
|
|
* | Merged revisions 76052,76522,76591,76689,76697,76733 via svnmerge from | Benjamin Peterson | 2009-12-13 | 1 | -1/+1 |
|
|
* | Merged revisions 76763 via svnmerge from | Antoine Pitrou | 2009-12-12 | 1 | -1/+2 |
|
|
* | Fix error message, for consistency with messages for % and //, and for consis... | Mark Dickinson | 2009-12-07 | 1 | -1/+1 |
|
|
* | Issue #7430: Remove lingering reference to cmp in recursion error message. | Mark Dickinson | 2009-12-04 | 1 | -1/+1 |
|
|
* | Merged revisions 76644 via svnmerge from | Benjamin Peterson | 2009-12-03 | 1 | -0/+39 |
|
|
* | Issue #5748: bytesobject.c should not have its own private defines for string... | Eric Smith | 2009-11-30 | 3 | -16/+4 |
|
|
* | Keep this file in sync with trunk. | Eric Smith | 2009-11-29 | 1 | -20/+0 |
|
|
* | Merged revisions 76561 via svnmerge from | Mark Dickinson | 2009-11-28 | 2 | -8/+0 |
|
|
* | Merged revisions 75264,75268,75293,75318,75391-75392,75436,75478,75971,76003,... | Benjamin Peterson | 2009-11-25 | 1 | -2/+16 |
|
|
* | fix __bytes__ handling here in py3x | Benjamin Peterson | 2009-11-19 | 1 | -0/+17 |
|
|
* | Merged revisions 76308 via svnmerge from | Mark Dickinson | 2009-11-16 | 1 | -23/+90 |
|
|
* | fix one visible and several possible refleaks in rangeobject.c | Benjamin Peterson | 2009-11-16 | 1 | -20/+17 |
|
|
* | Issue #6970: Remove redundant calls made when comparing objects. | Mark Dickinson | 2009-11-15 | 2 | -24/+4 |
|
|
* | Fix another case of potential signed overflow. | Mark Dickinson | 2009-11-15 | 1 | -1/+4 |
|
|
* | r76292 commit accidentally committed some extra code; remove it | Mark Dickinson | 2009-11-15 | 1 | -27/+0 |
|
|
* | Issue #7298: Fix a variety of problems leading to wrong results with | Mark Dickinson | 2009-11-15 | 1 | -55/+138 |
|
|
* | Merged revisions 75149,75260-75263,75265-75267,75292,75300,75376,75405,75429-... | Benjamin Peterson | 2009-11-13 | 3 | -16/+28 |
|
|
* | death to compiler warning | Benjamin Peterson | 2009-11-10 | 1 | -0/+2 |
|
|
* | Merge in the new GIL. | Antoine Pitrou | 2009-11-10 | 1 | -4/+1 |
|
|
* | Merged revisions 75365,75394,75402-75403,75418,75459,75484,75592-75596,75600,... | Georg Brandl | 2009-10-27 | 1 | -2/+2 |
|
|
* | Make sure memory is freed on error in complex_subtype_from_string. | Mark Dickinson | 2009-10-26 | 1 | -8/+7 |
|
|
* | Remove length limitation on string arguments to complex() | Mark Dickinson | 2009-10-26 | 1 | -7/+11 |
|
|
* | Fix extra-long line; also makes py3k match trunk here. | Mark Dickinson | 2009-10-26 | 1 | -1/+1 |
|
|
* | Merged revisions 75697 via svnmerge from | Mark Dickinson | 2009-10-25 | 1 | -66/+100 |
|
|
* | Issue 7147 - remove ability to attempt to build Python without complex number... | Skip Montanaro | 2009-10-18 | 2 | -6/+1 |
|
|
* | Issue #7065: Fix a crash in bytes.maketrans and bytearray.maketrans when | Antoine Pitrou | 2009-10-14 | 1 | -2/+2 |
|
|
* | Merged revisions 75396 via svnmerge from | Amaury Forgeot d'Arc | 2009-10-13 | 1 | -109/+109 |
|
|
* | Merged revisions 75272-75273 via svnmerge from | Amaury Forgeot d'Arc | 2009-10-06 | 2 | -1798/+2918 |
|
|
* | Use size_t instead of int for a PyMem_MALLOC argument; silences a gcc 'compa... | Mark Dickinson | 2009-10-03 | 1 | -1/+1 |
|
|
* | Merged revisions 75110 via svnmerge from | Mark Dickinson | 2009-09-28 | 1 | -7/+7 |
|
|
* | merging revision 75106 from trunk: | Kristján Valur Jónsson | 2009-09-28 | 1 | -1/+1 |
|
|
* | http://bugs.python.org/issue6836 | Kristján Valur Jónsson | 2009-09-28 | 1 | -17/+87 |
|
|
* | Merged revisions 75055 via svnmerge from | Ezio Melotti | 2009-09-25 | 1 | -1/+1 |
|
|