Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
aaedcef5786f10593b51d389423b5d7ce97727c0
/
Python
/
dynload_win.c
b2302ba
Applied #1069410
by Christian Heimes
· 17 years ago
123d5c9
Moved include "Python.h" in front of other imports to silence a warning.
by Christian Heimes
· 17 years ago
e0b7695
Partial port of r59682 from py3k.
by Amaury Forgeot d'Arc
· 17 years ago
629ec26
Include <windows.h> after python.h, so that WINNT is properly set before windows.h is included. Fixes warnings in PC builds.
by Kristján Valur Jónsson
· 18 years ago
f371cb1
Remove obsolete comment. Importing of .dll files has been discontinued, only .pyd files supported on windows now.
by Kristján Valur Jónsson
· 18 years ago
0e8bd7e
Patch #1495999: Part two of Windows CE changes.
by Martin v. Löwis
· 19 years ago
c95dd94
Disable .DLL as an extension for extension modules.
by Martin v. Löwis
· 19 years ago
1df0461
When importing an extension on Windows, the code reads the PE 'import
by Thomas Heller
· 21 years ago
e20131e
Fix a couple of whitespace consistency nits.
by Fred Drake
· 23 years ago
6238d2b
Patch #569753: Remove support for WIN16.
by Martin v. Löwis
· 23 years ago
518ab1c
Use PyOS_snprintf instead of sprintf.
by Jeremy Hylton
· 23 years ago
d4c0a9c
Fixes for possible buffer overflows in sprintf() usages.
by Marc-André Lemburg
· 23 years ago
fb1f68e
Always pass a full path name to LoadLibraryEx(). Fixes some Windows 9x problems. As discussed on python-dev
by Mark Hammond
· 24 years ago
1f7838b
Detect conflicting Python DLL on module import under Windows - as per [ Patch #101676 ]
by Mark Hammond
· 25 years ago
8586991
REMOVED all CWI, CNRI and BeOpen copyright markings.
by Guido van Rossum
· 25 years ago
ffcc381
Change copyright notice - 2nd try.
by Guido van Rossum
· 25 years ago
fd71b9e
Change copyright notice.
by Guido van Rossum
· 25 years ago
582acec
Trent Mick's Win64 changes: size_t vs. int or long; also some overflow tests.
by Guido van Rossum
· 25 years ago
96a8fb7
Cleanup patches from Greg Stein:
by Guido van Rossum
· 25 years ago
22a1d36
The old platform-specific contents of importdl.c, broken down into one
by Guido van Rossum
· 25 years ago