summaryrefslogtreecommitdiff
path: root/Include/bytesobject.h
Commit message (Expand)AuthorAgeFilesLines
* bpo-32150: Expand tabs to spaces in C files. (#4583)Serhiy Storchaka2017-11-281-7/+7
* Issue #29058: All stable API extensions added after Python 3.2 are nowSerhiy Storchaka2016-12-271-0/+2
* Issue 28128: Print out better error/warning messages for invalid string escap...Eric V. Smith2016-10-311-0/+5
* Issue #27895: Spelling fixes (Contributed by Ville Skyttä).Raymond Hettinger2016-08-301-1/+1
* Issue #15984: Merge PyUnicode doc from 3.5Martin Panter2016-04-151-1/+1
|\
| * Correct “an” → “a” with “Unicode”, “user”, “UTF”, etcMartin Panter2016-04-151-1/+1
* | Add _PyBytesWriter_Resize() functionVictor Stinner2015-10-141-1/+18
* | Optimize bytes.fromhex() and bytearray.fromhex()Victor Stinner2015-10-141-0/+3
* | Optimize bytearray % argsVictor Stinner2015-10-141-1/+5
* | Add use_bytearray attribute to _PyBytesWriterVictor Stinner2015-10-141-4/+8
* | Relax _PyBytesWriter APIVictor Stinner2015-10-121-7/+7
* | Add _PyBytesWriter_WriteBytes() to factorize the codeVictor Stinner2015-10-091-0/+7
* | _PyBytesWriter: rename size attribute to min_sizeVictor Stinner2015-10-091-2/+3
* | Issue #25318: cleanup code _PyBytesWriterVictor Stinner2015-10-091-2/+2
* | Issue #25318: Move _PyBytesWriter to bytesobject.cVictor Stinner2015-10-091-0/+52
|/
* Issue20284: Implement PEP461Ethan Furman2015-01-231-0/+1
* Issue #18722: Remove uses of the "register" keyword in C code.Antoine Pitrou2013-08-131-5/+5
* Simplify and optimize formatlong()Victor Stinner2012-04-271-2/+0
* Merge branches/pep-0384.Martin v. Löwis2010-12-031-1/+10
* make hashes always the size of pointers; introduce Py_hash_t #9778Benjamin Peterson2010-10-171-1/+1
* The other half of Issue #1580: use short float repr where possible.Eric Smith2009-04-161-14/+12
* Added ',' thousands grouping to int.__format__. See PEP 378.Eric Smith2009-04-031-1/+13
* make bytes(o) respect __bytes__ #2415Benjamin Peterson2008-08-261-0/+1
* Merged revisions 64491 via svnmerge fromEric Smith2008-06-241-2/+2
* Merged revisions 63829-63831,63858,63865,63879,63882,63948,63970-63972,63976,...Georg Brandl2008-06-101-4/+4
* remove PyBytes_Format from headerBenjamin Peterson2008-05-261-1/+0
* Renamed files bytesobject.[ch] and stringobject.[ch]Christian Heimes2008-05-261-40/+98
* Renamed PyBytes to PyByteArrayChristian Heimes2008-05-261-14/+14
* #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT.Christian Heimes2007-12-191-2/+2
* Added all PyTypeObjects to the appropriate header files.Christian Heimes2007-11-291-0/+1
* Fix typo in commentNeal Norwitz2007-08-251-1/+1
* Code review of the new buffer protocol. Mostly add questions that shouldNeal Norwitz2007-08-191-0/+1
* Merged in py3k-buffer branch to main line. All objects now use the buffer pr...Travis E. Oliphant2007-08-181-0/+1
* Fix merge breakage.Martin v. Löwis2007-07-211-1/+1
* Merged revisions 56467-56482 via svnmerge fromMartin v. Löwis2007-07-211-1/+1
* Add asserts to PyBytes_AS_STRING and PyBytes_GET_SIZE.Guido van Rossum2007-06-141-2/+2
* Rough and dirty job -- allow concatenation of bytes and arbitraryGuido van Rossum2007-04-131-0/+1
* Optimizations for bytes reallocation.Guido van Rossum2006-05-051-0/+1
* Added much functionality to the bytes type.Guido van Rossum2006-04-241-2/+3
* Here is a bytes type. It's very minimal but it's a start.Guido van Rossum2006-04-221-0/+47