1. dffe4c0 bpo-39573: Finish converting to new Py_IS_TYPE() macro (GH-18601) by Andy Lester · 4 years, 5 months ago
  2. b00854c bpo-20171: Convert the _curses and _curses_panel modules to Argument Clinic. (GH-4251) by Serhiy Storchaka · 6 years ago
  3. 13ff245 bpo-32593: Drop FreeBSD 9 and older support (#5232) by Victor Stinner · 7 years ago
  4. 8bc7d63 bpo-25720: Fix the method for checking pad state of curses WINDOW (#4164) by Masayuki Yamamoto · 7 years ago
  5. baac01e bpo-31891: Fix building the curses module on NetBSD. (#4165) by Serhiy Storchaka · 7 years ago
  6. d1302c0 Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever by Serhiy Storchaka · 8 years ago
  7. 2d06e84 Issue #25923: Added the const qualifier to static constant arrays. by Serhiy Storchaka · 9 years ago
  8. 0fdfceb Issue #12567: The curses module uses Unicode functions for Unicode arguments by Victor Stinner · 13 years ago
  9. 5ea7d64 Merged revisions 74693 via svnmerge from by Mark Dickinson · 15 years ago
  10. b173f78 add a replacement API for PyCObject, PyCapsule #5630 by Benjamin Peterson · 15 years ago
  11. 72b710a Renamed PyString to PyBytes by Christian Heimes · 16 years ago
  12. 072c0f1 Merged revisions 59666-59679 via svnmerge from by Christian Heimes · 17 years ago
  13. 90aa764 #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. by Christian Heimes · 17 years ago
  14. 217cfd1 Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h by Christian Heimes · 17 years ago
  15. 9f2e346 Merged revisions 56467-56482 via svnmerge from by Martin v. Löwis · 17 years ago
  16. e3454af FreeBSD 5.x uses different wchar_t/win_t guards than earlier versions by Andrew MacIntyre · 21 years ago
  17. 1a90117 fix the curses module build failure on FreeBSD, reported in SF #740234. by Andrew MacIntyre · 21 years ago
  18. d00c13a Moved the Apple workaround for the guard define for wchar_t out of by Jack Jansen · 21 years ago
  19. 26897bf Fix for #641455: curses module doesn't build on MacOSX. It turns out the by Jack Jansen · 22 years ago
  20. c0e1671 Patch #477752: Drop old-style getargs from curses. by Martin v. Löwis · 23 years ago
  21. eb9b103 Check for HP/UX curses problems. Define _XOPEN_SOURCE_EXTENDED and by Martin v. Löwis · 23 years ago
  22. 6953233 Check for term.h and include it on non-ncurses system to get a declaration by Martin v. Löwis · 23 years ago
  23. 0c7a0bd Added header file for C API exported by _cursesmodule.c by Andrew M. Kuchling · 24 years ago