index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Objects
/
bytes_methods.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #13738: Simplify implementation of bytes.lower() and bytes.upper().
Antoine Pitrou
2012-01-08
1
-10/+2
*
Fix closes Issue12385 - Clarify maketrans method docstring for bytes and byte...
Senthil Kumaran
2011-06-27
1
-4/+4
*
Fix (harmless) warning with MSVC.
Antoine Pitrou
2010-08-15
1
-1/+1
*
Fix indentation and remove dead code.
Antoine Pitrou
2010-08-15
1
-132/+98
*
Fix the docstrings of the capitalize method.
Senthil Kumaran
2010-07-05
1
-1/+2
*
Recorded merge of revisions 81029 via svnmerge from
Antoine Pitrou
2010-05-09
1
-157/+157
*
Issue #7065: Fix a crash in bytes.maketrans and bytearray.maketrans when
Antoine Pitrou
2009-10-14
1
-2/+2
*
Merged revisions 72040 via svnmerge from
Eric Smith
2009-04-27
1
-246/+33
*
Add bytes/bytearray.maketrans() to mirror str.maketrans(), and deprecate
Georg Brandl
2009-04-12
1
-0/+67
*
Renamed PyString to PyBytes
Christian Heimes
2008-05-26
1
-10/+10
*
For PEP3137: Adds missing methods to the mutable PyBytes object (soon
Gregory P. Smith
2007-10-16
1
-0/+610