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
/
Lib
/
encodings
/
rot_13.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-32943: Fix confusing error message for rot13 codec (GH-5869)
Xiang Zhang
2018-03-25
1
-4/+4
*
Issue #21171: Fixed undocumented filter API of the rot13 codec.
Serhiy Storchaka
2014-04-13
1
-1/+1
*
#7475: Remove references to '.transform' from transform codec docstrings.
R David Murray
2014-03-14
1
-2/+1
*
Issue #19619: Blacklist non-text codecs in method API
Serhiy Storchaka
2014-02-24
1
-0/+1
*
#7475: add (un)transform method to bytes/bytearray and str, add back codecs t...
Georg Brandl
2010-12-02
1
-0/+113
*
Rip out all codecs that can't work in a unicode/bytes world:
Walter Dörwald
2007-06-12
1
-118/+0
*
Merge part of the trunk changes into the p3yk branch. This merges from 43030
Thomas Wouters
2006-04-21
1
-4/+17
*
more generic reference to python interpreter
Skip Montanaro
2003-07-22
1
-1/+1
*
Whitespace normalization.
Tim Peters
2002-08-08
1
-2/+2
*
Moved the encoding map building logic from the individual mapping
Marc-André Lemburg
2001-05-16
1
-3/+1
*
This patch changes the way the string .encode() method works slightly
Marc-André Lemburg
2001-05-15
1
-0/+107