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
Commit message (
Expand
)
Author
Age
Files
Lines
*
The bz2 codec isn't supported any more. I've also commented out several codec...
Christian Heimes
2007-12-02
2
-120/+18
*
Rename buffer -> bytearray.
Guido van Rossum
2007-11-21
2
-5/+5
*
Merged revisions 59056-59076 via svnmerge from
Christian Heimes
2007-11-20
1
-13/+10
*
Merged revisions 59041-59055 via svnmerge from
Guido van Rossum
2007-11-19
1
-5/+11
*
Merging the py3k-pep3137 branch back into the py3k branch.
Guido van Rossum
2007-11-06
3
-12/+12
*
Patch 1280, by Alexandre Vassalotti.
Guido van Rossum
2007-10-19
1
-0/+2
*
More raise statement normalization.
Collin Winter
2007-08-30
1
-1/+1
*
Raise statement normalization in Lib/.
Collin Winter
2007-08-30
3
-11/+9
*
Fix stupid typo in Lib/encodings/utf_32.py which led to failing tests
Walter Dörwald
2007-08-17
1
-1/+1
*
Apply SF patch #1775604: This adds three new codecs (utf-32, utf-32-le and
Walter Dörwald
2007-08-16
4
-0/+228
*
Change a bunch of file encodings from Latin-1 to UTF-8.
Guido van Rossum
2007-07-16
1
-2/+2
*
Merged revisions 56125-56153 via svnmerge from
Guido van Rossum
2007-07-03
1
-2/+2
*
Rip out all codecs that can't work in a unicode/bytes world:
Walter Dörwald
2007-06-12
7
-618/+0
*
Change normalize_encodings() to avoid using .translate() or depending on
Guido van Rossum
2007-06-07
1
-14/+11
*
Merged revisions 55407-55513 via svnmerge from
Guido van Rossum
2007-05-22
1
-6/+6
*
Make test_str.py pass.
Guido van Rossum
2007-05-15
1
-1/+1
*
Enhance the punycode decoder so that it can decode
Walter Dörwald
2007-05-11
2
-22/+27
*
Fix punycode codec and tests.
Walter Dörwald
2007-05-10
1
-18/+15
*
Random modifications that slightly improve the chances of this not blowing up.
Guido van Rossum
2007-05-09
1
-11/+10
*
Fix trivial bug in idna encoding.
Guido van Rossum
2007-05-09
1
-1/+0
*
Rename 'unicode' to 'str' in its tp_name field. Rename 'str' to 'str8'.
Guido van Rossum
2007-05-03
1
-1/+1
*
Rip out all the u"..." literals and calls to unicode().
Guido van Rossum
2007-05-02
65
-15638/+15638
*
Apply SF patch #1698994: Add getstate() and setstate()
Walter Dörwald
2007-04-16
2
-14/+83
*
Merged revisions 53623-53858 via svnmerge from
Thomas Wouters
2007-02-23
1
-2/+4
*
- PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone;
Guido van Rossum
2007-02-11
1
-2/+1
*
Merged revisions 53538-53622 via svnmerge from
Thomas Wouters
2007-02-05
1
-0/+4
*
SF patch 1631942 by Collin Winter:
Guido van Rossum
2007-01-10
1
-1/+1
*
Four months of trunk changes (including a few releases...)
Thomas Wouters
2006-12-13
4
-12/+55
*
Get rid of a bunch more has_key() uses. We *really* need a tool for this.
Neal Norwitz
2006-08-20
1
-1/+1
*
Merged revisions 46753-51188 via svnmerge from
Thomas Wouters
2006-08-11
4
-26/+23
*
Merge the rest of the trunk.
Thomas Wouters
2006-06-08
45
-11486/+180
*
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters
2006-04-21
25
-449/+635
*
Merge part of the trunk changes into the p3yk branch. This merges from 43030
Thomas Wouters
2006-04-21
90
-375/+1660
*
Checkpoint. 218 tests are okay; 53 are failing. Done so far:
Guido van Rossum
2006-03-15
1
-1/+2
*
Avoid forward-declaring the methods array.
Martin v. Löwis
2006-03-10
1
-1/+1
*
Update Unicode database to Unicode 4.1.
Martin v. Löwis
2006-03-09
1
-1/+2
*
Fix the encodings package codec search function to only search
Marc-André Lemburg
2006-02-19
1
-1/+1
*
Patch #1177307: UTF-8-Sig codec.
Martin v. Löwis
2006-01-08
1
-0/+57
*
Whitespace normalization.
Tim Peters
2005-12-25
61
-32998/+32953
*
Cosmetic change: make all hex literals use upper case hex so that they
Marc-André Lemburg
2005-10-24
45
-14236/+14281
*
Removed the decoding_map from the codecs where this is possible.
Marc-André Lemburg
2005-10-24
45
-25663/+22734
*
Replace the old EBCDIC codecs with new ones using the decoding table.
Marc-André Lemburg
2005-10-21
4
-981/+3027
*
Alias iso8859_1 to latin_1 which is the same encoding, but has
Marc-André Lemburg
2005-10-21
1
-0/+7
*
Add a few more Mac OS encodings. The mapping tables for these are
Marc-André Lemburg
2005-10-21
5
-0/+3414
*
Replace the old charmap codecs with new ones generated from the current
Marc-André Lemburg
2005-10-21
49
-5129/+29964
*
Bug #1245379: Add "unicode-1-1-utf-7" as an alias for "utf-7" as specified
Walter Dörwald
2005-10-09
1
-0/+1
*
No need to import exceptions, they are builtins
Neal Norwitz
2005-09-01
1
-3/+2
*
Make IDNA return an empty string when the input is empty. Fixes #1163178.
Martin v. Löwis
2005-08-25
1
-0/+6
*
Reset internal buffers when seek() is called. This fixes SF bug #1156259.
Walter Dörwald
2005-03-14
1
-0/+7
*
Fix wrong variable name.
Walter Dörwald
2004-12-29
1
-1/+1
[next]