| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #4822: fix messy indentation in memoryobject.c/.h, before we may backpo... | Antoine Pitrou | 2009-01-03 | 1 | -432/+431 |
|
|
* | Issue #4580: slicing of memoryviews when itemsize != 1 is wrong. | Antoine Pitrou | 2009-01-03 | 2 | -69/+64 |
|
|
* | Remove traces of Py_InitModule*. | Georg Brandl | 2009-01-02 | 1 | -2/+2 |
|
|
* | Merged revisions 68128 via svnmerge from | Antoine Pitrou | 2009-01-01 | 2 | -20/+45 |
|
|
* | Recorded merge of revisions 68051 via svnmerge from | Nick Coghlan | 2008-12-30 | 1 | -0/+11 |
|
|
* | #4759: allow None as first argument of bytearray.translate(), for consistency... | Georg Brandl | 2008-12-28 | 1 | -16/+25 |
|
|
* | Remove confusing error message in bytes.translate. | Georg Brandl | 2008-12-27 | 1 | -5/+0 |
|
|
* | Revert unwanted function name change introduced by r67939. | Alexandre Vassalotti | 2008-12-27 | 1 | -1/+1 |
|
|
* | Fixed incompatible pointer warning. | Hirokazu Yamamoto | 2008-12-27 | 1 | -1/+1 |
|
|
* | Fix bogus assertion. | Alexandre Vassalotti | 2008-12-27 | 1 | -1/+1 |
|
|
* | Optimize built-in unicode codecs by avoiding unnecessary copying. | Alexandre Vassalotti | 2008-12-27 | 1 | -50/+58 |
|
|
* | Fix wrong bytes type conversion in PyUnicode_AsUnicodeEscapeString. | Alexandre Vassalotti | 2008-12-27 | 1 | -15/+4 |
|
|
* | Merged revisions 67932 via svnmerge from | Alexandre Vassalotti | 2008-12-27 | 1 | -28/+30 |
|
|
* | Merged revisions 67654,67676-67677,67681,67692,67725,67761,67784-67785,67787-... | Benjamin Peterson | 2008-12-21 | 1 | -0/+3 |
|
|
* | Issue #3106: Speedup some comparisons. This also removes the last call | Antoine Pitrou | 2008-12-20 | 2 | -73/+88 |
|
|
* | Add missing Py_CHARMASK when calling isspace(). | Kristján Valur Jónsson | 2008-12-18 | 1 | -2/+2 |
|
|
* | Forward merge of r67822 to py3k: add bit_length method to int. | Mark Dickinson | 2008-12-17 | 1 | -0/+71 |
|
|
* | Issue #4569: Interpreter crash when mutating a memoryview with an item size l... | Antoine Pitrou | 2008-12-07 | 1 | -93/+105 |
|
|
* | Issue #4509: bugs in bytearray with exports (buffer protocol) | Antoine Pitrou | 2008-12-06 | 1 | -11/+31 |
|
|
* | Issue #4445: save 3 bytes of memory (on average) per bytes allocation. | Mark Dickinson | 2008-12-06 | 1 | -10/+18 |
|
|
* | Issue 4497: silence compiler warnings on Windows. | Mark Dickinson | 2008-12-05 | 1 | -4/+4 |
|
|
* | Issue 3689: list_reverseiterator should support __length_hint__ instead of _... | Raymond Hettinger | 2008-12-02 | 1 | -8/+9 |
|
|
* | Update copyright for recent changes. | Raymond Hettinger | 2008-11-30 | 1 | -1/+1 |
|
|
* | Merged revisions 67348,67355,67359,67362,67364-67365,67367-67368,67398,67423-... | Benjamin Peterson | 2008-11-30 | 1 | -1/+1 |
|
|
* | Fix for bug 4360 "SystemError when method has both super() & closure". Patch | Barry Warsaw | 2008-11-20 | 1 | -2/+3 |
|
|
* | Merged revisions 67291 via svnmerge from | Benjamin Peterson | 2008-11-19 | 1 | -17/+3 |
|
|
* | Merged revisions 67246 via svnmerge from | Benjamin Peterson | 2008-11-17 | 1 | -3/+36 |
|
|
* | Issue #1721812: Binary operations and copy operations on set/frozenset | Raymond Hettinger | 2008-11-16 | 1 | -5/+17 |
|
|
* | Issue #4296: Fix PyObject_RichCompareBool so that "x in [x]" evaluates to | Mark Dickinson | 2008-11-12 | 1 | -0/+9 |
|
|
* | Issue 3723: Fixed initialization of subinterpreters | Christian Heimes | 2008-10-30 | 1 | -0/+13 |
|
|
* | STINNER Victor (haypo)'s patch for bug 3988, Byte warning mode and b'' != '' | Barry Warsaw | 2008-10-17 | 2 | -2/+2 |
|
|
* | remove some more references to __cmp__ #1717 | Benjamin Peterson | 2008-10-16 | 1 | -85/+0 |
|
|
* | merge from trunk | Benjamin Peterson | 2008-10-11 | 6 | -19/+30 |
|
|
* | Issue #3740: Null-initialize module state. | Martin v. Löwis | 2008-10-07 | 1 | -0/+1 |
|
|
* | Merged revisions 66748 via svnmerge from | Christian Heimes | 2008-10-02 | 2 | -16/+16 |
|
|
* | Merged revisions 66739 via svnmerge from | Christian Heimes | 2008-10-02 | 1 | -1/+1 |
|
|
* | remove a trace of the cmp argument for list.sort | Benjamin Peterson | 2008-09-30 | 1 | -2/+1 |
|
|
* | Merged revisions 66631 via svnmerge from | Amaury Forgeot d'Arc | 2008-09-26 | 2 | -8/+6 |
|
|
* | #3946 fix PyObject_CheckBuffer on a memoryview object | Benjamin Peterson | 2008-09-26 | 1 | -3/+3 |
|
|
* | Merged revisions 66616 via svnmerge from | Martin v. Löwis | 2008-09-25 | 1 | -1/+1 |
|
|
* | Merged revisions 66552-66553 via svnmerge from | Andrew MacIntyre | 2008-09-22 | 1 | -3/+3 |
|
|
* | Merged revisions 66383 via svnmerge from | Martin v. Löwis | 2008-09-11 | 1 | -1/+3 |
|
|
* | Merged revisions 66337,66347,66350,66352,66358 via svnmerge from | Benjamin Peterson | 2008-09-10 | 2 | -3/+3 |
|
|
* | kill memoryview.size in favor of len(view) | Benjamin Peterson | 2008-09-10 | 1 | -7/+0 |
|
|
* | Merged revisions 66362 via svnmerge from | Martin v. Löwis | 2008-09-10 | 2 | -777/+946 |
|
|
* | #3660: Correct a reference leak in PyUnicode_AsEncodedString when | Amaury Forgeot d'Arc | 2008-09-05 | 1 | -13/+19 |
|
|
* | #3712: The memoryview object had a reference leak and didn't support cyclic g... | Antoine Pitrou | 2008-09-01 | 1 | -34/+66 |
|
|
* | Remove outdated comment. Reviewed by Antoine. | Georg Brandl | 2008-08-30 | 1 | -1/+0 |
|
|
* | #3668: When PyArg_ParseTuple correctly parses a s* format, but raises an | Antoine Pitrou | 2008-08-29 | 1 | -7/+0 |
|
|
* | Removed merge glitch from stringlib/find.h as explained on the python committ... | Christian Heimes | 2008-08-28 | 1 | -1/+1 |
|
|