aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fix curses buildDan Villiom Podlaski Christiansen2020-09-171-0/+2
* backport e7ded1fa63e7Matti Picus2020-04-021-3/+2
* improve cffi build script, _curses_build.pyMatti Picus2020-03-301-4/+6
* missing import, fix force-builds scriptMatti Picus2020-03-281-0/+1
* try to fix build of curses on macosMatti Picus2020-03-281-0/+2
* fix bad editMatti Picus2020-03-271-1/+1
* fix for FreeBSD (nimaje)Matti Picus2020-03-261-0/+4
* remove debug infoMatti Picus2020-01-101-1/+0
* issue 3144: version was not being updated, and was the wrong thing to check a...Matti Picus2020-01-101-4/+2
* redo _curses_build library detectionMatti Picus2019-12-081-10/+23
* wint_t is not defined in all versions of cursesMatti Picus2019-11-151-2/+1
* tweak _curses_build.py to fill in version, quiet cffi warningsMatti Picus2019-11-041-11/+13
* add version detection to _curses. test_curses.py silently skips when importin...Matti Picus2019-11-011-6/+18
* fix failing test, remove tabMatti Picus2019-11-011-1/+1
* backport ncurses changes from portable-pypyMatti Picus2019-10-311-10/+31
* lib_pypy: Add /usr/include path and fix superfluous space to tk and ncurses b...Unknown2019-09-091-1/+1
* Some linux distributions place ncurses under /usr/include/ncurses and tcl/tk ...Unknown2019-09-091-1/+20
* _curses: Implement resizeterm() and resize_term().Armin Rigo2017-06-121-0/+2
* _curses: Export more A_* constants. (from linkmauve)Armin Rigo2017-06-121-0/+7
* Use the new syntax "typedef int... foo_t" where appropriateArmin Rigo2015-05-301-2/+2
* _curses_cffiArmin Rigo2015-05-191-0/+323