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
*
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
*
Rearranged mappings to value sorting order.
Marc-André Lemburg
2004-12-10
1
-13/+13
*
SF patch #998993: The UTF-8 and the UTF-16 stateful decoders now support
Walter Dörwald
2004-09-07
4
-72/+49
*
Whitespace normalization.
Tim Peters
2004-08-07
3
-136/+136
*
Added new codecs and aliases for ISO_8859-11, ISO_8859-16 and
Marc-André Lemburg
2004-08-05
4
-1/+285
*
Whitespace normalization.
Tim Peters
2004-07-31
1
-95/+95
*
New codec: [ 996067 ] hp-roman8 codec
Marc-André Lemburg
2004-07-28
1
-0/+139
*
Added new codec hp-roman8 submitted as patch [ 996067 ] hp-roman8 codec.
Marc-André Lemburg
2004-07-28
1
-0/+7
*
Bring CJKCodecs 1.1 into trunk. This completely reorganizes source
Hye-Shik Chang
2004-07-18
25
-87/+260
*
Whitespace normalization.
Tim Peters
2004-07-07
21
-138/+118
*
Convert input to a string object. Fixes #909230.
Martin v. Löwis
2004-03-23
1
-0/+1
*
Add a new unicode codec: ptcp154 (Kazakh)
Hye-Shik Chang
2004-03-19
2
-0/+168
*
Fix wrong character mapping in koi8_u: SF bug #902501.
Marc-André Lemburg
2004-02-23
1
-1/+1
*
Let the default encodings search function lookup aliases before trying the co...
Marc-André Lemburg
2004-01-20
1
-18/+26
*
Add some more code page aliases needed for completeness.
Marc-André Lemburg
2004-01-20
1
-0/+16
*
Fix a typo: s/iso_3022/iso2022/
Hye-Shik Chang
2004-01-20
1
-1/+1
*
Add CJK codecs support as discussed on python-dev. (SF #873597)
Hye-Shik Chang
2004-01-17
21
-9/+780
*
Revert previous change. MAL preferred the old version.
Raymond Hettinger
2003-12-01
1
-4/+41
*
Simplifed the code.
Raymond Hettinger
2003-12-01
1
-41/+4
*
Fix typo in the comments.
Raymond Hettinger
2003-09-24
1
-1/+1
*
Added codec for bz2 compression.
Raymond Hettinger
2003-09-23
2
-0/+67
*
Support trailing dots in DNS names. Fixes #782510. Will backport to 2.3.
Martin v. Löwis
2003-08-05
1
-3/+15
*
more generic reference to python interpreter
Skip Montanaro
2003-07-22
1
-1/+1
[next]