[Python-modules-commits] [chardet] branch master updated (ac13601 -> daa930c)

Daniele Tricoli eriol-guest at moszumanska.debian.org
Sun Jun 18 21:58:32 UTC 2017


This is an automated email from the git hooks/post-receive script.

eriol-guest pushed a change to branch master
in repository chardet.

      from  ac13601   s/UNRELEASED/unstable/
       new  50759fc   New upstream release
       new  3225b88   Import chardet_3.0.4.orig.tar.gz
       new  2c6c6a9   record new upstream branch created by importing chardet_3.0.4.orig.tar.gz and merge it
       new  b8690b5   Ignore __pycache__ from upstream code
       new  c328a10   Bump Standards-Version to 3.9.8 (no changes needed)
       new  6dadfc6   Update copyright years, chardetect stanza and Upstream-Contact
       new  fb0cdab   Add python{,3}-pytest to B-D
       new  4479d08   Add override_dh_auto_test stanza
       new  55d0f79   Add python{,3}-hypothesis to B-D
       new  4751eb9   Clean stuff created by hypothesis
       new  efbd4f5   Clean egg-info
       new  daa930c   Update changelog

The 12 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .gitignore                                         |    2 +
 MANIFEST.in                                        |    8 +-
 NOTES.rst                                          |  140 ++
 PKG-INFO                                           |   38 +-
 README.rst                                         |   28 +-
 chardet.egg-info/PKG-INFO                          |   70 -
 chardet.egg-info/SOURCES.txt                       |   48 -
 chardet.egg-info/entry_points.txt                  |    3 -
 chardet.egg-info/top_level.txt                     |    1 -
 chardet/__init__.py                                |   31 +-
 chardet/big5freq.py                                |  545 +----
 chardet/big5prober.py                              |   15 +-
 chardet/chardistribution.py                        |  146 +-
 chardet/charsetgroupprober.py                      |  110 +-
 chardet/charsetprober.py                           |  119 +-
 .../cli/__init__.py                                |    0
 chardet/{ => cli}/chardetect.py                    |   21 +-
 chardet/codingstatemachine.py                      |   67 +-
 chardet/compat.py                                  |   16 +-
 chardet/constants.py                               |   39 -
 chardet/cp949prober.py                             |   19 +-
 chardet/enums.py                                   |   76 +
 chardet/escprober.py                               |   97 +-
 chardet/escsm.py                                   |  128 +-
 chardet/eucjpprober.py                             |   82 +-
 chardet/euckrfreq.py                               |  415 +---
 chardet/euckrprober.py                             |   15 +-
 chardet/euctwfreq.py                               |  719 +++---
 chardet/euctwprober.py                             |   19 +-
 chardet/gb2312freq.py                              |  195 +-
 chardet/gb2312prober.py                            |   19 +-
 chardet/hebrewprober.py                            |  157 +-
 chardet/jisfreq.py                                 |  250 +-
 chardet/jpcntx.py                                  |  124 +-
 chardet/langbulgarianmodel.py                      |   25 +-
 chardet/langcyrillicmodel.py                       |   82 +-
 chardet/langgreekmodel.py                          |   28 +-
 chardet/langhebrewmodel.py                         |   17 +-
 chardet/langhungarianmodel.py                      |   24 +-
 chardet/langthaimodel.py                           |   13 +-
 chardet/langturkishmodel.py                        |  193 ++
 chardet/latin1prober.py                            |   48 +-
 chardet/mbcharsetprober.py                         |   85 +-
 chardet/mbcsgroupprober.py                         |    6 +-
 chardet/mbcssm.py                                  |  298 +--
 chardet/sbcharsetprober.py                         |  150 +-
 chardet/sbcsgroupprober.py                         |   30 +-
 chardet/sjisprober.py                              |   85 +-
 chardet/universaldetector.py                       |  326 ++-
 chardet/utf8prober.py                              |   58 +-
 chardet/version.py                                 |    9 +
 debian/.git-dpm                                    |   14 +-
 debian/changelog                                   |   19 +
 debian/clean                                       |    1 +
 debian/control                                     |    6 +-
 debian/copyright                                   |    6 +-
 debian/rules                                       |    8 +
 docs/.gitignore                                    |    1 +
 docs/Makefile                                      |  177 ++
 docs/README.md                                     |    3 +
 docs/api/chardet.rst                               |  310 +++
 docs/api/modules.rst                               |    7 +
 docs/conf.py                                       |  263 +++
 docs/faq.rst                                       |  105 +
 docs/how-it-works.rst                              |  164 ++
 docs/index.rst                                     |   25 +
 docs/make.bat                                      |  242 ++
 docs/supported-encodings.rst                       |   30 +
 docs/usage.rst                                     |   88 +
 setup.cfg                                          |   13 +-
 setup.py                                           |   37 +-
 test.py                                            |  128 ++
 tests/Big5/0804.blogspot.com.xml                   |  325 +++
 .../_chromium_Big5_with_no_encoding_specified.html |   16 +
 tests/Big5/_ude_1.txt                              |   14 +
 tests/Big5/blog.worren.net.xml                     |  296 +++
 tests/Big5/carbonxiv.blogspot.com.xml              |  216 ++
 tests/Big5/catshadow.blogspot.com.xml              |  261 +++
 tests/Big5/coolloud.org.tw.xml                     |  293 +++
 tests/Big5/digitalwall.com.xml                     |   38 +
 tests/Big5/ebao.us.xml                             |  109 +
 tests/Big5/fudesign.blogspot.com.xml               |  160 ++
 tests/Big5/kafkatseng.blogspot.com.xml             |   62 +
 tests/Big5/ke207.blogspot.com.xml                  |  249 ++
 tests/Big5/leavesth.blogspot.com.xml               |  314 +++
 tests/Big5/letterlego.blogspot.com.xml             | 1123 +++++++++
 tests/Big5/linyijen.blogspot.com.xml               |  178 ++
 tests/Big5/marilynwu.blogspot.com.xml              |  103 +
 tests/Big5/myblog.pchome.com.tw.xml                |   52 +
 tests/Big5/oui-design.com.xml                      |   76 +
 tests/Big5/sanwenji.blogspot.com.xml               | 1075 +++++++++
 tests/Big5/sinica.edu.tw.xml                       |  250 ++
 tests/Big5/sylvia1976.blogspot.com.xml             |   45 +
 tests/Big5/tlkkuo.blogspot.com.xml                 |  119 +
 tests/Big5/unoriginalblog.com.xml                  |  229 ++
 tests/Big5/upsaid.com.xml                          |  188 ++
 tests/Big5/willythecop.blogspot.com.xml            |  224 ++
 tests/Big5/ytc.blogspot.com.xml                    |  308 +++
 tests/CP932/hardsoft.at.webry.info.xml             |  911 ++++++++
 tests/CP932/www2.chuo-u.ac.jp-suishin.xml          |  140 ++
 tests/CP932/y-moto.com.xml                         |  606 +++++
 tests/CP949/ricanet.com.xml                        |  411 ++++
 tests/EUC-JP/_mozilla_bug426271_text-euc-jp.html   |   11 +
 tests/EUC-JP/_mozilla_bug431054_text.html          |    5 +
 tests/EUC-JP/_mozilla_bug620106_text.html          | 1045 +++++++++
 tests/EUC-JP/_ude_1.txt                            |   39 +
 tests/EUC-JP/aivy.co.jp.xml                        |  167 ++
 tests/EUC-JP/akaname.main.jp.xml                   |  274 +++
 tests/EUC-JP/arclamp.jp.xml                        |  985 ++++++++
 tests/EUC-JP/aristrist.s57.xrea.com.xml            |  577 +++++
 tests/EUC-JP/artifact-jp.com.xml                   |  108 +
 tests/EUC-JP/atom.ycf.nanet.co.jp.xml              |  360 +++
 tests/EUC-JP/azito.under.jp.xml                    |  167 ++
 tests/EUC-JP/azoz.org.xml                          |  198 ++
 tests/EUC-JP/blog.kabu-navi.com.atom.xml           |  541 +++++
 tests/EUC-JP/blog.kabu-navi.com.xml                |  539 +++++
 tests/EUC-JP/bphrs.net.xml                         |  263 +++
 tests/EUC-JP/ch.kitaguni.tv.xml                    |  421 ++++
 tests/EUC-JP/club.h14m.org.xml                     |  133 ++
 tests/EUC-JP/contents-factory.com.xml              |  167 ++
 tests/EUC-JP/furusatonoeki.cutegirl.jp.xml         |  167 ++
 tests/EUC-JP/manana.moo.jp.xml                     |  167 ++
 tests/EUC-JP/mimizun.com.xml                       |  167 ++
 tests/EUC-JP/misuzilla.org.xml                     |  209 ++
 tests/EUC-JP/overcube.com.atom.xml                 | 1242 ++++++++++
 tests/EUC-JP/overcube.com.xml                      |   77 +
 tests/EUC-JP/pinkupa.com.xml                       |  167 ++
 tests/EUC-JP/rdf.ycf.nanet.co.jp.xml               |  167 ++
 tests/EUC-JP/siesta.co.jp.aozora.xml               |  877 +++++++
 tests/EUC-JP/tls.org.xml                           |  259 +++
 tests/EUC-JP/yukiboh.moo.jp.xml                    |  184 ++
 ...ium_windows-949_with_no_encoding_specified.html |   13 +
 tests/EUC-KR/_mozilla_bug9357_text.html            |   15 +
 tests/EUC-KR/_ude_euc1.txt                         |    1 +
 tests/EUC-KR/_ude_euc2.txt                         |    7 +
 tests/EUC-KR/acnnewswire.net.xml                   |    6 +
 tests/EUC-KR/alogblog.com.xml                      |  141 ++
 tests/EUC-KR/arts.egloos.com.xml                   |  219 ++
 tests/EUC-KR/birder.egloos.com.xml                 |  301 +++
 tests/EUC-KR/blog.bd-lab.com.xml                   |  147 ++
 tests/EUC-KR/blog.empas.com.xml                    |   45 +
 tests/EUC-KR/blog.rss.naver.com.xml                |  149 ++
 tests/EUC-KR/calmguy.egloos.com.xml                |  489 ++++
 tests/EUC-KR/chisato.info.xml                      | 1170 ++++++++++
 tests/EUC-KR/console.linuxstudy.pe.kr.xml          |  196 ++
 tests/EUC-KR/critique.or.kr.xml                    |  118 +
 tests/EUC-KR/epitaph.egloos.com.xml                |  262 +++
 tests/EUC-KR/ittrend.egloos.com.xml                |  287 +++
 tests/EUC-KR/jely.egloos.com.xml                   |  143 ++
 tests/EUC-KR/jely.pe.kr.xml                        |  339 +++
 tests/EUC-KR/jowchung.oolim.net.xml                |  306 +++
 tests/EUC-KR/kina.egloos.com.xml                   |  206 ++
 tests/EUC-KR/lennon81.egloos.com.xml               |  125 +
 tests/EUC-KR/oroll.egloos.com.xml                  |  171 ++
 tests/EUC-KR/poliplus.egloos.com.xml               |  168 ++
 tests/EUC-KR/scarletkh2.egloos.com.xml             |  238 ++
 tests/EUC-KR/siwoo.org.xml                         |  285 +++
 tests/EUC-KR/sparcs.kaist.ac.kr.xml                |  136 ++
 tests/EUC-KR/tori02.egloos.com.xml                 |  483 ++++
 tests/EUC-KR/willis.egloos.com.xml                 |  203 ++
 tests/EUC-KR/xenix.egloos.com.xml                  |  379 ++++
 tests/EUC-KR/yunho.egloos.com.xml                  |  203 ++
 tests/EUC-KR/zangsalang.egloos.com.xml             |  213 ++
 tests/EUC-TW/_ude_euc-tw1.txt                      |   14 +
 tests/GB2312/14.blog.westca.com.xml                |  180 ++
 tests/GB2312/2.blog.westca.com.xml                 |  320 +++
 ...ium_gb18030_with_no_encoding_specified.html.xml |   20 +
 tests/GB2312/_mozilla_bug171813_text.html          |   36 +
 tests/GB2312/acnnewswire.net.xml                   |    6 +
 tests/GB2312/bbs.blogsome.com.xml                  |  205 ++
 tests/GB2312/cappuccinos.3322.org.xml              |  169 ++
 tests/GB2312/chen56.blogcn.com.xml                 |   30 +
 tests/GB2312/cindychen.com.xml                     |  250 ++
 tests/GB2312/cnblog.org.xml                        |   95 +
 tests/GB2312/coverer.com.xml                       |   95 +
 tests/GB2312/eighthday.blogspot.com.xml            |  158 ++
 tests/GB2312/godthink.blogsome.com.xml             |  102 +
 tests/GB2312/jjgod.3322.org.xml                    |  175 ++
 tests/GB2312/lily.blogsome.com.xml                 |  272 +++
 tests/GB2312/luciferwang.blogcn.com.xml            |   30 +
 tests/GB2312/pda.blogsome.com.xml                  |  112 +
 tests/GB2312/softsea.net.xml                       |  915 ++++++++
 tests/GB2312/w3cn.org.xml                          |  176 ++
 tests/GB2312/xy15400.blogcn.com.xml                |   30 +
 tests/IBM855/_ude_1.txt                            |    5 +
 tests/IBM855/aif.ru.health.xml                     |  131 ++
 tests/IBM855/aug32.hole.ru.xml                     |   18 +
 tests/IBM855/aviaport.ru.xml                       |  221 ++
 tests/IBM855/blog.mlmaster.com.xml                 |  170 ++
 tests/IBM855/forum.template-toolkit.ru.1.xml       |  428 ++++
 tests/IBM855/forum.template-toolkit.ru.4.xml       |  130 ++
 tests/IBM855/forum.template-toolkit.ru.6.xml       |  486 ++++
 tests/IBM855/forum.template-toolkit.ru.8.xml       |  228 ++
 tests/IBM855/forum.template-toolkit.ru.9.xml       |   55 +
 tests/IBM855/greek.ru.xml                          |   59 +
 tests/IBM855/intertat.ru.xml                       |    6 +
 tests/IBM855/janulalife.blogspot.com.xml           |  165 ++
 tests/IBM855/kapranoff.ru.xml                      |  161 ++
 tests/IBM855/money.rin.ru.xml                      |  112 +
 tests/IBM855/music.peeps.ru.xml                    |  112 +
 tests/IBM855/newsru.com.xml                        |  351 +++
 tests/IBM855/susu.ac.ru.xml                        |   32 +
 tests/IBM866/_ude_1.txt                            |    5 +
 tests/IBM866/aif.ru.health.xml                     |  131 ++
 tests/IBM866/aug32.hole.ru.xml                     |   18 +
 tests/IBM866/aviaport.ru.xml                       |  149 ++
 tests/IBM866/blog.mlmaster.com.xml                 |  170 ++
 tests/IBM866/forum.template-toolkit.ru.1.xml       |  428 ++++
 tests/IBM866/forum.template-toolkit.ru.4.xml       |  130 ++
 tests/IBM866/forum.template-toolkit.ru.6.xml       |  486 ++++
 tests/IBM866/forum.template-toolkit.ru.8.xml       |  228 ++
 tests/IBM866/forum.template-toolkit.ru.9.xml       |   55 +
 tests/IBM866/greek.ru.xml                          |   84 +
 tests/IBM866/intertat.ru.xml                       |    6 +
 tests/IBM866/janulalife.blogspot.com.xml           |  165 ++
 tests/IBM866/kapranoff.ru.xml                      |  161 ++
 tests/IBM866/money.rin.ru.xml                      |  112 +
 tests/IBM866/music.peeps.ru.xml                    |  112 +
 tests/IBM866/newsru.com.xml                        |  351 +++
 tests/IBM866/susu.ac.ru.xml                        |   32 +
 ...chromium_KOI8-R_with_no_encoding_specified.html |    9 +
 tests/KOI8-R/_ude_1.txt                            |    5 +
 tests/KOI8-R/aif.ru.health.xml                     |  131 ++
 tests/KOI8-R/aug32.hole.ru.xml                     |   20 +
 tests/KOI8-R/aviaport.ru.xml                       |  290 +++
 tests/KOI8-R/blog.mlmaster.com.xml                 |  174 ++
 tests/KOI8-R/forum.template-toolkit.ru.1.xml       |  428 ++++
 tests/KOI8-R/forum.template-toolkit.ru.4.xml       |  130 ++
 tests/KOI8-R/forum.template-toolkit.ru.6.xml       |  486 ++++
 tests/KOI8-R/forum.template-toolkit.ru.8.xml       |  228 ++
 tests/KOI8-R/forum.template-toolkit.ru.9.xml       |   55 +
 tests/KOI8-R/greek.ru.xml                          |   85 +
 tests/KOI8-R/intertat.ru.xml                       |    6 +
 tests/KOI8-R/janulalife.blogspot.com.xml           |  165 ++
 tests/KOI8-R/kapranoff.ru.xml                      |  167 ++
 tests/KOI8-R/koi.kinder.ru.xml                     |  372 +++
 tests/KOI8-R/money.rin.ru.xml                      |  114 +
 tests/KOI8-R/music.peeps.ru.xml                    |  112 +
 tests/KOI8-R/newsru.com.xml                        |  351 +++
 tests/KOI8-R/susu.ac.ru.xml                        |  190 ++
 tests/MacCyrillic/_ude_1.txt                       |    5 +
 tests/MacCyrillic/aif.ru.health.xml                |  131 ++
 tests/MacCyrillic/aug32.hole.ru.xml                |   18 +
 tests/MacCyrillic/aviaport.ru.xml                  |  289 +++
 tests/MacCyrillic/blog.mlmaster.com.xml            |  170 ++
 tests/MacCyrillic/forum.template-toolkit.ru.4.xml  |  130 ++
 tests/MacCyrillic/forum.template-toolkit.ru.6.xml  |  486 ++++
 tests/MacCyrillic/forum.template-toolkit.ru.8.xml  |  228 ++
 tests/MacCyrillic/forum.template-toolkit.ru.9.xml  |   55 +
 tests/MacCyrillic/greek.ru.xml                     |   45 +
 tests/MacCyrillic/intertat.ru.xml                  |    6 +
 tests/MacCyrillic/kapranoff.ru.xml                 |  161 ++
 tests/MacCyrillic/koi.kinder.ru.xml                |   68 +
 tests/MacCyrillic/money.rin.ru.xml                 |  112 +
 tests/MacCyrillic/music.peeps.ru.xml               |  112 +
 tests/MacCyrillic/newsru.com.xml                   |  351 +++
 tests/MacCyrillic/susu.ac.ru.xml                   |   24 +
 tests/README.txt                                   |    5 +
 tests/SHIFT_JIS/10e.org.xml                        |  676 ++++++
 tests/SHIFT_JIS/1affliate.com.xml                  | 1493 ++++++++++++
 ...omium_Shift-JIS_with_no_encoding_specified.html |   11 +
 tests/SHIFT_JIS/_ude_1.txt                         |    1 +
 tests/SHIFT_JIS/_ude_2.txt                         |   39 +
 tests/SHIFT_JIS/_ude_3.txt                         |   39 +
 tests/SHIFT_JIS/_ude_4.txt                         |  946 ++++++++
 tests/SHIFT_JIS/accessories-brand.com.xml          |  325 +++
 tests/SHIFT_JIS/amefoot.net.xml                    | 1147 ++++++++++
 tests/SHIFT_JIS/andore.com.inami.xml               |  181 ++
 tests/SHIFT_JIS/andore.com.money.xml               |  167 ++
 tests/SHIFT_JIS/andore.com.xml                     |  172 ++
 tests/SHIFT_JIS/blog.inkase.net.xml                |  603 +++++
 tests/SHIFT_JIS/blog.paseri.ne.jp.xml              |  316 +++
 tests/SHIFT_JIS/bloglelife.com.xml                 |  471 ++++
 tests/SHIFT_JIS/brag.zaka.to.xml                   |  205 ++
 tests/SHIFT_JIS/celeb.lalalu.com.xml               |  554 +++++
 tests/SHIFT_JIS/clickablewords.com.xml             |  367 +++
 tests/SHIFT_JIS/do.beginnersrack.com.xml           |  874 +++++++
 tests/SHIFT_JIS/dogsinn.jp.xml                     |  427 ++++
 tests/SHIFT_JIS/grebeweb.net.xml                   |  444 ++++
 tests/SHIFT_JIS/milliontimes.jp.xml                |  568 +++++
 tests/SHIFT_JIS/moon-light.ne.jp.xml               |  152 ++
 tests/SHIFT_JIS/nextbeaut.com.xml                  |  347 +++
 tests/SHIFT_JIS/ooganemochi.com.xml                |   72 +
 tests/SHIFT_JIS/perth-on.net.xml                   |   60 +
 tests/SHIFT_JIS/sakusaka-silk.net.xml              | 1111 +++++++++
 tests/SHIFT_JIS/setsuzei119.jp.xml                 |  949 ++++++++
 tests/SHIFT_JIS/tamuyou.haun.org.xml               |  363 +++
 tests/SHIFT_JIS/yasuhisa.com.xml                   |   89 +
 tests/TIS-620/_mozilla_bug488426_text.html         |    5 +
 tests/TIS-620/opentle.org.xml                      |  176 ++
 tests/TIS-620/pharmacy.kku.ac.th.analyse1.xml      |  195 ++
 tests/TIS-620/pharmacy.kku.ac.th.centerlab.xml     |  207 ++
 tests/TIS-620/pharmacy.kku.ac.th.healthinfo-ne.xml |  273 +++
 tests/TIS-620/trickspot.boxchart.com.xml           |  172 ++
 tests/UTF-16/bom-utf-16-be.srt                     |  Bin 0 -> 1714 bytes
 tests/UTF-16/bom-utf-16-le.srt                     |  Bin 0 -> 1714 bytes
 tests/UTF-32/bom-utf-32-be.srt                     |  Bin 0 -> 3428 bytes
 tests/UTF-32/bom-utf-32-le.srt                     |  Bin 0 -> 3428 bytes
 ...mium_iso-8859-1_with_no_encoding_specified.html |   10 +
 tests/ascii/_mozilla_bug638318_text.html           |  Bin 0 -> 1108 bytes
 tests/ascii/howto.diveintomark.org.xml             |   77 +
 tests/iso-2022-jp/_ude_1.txt                       |   39 +
 tests/iso-2022-kr/_ude_iso1.txt                    |    1 +
 tests/iso-2022-kr/_ude_iso2.txt                    |    7 +
 tests/iso-8859-1/_ude_1.txt                        |   15 +
 tests/iso-8859-1/_ude_2.txt                        |   21 +
 tests/iso-8859-1/_ude_3.txt                        |   17 +
 tests/iso-8859-1/_ude_4.txt                        |   14 +
 tests/iso-8859-1/_ude_5.txt                        |   21 +
 tests/iso-8859-1/_ude_6.txt                        |   18 +
 tests/iso-8859-2-hungarian/auto-apro.hu.xml        |  474 ++++
 tests/iso-8859-2-hungarian/cigartower.hu.xml       |   87 +
 tests/iso-8859-2-hungarian/escience.hu.xml         |   12 +
 tests/iso-8859-2-hungarian/hirtv.hu.xml            |  104 +
 tests/iso-8859-2-hungarian/honositomuhely.hu.xml   |   74 +
 tests/iso-8859-2-hungarian/saraspatak.hu.xml       |  112 +
 tests/iso-8859-2-hungarian/shamalt.uw.hu.mk.xml    |  163 ++
 tests/iso-8859-2-hungarian/shamalt.uw.hu.mr.xml    |   68 +
 tests/iso-8859-2-hungarian/shamalt.uw.hu.mv.xml    |  163 ++
 tests/iso-8859-2-hungarian/shamalt.uw.hu.xml       |  113 +
 .../iso-8859-2-hungarian/ugyanmar.blogspot.com.xml |  239 ++
 tests/iso-8859-5-bulgarian/aero-bg.com.xml         |  182 ++
 tests/iso-8859-5-bulgarian/bbc.co.uk.popshow.xml   |  195 ++
 tests/iso-8859-5-bulgarian/bpm.cult.bg.2.xml       |  186 ++
 tests/iso-8859-5-bulgarian/bpm.cult.bg.4.xml       |   89 +
 tests/iso-8859-5-bulgarian/bpm.cult.bg.9.xml       |  214 ++
 .../iso-8859-5-bulgarian/bpm.cult.bg.medusa.4.xml  |   89 +
 tests/iso-8859-5-bulgarian/bpm.cult.bg.xml         |   52 +
 .../debian.gabrovo.com.news.xml                    |   67 +
 tests/iso-8859-5-bulgarian/debian.gabrovo.com.xml  |   37 +
 tests/iso-8859-5-bulgarian/doncho.net.comments.xml |   62 +
 tests/iso-8859-5-bulgarian/ecloga.cult.bg.xml      |   89 +
 tests/iso-8859-5-bulgarian/ide.li.xml              |   54 +
 tests/iso-8859-5-bulgarian/linux-bg.org.xml        |   95 +
 ...mium_ISO-8859-5_with_no_encoding_specified.html |    9 +
 tests/iso-8859-5-cyrillic/aif.ru.health.xml        |  131 ++
 tests/iso-8859-5-cyrillic/aug32.hole.ru.xml        |   18 +
 tests/iso-8859-5-cyrillic/aviaport.ru.xml          |  221 ++
 tests/iso-8859-5-cyrillic/blog.mlmaster.com.xml    |  170 ++
 .../forum.template-toolkit.ru.1.xml                |  428 ++++
 .../forum.template-toolkit.ru.4.xml                |  130 ++
 .../forum.template-toolkit.ru.6.xml                |  486 ++++
 .../forum.template-toolkit.ru.8.xml                |  228 ++
 .../forum.template-toolkit.ru.9.xml                |   55 +
 tests/iso-8859-5-cyrillic/greek.ru.xml             |   45 +
 tests/iso-8859-5-cyrillic/intertat.ru.xml          |    6 +
 .../janulalife.blogspot.com.xml                    |  165 ++
 tests/iso-8859-5-cyrillic/kapranoff.ru.xml         |  161 ++
 tests/iso-8859-5-cyrillic/money.rin.ru.xml         |  112 +
 tests/iso-8859-5-cyrillic/music.peeps.ru.xml       |  112 +
 tests/iso-8859-5-cyrillic/newsru.com.xml           |  351 +++
 tests/iso-8859-5-cyrillic/susu.ac.ru.xml           |   24 +
 ...mium_ISO-8859-6_with_no_encoding_specified.html |    9 +
 ...mium_ISO-8859-7_with_no_encoding_specified.html |    9 +
 tests/iso-8859-7-greek/_ude_greek.txt              |    1 +
 tests/iso-8859-7-greek/disabled.gr.xml             |  181 ++
 tests/iso-8859-7-greek/hotstation.gr.xml           |   68 +
 tests/iso-8859-7-greek/naftemporiki.gr.bus.xml     |  122 +
 tests/iso-8859-7-greek/naftemporiki.gr.cmm.xml     |  113 +
 tests/iso-8859-7-greek/naftemporiki.gr.fin.xml     |  122 +
 tests/iso-8859-7-greek/naftemporiki.gr.mrk.xml     |  124 +
 tests/iso-8859-7-greek/naftemporiki.gr.mrt.xml     |  122 +
 tests/iso-8859-7-greek/naftemporiki.gr.spo.xml     |  122 +
 tests/iso-8859-7-greek/naftemporiki.gr.wld.xml     |  122 +
 tests/iso-8859-9-turkish/divxplanet.com.xml        |    6 +
 tests/iso-8859-9-turkish/subtitle.srt              |   95 +
 tests/iso-8859-9-turkish/wikitop_tr_ISO-8859-9.txt |   33 +
 tests/utf-8-sig/_ude_4.txt                         |   39 +
 tests/utf-8-sig/bom-utf-8.srt                      |   35 +
 ..._chromium_UTF-8_with_no_encoding_specified.html |    9 +
 tests/utf-8/_mozilla_bug306272_text.html           |    9 +
 tests/utf-8/_mozilla_bug426271_text-utf-8.html     |   11 +
 tests/utf-8/_ude_1.txt                             |    1 +
 tests/utf-8/_ude_2.txt                             |    7 +
 tests/utf-8/_ude_3.txt                             |    1 +
 tests/utf-8/_ude_5.txt                             |    5 +
 tests/utf-8/_ude_greek.txt                         |    1 +
 tests/utf-8/_ude_he1.txt                           |    3 +
 tests/utf-8/_ude_he2.txt                           |    5 +
 tests/utf-8/_ude_he3.txt                           |    1 +
 tests/utf-8/_ude_russian.txt                       |    5 +
 tests/utf-8/anitabee.blogspot.com.xml              |  415 ++++
 tests/utf-8/balatonblog.typepad.com.xml            |  387 ++++
 tests/utf-8/boobooo.blogspot.com.xml               |  196 ++
 tests/utf-8/linuxbox.hu.xml                        |  188 ++
 tests/utf-8/pihgy.hu.xml                           |  156 ++
 tests/utf-8/weblabor.hu.2.xml                      |  121 +
 tests/utf-8/weblabor.hu.xml                        |  172 ++
 .../windows-1250-hungarian/bbc.co.uk.hu.forum.xml  |  330 +++
 .../bbc.co.uk.hu.learningenglish.xml               |  280 +++
 .../bbc.co.uk.hu.pressreview.xml                   |  265 +++
 tests/windows-1250-hungarian/bbc.co.uk.hu.xml      |  710 ++++++
 tests/windows-1250-hungarian/objektivhir.hu.xml    |  183 ++
 .../torokorszag.blogspot.com.xml                   | 2202 ++++++++++++++++++
 tests/windows-1251-bulgarian/bbc.co.uk.popshow.xml |  389 ++++
 tests/windows-1251-bulgarian/bpm.cult.bg.2.xml     |  193 ++
 tests/windows-1251-bulgarian/bpm.cult.bg.3.xml     |  174 ++
 tests/windows-1251-bulgarian/bpm.cult.bg.4.xml     |  183 ++
 tests/windows-1251-bulgarian/bpm.cult.bg.9.xml     |  214 ++
 .../bpm.cult.bg.medusa.4.xml                       |  183 ++
 tests/windows-1251-bulgarian/bpm.cult.bg.xml       |  128 ++
 .../debian.gabrovo.com.news.xml                    |   69 +
 .../windows-1251-bulgarian/debian.gabrovo.com.xml  |   39 +
 .../windows-1251-bulgarian/doncho.net.comments.xml |  127 ++
 tests/windows-1251-bulgarian/doncho.net.xml        |  199 ++
 tests/windows-1251-bulgarian/ecloga.cult.bg.xml    |   89 +
 tests/windows-1251-bulgarian/ide.li.xml            |   80 +
 tests/windows-1251-bulgarian/informator.org.xml    |   68 +
 tests/windows-1251-bulgarian/linux-bg.org.xml      |   97 +
 tests/windows-1251-bulgarian/rinennor.org.xml      |   98 +
 ...um_windows-1251_with_no_encoding_specified.html |    9 +
 tests/windows-1251-cyrillic/_ude_1.txt             |    5 +
 tests/windows-1251-cyrillic/aif.ru.health.xml      |  131 ++
 tests/windows-1251-cyrillic/anthropology.ru.xml    |  176 ++
 tests/windows-1251-cyrillic/aug32.hole.ru.xml      |   18 +
 tests/windows-1251-cyrillic/aviaport.ru.xml        |  289 +++
 tests/windows-1251-cyrillic/blog.mlmaster.com.xml  |  170 ++
 .../forum.template-toolkit.ru.1.xml                |  428 ++++
 .../forum.template-toolkit.ru.4.xml                |  130 ++
 .../forum.template-toolkit.ru.6.xml                |  486 ++++
 .../forum.template-toolkit.ru.8.xml                |  228 ++
 .../forum.template-toolkit.ru.9.xml                |   55 +
 tests/windows-1251-cyrillic/greek.ru.xml           |   45 +
 tests/windows-1251-cyrillic/intertat.ru.xml        |    6 +
 .../janulalife.blogspot.com.xml                    |  165 ++
 tests/windows-1251-cyrillic/kapranoff.ru.xml       |  161 ++
 tests/windows-1251-cyrillic/money.rin.ru.xml       |  112 +
 tests/windows-1251-cyrillic/music.peeps.ru.xml     |  112 +
 tests/windows-1251-cyrillic/newsru.com.xml         |  351 +++
 tests/windows-1252/_mozilla_bug421271_text.html    |    5 +
 tests/windows-1252/github_bug_9.txt                |    4 +
 ...um_windows-1254_with_no_encoding_specified.html |    9 +
 ...mium_ISO-8859-8_with_no_encoding_specified.html |    9 +
 ...um_windows-1255_with_no_encoding_specified.html |    9 +
 tests/windows-1255-hebrew/_ude_he1.txt             |    3 +
 tests/windows-1255-hebrew/_ude_he2.txt             |    5 +
 tests/windows-1255-hebrew/_ude_he3.txt             |    1 +
 tests/windows-1255-hebrew/carshops.co.il.xml       | 2385 ++++++++++++++++++++
 tests/windows-1255-hebrew/exego.net.2.xml          |   49 +
 tests/windows-1255-hebrew/hagada.org.il.xml        |  108 +
 tests/windows-1255-hebrew/halemo.net.edoar.xml     |  338 +++
 tests/windows-1255-hebrew/hevra.org.il.xml         |   68 +
 .../hydepark.hevre.co.il.7957.xml                  |    9 +
 tests/windows-1255-hebrew/info.org.il.xml          |  179 ++
 tests/windows-1255-hebrew/infomed.co.il.xml        |  194 ++
 tests/windows-1255-hebrew/law.co.il.xml            |  100 +
 tests/windows-1255-hebrew/maakav.org.xml           |   68 +
 tests/windows-1255-hebrew/neviim.net.xml           |  126 ++
 tests/windows-1255-hebrew/notes.co.il.50.xml       |   35 +
 tests/windows-1255-hebrew/notes.co.il.6.xml        |   10 +
 tests/windows-1255-hebrew/notes.co.il.7.xml        |   46 +
 tests/windows-1255-hebrew/notes.co.il.8.xml        |   55 +
 tests/windows-1255-hebrew/pcplus.co.il.xml         |  118 +
 tests/windows-1255-hebrew/sharks.co.il.xml         |  100 +
 tests/windows-1255-hebrew/whatsup.org.il.xml       |  146 ++
 ...um_windows-1256_with_no_encoding_specified.html |    9 +
 456 files changed, 80982 insertions(+), 3029 deletions(-)
 create mode 100644 .gitignore
 create mode 100644 NOTES.rst
 delete mode 100644 chardet.egg-info/PKG-INFO
 delete mode 100644 chardet.egg-info/SOURCES.txt
 delete mode 100644 chardet.egg-info/entry_points.txt
 delete mode 100644 chardet.egg-info/top_level.txt
 rename chardet.egg-info/dependency_links.txt => chardet/cli/__init__.py (100%)
 rename chardet/{ => cli}/chardetect.py (83%)
 delete mode 100644 chardet/constants.py
 create mode 100644 chardet/enums.py
 create mode 100644 chardet/langturkishmodel.py
 create mode 100644 chardet/version.py
 create mode 100644 docs/.gitignore
 create mode 100644 docs/Makefile
 create mode 100644 docs/README.md
 create mode 100644 docs/api/chardet.rst
 create mode 100644 docs/api/modules.rst
 create mode 100644 docs/conf.py
 create mode 100644 docs/faq.rst
 create mode 100644 docs/how-it-works.rst
 create mode 100644 docs/index.rst
 create mode 100644 docs/make.bat
 create mode 100644 docs/supported-encodings.rst
 create mode 100644 docs/usage.rst
 create mode 100644 test.py
 create mode 100644 tests/Big5/0804.blogspot.com.xml
 create mode 100644 tests/Big5/_chromium_Big5_with_no_encoding_specified.html
 create mode 100644 tests/Big5/_ude_1.txt
 create mode 100644 tests/Big5/blog.worren.net.xml
 create mode 100644 tests/Big5/carbonxiv.blogspot.com.xml
 create mode 100644 tests/Big5/catshadow.blogspot.com.xml
 create mode 100644 tests/Big5/coolloud.org.tw.xml
 create mode 100644 tests/Big5/digitalwall.com.xml
 create mode 100644 tests/Big5/ebao.us.xml
 create mode 100644 tests/Big5/fudesign.blogspot.com.xml
 create mode 100644 tests/Big5/kafkatseng.blogspot.com.xml
 create mode 100644 tests/Big5/ke207.blogspot.com.xml
 create mode 100644 tests/Big5/leavesth.blogspot.com.xml
 create mode 100644 tests/Big5/letterlego.blogspot.com.xml
 create mode 100644 tests/Big5/linyijen.blogspot.com.xml
 create mode 100644 tests/Big5/marilynwu.blogspot.com.xml
 create mode 100644 tests/Big5/myblog.pchome.com.tw.xml
 create mode 100644 tests/Big5/oui-design.com.xml
 create mode 100644 tests/Big5/sanwenji.blogspot.com.xml
 create mode 100644 tests/Big5/sinica.edu.tw.xml
 create mode 100644 tests/Big5/sylvia1976.blogspot.com.xml
 create mode 100644 tests/Big5/tlkkuo.blogspot.com.xml
 create mode 100644 tests/Big5/unoriginalblog.com.xml
 create mode 100644 tests/Big5/upsaid.com.xml
 create mode 100644 tests/Big5/willythecop.blogspot.com.xml
 create mode 100644 tests/Big5/ytc.blogspot.com.xml
 create mode 100644 tests/CP932/hardsoft.at.webry.info.xml
 create mode 100644 tests/CP932/www2.chuo-u.ac.jp-suishin.xml
 create mode 100644 tests/CP932/y-moto.com.xml
 create mode 100644 tests/CP949/ricanet.com.xml
 create mode 100644 tests/EUC-JP/_mozilla_bug426271_text-euc-jp.html
 create mode 100644 tests/EUC-JP/_mozilla_bug431054_text.html
 create mode 100644 tests/EUC-JP/_mozilla_bug620106_text.html
 create mode 100644 tests/EUC-JP/_ude_1.txt
 create mode 100644 tests/EUC-JP/aivy.co.jp.xml
 create mode 100644 tests/EUC-JP/akaname.main.jp.xml
 create mode 100644 tests/EUC-JP/arclamp.jp.xml
 create mode 100644 tests/EUC-JP/aristrist.s57.xrea.com.xml
 create mode 100644 tests/EUC-JP/artifact-jp.com.xml
 create mode 100644 tests/EUC-JP/atom.ycf.nanet.co.jp.xml
 create mode 100644 tests/EUC-JP/azito.under.jp.xml
 create mode 100644 tests/EUC-JP/azoz.org.xml
 create mode 100644 tests/EUC-JP/blog.kabu-navi.com.atom.xml
 create mode 100644 tests/EUC-JP/blog.kabu-navi.com.xml
 create mode 100644 tests/EUC-JP/bphrs.net.xml
 create mode 100644 tests/EUC-JP/ch.kitaguni.tv.xml
 create mode 100644 tests/EUC-JP/club.h14m.org.xml
 create mode 100644 tests/EUC-JP/contents-factory.com.xml
 create mode 100644 tests/EUC-JP/furusatonoeki.cutegirl.jp.xml
 create mode 100644 tests/EUC-JP/manana.moo.jp.xml
 create mode 100644 tests/EUC-JP/mimizun.com.xml
 create mode 100644 tests/EUC-JP/misuzilla.org.xml
 create mode 100644 tests/EUC-JP/overcube.com.atom.xml
 create mode 100644 tests/EUC-JP/overcube.com.xml
 create mode 100644 tests/EUC-JP/pinkupa.com.xml
 create mode 100644 tests/EUC-JP/rdf.ycf.nanet.co.jp.xml
 create mode 100644 tests/EUC-JP/siesta.co.jp.aozora.xml
 create mode 100644 tests/EUC-JP/tls.org.xml
 create mode 100644 tests/EUC-JP/yukiboh.moo.jp.xml
 create mode 100644 tests/EUC-KR/_chromium_windows-949_with_no_encoding_specified.html
 create mode 100644 tests/EUC-KR/_mozilla_bug9357_text.html
 create mode 100644 tests/EUC-KR/_ude_euc1.txt
 create mode 100644 tests/EUC-KR/_ude_euc2.txt
 create mode 100644 tests/EUC-KR/acnnewswire.net.xml
 create mode 100644 tests/EUC-KR/alogblog.com.xml
 create mode 100644 tests/EUC-KR/arts.egloos.com.xml
 create mode 100644 tests/EUC-KR/birder.egloos.com.xml
 create mode 100644 tests/EUC-KR/blog.bd-lab.com.xml
 create mode 100644 tests/EUC-KR/blog.empas.com.xml
 create mode 100644 tests/EUC-KR/blog.rss.naver.com.xml
 create mode 100644 tests/EUC-KR/calmguy.egloos.com.xml
 create mode 100644 tests/EUC-KR/chisato.info.xml
 create mode 100644 tests/EUC-KR/console.linuxstudy.pe.kr.xml
 create mode 100644 tests/EUC-KR/critique.or.kr.xml
 create mode 100644 tests/EUC-KR/epitaph.egloos.com.xml
 create mode 100644 tests/EUC-KR/ittrend.egloos.com.xml
 create mode 100644 tests/EUC-KR/jely.egloos.com.xml
 create mode 100644 tests/EUC-KR/jely.pe.kr.xml
 create mode 100644 tests/EUC-KR/jowchung.oolim.net.xml
 create mode 100644 tests/EUC-KR/kina.egloos.com.xml
 create mode 100644 tests/EUC-KR/lennon81.egloos.com.xml
 create mode 100644 tests/EUC-KR/oroll.egloos.com.xml
 create mode 100644 tests/EUC-KR/poliplus.egloos.com.xml
 create mode 100644 tests/EUC-KR/scarletkh2.egloos.com.xml
 create mode 100644 tests/EUC-KR/siwoo.org.xml
 create mode 100644 tests/EUC-KR/sparcs.kaist.ac.kr.xml
 create mode 100644 tests/EUC-KR/tori02.egloos.com.xml
 create mode 100644 tests/EUC-KR/willis.egloos.com.xml
 create mode 100644 tests/EUC-KR/xenix.egloos.com.xml
 create mode 100644 tests/EUC-KR/yunho.egloos.com.xml
 create mode 100644 tests/EUC-KR/zangsalang.egloos.com.xml
 create mode 100644 tests/EUC-TW/_ude_euc-tw1.txt
 create mode 100644 tests/GB2312/14.blog.westca.com.xml
 create mode 100644 tests/GB2312/2.blog.westca.com.xml
 create mode 100644 tests/GB2312/_chromium_gb18030_with_no_encoding_specified.html.xml
 create mode 100644 tests/GB2312/_mozilla_bug171813_text.html
 create mode 100644 tests/GB2312/acnnewswire.net.xml
 create mode 100644 tests/GB2312/bbs.blogsome.com.xml
 create mode 100644 tests/GB2312/cappuccinos.3322.org.xml
 create mode 100644 tests/GB2312/chen56.blogcn.com.xml
 create mode 100644 tests/GB2312/cindychen.com.xml
 create mode 100644 tests/GB2312/cnblog.org.xml
 create mode 100644 tests/GB2312/coverer.com.xml
 create mode 100644 tests/GB2312/eighthday.blogspot.com.xml
 create mode 100644 tests/GB2312/godthink.blogsome.com.xml
 create mode 100644 tests/GB2312/jjgod.3322.org.xml
 create mode 100644 tests/GB2312/lily.blogsome.com.xml
 create mode 100644 tests/GB2312/luciferwang.blogcn.com.xml
 create mode 100644 tests/GB2312/pda.blogsome.com.xml
 create mode 100644 tests/GB2312/softsea.net.xml
 create mode 100644 tests/GB2312/w3cn.org.xml
 create mode 100644 tests/GB2312/xy15400.blogcn.com.xml
 create mode 100644 tests/IBM855/_ude_1.txt
 create mode 100644 tests/IBM855/aif.ru.health.xml
 create mode 100644 tests/IBM855/aug32.hole.ru.xml
 create mode 100644 tests/IBM855/aviaport.ru.xml
 create mode 100644 tests/IBM855/blog.mlmaster.com.xml
 create mode 100644 tests/IBM855/forum.template-toolkit.ru.1.xml
 create mode 100644 tests/IBM855/forum.template-toolkit.ru.4.xml
 create mode 100644 tests/IBM855/forum.template-toolkit.ru.6.xml
 create mode 100644 tests/IBM855/forum.template-toolkit.ru.8.xml
 create mode 100644 tests/IBM855/forum.template-toolkit.ru.9.xml
 create mode 100644 tests/IBM855/greek.ru.xml
 create mode 100644 tests/IBM855/intertat.ru.xml
 create mode 100644 tests/IBM855/janulalife.blogspot.com.xml
 create mode 100644 tests/IBM855/kapranoff.ru.xml
 create mode 100644 tests/IBM855/money.rin.ru.xml
 create mode 100644 tests/IBM855/music.peeps.ru.xml
 create mode 100644 tests/IBM855/newsru.com.xml
 create mode 100644 tests/IBM855/susu.ac.ru.xml
 create mode 100644 tests/IBM866/_ude_1.txt
 create mode 100644 tests/IBM866/aif.ru.health.xml
 create mode 100644 tests/IBM866/aug32.hole.ru.xml
 create mode 100644 tests/IBM866/aviaport.ru.xml
 create mode 100644 tests/IBM866/blog.mlmaster.com.xml
 create mode 100644 tests/IBM866/forum.template-toolkit.ru.1.xml
 create mode 100644 tests/IBM866/forum.template-toolkit.ru.4.xml
 create mode 100644 tests/IBM866/forum.template-toolkit.ru.6.xml
 create mode 100644 tests/IBM866/forum.template-toolkit.ru.8.xml
 create mode 100644 tests/IBM866/forum.template-toolkit.ru.9.xml
 create mode 100644 tests/IBM866/greek.ru.xml
 create mode 100644 tests/IBM866/intertat.ru.xml
 create mode 100644 tests/IBM866/janulalife.blogspot.com.xml
 create mode 100644 tests/IBM866/kapranoff.ru.xml
 create mode 100644 tests/IBM866/money.rin.ru.xml
 create mode 100644 tests/IBM866/music.peeps.ru.xml
 create mode 100644 tests/IBM866/newsru.com.xml
 create mode 100644 tests/IBM866/susu.ac.ru.xml
 create mode 100644 tests/KOI8-R/_chromium_KOI8-R_with_no_encoding_specified.html
 create mode 100644 tests/KOI8-R/_ude_1.txt
 create mode 100644 tests/KOI8-R/aif.ru.health.xml
 create mode 100644 tests/KOI8-R/aug32.hole.ru.xml
 create mode 100644 tests/KOI8-R/aviaport.ru.xml
 create mode 100644 tests/KOI8-R/blog.mlmaster.com.xml
 create mode 100644 tests/KOI8-R/forum.template-toolkit.ru.1.xml
 create mode 100644 tests/KOI8-R/forum.template-toolkit.ru.4.xml
 create mode 100644 tests/KOI8-R/forum.template-toolkit.ru.6.xml
 create mode 100644 tests/KOI8-R/forum.template-toolkit.ru.8.xml
 create mode 100644 tests/KOI8-R/forum.template-toolkit.ru.9.xml
 create mode 100644 tests/KOI8-R/greek.ru.xml
 create mode 100644 tests/KOI8-R/intertat.ru.xml
 create mode 100644 tests/KOI8-R/janulalife.blogspot.com.xml
 create mode 100644 tests/KOI8-R/kapranoff.ru.xml
 create mode 100644 tests/KOI8-R/koi.kinder.ru.xml
 create mode 100644 tests/KOI8-R/money.rin.ru.xml
 create mode 100644 tests/KOI8-R/music.peeps.ru.xml
 create mode 100644 tests/KOI8-R/newsru.com.xml
 create mode 100644 tests/KOI8-R/susu.ac.ru.xml
 create mode 100644 tests/MacCyrillic/_ude_1.txt
 create mode 100644 tests/MacCyrillic/aif.ru.health.xml
 create mode 100644 tests/MacCyrillic/aug32.hole.ru.xml
 create mode 100644 tests/MacCyrillic/aviaport.ru.xml
 create mode 100644 tests/MacCyrillic/blog.mlmaster.com.xml
 create mode 100644 tests/MacCyrillic/forum.template-toolkit.ru.4.xml
 create mode 100644 tests/MacCyrillic/forum.template-toolkit.ru.6.xml
 create mode 100644 tests/MacCyrillic/forum.template-toolkit.ru.8.xml
 create mode 100644 tests/MacCyrillic/forum.template-toolkit.ru.9.xml
 create mode 100644 tests/MacCyrillic/greek.ru.xml
 create mode 100644 tests/MacCyrillic/intertat.ru.xml
 create mode 100644 tests/MacCyrillic/kapranoff.ru.xml
 create mode 100644 tests/MacCyrillic/koi.kinder.ru.xml
 create mode 100644 tests/MacCyrillic/money.rin.ru.xml
 create mode 100644 tests/MacCyrillic/music.peeps.ru.xml
 create mode 100644 tests/MacCyrillic/newsru.com.xml
 create mode 100644 tests/MacCyrillic/susu.ac.ru.xml
 create mode 100644 tests/README.txt
 create mode 100644 tests/SHIFT_JIS/10e.org.xml
 create mode 100644 tests/SHIFT_JIS/1affliate.com.xml
 create mode 100644 tests/SHIFT_JIS/_chromium_Shift-JIS_with_no_encoding_specified.html
 create mode 100644 tests/SHIFT_JIS/_ude_1.txt
 create mode 100644 tests/SHIFT_JIS/_ude_2.txt
 create mode 100644 tests/SHIFT_JIS/_ude_3.txt
 create mode 100644 tests/SHIFT_JIS/_ude_4.txt
 create mode 100644 tests/SHIFT_JIS/accessories-brand.com.xml
 create mode 100644 tests/SHIFT_JIS/amefoot.net.xml
 create mode 100644 tests/SHIFT_JIS/andore.com.inami.xml
 create mode 100644 tests/SHIFT_JIS/andore.com.money.xml
 create mode 100644 tests/SHIFT_JIS/andore.com.xml
 create mode 100644 tests/SHIFT_JIS/blog.inkase.net.xml
 create mode 100644 tests/SHIFT_JIS/blog.paseri.ne.jp.xml
 create mode 100644 tests/SHIFT_JIS/bloglelife.com.xml
 create mode 100644 tests/SHIFT_JIS/brag.zaka.to.xml
 create mode 100644 tests/SHIFT_JIS/celeb.lalalu.com.xml
 create mode 100644 tests/SHIFT_JIS/clickablewords.com.xml
 create mode 100644 tests/SHIFT_JIS/do.beginnersrack.com.xml
 create mode 100644 tests/SHIFT_JIS/dogsinn.jp.xml
 create mode 100644 tests/SHIFT_JIS/grebeweb.net.xml
 create mode 100644 tests/SHIFT_JIS/milliontimes.jp.xml
 create mode 100644 tests/SHIFT_JIS/moon-light.ne.jp.xml
 create mode 100644 tests/SHIFT_JIS/nextbeaut.com.xml
 create mode 100644 tests/SHIFT_JIS/ooganemochi.com.xml
 create mode 100644 tests/SHIFT_JIS/perth-on.net.xml
 create mode 100644 tests/SHIFT_JIS/sakusaka-silk.net.xml
 create mode 100644 tests/SHIFT_JIS/setsuzei119.jp.xml
 create mode 100644 tests/SHIFT_JIS/tamuyou.haun.org.xml
 create mode 100644 tests/SHIFT_JIS/yasuhisa.com.xml
 create mode 100644 tests/TIS-620/_mozilla_bug488426_text.html
 create mode 100644 tests/TIS-620/opentle.org.xml
 create mode 100644 tests/TIS-620/pharmacy.kku.ac.th.analyse1.xml
 create mode 100644 tests/TIS-620/pharmacy.kku.ac.th.centerlab.xml
 create mode 100644 tests/TIS-620/pharmacy.kku.ac.th.healthinfo-ne.xml
 create mode 100644 tests/TIS-620/trickspot.boxchart.com.xml
 create mode 100644 tests/UTF-16/bom-utf-16-be.srt
 create mode 100644 tests/UTF-16/bom-utf-16-le.srt
 create mode 100644 tests/UTF-32/bom-utf-32-be.srt
 create mode 100644 tests/UTF-32/bom-utf-32-le.srt
 create mode 100644 tests/ascii/_chromium_iso-8859-1_with_no_encoding_specified.html
 create mode 100644 tests/ascii/_mozilla_bug638318_text.html
 create mode 100644 tests/ascii/howto.diveintomark.org.xml
 create mode 100644 tests/iso-2022-jp/_ude_1.txt
 create mode 100644 tests/iso-2022-kr/_ude_iso1.txt
 create mode 100644 tests/iso-2022-kr/_ude_iso2.txt
 create mode 100644 tests/iso-8859-1/_ude_1.txt
 create mode 100644 tests/iso-8859-1/_ude_2.txt
 create mode 100644 tests/iso-8859-1/_ude_3.txt
 create mode 100644 tests/iso-8859-1/_ude_4.txt
 create mode 100644 tests/iso-8859-1/_ude_5.txt
 create mode 100644 tests/iso-8859-1/_ude_6.txt
 create mode 100644 tests/iso-8859-2-hungarian/auto-apro.hu.xml
 create mode 100644 tests/iso-8859-2-hungarian/cigartower.hu.xml
 create mode 100644 tests/iso-8859-2-hungarian/escience.hu.xml
 create mode 100644 tests/iso-8859-2-hungarian/hirtv.hu.xml
 create mode 100644 tests/iso-8859-2-hungarian/honositomuhely.hu.xml
 create mode 100644 tests/iso-8859-2-hungarian/saraspatak.hu.xml
 create mode 100644 tests/iso-8859-2-hungarian/shamalt.uw.hu.mk.xml
 create mode 100644 tests/iso-8859-2-hungarian/shamalt.uw.hu.mr.xml
 create mode 100644 tests/iso-8859-2-hungarian/shamalt.uw.hu.mv.xml
 create mode 100644 tests/iso-8859-2-hungarian/shamalt.uw.hu.xml
 create mode 100644 tests/iso-8859-2-hungarian/ugyanmar.blogspot.com.xml
 create mode 100644 tests/iso-8859-5-bulgarian/aero-bg.com.xml
 create mode 100644 tests/iso-8859-5-bulgarian/bbc.co.uk.popshow.xml
 create mode 100644 tests/iso-8859-5-bulgarian/bpm.cult.bg.2.xml
 create mode 100644 tests/iso-8859-5-bulgarian/bpm.cult.bg.4.xml
 create mode 100644 tests/iso-8859-5-bulgarian/bpm.cult.bg.9.xml
 create mode 100644 tests/iso-8859-5-bulgarian/bpm.cult.bg.medusa.4.xml
 create mode 100644 tests/iso-8859-5-bulgarian/bpm.cult.bg.xml
 create mode 100644 tests/iso-8859-5-bulgarian/debian.gabrovo.com.news.xml
 create mode 100644 tests/iso-8859-5-bulgarian/debian.gabrovo.com.xml
 create mode 100644 tests/iso-8859-5-bulgarian/doncho.net.comments.xml
 create mode 100644 tests/iso-8859-5-bulgarian/ecloga.cult.bg.xml
 create mode 100644 tests/iso-8859-5-bulgarian/ide.li.xml
 create mode 100644 tests/iso-8859-5-bulgarian/linux-bg.org.xml
 create mode 100644 tests/iso-8859-5-cyrillic/_chromium_ISO-8859-5_with_no_encoding_specified.html
 create mode 100644 tests/iso-8859-5-cyrillic/aif.ru.health.xml
 create mode 100644 tests/iso-8859-5-cyrillic/aug32.hole.ru.xml
 create mode 100644 tests/iso-8859-5-cyrillic/aviaport.ru.xml
 create mode 100644 tests/iso-8859-5-cyrillic/blog.mlmaster.com.xml
 create mode 100644 tests/iso-8859-5-cyrillic/forum.template-toolkit.ru.1.xml
 create mode 100644 tests/iso-8859-5-cyrillic/forum.template-toolkit.ru.4.xml
 create mode 100644 tests/iso-8859-5-cyrillic/forum.template-toolkit.ru.6.xml
 create mode 100644 tests/iso-8859-5-cyrillic/forum.template-toolkit.ru.8.xml
 create mode 100644 tests/iso-8859-5-cyrillic/forum.template-toolkit.ru.9.xml
 create mode 100644 tests/iso-8859-5-cyrillic/greek.ru.xml
 create mode 100644 tests/iso-8859-5-cyrillic/intertat.ru.xml
 create mode 100644 tests/iso-8859-5-cyrillic/janulalife.blogspot.com.xml
 create mode 100644 tests/iso-8859-5-cyrillic/kapranoff.ru.xml
 create mode 100644 tests/iso-8859-5-cyrillic/money.rin.ru.xml
 create mode 100644 tests/iso-8859-5-cyrillic/music.peeps.ru.xml
 create mode 100644 tests/iso-8859-5-cyrillic/newsru.com.xml
 create mode 100644 tests/iso-8859-5-cyrillic/susu.ac.ru.xml
 create mode 100644 tests/iso-8859-6-arabic/_chromium_ISO-8859-6_with_no_encoding_specified.html
 create mode 100644 tests/iso-8859-7-greek/_chromium_ISO-8859-7_with_no_encoding_specified.html
 create mode 100644 tests/iso-8859-7-greek/_ude_greek.txt
 create mode 100644 tests/iso-8859-7-greek/disabled.gr.xml
 create mode 100644 tests/iso-8859-7-greek/hotstation.gr.xml
 create mode 100644 tests/iso-8859-7-greek/naftemporiki.gr.bus.xml
 create mode 100644 tests/iso-8859-7-greek/naftemporiki.gr.cmm.xml
 create mode 100644 tests/iso-8859-7-greek/naftemporiki.gr.fin.xml
 create mode 100644 tests/iso-8859-7-greek/naftemporiki.gr.mrk.xml
 create mode 100644 tests/iso-8859-7-greek/naftemporiki.gr.mrt.xml
 create mode 100644 tests/iso-8859-7-greek/naftemporiki.gr.spo.xml
 create mode 100644 tests/iso-8859-7-greek/naftemporiki.gr.wld.xml
 create mode 100644 tests/iso-8859-9-turkish/divxplanet.com.xml
 create mode 100644 tests/iso-8859-9-turkish/subtitle.srt
 create mode 100644 tests/iso-8859-9-turkish/wikitop_tr_ISO-8859-9.txt
 create mode 100644 tests/utf-8-sig/_ude_4.txt
 create mode 100644 tests/utf-8-sig/bom-utf-8.srt
 create mode 100644 tests/utf-8/_chromium_UTF-8_with_no_encoding_specified.html
 create mode 100644 tests/utf-8/_mozilla_bug306272_text.html
 create mode 100644 tests/utf-8/_mozilla_bug426271_text-utf-8.html
 create mode 100644 tests/utf-8/_ude_1.txt
 create mode 100644 tests/utf-8/_ude_2.txt
 create mode 100644 tests/utf-8/_ude_3.txt
 create mode 100644 tests/utf-8/_ude_5.txt
 create mode 100644 tests/utf-8/_ude_greek.txt
 create mode 100644 tests/utf-8/_ude_he1.txt
 create mode 100644 tests/utf-8/_ude_he2.txt
 create mode 100644 tests/utf-8/_ude_he3.txt
 create mode 100644 tests/utf-8/_ude_russian.txt
 create mode 100644 tests/utf-8/anitabee.blogspot.com.xml
 create mode 100644 tests/utf-8/balatonblog.typepad.com.xml
 create mode 100644 tests/utf-8/boobooo.blogspot.com.xml
 create mode 100644 tests/utf-8/linuxbox.hu.xml
 create mode 100644 tests/utf-8/pihgy.hu.xml
 create mode 100644 tests/utf-8/weblabor.hu.2.xml
 create mode 100644 tests/utf-8/weblabor.hu.xml
 create mode 100644 tests/windows-1250-hungarian/bbc.co.uk.hu.forum.xml
 create mode 100644 tests/windows-1250-hungarian/bbc.co.uk.hu.learningenglish.xml
 create mode 100644 tests/windows-1250-hungarian/bbc.co.uk.hu.pressreview.xml
 create mode 100644 tests/windows-1250-hungarian/bbc.co.uk.hu.xml
 create mode 100644 tests/windows-1250-hungarian/objektivhir.hu.xml
 create mode 100644 tests/windows-1250-hungarian/torokorszag.blogspot.com.xml
 create mode 100644 tests/windows-1251-bulgarian/bbc.co.uk.popshow.xml
 create mode 100644 tests/windows-1251-bulgarian/bpm.cult.bg.2.xml
 create mode 100644 tests/windows-1251-bulgarian/bpm.cult.bg.3.xml
 create mode 100644 tests/windows-1251-bulgarian/bpm.cult.bg.4.xml
 create mode 100644 tests/windows-1251-bulgarian/bpm.cult.bg.9.xml
 create mode 100644 tests/windows-1251-bulgarian/bpm.cult.bg.medusa.4.xml
 create mode 100644 tests/windows-1251-bulgarian/bpm.cult.bg.xml
 create mode 100644 tests/windows-1251-bulgarian/debian.gabrovo.com.news.xml
 create mode 100644 tests/windows-1251-bulgarian/debian.gabrovo.com.xml
 create mode 100644 tests/windows-1251-bulgarian/doncho.net.comments.xml
 create mode 100644 tests/windows-1251-bulgarian/doncho.net.xml
 create mode 100644 tests/windows-1251-bulgarian/ecloga.cult.bg.xml
 create mode 100644 tests/windows-1251-bulgarian/ide.li.xml
 create mode 100644 tests/windows-1251-bulgarian/informator.org.xml
 create mode 100644 tests/windows-1251-bulgarian/linux-bg.org.xml
 create mode 100644 tests/windows-1251-bulgarian/rinennor.org.xml
 create mode 100644 tests/windows-1251-cyrillic/_chromium_windows-1251_with_no_encoding_specified.html
 create mode 100644 tests/windows-1251-cyrillic/_ude_1.txt
 create mode 100644 tests/windows-1251-cyrillic/aif.ru.health.xml
 create mode 100644 tests/windows-1251-cyrillic/anthropology.ru.xml
 create mode 100644 tests/windows-1251-cyrillic/aug32.hole.ru.xml
 create mode 100644 tests/windows-1251-cyrillic/aviaport.ru.xml
 create mode 100644 tests/windows-1251-cyrillic/blog.mlmaster.com.xml
 create mode 100644 tests/windows-1251-cyrillic/forum.template-toolkit.ru.1.xml
 create mode 100644 tests/windows-1251-cyrillic/forum.template-toolkit.ru.4.xml
 create mode 100644 tests/windows-1251-cyrillic/forum.template-toolkit.ru.6.xml
 create mode 100644 tests/windows-1251-cyrillic/forum.template-toolkit.ru.8.xml
 create mode 100644 tests/windows-1251-cyrillic/forum.template-toolkit.ru.9.xml
 create mode 100644 tests/windows-1251-cyrillic/greek.ru.xml
 create mode 100644 tests/windows-1251-cyrillic/intertat.ru.xml
 create mode 100644 tests/windows-1251-cyrillic/janulalife.blogspot.com.xml
 create mode 100644 tests/windows-1251-cyrillic/kapranoff.ru.xml
 create mode 100644 tests/windows-1251-cyrillic/money.rin.ru.xml
 create mode 100644 tests/windows-1251-cyrillic/music.peeps.ru.xml
 create mode 100644 tests/windows-1251-cyrillic/newsru.com.xml
 create mode 100644 tests/windows-1252/_mozilla_bug421271_text.html
 create mode 100644 tests/windows-1252/github_bug_9.txt
 create mode 100644 tests/windows-1254-turkish/_chromium_windows-1254_with_no_encoding_specified.html
 create mode 100644 tests/windows-1255-hebrew/_chromium_ISO-8859-8_with_no_encoding_specified.html
 create mode 100644 tests/windows-1255-hebrew/_chromium_windows-1255_with_no_encoding_specified.html
 create mode 100644 tests/windows-1255-hebrew/_ude_he1.txt
 create mode 100644 tests/windows-1255-hebrew/_ude_he2.txt
 create mode 100644 tests/windows-1255-hebrew/_ude_he3.txt
 create mode 100644 tests/windows-1255-hebrew/carshops.co.il.xml
 create mode 100644 tests/windows-1255-hebrew/exego.net.2.xml
 create mode 100644 tests/windows-1255-hebrew/hagada.org.il.xml
 create mode 100644 tests/windows-1255-hebrew/halemo.net.edoar.xml
 create mode 100644 tests/windows-1255-hebrew/hevra.org.il.xml
 create mode 100644 tests/windows-1255-hebrew/hydepark.hevre.co.il.7957.xml
 create mode 100644 tests/windows-1255-hebrew/info.org.il.xml
 create mode 100644 tests/windows-1255-hebrew/infomed.co.il.xml
 create mode 100644 tests/windows-1255-hebrew/law.co.il.xml
 create mode 100644 tests/windows-1255-hebrew/maakav.org.xml
 create mode 100644 tests/windows-1255-hebrew/neviim.net.xml
 create mode 100644 tests/windows-1255-hebrew/notes.co.il.50.xml
 create mode 100644 tests/windows-1255-hebrew/notes.co.il.6.xml
 create mode 100644 tests/windows-1255-hebrew/notes.co.il.7.xml
 create mode 100644 tests/windows-1255-hebrew/notes.co.il.8.xml
 create mode 100644 tests/windows-1255-hebrew/pcplus.co.il.xml
 create mode 100644 tests/windows-1255-hebrew/sharks.co.il.xml
 create mode 100644 tests/windows-1255-hebrew/whatsup.org.il.xml
 create mode 100644 tests/windows-1256-arabic/_chromium_windows-1256_with_no_encoding_specified.html

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/chardet.git



More information about the Python-modules-commits mailing list