Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
7c7f6afa928c24221f8463a1aa71fc6ef532d29e
/
PC
/
msvcrtmodule.c
7c7f6af
Added wide char api variants of getch and putch to msvcrt module. The wide char methods are required to fix #1578 in py3k. I figured out that they might be useful in 2.6, too.
by Christian Heimes
· 18 years ago
2188bf0
initmsvcrt(): This no longer compiled on Windows, because
by Tim Peters
· 20 years ago
1ac754f
Check return result from Py_InitModule*(). This API can fail.
by Neal Norwitz
· 20 years ago
a18331d
Use PyMODINIT_FUNC.
by Thomas Heller
· 21 years ago
031829d
Use symbolic METH_VARARGS instead of 1 for ml_flags
by Neal Norwitz
· 23 years ago
79248aa
SF bug [#456252] Python should never stomp on [u]intptr_t.
by Tim Peters
· 24 years ago
5fa0bd6
Partial fix for SF bug 122780 (msvcrt.locking constants aren't defined).
by Tim Peters
· 25 years ago
25e1726
[*** Not tested as I don't have Windows running right now! ***]
by Fred Drake
· 25 years ago
6543e88
Check for potential error returned by _ungetch().
by Guido van Rossum
· 27 years ago
e4e021b
Release the interpreter lock for calls that may block: _locking(),
by Guido van Rossum
· 27 years ago
407a22d
Made it real. Changed locking() to work with file descriptors instead
by Guido van Rossum
· 28 years ago
29c1ea5
Got the new structure working with MSVC 4.2.
by Guido van Rossum
· 28 years ago