Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
536cf995
Commit
536cf995
authored
Dec 25, 2005
by
Tim Peters
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Whitespace normalization.
parent
83a8c393
Changes
80
Show whitespace changes
Inline
Side-by-side
Showing
80 changed files
with
33983 additions
and
34031 deletions
+33983
-34031
Lib/SimpleXMLRPCServer.py
Lib/SimpleXMLRPCServer.py
+6
-6
Lib/codecs.py
Lib/codecs.py
+2
-2
Lib/cookielib.py
Lib/cookielib.py
+1
-1
Lib/encodings/cp037.py
Lib/encodings/cp037.py
+513
-514
Lib/encodings/cp1006.py
Lib/encodings/cp1006.py
+512
-513
Lib/encodings/cp1026.py
Lib/encodings/cp1026.py
+513
-514
Lib/encodings/cp1140.py
Lib/encodings/cp1140.py
+513
-514
Lib/encodings/cp1250.py
Lib/encodings/cp1250.py
+508
-509
Lib/encodings/cp1251.py
Lib/encodings/cp1251.py
+512
-513
Lib/encodings/cp1252.py
Lib/encodings/cp1252.py
+508
-509
Lib/encodings/cp1253.py
Lib/encodings/cp1253.py
+496
-497
Lib/encodings/cp1254.py
Lib/encodings/cp1254.py
+506
-507
Lib/encodings/cp1255.py
Lib/encodings/cp1255.py
+490
-491
Lib/encodings/cp1256.py
Lib/encodings/cp1256.py
+513
-514
Lib/encodings/cp1257.py
Lib/encodings/cp1257.py
+501
-502
Lib/encodings/cp1258.py
Lib/encodings/cp1258.py
+504
-505
Lib/encodings/cp424.py
Lib/encodings/cp424.py
+475
-476
Lib/encodings/cp437.py
Lib/encodings/cp437.py
+642
-642
Lib/encodings/cp500.py
Lib/encodings/cp500.py
+513
-514
Lib/encodings/cp737.py
Lib/encodings/cp737.py
+642
-642
Lib/encodings/cp775.py
Lib/encodings/cp775.py
+642
-642
Lib/encodings/cp850.py
Lib/encodings/cp850.py
+642
-642
Lib/encodings/cp852.py
Lib/encodings/cp852.py
+642
-642
Lib/encodings/cp855.py
Lib/encodings/cp855.py
+642
-642
Lib/encodings/cp856.py
Lib/encodings/cp856.py
+472
-473
Lib/encodings/cp857.py
Lib/encodings/cp857.py
+638
-638
Lib/encodings/cp860.py
Lib/encodings/cp860.py
+642
-642
Lib/encodings/cp861.py
Lib/encodings/cp861.py
+642
-642
Lib/encodings/cp862.py
Lib/encodings/cp862.py
+642
-642
Lib/encodings/cp863.py
Lib/encodings/cp863.py
+642
-642
Lib/encodings/cp864.py
Lib/encodings/cp864.py
+634
-634
Lib/encodings/cp865.py
Lib/encodings/cp865.py
+642
-642
Lib/encodings/cp866.py
Lib/encodings/cp866.py
+642
-642
Lib/encodings/cp869.py
Lib/encodings/cp869.py
+633
-633
Lib/encodings/cp874.py
Lib/encodings/cp874.py
+482
-483
Lib/encodings/cp875.py
Lib/encodings/cp875.py
+507
-508
Lib/encodings/iso8859_1.py
Lib/encodings/iso8859_1.py
+513
-514
Lib/encodings/iso8859_10.py
Lib/encodings/iso8859_10.py
+513
-514
Lib/encodings/iso8859_11.py
Lib/encodings/iso8859_11.py
+497
-498
Lib/encodings/iso8859_13.py
Lib/encodings/iso8859_13.py
+513
-514
Lib/encodings/iso8859_14.py
Lib/encodings/iso8859_14.py
+513
-514
Lib/encodings/iso8859_15.py
Lib/encodings/iso8859_15.py
+513
-514
Lib/encodings/iso8859_16.py
Lib/encodings/iso8859_16.py
+513
-514
Lib/encodings/iso8859_2.py
Lib/encodings/iso8859_2.py
+513
-514
Lib/encodings/iso8859_3.py
Lib/encodings/iso8859_3.py
+499
-500
Lib/encodings/iso8859_4.py
Lib/encodings/iso8859_4.py
+513
-514
Lib/encodings/iso8859_5.py
Lib/encodings/iso8859_5.py
+513
-514
Lib/encodings/iso8859_6.py
Lib/encodings/iso8859_6.py
+433
-434
Lib/encodings/iso8859_7.py
Lib/encodings/iso8859_7.py
+507
-508
Lib/encodings/iso8859_8.py
Lib/encodings/iso8859_8.py
+460
-461
Lib/encodings/iso8859_9.py
Lib/encodings/iso8859_9.py
+513
-514
Lib/encodings/koi8_r.py
Lib/encodings/koi8_r.py
+513
-514
Lib/encodings/koi8_u.py
Lib/encodings/koi8_u.py
+513
-514
Lib/encodings/mac_arabic.py
Lib/encodings/mac_arabic.py
+642
-642
Lib/encodings/mac_centeuro.py
Lib/encodings/mac_centeuro.py
+513
-514
Lib/encodings/mac_croatian.py
Lib/encodings/mac_croatian.py
+513
-514
Lib/encodings/mac_cyrillic.py
Lib/encodings/mac_cyrillic.py
+513
-514
Lib/encodings/mac_farsi.py
Lib/encodings/mac_farsi.py
+513
-514
Lib/encodings/mac_greek.py
Lib/encodings/mac_greek.py
+513
-514
Lib/encodings/mac_iceland.py
Lib/encodings/mac_iceland.py
+513
-514
Lib/encodings/mac_roman.py
Lib/encodings/mac_roman.py
+513
-514
Lib/encodings/mac_romanian.py
Lib/encodings/mac_romanian.py
+513
-514
Lib/encodings/mac_turkish.py
Lib/encodings/mac_turkish.py
+513
-514
Lib/encodings/tis_620.py
Lib/encodings/tis_620.py
+495
-496
Lib/test/bad_coding2.py
Lib/test/bad_coding2.py
+1
-1
Lib/test/test_code.py
Lib/test/test_code.py
+1
-1
Lib/test/test_exception_variations.py
Lib/test/test_exception_variations.py
+180
-180
Lib/test/test_generators.py
Lib/test/test_generators.py
+1
-1
Lib/test/test_minidom.py
Lib/test/test_minidom.py
+3
-3
Lib/test/test_poll.py
Lib/test/test_poll.py
+1
-1
Lib/test/test_quopri.py
Lib/test/test_quopri.py
+10
-10
Lib/test/test_xmlrpc.py
Lib/test/test_xmlrpc.py
+1
-1
Lib/webbrowser.py
Lib/webbrowser.py
+2
-2
Lib/xmlcore/etree/ElementInclude.py
Lib/xmlcore/etree/ElementInclude.py
+0
-1
Lib/xmlcore/etree/ElementPath.py
Lib/xmlcore/etree/ElementPath.py
+0
-1
Parser/asdl.py
Parser/asdl.py
+4
-4
Parser/asdl_c.py
Parser/asdl_c.py
+50
-50
Parser/spark.py
Parser/spark.py
+760
-760
Tools/bgen/bgen/bgenGenerator.py
Tools/bgen/bgen/bgenGenerator.py
+2
-2
Tools/bgen/bgen/bgenHeapBuffer.py
Tools/bgen/bgen/bgenHeapBuffer.py
+5
-6
No files found.
Lib/SimpleXMLRPCServer.py
View file @
536cf995
Lib/codecs.py
View file @
536cf995
Lib/cookielib.py
View file @
536cf995
Lib/encodings/cp037.py
View file @
536cf995
...
@@ -550,4 +550,3 @@ encoding_map = {
...
@@ -550,4 +550,3 @@ encoding_map = {
0x00FE
:
0x8E
,
# LATIN SMALL LETTER THORN (ICELANDIC)
0x00FE
:
0x8E
,
# LATIN SMALL LETTER THORN (ICELANDIC)
0x00FF
:
0xDF
,
# LATIN SMALL LETTER Y WITH DIAERESIS
0x00FF
:
0xDF
,
# LATIN SMALL LETTER Y WITH DIAERESIS
}
}
Lib/encodings/cp1006.py
View file @
536cf995
...
@@ -549,4 +549,3 @@ encoding_map = {
...
@@ -549,4 +549,3 @@ encoding_map = {
0xFEF2
:
0xFA
,
# ARABIC LETTER YEH FINAL FORM
0xFEF2
:
0xFA
,
# ARABIC LETTER YEH FINAL FORM
0xFEF3
:
0xFB
,
# ARABIC LETTER YEH INITIAL FORM
0xFEF3
:
0xFB
,
# ARABIC LETTER YEH INITIAL FORM
}
}
Lib/encodings/cp1026.py
View file @
536cf995
...
@@ -550,4 +550,3 @@ encoding_map = {
...
@@ -550,4 +550,3 @@ encoding_map = {
0x015E
:
0x7C
,
# LATIN CAPITAL LETTER S WITH CEDILLA
0x015E
:
0x7C
,
# LATIN CAPITAL LETTER S WITH CEDILLA
0x015F
:
0x6A
,
# LATIN SMALL LETTER S WITH CEDILLA
0x015F
:
0x6A
,
# LATIN SMALL LETTER S WITH CEDILLA
}
}
Lib/encodings/cp1140.py
View file @
536cf995
...
@@ -550,4 +550,3 @@ encoding_map = {
...
@@ -550,4 +550,3 @@ encoding_map = {
0x00FF
:
0xDF
,
# LATIN SMALL LETTER Y WITH DIAERESIS
0x00FF
:
0xDF
,
# LATIN SMALL LETTER Y WITH DIAERESIS
0x20AC
:
0x9F
,
# EURO SIGN
0x20AC
:
0x9F
,
# EURO SIGN
}
}
Lib/encodings/cp1250.py
View file @
536cf995
...
@@ -545,4 +545,3 @@ encoding_map = {
...
@@ -545,4 +545,3 @@ encoding_map = {
0x20AC
:
0x80
,
# EURO SIGN
0x20AC
:
0x80
,
# EURO SIGN
0x2122
:
0x99
,
# TRADE MARK SIGN
0x2122
:
0x99
,
# TRADE MARK SIGN
}
}
Lib/encodings/cp1251.py
View file @
536cf995
...
@@ -549,4 +549,3 @@ encoding_map = {
...
@@ -549,4 +549,3 @@ encoding_map = {
0x2116
:
0xB9
,
# NUMERO SIGN
0x2116
:
0xB9
,
# NUMERO SIGN
0x2122
:
0x99
,
# TRADE MARK SIGN
0x2122
:
0x99
,
# TRADE MARK SIGN
}
}
Lib/encodings/cp1252.py
View file @
536cf995
...
@@ -545,4 +545,3 @@ encoding_map = {
...
@@ -545,4 +545,3 @@ encoding_map = {
0x20AC
:
0x80
,
# EURO SIGN
0x20AC
:
0x80
,
# EURO SIGN
0x2122
:
0x99
,
# TRADE MARK SIGN
0x2122
:
0x99
,
# TRADE MARK SIGN
}
}
Lib/encodings/cp1253.py
View file @
536cf995
...
@@ -533,4 +533,3 @@ encoding_map = {
...
@@ -533,4 +533,3 @@ encoding_map = {
0x20AC
:
0x80
,
# EURO SIGN
0x20AC
:
0x80
,
# EURO SIGN
0x2122
:
0x99
,
# TRADE MARK SIGN
0x2122
:
0x99
,
# TRADE MARK SIGN
}
}
Lib/encodings/cp1254.py
View file @
536cf995
...
@@ -543,4 +543,3 @@ encoding_map = {
...
@@ -543,4 +543,3 @@ encoding_map = {
0x20AC
:
0x80
,
# EURO SIGN
0x20AC
:
0x80
,
# EURO SIGN
0x2122
:
0x99
,
# TRADE MARK SIGN
0x2122
:
0x99
,
# TRADE MARK SIGN
}
}
Lib/encodings/cp1255.py
View file @
536cf995
...
@@ -527,4 +527,3 @@ encoding_map = {
...
@@ -527,4 +527,3 @@ encoding_map = {
0x20AC
:
0x80
,
# EURO SIGN
0x20AC
:
0x80
,
# EURO SIGN
0x2122
:
0x99
,
# TRADE MARK SIGN
0x2122
:
0x99
,
# TRADE MARK SIGN
}
}
Lib/encodings/cp1256.py
View file @
536cf995
...
@@ -550,4 +550,3 @@ encoding_map = {
...
@@ -550,4 +550,3 @@ encoding_map = {
0x20AC
:
0x80
,
# EURO SIGN
0x20AC
:
0x80
,
# EURO SIGN
0x2122
:
0x99
,
# TRADE MARK SIGN
0x2122
:
0x99
,
# TRADE MARK SIGN
}
}
Lib/encodings/cp1257.py
View file @
536cf995
...
@@ -538,4 +538,3 @@ encoding_map = {
...
@@ -538,4 +538,3 @@ encoding_map = {
0x20AC
:
0x80
,
# EURO SIGN
0x20AC
:
0x80
,
# EURO SIGN
0x2122
:
0x99
,
# TRADE MARK SIGN
0x2122
:
0x99
,
# TRADE MARK SIGN
}
}
Lib/encodings/cp1258.py
View file @
536cf995
...
@@ -541,4 +541,3 @@ encoding_map = {
...
@@ -541,4 +541,3 @@ encoding_map = {
0x20AC
:
0x80
,
# EURO SIGN
0x20AC
:
0x80
,
# EURO SIGN
0x2122
:
0x99
,
# TRADE MARK SIGN
0x2122
:
0x99
,
# TRADE MARK SIGN
}
}
Lib/encodings/cp424.py
View file @
536cf995
...
@@ -512,4 +512,3 @@ encoding_map = {
...
@@ -512,4 +512,3 @@ encoding_map = {
0x05EA
:
0x71
,
# HEBREW LETTER TAV
0x05EA
:
0x71
,
# HEBREW LETTER TAV
0x2017
:
0x78
,
# DOUBLE LOW LINE
0x2017
:
0x78
,
# DOUBLE LOW LINE
}
}
Lib/encodings/cp437.py
View file @
536cf995
Lib/encodings/cp500.py
View file @
536cf995
...
@@ -550,4 +550,3 @@ encoding_map = {
...
@@ -550,4 +550,3 @@ encoding_map = {
0x00FE
:
0x8E
,
# LATIN SMALL LETTER THORN (ICELANDIC)
0x00FE
:
0x8E
,
# LATIN SMALL LETTER THORN (ICELANDIC)
0x00FF
:
0xDF
,
# LATIN SMALL LETTER Y WITH DIAERESIS
0x00FF
:
0xDF
,
# LATIN SMALL LETTER Y WITH DIAERESIS
}
}
Lib/encodings/cp737.py
View file @
536cf995
Lib/encodings/cp775.py
View file @
536cf995
Lib/encodings/cp850.py
View file @
536cf995
Lib/encodings/cp852.py
View file @
536cf995
Lib/encodings/cp855.py
View file @
536cf995
Lib/encodings/cp856.py
View file @
536cf995
...
@@ -509,4 +509,3 @@ encoding_map = {
...
@@ -509,4 +509,3 @@ encoding_map = {
0x2593
:
0xB2
,
# DARK SHADE
0x2593
:
0xB2
,
# DARK SHADE
0x25A0
:
0xFE
,
# BLACK SQUARE
0x25A0
:
0xFE
,
# BLACK SQUARE
}
}
Lib/encodings/cp857.py
View file @
536cf995
Lib/encodings/cp860.py
View file @
536cf995
Lib/encodings/cp861.py
View file @
536cf995
Lib/encodings/cp862.py
View file @
536cf995
Lib/encodings/cp863.py
View file @
536cf995
Lib/encodings/cp864.py
View file @
536cf995
Lib/encodings/cp865.py
View file @
536cf995
Lib/encodings/cp866.py
View file @
536cf995
Lib/encodings/cp869.py
View file @
536cf995
Lib/encodings/cp874.py
View file @
536cf995
...
@@ -519,4 +519,3 @@ encoding_map = {
...
@@ -519,4 +519,3 @@ encoding_map = {
0x2026
:
0x85
,
# HORIZONTAL ELLIPSIS
0x2026
:
0x85
,
# HORIZONTAL ELLIPSIS
0x20AC
:
0x80
,
# EURO SIGN
0x20AC
:
0x80
,
# EURO SIGN
}
}
Lib/encodings/cp875.py
View file @
536cf995
...
@@ -544,4 +544,3 @@ encoding_map = {
...
@@ -544,4 +544,3 @@ encoding_map = {
0x2018
:
0xCE
,
# LEFT SINGLE QUOTATION MARK
0x2018
:
0xCE
,
# LEFT SINGLE QUOTATION MARK
0x2019
:
0xDE
,
# RIGHT SINGLE QUOTATION MARK
0x2019
:
0xDE
,
# RIGHT SINGLE QUOTATION MARK
}
}
Lib/encodings/iso8859_1.py
View file @
536cf995
...
@@ -550,4 +550,3 @@ encoding_map = {
...
@@ -550,4 +550,3 @@ encoding_map = {
0x00FE
:
0xFE
,
# LATIN SMALL LETTER THORN (Icelandic)
0x00FE
:
0xFE
,
# LATIN SMALL LETTER THORN (Icelandic)
0x00FF
:
0xFF
,
# LATIN SMALL LETTER Y WITH DIAERESIS
0x00FF
:
0xFF
,
# LATIN SMALL LETTER Y WITH DIAERESIS
}
}
Lib/encodings/iso8859_10.py
View file @
536cf995
...
@@ -550,4 +550,3 @@ encoding_map = {
...
@@ -550,4 +550,3 @@ encoding_map = {
0x017E
:
0xBC
,
# LATIN SMALL LETTER Z WITH CARON
0x017E
:
0xBC
,
# LATIN SMALL LETTER Z WITH CARON
0x2015
:
0xBD
,
# HORIZONTAL BAR
0x2015
:
0xBD
,
# HORIZONTAL BAR
}
}
Lib/encodings/iso8859_11.py
View file @
536cf995
...
@@ -542,4 +542,3 @@ encoding_map = {
...
@@ -542,4 +542,3 @@ encoding_map = {
0x0E5A
:
0xFA
,
# THAI CHARACTER ANGKHANKHU
0x0E5A
:
0xFA
,
# THAI CHARACTER ANGKHANKHU
0x0E5B
:
0xFB
,
# THAI CHARACTER KHOMUT
0x0E5B
:
0xFB
,
# THAI CHARACTER KHOMUT
}
}
Lib/encodings/iso8859_13.py
View file @
536cf995
...
@@ -550,4 +550,3 @@ encoding_map = {
...
@@ -550,4 +550,3 @@ encoding_map = {
0x201D
:
0xA1
,
# RIGHT DOUBLE QUOTATION MARK
0x201D
:
0xA1
,
# RIGHT DOUBLE QUOTATION MARK
0x201E
:
0xA5
,
# DOUBLE LOW-9 QUOTATION MARK
0x201E
:
0xA5
,
# DOUBLE LOW-9 QUOTATION MARK
}
}
Lib/encodings/iso8859_14.py
View file @
536cf995
...
@@ -550,4 +550,3 @@ encoding_map = {
...
@@ -550,4 +550,3 @@ encoding_map = {
0x1EF2
:
0xAC
,
# LATIN CAPITAL LETTER Y WITH GRAVE
0x1EF2
:
0xAC
,
# LATIN CAPITAL LETTER Y WITH GRAVE
0x1EF3
:
0xBC
,
# LATIN SMALL LETTER Y WITH GRAVE
0x1EF3
:
0xBC
,
# LATIN SMALL LETTER Y WITH GRAVE
}
}
Lib/encodings/iso8859_15.py
View file @
536cf995
...
@@ -550,4 +550,3 @@ encoding_map = {
...
@@ -550,4 +550,3 @@ encoding_map = {
0x017E
:
0xB8
,
# LATIN SMALL LETTER Z WITH CARON
0x017E
:
0xB8
,
# LATIN SMALL LETTER Z WITH CARON
0x20AC
:
0xA4
,
# EURO SIGN
0x20AC
:
0xA4
,
# EURO SIGN
}
}
Lib/encodings/iso8859_16.py
View file @
536cf995
...
@@ -550,4 +550,3 @@ encoding_map = {
...
@@ -550,4 +550,3 @@ encoding_map = {
0x201E
:
0xA5
,
# DOUBLE LOW-9 QUOTATION MARK
0x201E
:
0xA5
,
# DOUBLE LOW-9 QUOTATION MARK
0x20AC
:
0xA4
,
# EURO SIGN
0x20AC
:
0xA4
,
# EURO SIGN
}
}
Lib/encodings/iso8859_2.py
View file @
536cf995
...
@@ -550,4 +550,3 @@ encoding_map = {
...
@@ -550,4 +550,3 @@ encoding_map = {
0x02DB
:
0xB2
,
# OGONEK
0x02DB
:
0xB2
,
# OGONEK
0x02DD
:
0xBD
,
# DOUBLE ACUTE ACCENT
0x02DD
:
0xBD
,
# DOUBLE ACUTE ACCENT
}
}
Lib/encodings/iso8859_3.py
View file @
536cf995
...
@@ -543,4 +543,3 @@ encoding_map = {
...
@@ -543,4 +543,3 @@ encoding_map = {
0x02D8
:
0xA2
,
# BREVE
0x02D8
:
0xA2
,
# BREVE
0x02D9
:
0xFF
,
# DOT ABOVE
0x02D9
:
0xFF
,
# DOT ABOVE
}
}
Lib/encodings/iso8859_4.py
View file @
536cf995
...
@@ -550,4 +550,3 @@ encoding_map = {
...
@@ -550,4 +550,3 @@ encoding_map = {
0x02D9
:
0xFF
,
# DOT ABOVE
0x02D9
:
0xFF
,
# DOT ABOVE
0x02DB
:
0xB2
,
# OGONEK
0x02DB
:
0xB2
,
# OGONEK
}
}
Lib/encodings/iso8859_5.py
View file @
536cf995
...
@@ -550,4 +550,3 @@ encoding_map = {
...
@@ -550,4 +550,3 @@ encoding_map = {
0x045F
:
0xFF
,
# CYRILLIC SMALL LETTER DZHE
0x045F
:
0xFF
,
# CYRILLIC SMALL LETTER DZHE
0x2116
:
0xF0
,
# NUMERO SIGN
0x2116
:
0xF0
,
# NUMERO SIGN
}
}
Lib/encodings/iso8859_6.py
View file @
536cf995
...
@@ -505,4 +505,3 @@ encoding_map = {
...
@@ -505,4 +505,3 @@ encoding_map = {
0x0651
:
0xF1
,
# ARABIC SHADDA
0x0651
:
0xF1
,
# ARABIC SHADDA
0x0652
:
0xF2
,
# ARABIC SUKUN
0x0652
:
0xF2
,
# ARABIC SUKUN
}
}
Lib/encodings/iso8859_7.py
View file @
536cf995
...
@@ -547,4 +547,3 @@ encoding_map = {
...
@@ -547,4 +547,3 @@ encoding_map = {
0x20AC
:
0xA4
,
# EURO SIGN
0x20AC
:
0xA4
,
# EURO SIGN
0x20AF
:
0xA5
,
# DRACHMA SIGN
0x20AF
:
0xA5
,
# DRACHMA SIGN
}
}
Lib/encodings/iso8859_8.py
View file @
536cf995
...
@@ -514,4 +514,3 @@ encoding_map = {
...
@@ -514,4 +514,3 @@ encoding_map = {
0x200F
:
0xFE
,
# RIGHT-TO-LEFT MARK
0x200F
:
0xFE
,
# RIGHT-TO-LEFT MARK
0x2017
:
0xDF
,
# DOUBLE LOW LINE
0x2017
:
0xDF
,
# DOUBLE LOW LINE
}
}
Lib/encodings/iso8859_9.py
View file @
536cf995
...
@@ -550,4 +550,3 @@ encoding_map = {
...
@@ -550,4 +550,3 @@ encoding_map = {
0x015E
:
0xDE
,
# LATIN CAPITAL LETTER S WITH CEDILLA
0x015E
:
0xDE
,
# LATIN CAPITAL LETTER S WITH CEDILLA
0x015F
:
0xFE
,
# LATIN SMALL LETTER S WITH CEDILLA
0x015F
:
0xFE
,
# LATIN SMALL LETTER S WITH CEDILLA
}
}
Lib/encodings/koi8_r.py
View file @
536cf995
...
@@ -550,4 +550,3 @@ encoding_map = {
...
@@ -550,4 +550,3 @@ encoding_map = {
0x2593
:
0x92
,
# DARK SHADE
0x2593
:
0x92
,
# DARK SHADE
0x25A0
:
0x94
,
# BLACK SQUARE
0x25A0
:
0x94
,
# BLACK SQUARE
}
}
Lib/encodings/koi8_u.py
View file @
536cf995
...
@@ -550,4 +550,3 @@ encoding_map = {
...
@@ -550,4 +550,3 @@ encoding_map = {
0x2593
:
0x92
,
# DARK SHADE
0x2593
:
0x92
,
# DARK SHADE
0x25A0
:
0x94
,
# BLACK SQUARE
0x25A0
:
0x94
,
# BLACK SQUARE
}
}
Lib/encodings/mac_arabic.py
View file @
536cf995
Lib/encodings/mac_centeuro.py
View file @
536cf995
...
@@ -550,4 +550,3 @@ encoding_map = {
...
@@ -550,4 +550,3 @@ encoding_map = {
0x2265
:
0xB3
,
# GREATER-THAN OR EQUAL TO
0x2265
:
0xB3
,
# GREATER-THAN OR EQUAL TO
0x25CA
:
0xD7
,
# LOZENGE
0x25CA
:
0xD7
,
# LOZENGE
}
}
Lib/encodings/mac_croatian.py
View file @
536cf995
...
@@ -550,4 +550,3 @@ encoding_map = {
...
@@ -550,4 +550,3 @@ encoding_map = {
0x25CA
:
0xD7
,
# LOZENGE
0x25CA
:
0xD7
,
# LOZENGE
0xF8FF
:
0xD8
,
# Apple logo
0xF8FF
:
0xD8
,
# Apple logo
}
}
Lib/encodings/mac_cyrillic.py
View file @
536cf995
...
@@ -550,4 +550,3 @@ encoding_map = {
...
@@ -550,4 +550,3 @@ encoding_map = {
0x2264
:
0xB2
,
# LESS-THAN OR EQUAL TO
0x2264
:
0xB2
,
# LESS-THAN OR EQUAL TO
0x2265
:
0xB3
,
# GREATER-THAN OR EQUAL TO
0x2265
:
0xB3
,
# GREATER-THAN OR EQUAL TO
}
}
Lib/encodings/mac_farsi.py
View file @
536cf995
...
@@ -550,4 +550,3 @@ encoding_map = {
...
@@ -550,4 +550,3 @@ encoding_map = {
0x2026
:
0x93
,
# HORIZONTAL ELLIPSIS, right-left
0x2026
:
0x93
,
# HORIZONTAL ELLIPSIS, right-left
0x274A
:
0xC0
,
# EIGHT TEARDROP-SPOKED PROPELLER ASTERISK, right-left
0x274A
:
0xC0
,
# EIGHT TEARDROP-SPOKED PROPELLER ASTERISK, right-left
}
}
Lib/encodings/mac_greek.py
View file @
536cf995
...
@@ -550,4 +550,3 @@ encoding_map = {
...
@@ -550,4 +550,3 @@ encoding_map = {
0x2264
:
0xB2
,
# LESS-THAN OR EQUAL TO
0x2264
:
0xB2
,
# LESS-THAN OR EQUAL TO
0x2265
:
0xB3
,
# GREATER-THAN OR EQUAL TO
0x2265
:
0xB3
,
# GREATER-THAN OR EQUAL TO
}
}
Lib/encodings/mac_iceland.py
View file @
536cf995
...
@@ -550,4 +550,3 @@ encoding_map = {
...
@@ -550,4 +550,3 @@ encoding_map = {
0x25CA
:
0xD7
,
# LOZENGE
0x25CA
:
0xD7
,
# LOZENGE
0xF8FF
:
0xF0
,
# Apple logo
0xF8FF
:
0xF0
,
# Apple logo
}
}
Lib/encodings/mac_roman.py
View file @
536cf995
...
@@ -550,4 +550,3 @@ encoding_map = {
...
@@ -550,4 +550,3 @@ encoding_map = {
0xFB01
:
0xDE
,
# LATIN SMALL LIGATURE FI
0xFB01
:
0xDE
,
# LATIN SMALL LIGATURE FI
0xFB02
:
0xDF
,
# LATIN SMALL LIGATURE FL
0xFB02
:
0xDF
,
# LATIN SMALL LIGATURE FL
}
}
Lib/encodings/mac_romanian.py
View file @
536cf995
...
@@ -550,4 +550,3 @@ encoding_map = {
...
@@ -550,4 +550,3 @@ encoding_map = {
0x25CA
:
0xD7
,
# LOZENGE
0x25CA
:
0xD7
,
# LOZENGE
0xF8FF
:
0xF0
,
# Apple logo
0xF8FF
:
0xF0
,
# Apple logo
}
}
Lib/encodings/mac_turkish.py
View file @
536cf995
...
@@ -550,4 +550,3 @@ encoding_map = {
...
@@ -550,4 +550,3 @@ encoding_map = {
0xF8A0
:
0xF5
,
# undefined1
0xF8A0
:
0xF5
,
# undefined1
0xF8FF
:
0xF0
,
# Apple logo
0xF8FF
:
0xF0
,
# Apple logo
}
}
Lib/encodings/tis_620.py
View file @
536cf995
...
@@ -541,4 +541,3 @@ encoding_map = {
...
@@ -541,4 +541,3 @@ encoding_map = {
0x0E5A
:
0xFA
,
# THAI CHARACTER ANGKHANKHU
0x0E5A
:
0xFA
,
# THAI CHARACTER ANGKHANKHU
0x0E5B
:
0xFB
,
# THAI CHARACTER KHOMUT
0x0E5B
:
0xFB
,
# THAI CHARACTER KHOMUT
}
}
Lib/test/bad_coding2.py
View file @
536cf995
Lib/test/test_code.py
View file @
536cf995
Lib/test/test_exception_variations.py
View file @
536cf995
Lib/test/test_generators.py
View file @
536cf995
Lib/test/test_minidom.py
View file @
536cf995
Lib/test/test_poll.py
View file @
536cf995
Lib/test/test_quopri.py
View file @
536cf995
Lib/test/test_xmlrpc.py
View file @
536cf995
Lib/webbrowser.py
View file @
536cf995
Lib/xmlcore/etree/ElementInclude.py
View file @
536cf995
...
@@ -141,4 +141,3 @@ def include(elem, loader=None):
...
@@ -141,4 +141,3 @@ def include(elem, loader=None):
else
:
else
:
include
(
e
,
loader
)
include
(
e
,
loader
)
i
=
i
+
1
i
=
i
+
1
Lib/xmlcore/etree/ElementPath.py
View file @
536cf995
...
@@ -196,4 +196,3 @@ def findtext(element, path, default=None):
...
@@ -196,4 +196,3 @@ def findtext(element, path, default=None):
def
findall
(
element
,
path
):
def
findall
(
element
,
path
):
return
_compile
(
path
).
findall
(
element
)
return
_compile
(
path
).
findall
(
element
)
Parser/asdl.py
View file @
536cf995
Parser/asdl_c.py
View file @
536cf995
Parser/spark.py
View file @
536cf995
Tools/bgen/bgen/bgenGenerator.py
View file @
536cf995
Tools/bgen/bgen/bgenHeapBuffer.py
View file @
536cf995
...
@@ -139,4 +139,3 @@ class MallocHeapOutputBufferType(HeapOutputBufferType):
...
@@ -139,4 +139,3 @@ class MallocHeapOutputBufferType(HeapOutputBufferType):
def
cleanup
(
self
,
name
):
def
cleanup
(
self
,
name
):
Output
(
"if( %s__out__ ) free(%s__out__);"
,
name
,
name
)
Output
(
"if( %s__out__ ) free(%s__out__);"
,
name
,
name
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment