Commits
User selector
Commit History
Commits on Oct 14, 2021
bpo-45434: Remove useless space in includes (GH-28963)
Show description for 7076befauthored
Commits on Oct 13, 2021
bpo-45434: bytearrayobject.h no longer includes <stdarg.h> (GH-28913)
Show description for c63623aauthored
Commits on Dec 3, 2020
bpo-42431: Fix outdated bytes comments (GH-23458)
Show description for 2ad9382authored
Commits on Feb 13, 2020
bpo-39573: Add Py_IS_TYPE() function (GH-18488)
Show description for d905df7authored
Commits on Feb 12, 2020
bpo-35134: Add Include/cpython/bytesobject.h file (GH-18494)
Show description for 98921aeauthored
Commits on Jan 18, 2020
bpo-39372: Clean header files of declared interfaces with no implementations (GH-18037)
Show description for cd7db76authored
Commits on Sep 12, 2019
Cut disused recode_encoding logic in _PyBytes_DecodeEscape. (GH-16013)
Show description for 3a4f667authored andcommitted
Commits on Nov 28, 2017
Commits on Dec 27, 2016
Issue #29058: All stable API extensions added after Python 3.2 are now
Show description for 34d0ac8committed
Commits on Oct 31, 2016
Commits on Aug 30, 2016
Commits on Apr 15, 2016
- committed
Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc
Show description for 6245cb3committed
Commits on Oct 14, 2015
Add _PyBytesWriter_Resize() function
Show description for c5c3ba4committedOptimize bytes.fromhex() and bytearray.fromhex()
Show description for 2bf8993committedOptimize bytearray % args
Show description for 772b2b0committedAdd use_bytearray attribute to _PyBytesWriter
Show description for 661aacccommitted
Commits on Oct 12, 2015
Relax _PyBytesWriter API
Show description for c29e29bcommitted
Commits on Oct 9, 2015
- committed
- committed
Issue #25318: cleanup code _PyBytesWriter
Show description for b3653a3committed
Commits on Oct 8, 2015
Issue #25318: Move _PyBytesWriter to bytesobject.c
Show description for 0016507committed
Commits on Jan 24, 2015
Commits on Aug 13, 2013
Commits on Apr 27, 2012
Simplify and optimize formatlong()
Show description for d0880d5committed
Commits on Dec 3, 2010
- committed
Commits on Oct 17, 2010
Commits on Apr 16, 2009
The other half of Issue #1580: use short float repr where possible.
Show description for 0923d1dcommitted
Commits on Apr 3, 2009
Added ',' thousands grouping to int.__format__. See PEP 378.
Show description for a3b1ac8committed
Commits on Aug 26, 2008
make bytes(o) respect __bytes__ #2415
Show description for c15a073committed
Commits on Jun 24, 2008
Merged revisions 64491 via svnmerge from
Show description for 6d7e7a7committed
Commits on Jun 10, 2008
Commits on May 26, 2008
- committed
Renamed files bytesobject.[ch] and stringobject.[ch]
Show description for 2c9c7a5committed- committed