| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix compilation on Windows | Christian Heimes | 2012-11-03 | 1 | -1/+1 |
|\ |
|
| * | Fix compilation on Windows | Christian Heimes | 2012-11-03 | 1 | -1/+1 |
|
|
* | | #8401: merge with 3.2. | Ezio Melotti | 2012-11-03 | 1 | -0/+6 |
|\ \
| |/ |
|
| * | #8401: assigning an int to a bytearray slice (e.g. b[3:4] = 5) now raises an ... | Ezio Melotti | 2012-11-03 | 1 | -0/+6 |
|
|
* | | Issue #12834: Fix PyBuffer_ToContiguous() for non-contiguous arrays. | Stefan Krah | 2012-07-28 | 1 | -1/+1 |
|
|
* | | Rename _PyIter_GetBuiltin to _PyObject_GetBuiltin, and do not include it in t... | Antoine Pitrou | 2012-04-04 | 1 | -2/+2 |
|
|
* | | Issue #14288: Serialization support for builtin iterators. | Kristján Valur Jónsson | 2012-04-03 | 1 | -2/+34 |
|
|
* | | Issue #13019: Fix potential reference leaks in bytearray.extend(). | Antoine Pitrou | 2012-04-01 | 1 | -2/+6 |
|\ \
| |/ |
|
| * | Issue #13019: Fix potential reference leaks in bytearray.extend(). | Antoine Pitrou | 2012-04-01 | 1 | -2/+6 |
|
|
* | | #14081: The sep and maxsplit parameter to str.split, bytes.split, and bytearr... | Ezio Melotti | 2012-02-26 | 1 | -8/+12 |
|
|
* | | Issue #11231: Fix bytes and bytearray docstrings | Victor Stinner | 2011-12-17 | 1 | -7/+5 |
|\ \
| |/ |
|
| * | Issue #11231: Fix bytes and bytearray docstrings | Victor Stinner | 2011-12-17 | 1 | -7/+5 |
|
|
* | | Issue #13503: Use a more efficient reduction format for bytearrays with | Antoine Pitrou | 2011-12-05 | 1 | -10/+42 |
|
|
* | | Use the small object allocator for small bytearrays | Antoine Pitrou | 2011-11-12 | 1 | -5/+5 |
|
|
* | | Issue #12170: The count(), find(), rfind(), index() and rindex() methods | Antoine Pitrou | 2011-10-20 | 1 | -13/+46 |
|
|
* | | Rename _Py_identifier to _Py_IDENTIFIER. | Martin v. Löwis | 2011-10-14 | 1 | -1/+1 |
|
|
* | | Issue #13088: Add shared Py_hexdigits constant to format a number into base 16 | Victor Stinner | 2011-10-14 | 1 | -3/+2 |
|
|
* | | Use identifier API for PyObject_GetAttrString. | Martin v. Löwis | 2011-10-10 | 1 | -1/+3 |
|
|
* | | Fix hex_digit_to_int() prototype: expect Py_UCS4, not Py_UNICODE | Victor Stinner | 2011-09-29 | 1 | -2/+2 |
|
|
* | | Implement PEP 393. | Martin v. Löwis | 2011-09-28 | 1 | -71/+74 |
|
|
* | | Issue #13012: Allow 'keepends' to be passed as a keyword argument in str.spli... | Mark Dickinson | 2011-09-24 | 1 | -4/+6 |
|
|
* | | Replace Py_NotImplemented returns with the macro form Py_RETURN_NOTIMPLEMENTED. | Brian Curtin | 2011-08-11 | 1 | -6/+3 |
|
|
* | | merge from 3.2 - Fix closes Issue12621 - Fix docstrings of find and rfind met... | Senthil Kumaran | 2011-07-27 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Fix closes Issue12621 - Fix docstrings of find and rfind methods of bytes/byt... | Senthil Kumaran | 2011-07-27 | 1 | -2/+2 |
|
|
* | | #6780: merge with 3.2. | Ezio Melotti | 2011-04-26 | 1 | -4/+12 |
|\ \
| |/ |
|
| * | #6780: merge with 3.1. | Ezio Melotti | 2011-04-26 | 1 | -4/+12 |
| |\ |
|
| | * | #6780: fix starts/endswith error message to mention that tuples are accepted ... | Ezio Melotti | 2011-04-26 | 1 | -4/+12 |
|
|
* | | | MERGE: startswith and endswith don't accept None as slice index. Patch by Tor... | Jesus Cea | 2011-04-20 | 1 | -8/+5 |
|\ \ \
| |/ / |
|
| * | | MERGE: startswith and endswith don't accept None as slice index. Patch by Tor... | Jesus Cea | 2011-04-20 | 1 | -8/+5 |
| |\ \
| | |/ |
|
| | * | startswith and endswith don't accept None as slice index. Patch by Torsten Be... | Jesus Cea | 2011-04-20 | 1 | -8/+5 |
|
|
* | | | #11515: Merge with 3.2. | Ezio Melotti | 2011-03-15 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | #11515: Merge with 3.1. | Ezio Melotti | 2011-03-15 | 1 | -1/+1 |
| |\ \
| | |/ |
|
| | * | #11515: fix several typos. Patch by Piotr Kasprzyk. | Ezio Melotti | 2011-03-15 | 1 | -8/+8 |
|
|
| | * | Merged revisions 86537,86867-86868,86881,86887,86913-86915,86931-86933,86960,... | Georg Brandl | 2011-02-25 | 1 | -1/+1 |
|
|
| | * | Merged revisions 84070,84074 via svnmerge from | Antoine Pitrou | 2010-08-15 | 1 | -2/+2 |
|
|
| | * | Merged revisions 81862 via svnmerge from | Antoine Pitrou | 2010-06-09 | 1 | -32/+32 |
|
|
| | * | Merged revisions 80125,80128,80130 via svnmerge from | Benjamin Peterson | 2010-04-16 | 1 | -6/+9 |
|
|
| | * | Merged revisions 78185 via svnmerge from | Mark Dickinson | 2010-02-14 | 1 | -4/+5 |
|
|
| | * | Merged revisions 77823 via svnmerge from | Mark Dickinson | 2010-01-29 | 1 | -1/+2 |
|
|
| | * | Merged revisions 77745 via svnmerge from | Ezio Melotti | 2010-01-25 | 1 | -1/+1 |
|
|
| | * | Merged revisions 77576 via svnmerge from | Antoine Pitrou | 2010-01-17 | 1 | -5/+3 |
|
|
| | * | Merged revisions 74679 via svnmerge from | Mark Dickinson | 2009-09-06 | 1 | -4/+4 |
|
|
| | * | Merged revisions 74675 via svnmerge from | Mark Dickinson | 2009-09-06 | 1 | -1/+1 |
|
|
| | * | Merged revisions 74169 via svnmerge from | Georg Brandl | 2009-07-22 | 1 | -3/+5 |
|
|
| * | | Merged revisions 88735 via svnmerge from | Eli Bendersky | 2011-03-04 | 1 | -2/+2 |
|
|
* | | | Issue #11386: Fixed the exception thrown by bytearray.pop() for empty bytearrays | Eli Bendersky | 2011-03-04 | 1 | -2/+2 |
|
|
* | | | Issue #10516: added copy() and clear() methods to bytearrays as well | Eli Bendersky | 2011-03-03 | 1 | -0/+26 |
|
|
* | | | Issue #8914: fix various warnings from the Clang static analyzer v254. | Brett Cannon | 2011-02-22 | 1 | -3/+2 |
|/ / |
|
* | | remove (un)transform methods | Benjamin Peterson | 2010-12-12 | 1 | -73/+0 |
|
|
* | | Fix typo. | Georg Brandl | 2010-12-04 | 1 | -1/+1 |
|
|