| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #25923: Added more const qualifiers to signatures of static and private... | Serhiy Storchaka | 2015-12-25 | 1 | -1/+1 |
|
|
* | Issue #20440: Massive replacing unsafe attribute setting code with special | Serhiy Storchaka | 2015-12-24 | 1 | -2/+1 |
|\ |
|
| * | Issue #20440: Massive replacing unsafe attribute setting code with special | Serhiy Storchaka | 2015-12-24 | 1 | -2/+1 |
|
|
* | | Issue #25766: Special method __bytes__() now works in str subclasses. | Serhiy Storchaka | 2015-12-20 | 1 | -6/+12 |
|\ \
| |/ |
|
| * | Issue #25766: Special method __bytes__() now works in str subclasses. | Serhiy Storchaka | 2015-12-20 | 1 | -6/+12 |
|
|
* | | Issue #24731: Fixed crash on converting objects with special methods | Serhiy Storchaka | 2015-11-25 | 1 | -4/+4 |
|\ \
| |/ |
|
| * | Issue #24731: Fixed crash on converting objects with special methods | Serhiy Storchaka | 2015-11-25 | 1 | -4/+4 |
| |\ |
|
| | * | Issue #24731: Fixed crash on converting objects with special methods | Serhiy Storchaka | 2015-11-25 | 1 | -4/+4 |
|
|
* | | | Issue #24821: Refactor STRINGLIB(fastsearch_memchr_1char) and split it on | Serhiy Storchaka | 2015-11-14 | 1 | -10/+9 |
|
|
* | | | Use _PyBytesWriter in _PyBytes_FromIterator() | Victor Stinner | 2015-10-14 | 1 | -19/+18 |
|
|
* | | | Add _PyBytesWriter_Resize() function | Victor Stinner | 2015-10-14 | 1 | -18/+30 |
|
|
* | | | Factorize _PyBytes_FromList() and _PyBytes_FromTuple() code using a C macro | Victor Stinner | 2015-10-14 | 1 | -54/+35 |
|
|
* | | | Split PyBytes_FromObject() into subfunctions | Victor Stinner | 2015-10-14 | 1 | -71/+114 |
|
|
* | | | Modify _PyBytes_DecodeEscapeRecode() to use _PyBytesAPI | Victor Stinner | 2015-10-14 | 1 | -58/+73 |
|
|
* | | | _PyBytesWriter_Alloc(): only use 10 bytes of the small buffer in debug mode to | Victor Stinner | 2015-10-14 | 1 | -1/+13 |
|
|
* | | | Optimize bytes.fromhex() and bytearray.fromhex() | Victor Stinner | 2015-10-14 | 1 | -52/+76 |
|
|
* | | | Optimize bytearray % args | Victor Stinner | 2015-10-14 | 1 | -18/+23 |
|
|
* | | | Add use_bytearray attribute to _PyBytesWriter | Victor Stinner | 2015-10-14 | 1 | -28/+65 |
|
|
* | | | Rewrite PyBytes_FromFormatV() using _PyBytesWriter API | Victor Stinner | 2015-10-13 | 1 | -171/+165 |
|
|
* | | | Fix compilation error in _PyBytesWriter_WriteBytes() on Windows | Victor Stinner | 2015-10-12 | 1 | -1/+3 |
|
|
* | | | Writer APIs: use empty string singletons | Victor Stinner | 2015-10-12 | 1 | -9/+14 |
|
|
* | | | Relax _PyBytesWriter API | Victor Stinner | 2015-10-12 | 1 | -8/+7 |
|
|
* | | | Issue #25349: Add fast path for b'%c' % int | Victor Stinner | 2015-10-09 | 1 | -10/+15 |
|
|
* | | | Issue #25349: Optimize bytes % int | Victor Stinner | 2015-10-09 | 1 | -0/+36 |
|
|
* | | | Add _PyBytesWriter_WriteBytes() to factorize the code | Victor Stinner | 2015-10-09 | 1 | -0/+14 |
|
|
* | | | _PyBytesWriter: simplify code to avoid "prealloc" parameters | Victor Stinner | 2015-10-09 | 1 | -9/+7 |
|
|
* | | | _PyBytesWriter: rename size attribute to min_size | Victor Stinner | 2015-10-09 | 1 | -7/+7 |
|
|
* | | | Issue #25349: Optimize bytes % args using the new private _PyBytesWriter API | Victor Stinner | 2015-10-09 | 1 | -59/+128 |
|
|
* | | | Issue #25318: cleanup code _PyBytesWriter | Victor Stinner | 2015-10-09 | 1 | -17/+17 |
|
|
* | | | Issue #25318: Fix compilation error | Victor Stinner | 2015-10-09 | 1 | -1/+1 |
|
|
* | | | Issue #25318: Move _PyBytesWriter to bytesobject.c | Victor Stinner | 2015-10-08 | 1 | -0/+193 |
|/ / |
|
* | | Issue #23573: Restored optimization of bytes.rfind() and bytearray.rfind() | Serhiy Storchaka | 2015-07-20 | 1 | -3/+7 |
|
|
* | | Issue #24115: Update uses of PyObject_IsTrue(), PyObject_Not(), | Serhiy Storchaka | 2015-05-30 | 1 | -11/+22 |
|\ \
| |/ |
|
| * | Issue #24115: Update uses of PyObject_IsTrue(), PyObject_Not(), | Serhiy Storchaka | 2015-05-30 | 1 | -7/+13 |
|
|
* | | Specify default values of semantic booleans in Argument Clinic generated sign... | Serhiy Storchaka | 2015-05-30 | 1 | -2/+2 |
|
|
* | | Implements issue #9951: Adds a hex() method to bytes, bytearray, & memoryview. | Gregory P. Smith | 2015-04-25 | 1 | -0/+16 |
|
|
* | | 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 | -6/+9 |
|
|
* | | Issue #23501: Argumen Clinic now generates code into separate files by default. | Serhiy Storchaka | 2015-04-03 | 1 | -506/+16 |
|
|
* | | Issue #23466: Raised OverflowError if %c argument is out of range. | Serhiy Storchaka | 2015-04-03 | 1 | -3/+8 |
|
|
* | | Issue #23466: %c, %o, %x, and %X in bytes formatting now raise TypeError on | Serhiy Storchaka | 2015-03-30 | 1 | -26/+55 |
|
|
* | | 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 #23681: The -b option now affects comparisons of bytes with int. | Serhiy Storchaka | 2015-03-20 | 1 | -8/+17 |
|
|
* | | Close issue23467: add %r compatibility to bytes and bytearray | Ethan Furman | 2015-03-11 | 1 | -0/+2 |
|
|
* | | Issue #23629: Fix the default __sizeof__ implementation for variable-sized ob... | Antoine Pitrou | 2015-03-10 | 1 | -37/+0 |
|\ \
| |/ |
|
| * | Issue #23629: Fix the default __sizeof__ implementation for variable-sized ob... | Antoine Pitrou | 2015-03-10 | 1 | -14/+0 |
|
|
* | | Issue #23450: Fixed possible integer overflows. | Serhiy Storchaka | 2015-02-16 | 1 | -1/+1 |
|
|
* | | Issue #23383: Cleaned up bytes formatting. | Serhiy Storchaka | 2015-02-10 | 1 | -140/+51 |
|
|
* | | Issue #22896: Fixed using _getbuffer() in recently added _PyBytes_Format(). | Serhiy Storchaka | 2015-02-02 | 1 | -3/+2 |
|
|