Commits
User selector
Commit History
Commits on Apr 16, 2009
The other half of Issue #1580: use short float repr where possible.
Show description for 5b370f0committed
eric.smith
Commits on Apr 3, 2009
Added ',' thousands grouping to int.__format__. See PEP 378.
Show description for 49a0cdbcommitted
eric.smith
Commits on Aug 26, 2008
make bytes(o) respect __bytes__ #2415
Show description for ef3e374committed
benjamin.peterson
Commits on Jun 24, 2008
Merged revisions 64491 via svnmerge from
Show description for 6d106d6committed
eric.smith
Commits on Jun 10, 2008
Merged revisions 63829-63831,63858,63865,63879,63882,63948,63970-63972,63976,63989,64014-64015,64021-64022,64063-64065,64067 via svnmerge from
Show description for b92530fcommitted
georg.brandl
Commits on May 26, 2008
remove PyBytes_Format from header
Show description for c57be67committed
benjamin.petersonRenamed files bytesobject.[ch] and stringobject.[ch]
Show description for 3b0c39acommitted
christian.heimesRenamed PyBytes to PyByteArray
Show description for 0c20b26committed
christian.heimes
Commits on Dec 19, 2007
#1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT.
Show description for 979b7efcommitted
christian.heimes
Commits on Nov 29, 2007
Added all PyTypeObjects to the appropriate header files.
Show description for a0cbe28committed
christian.heimes
Commits on Aug 25, 2007
Fix typo in comment
Show description for 4311ca7committed
neal.norwitz
Commits on Aug 19, 2007
Code review of the new buffer protocol. Mostly add questions that should
Show description for be25d88committed
neal.norwitz
Commits on Aug 18, 2007
Merged in py3k-buffer branch to main line. All objects now use the buffer protocol in PEP 3118.
Show description for e2ca711committed
travis.oliphant
Commits on Jul 21, 2007
Fix merge breakage.
Show description for 9477dd5committed
martin.v.loewisMerged revisions 56467-56482 via svnmerge from
Show description for 16ae010committed
martin.v.loewis
Commits on Jun 14, 2007
Add asserts to PyBytes_AS_STRING and PyBytes_GET_SIZE.
Show description for 6200f69committed
guido.van.rossum
Commits on Apr 13, 2007
Rough and dirty job -- allow concatenation of bytes and arbitrary
Show description for 6a335b6committed
guido.van.rossum
Commits on May 5, 2006
Optimizations for bytes reallocation.
Show description for bd5c8ddcommitted
guido.van.rossum
Commits on Apr 24, 2006
Added much functionality to the bytes type.
Show description for cf10887committed
guido.van.rossum
Commits on Apr 22, 2006
Here is a bytes type. It's very minimal but it's a start.
Show description for 05d93f3committed
guido.van.rossum
Loading