| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #25421: __sizeof__ methods of builtin types now use dynamic basic size. | Serhiy Storchaka | 2015-12-19 | 1 | -1/+1 |
|\ |
|
| * | Issue #25421: __sizeof__ methods of builtin types now use dynamic basic size. | Serhiy Storchaka | 2015-12-19 | 1 | -1/+1 |
|
|
* | | Issue #24821: Refactor STRINGLIB(fastsearch_memchr_1char) and split it on | Serhiy Storchaka | 2015-11-14 | 1 | -10/+9 |
|
|
* | | Issue #25401: Remove now unused hex_digit_to_int() function | Victor Stinner | 2015-10-14 | 1 | -16/+0 |
|
|
* | | Optimize bytes.fromhex() and bytearray.fromhex() | Victor Stinner | 2015-10-14 | 1 | -42/+1 |
|
|
* | | Optimize bytearray % args | Victor Stinner | 2015-10-14 | 1 | -17/+5 |
|/ |
|
* | Issue #23573: Restored optimization of bytes.rfind() and bytearray.rfind() | Serhiy Storchaka | 2015-07-20 | 1 | -3/+7 |
|
|
* | Issue #24467: Fixed possible buffer over-read in bytearray. The bytearray | Serhiy Storchaka | 2015-06-29 | 1 | -1/+3 |
|\ |
|
| * | Issue #24467: Fixed possible buffer over-read in bytearray. The bytearray | Serhiy Storchaka | 2015-06-29 | 1 | -1/+3 |
|
|
* | | Issue #24115: Update uses of PyObject_IsTrue(), PyObject_Not(), | Serhiy Storchaka | 2015-05-30 | 1 | -3/+7 |
|\ \
| |/ |
|
| * | Issue #24115: Update uses of PyObject_IsTrue(), PyObject_Not(), | Serhiy Storchaka | 2015-05-30 | 1 | -3/+7 |
|
|
* | | Specify default values of semantic booleans in Argument Clinic generated sign... | Serhiy Storchaka | 2015-05-30 | 1 | -2/+2 |
|
|
* | | Issue #23985: Fix a possible buffer overrun when deleting a slice from the fr... | Antoine Pitrou | 2015-05-19 | 1 | -6/+2 |
|\ \
| |/ |
|
| * | Issue #23985: Fix a possible buffer overrun when deleting a slice from the fr... | Antoine Pitrou | 2015-05-19 | 1 | -6/+2 |
|
|
* | | Implements issue #9951: Adds a hex() method to bytes, bytearray, & memoryview. | Gregory P. Smith | 2015-04-25 | 1 | -0/+15 |
|
|
* | | Remove local dead code. In both blocks dir is always greater 0. | Christian Heimes | 2015-04-18 | 1 | -2/+1 |
|
|
* | | Issue #23944: Argument Clinic now wraps long impl prototypes at column 78. | Larry Hastings | 2015-04-14 | 1 | -10/+15 |
|
|
* | | Issue #23501: Argumen Clinic now generates code into separate files by default. | Serhiy Storchaka | 2015-04-03 | 1 | -729/+27 |
|
|
* | | Issue #23573: Fix bytes.rfind() and bytearray.rfind() on Windows | Victor Stinner | 2015-03-25 | 1 | -1/+2 |
|
|
* | | Issue #23573: Increased performance of string search operations (str.find, | Serhiy Storchaka | 2015-03-24 | 1 | -9/+24 |
|
|
* | | Issue #14203: Remove obsolete support for view==NULL in PyBuffer_FillInfo() | Stefan Krah | 2015-02-03 | 1 | -8/+7 |
|
|
* | | Issue #22896: Avoid to use PyObject_AsCharBuffer(), PyObject_AsReadBuffer() | Serhiy Storchaka | 2015-02-02 | 1 | -80/+62 |
|\ \
| |/ |
|
| * | Issue #22896: Avoid to use PyObject_AsCharBuffer(), PyObject_AsReadBuffer() | Serhiy Storchaka | 2015-02-02 | 1 | -58/+34 |
|
|
* | | Issue20284: Implement PEP461 | Ethan Furman | 2015-01-24 | 1 | -1/+42 |
|
|
* | | Issue #22335: Fix crash when trying to enlarge a bytearray to 0x7fffffff byte... | Antoine Pitrou | 2014-11-02 | 1 | -7/+14 |
|\ \
| |/ |
|
| * | Issue #22335: Fix crash when trying to enlarge a bytearray to 0x7fffffff byte... | Antoine Pitrou | 2014-11-02 | 1 | -7/+14 |
|
|
* | | #16518: Bring error messages in harmony with docs ("bytes-like object") | R David Murray | 2014-10-05 | 1 | -1/+1 |
|
|
* | | Issue #22077: Improve index error messages for bytearrays, bytes, lists, and | Terry Jan Reedy | 2014-08-02 | 1 | -2/+6 |
|
|
* | | Rerun AC, silence pointer conversion warnings. | Martin v. Löwis | 2014-07-27 | 1 | -2/+2 |
|
|
* | | Issue #20179: Apply Argument Clinic to bytes and bytearray. | Martin v. Löwis | 2014-07-27 | 1 | -323/+1149 |
|
|
* | | Issue #21233: Revert bytearray(int) optimization using calloc() | Victor Stinner | 2014-06-02 | 1 | -14/+2 |
|
|
* | | Issue #21233: Add new C functions: PyMem_RawCalloc(), PyMem_Calloc(), | Victor Stinner | 2014-05-02 | 1 | -2/+14 |
|/ |
|
* | Make the various iterators' "setstate" sliently and consistently clip the | Kristján Valur Jónsson | 2014-03-05 | 1 | -3/+7 |
|\ |
|
| * | Make the various iterators' "setstate" sliently and consistently clip the | Kristján Valur Jónsson | 2014-03-05 | 1 | -3/+7 |
|
|
* | | Close #19568: Fix bytearray_setslice_linear(), fix handling of | Victor Stinner | 2013-11-21 | 1 | -37/+63 |
|
|
* | | #17806: Added keyword-argument support for "tabsize" to str/bytes.expandtabs(). | Ezio Melotti | 2013-11-16 | 1 | -1/+1 |
|
|
* | | Hopefully fix Windows compilation error following 499a96611baa | Antoine Pitrou | 2013-10-05 | 1 | -10/+10 |
|
|
* | | Issue #19087: Improve bytearray allocation in order to allow cheap popping of... | Antoine Pitrou | 2013-10-05 | 1 | -145/+163 |
|
|
* | | Issue #18722: Remove uses of the "register" keyword in C code. | Antoine Pitrou | 2013-08-13 | 1 | -6/+6 |
|
|
* | | Propagate error when PyByteArray_Resize() fails in bytearray_translate() | Christian Heimes | 2013-07-21 | 1 | -1/+4 |
|\ \
| |/ |
|
| * | Propagate error when PyByteArray_Resize() fails in bytearray_translate() | Christian Heimes | 2013-07-21 | 1 | -1/+4 |
|
|
* | | Fix compilation on Windows | Christian Heimes | 2012-11-03 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | 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: merge with 3.3. | 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 #15958: bytes.join and bytearray.join now accept arbitrary buffer objects. | Antoine Pitrou | 2012-10-16 | 1 | -67/+5 |
|
|
* | | | Issue #16148: implemented PEP 424 | Armin Ronacher | 2012-10-06 | 1 | -1/+1 |
| |/
|/| |
|
* | | Issue #12834: Fix PyBuffer_ToContiguous() for non-contiguous arrays. | Stefan Krah | 2012-07-28 | 1 | -1/+1 |
|
|