Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
82864d1ab101d971e77b73cac9e994fd09cd796b
/
Include
/
py_curses.h
6b3f1ef
Issue #6848: Fix curses module build failure on OS X 10.6.
by Mark Dickinson
· 15 years ago
dd96db6
This reverts r63675 based on the discussion in this thread:
by Gregory P. Smith
· 16 years ago
593daf5
Renamed PyString to PyBytes
by Christian Heimes
· 16 years ago
000a074
Modified PyImport_Import and PyImport_ImportModule to always use absolute imports by calling __import__ with an explicit level of 0
by Christian Heimes
· 17 years ago
e93237d
#1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. Macros for b/w compatibility are available.
by Christian Heimes
· 17 years ago
6819210
PEP 3123: Provide forward compatibility with Python 3.0, while keeping
by Martin v. Löwis
· 17 years ago
e3454af
FreeBSD 5.x uses different wchar_t/win_t guards than earlier versions
by Andrew MacIntyre
· 21 years ago
1a90117
fix the curses module build failure on FreeBSD, reported in SF #740234.
by Andrew MacIntyre
· 21 years ago
d00c13a
Moved the Apple workaround for the guard define for wchar_t out of
by Jack Jansen
· 22 years ago
26897bf
Fix for #641455: curses module doesn't build on MacOSX. It turns out the
by Jack Jansen
· 22 years ago
c0e1671
Patch #477752: Drop old-style getargs from curses.
by Martin v. Löwis
· 23 years ago
eb9b103
Check for HP/UX curses problems. Define _XOPEN_SOURCE_EXTENDED and
by Martin v. Löwis
· 23 years ago
6953233
Check for term.h and include it on non-ncurses system to get a declaration
by Martin v. Löwis
· 23 years ago
0c7a0bd
Added header file for C API exported by _cursesmodule.c
by Andrew M. Kuchling
· 24 years ago