| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed typo | Ezio Melotti | 2010-01-14 | 1 | -1/+1 |
|
|
* | Sanitize bloom filter macros | Antoine Pitrou | 2010-01-13 | 2 | -14/+36 |
|
|
* | Test commit to try to diagnose failures of the IA-64 buildbot | Antoine Pitrou | 2010-01-13 | 1 | -2/+2 |
|
|
* | Fix Windows build (re r77461) | Antoine Pitrou | 2010-01-13 | 1 | -1/+1 |
|
|
* | Issue #7622: Improve the split(), rsplit(), splitlines() and replace() | Antoine Pitrou | 2010-01-13 | 13 | -1442/+704 |
|
|
* | Fixed repr of dictionary views. | Alexandre Vassalotti | 2010-01-12 | 1 | -1/+2 |
|
|
* | Issue #1967: Backport dictionary views. | Alexandre Vassalotti | 2010-01-11 | 1 | -0/+505 |
|
|
* | factor out __complex__ lookup code to fix another case | Benjamin Peterson | 2010-01-04 | 1 | -50/+44 |
|
|
* | do correct lookup of the __complex__ method | Benjamin Peterson | 2010-01-04 | 1 | -8/+14 |
|
|
* | Issue #7462: Implement the stringlib fast search algorithm for the `rfind`, | Antoine Pitrou | 2010-01-02 | 8 | -148/+114 |
|
|
* | Refactor some longobject internals: PyLong_AsDouble and _PyLong_AsScaledDouble | Mark Dickinson | 2010-01-02 | 1 | -221/+146 |
|
|
* | Issue #7534: Fix handling of nans, infinities, and negative zero in ** | Mark Dickinson | 2009-12-30 | 1 | -23/+74 |
|
|
* | Issue #1811: Improve accuracy and consistency of true division for integers. | Mark Dickinson | 2009-12-27 | 2 | -37/+277 |
|
|
* | #6108: unicode(exception) and str(exception) should return the same message | Ezio Melotti | 2009-12-24 | 1 | -0/+15 |
|
|
* | Issue #7528: Backport PyLong_AsLongAndOverflow from py3k to trunk. | Mark Dickinson | 2009-12-21 | 1 | -31/+101 |
|
|
* | remove type_compare, since type_richcompare does the same trick | Benjamin Peterson | 2009-12-16 | 1 | -10/+1 |
|
|
* | Issue #1680159: unicode coercion during an 'in' operation was masking | R. David Murray | 2009-12-14 | 1 | -2/+0 |
|
|
* | fix the ignoring of __cmp__ method on metaclasses #7491 | Benjamin Peterson | 2009-12-13 | 1 | -1/+5 |
|
|
* | Issue #7466: segmentation fault when the garbage collector is called | Antoine Pitrou | 2009-12-12 | 1 | -1/+2 |
|
|
* | substitute PyDict_Check() for PyObject_IsInstance | Benjamin Peterson | 2009-12-10 | 1 | -1/+1 |
|
|
* | Avoid undefined behaviour due to overflow in i_divmod (Objects/intobject.c). | Mark Dickinson | 2009-12-04 | 1 | -1/+10 |
|
|
* | disable pymalloc tricks with the --with-valgrind option #2422 | Benjamin Peterson | 2009-12-03 | 1 | -0/+39 |
|
|
* | Issue #7406: Fix some occurrences of potential signed overflow in int | Mark Dickinson | 2009-12-02 | 1 | -3/+6 |
|
|
* | Issue #3382: Make '%F' and float.__format__('F') convert results to upper cas... | Eric Smith | 2009-11-29 | 3 | -18/+0 |
|
|
* | Include ieeefp.h (when available) in pyport.h instead of individually in | Mark Dickinson | 2009-11-28 | 2 | -8/+0 |
|
|
* | Issue #7117, continued: Remove substitution of %g-style formatting for | Mark Dickinson | 2009-11-23 | 3 | -12/+0 |
|
|
* | Remove restriction on precision when formatting floats. This is the | Mark Dickinson | 2009-11-23 | 2 | -114/+42 |
|
|
* | #5037 proxy __unicode__ correctly | Benjamin Peterson | 2009-11-19 | 1 | -0/+17 |
|
|
* | Issue 7263: Fix set.intersection() docstring. | Raymond Hettinger | 2009-11-18 | 1 | -2/+2 |
|
|
* | Issue #7117, continued: Change round implementation to use the correctly-rou... | Mark Dickinson | 2009-11-18 | 1 | -0/+196 |
|
|
* | Silence another MSVC warning about unary minus. | Mark Dickinson | 2009-11-16 | 1 | -1/+1 |
|
|
* | Silence MSVC warning about unary minus applied to unsigned type. | Mark Dickinson | 2009-11-16 | 1 | -1/+1 |
|
|
* | Issue #7228: Add '%lld' and '%llu' support to PyFormat_FromString, | Mark Dickinson | 2009-11-15 | 1 | -12/+59 |
|
|
* | Avoid signed overflow in some xrange calculations, and extend | Mark Dickinson | 2009-11-15 | 1 | -34/+44 |
|
|
* | grant list.index() a more informative error message #7252 | Benjamin Peterson | 2009-11-02 | 1 | -2/+16 |
|
|
* | prevent a rather unlikely segfault | Benjamin Peterson | 2009-11-02 | 1 | -2/+8 |
|
|
* | Issue #7117: Use PyOS_string_to_double instead of PyOS_ascii_strtod in | Mark Dickinson | 2009-10-26 | 1 | -16/+29 |
|
|
* | Issue #7117: Use PyOS_string_to_double instead of PyOS_ascii_strtod in | Mark Dickinson | 2009-10-26 | 1 | -35/+24 |
|
|
* | Finished removing _PyOS_double_to_string, as mentioned in issue 7117. | Eric Smith | 2009-10-26 | 2 | -17/+28 |
|
|
* | Start to remove _PyOS_double_to_string, as mentioned in issue 7117. | Eric Smith | 2009-10-26 | 1 | -22/+36 |
|
|
* | Issue #1087418: Small performance boost for bitwise operations on longs. | Mark Dickinson | 2009-10-25 | 1 | -66/+100 |
|
|
* | Removed unused function PyFloat_AsStringEx. It is unused in floatobject.c, an... | Eric Smith | 2009-10-24 | 1 | -11/+0 |
|
|
* | rewrite for style, clarify, and comments | Benjamin Peterson | 2009-10-22 | 1 | -12/+15 |
|
|
* | whitespace | Benjamin Peterson | 2009-10-22 | 1 | -1/+1 |
|
|
* | Removed usage of unsafe PyFloat_AsString. | Eric Smith | 2009-10-16 | 1 | -7/+13 |
|
|
* | Issue #7142: Fix uses of unicode in memoryview objects | Mark Dickinson | 2009-10-15 | 1 | -2/+2 |
|
|
* | only clear a module's __dict__ if the module is the only one with a reference... | Benjamin Peterson | 2009-10-15 | 1 | -1/+4 |
|
|
* | Fix missing semicolon | Mark Dickinson | 2009-10-15 | 1 | -1/+1 |
|
|
* | #7116: str.join() takes an iterable. | Georg Brandl | 2009-10-14 | 2 | -4/+4 |
|
|
* | #7112: Fix compilation warning in unicodetype_db.h | Amaury Forgeot d'Arc | 2009-10-13 | 1 | -109/+109 |
|
|