index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Python
/
dynload_win.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Applied #1069410
Christian Heimes
2008-01-23
1
-0/+9
*
Moved include "Python.h" in front of other imports to silence a warning.
Christian Heimes
2008-01-04
1
-1/+2
*
Partial port of r59682 from py3k.
Amaury Forgeot d'Arc
2008-01-04
1
-1/+2
*
Include <windows.h> after python.h, so that WINNT is properly set before wind...
Kristján Valur Jónsson
2007-05-26
1
-1/+1
*
Remove obsolete comment. Importing of .dll files has been discontinued, only ...
Kristján Valur Jónsson
2007-04-25
1
-8/+0
*
Patch #1495999: Part two of Windows CE changes.
Martin v. Löwis
2006-06-10
1
-0/+2
*
Disable .DLL as an extension for extension modules.
Martin v. Löwis
2006-04-04
1
-0/+6
*
When importing an extension on Windows, the code reads the PE 'import
Thomas Heller
2004-07-02
1
-0/+12
*
Fix a couple of whitespace consistency nits.
Fred Drake
2002-08-26
1
-2/+2
*
Patch #569753: Remove support for WIN16.
Martin v. Löwis
2002-06-30
1
-29/+0
*
Use PyOS_snprintf instead of sprintf.
Jeremy Hylton
2001-11-28
1
-12/+14
*
Fixes for possible buffer overflows in sprintf() usages.
Marc-André Lemburg
2001-11-28
1
-1/+1
*
Always pass a full path name to LoadLibraryEx(). Fixes some Windows 9x probl...
Mark Hammond
2001-05-09
1
-17/+14
*
Detect conflicting Python DLL on module import under Windows - as per [ Patch...
Mark Hammond
2000-10-05
1
-1/+152
*
REMOVED all CWI, CNRI and BeOpen copyright markings.
Guido van Rossum
2000-09-01
1
-9/+0
*
Change copyright notice - 2nd try.
Guido van Rossum
2000-06-30
1
-6/+0
*
Change copyright notice.
Guido van Rossum
2000-06-30
1
-22/+7
*
Trent Mick's Win64 changes: size_t vs. int or long; also some overflow
Guido van Rossum
2000-06-28
1
-1/+1
*
Cleanup patches from Greg Stein:
Guido van Rossum
1999-12-22
1
-1/+4
*
The old platform-specific contents of importdl.c, broken down into one
Guido van Rossum
1999-12-20
1
-0/+149