| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue 7994: Make object.__format__ with a non-empty format string a PendingDe... | Eric Smith | 2010-04-02 | 2 | -14/+62 |
|
|
* | Capsule-related changes: | Larry Hastings | 2010-04-02 | 1 | -0/+20 |
|
|
* | Issue #8268: Old-style classes (not just instances) now support weak | Antoine Pitrou | 2010-03-31 | 1 | -1/+4 |
|
|
* | #7643: Unicode codepoints VT (0x0B) and FF (0x0C) are linebreaks according to... | Florent Xicluna | 2010-03-30 | 2 | -6/+11 |
|
|
* | Backported PyCapsule from 3.1, and converted most uses of | Larry Hastings | 2010-03-25 | 3 | -10/+329 |
|
|
* | Issue #1583863: An unicode subclass can now override the __str__ method | Victor Stinner | 2010-03-22 | 1 | -1/+1 |
|
|
* | Add support for weak references to code objects. This will be used by an opti... | Collin Winter | 2010-03-18 | 1 | -2/+5 |
|
|
* | Issue #8024: Update the Unicode database to 5.2 | Florent Xicluna | 2010-03-18 | 1 | -1020/+1241 |
|
|
* | Issue #7818: set().test_c_api() doesn't expect a set('abc'), modify the set. | Victor Stinner | 2010-03-13 | 1 | -1/+15 |
|
|
* | #8030: more docstring fix for builtin types. | Ezio Melotti | 2010-02-28 | 3 | -7/+7 |
|
|
* | The set types can also be called without arguments. | Georg Brandl | 2010-02-28 | 1 | -2/+4 |
|
|
* | #8030: make builtin type docstrings more consistent: use "iterable" instead o... | Georg Brandl | 2010-02-28 | 3 | -5/+5 |
|
|
* | #7649: "u'%c' % char" now behaves like "u'%s' % char" and raises a UnicodeDec... | Ezio Melotti | 2010-02-25 | 1 | -9/+18 |
|
|
* | Issue #7309: Unchecked pointer access when converting UnicodeEncodeError, Uni... | Eric Smith | 2010-02-24 | 1 | -36/+78 |
|
|
* | Issue #7649: Fix u'%c' % char for character in range 0x80..0xFF | Victor Stinner | 2010-02-23 | 1 | -1/+9 |
|
|
* | Issue #6902: Fix problem with built-in types format incorrectly with 0 padding. | Eric Smith | 2010-02-23 | 1 | -4/+7 |
|
|
* | #7706: DONT_HAVE_ERRNO_H is no longer defined by configure (after rev.46819). | Andrew M. Kuchling | 2010-02-22 | 1 | -1/+1 |
|
|
* | Issue #7988: Fix default alignment to be right aligned for complex.__format__... | Eric Smith | 2010-02-22 | 1 | -10/+40 |
|
|
* | #7482: clarify error message in case of division by zero of float and complex... | Ezio Melotti | 2010-02-22 | 2 | -4/+4 |
|
|
* | Issue #5211: Fix complex type to avoid implicit calls to | Mark Dickinson | 2010-02-21 | 1 | -26/+45 |
|
|
* | Silence more compiler warnings; fix an instance of potential undefined behav... | Mark Dickinson | 2010-02-14 | 1 | -4/+5 |
|
|
* | Silence some 'comparison between signed and unsigned' compiler warnings. | Mark Dickinson | 2010-02-14 | 1 | -7/+8 |
|
|
* | Issue #5677: Explicitly forbid write operations on read-only file objects, | Antoine Pitrou | 2010-02-05 | 1 | -0/+32 |
|
|
* | Issue #7385: Fix a crash in `MemoryView_FromObject` when | Antoine Pitrou | 2010-02-02 | 1 | -7/+5 |
|
|
* | Issue #7767: Add new C-API function PyLong_AsLongLongAndOverflow, a | Mark Dickinson | 2010-01-30 | 1 | -0/+104 |
|
|
* | Issue #7788: Fix a crash produced by deleting a list slice with huge | Mark Dickinson | 2010-01-29 | 2 | -2/+4 |
|
|
* | #7775: fixed docstring for rpartition | Ezio Melotti | 2010-01-25 | 3 | -3/+3 |
|
|
* | Issue #7561: Operations on empty bytearrays (such as `int(bytearray())`) | Antoine Pitrou | 2010-01-17 | 1 | -17/+6 |
|
|
* | Add note about usage of STRINGLIB_EMPTY. | Georg Brandl | 2010-01-17 | 1 | -4/+5 |
|
|
* | 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 |
|
|