]> granicus.if.org Git - python/commit
Patch #445762: Support --disable-unicode
authorMartin v. Löwis <martin@v.loewis.de>
Fri, 17 Aug 2001 18:39:25 +0000 (18:39 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Fri, 17 Aug 2001 18:39:25 +0000 (18:39 +0000)
commit339d0f720e86dc34837547c90d3003a4a68d7d46
tree2059e5d02f490540e759800b127d50f3fcd8c2b5
parentf75976617bb36c892ee8a0f6a6fd3caddbd38cea
Patch #445762: Support --disable-unicode
- Do not compile unicodeobject, unicodectype, and unicodedata if Unicode is disabled
- check for Py_USING_UNICODE in all places that use Unicode functions
- disables unicode literals, and the builtin functions
- add the types.StringTypes list
- remove Unicode literals from most tests.
42 files changed:
Include/intobject.h
Include/longobject.h
Include/object.h
Include/unicodeobject.h
Lib/ConfigParser.py
Lib/copy.py
Lib/site.py
Lib/test/pickletester.py
Lib/test/string_tests.py
Lib/test/test_b1.py
Lib/test/test_contains.py
Lib/test/test_format.py
Lib/test/test_iter.py
Lib/test/test_pprint.py
Lib/test/test_sre.py
Lib/test/test_support.py
Lib/test/test_winreg.py
Lib/types.py
Makefile.pre.in
Misc/NEWS
Modules/_codecsmodule.c
Modules/_sre.c
Modules/_tkinter.c
Modules/cPickle.c
Modules/pyexpat.c
Objects/abstract.c
Objects/complexobject.c
Objects/floatobject.c
Objects/intobject.c
Objects/longobject.c
Objects/object.c
Objects/stringobject.c
Python/bltinmodule.c
Python/compile.c
Python/getargs.c
Python/marshal.c
Python/modsupport.c
Python/pythonrun.c
Python/sysmodule.c
configure
configure.in
setup.py