index
:
delta/cpython.git
2.0
2.1
2.2
2.3
2.4
2.5
2.6
2.7
3.0
3.1
3.2
3.3
3.4
3.5
3.6
baserock/2.7.9-mips64
baserock/markdoffman/py2-symlink
baserock/markdoffman/py2-symlink-v2
baserock/morph-2.7
legacy-trunk
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
PC
/
msvcrtmodule.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
initmsvcrt(): This no longer compiled on Windows, because
Tim Peters
2006-01-19
1
-1
/
+2
*
Check return result from Py_InitModule*(). This API can fail.
Neal Norwitz
2006-01-19
1
-0
/
+2
*
Use PyMODINIT_FUNC.
Thomas Heller
2004-07-28
1
-1
/
+1
*
Use symbolic METH_VARARGS instead of 1 for ml_flags
Neal Norwitz
2002-03-31
1
-10
/
+10
*
SF bug [#456252] Python should never stomp on [u]intptr_t.
Tim Peters
2001-08-29
1
-1
/
+1
*
Partial fix for SF bug 122780 (msvcrt.locking constants aren't defined).
Tim Peters
2000-12-12
1
-12
/
+47
*
[*** Not tested as I don't have Windows running right now! ***]
Fred Drake
2000-06-30
1
-2
/
+5
*
Check for potential error returned by _ungetch().
Guido van Rossum
1999-02-16
1
-1
/
+2
*
Release the interpreter lock for calls that may block: _locking(),
Guido van Rossum
1998-05-29
1
-2
/
+10
*
Made it real. Changed locking() to work with file descriptors instead
Guido van Rossum
1997-08-13
1
-44
/
+134
*
Got the new structure working with MSVC 4.2.
Guido van Rossum
1997-08-07
1
-0
/
+95