Commit Graph

8 Commits

Author SHA1 Message Date
Kovid Goyal 055f5b0979 Add the Py_SSIZE_T_CLEAN definition needed for python 3.10
Ideally someone needs to go through all the code and check that nothing
breaks because of this macro, but, I dont have that kind of time
2021-12-01 10:47:51 +05:30
Kovid Goyal 384e5744de Multi-phase init for more modules 2020-10-24 14:13:54 +05:30
Kovid Goyal 9cab833728 Remove py2 code paths 2020-08-22 18:48:06 +05:30
Eli Schwartz c891963f68 remove unused header code
In commit ecd57f3639 the function it goes
to was removed, now it just shows "unused variable" warnings.
2020-01-13 20:45:49 -05:00
Flaviu Tamas ecd57f3639 unicode_names: delete dead code & improve docs 2018-09-14 16:42:14 -04:00
Flaviu Tamas f264fbdd0d Build unicode_names in py3 2018-09-14 16:42:14 -04:00
Kovid Goyal 499578beaa Try to get unicode_names compiling on ancient compilers 2018-05-01 11:31:21 +05:30
Kovid Goyal 5d95d13935 Edit Book: Fix names for some control characters not being displayed in the status bar
Uses the unicode names database I created for kitty. Much more
comprehensive than the one in ICU.
2018-05-01 10:23:50 +05:30