COMMITS
/ Python/dynload_win.c January 27, 2009
M
Merged revisions 69038 via svnmerge from
Mark Hammond committed
June 11, 2008
M
Implement PEP 3121: new module initialization and finalization API.
Martin v. Löwis committed
January 24, 2008
C
Merged revisions 60210-60233 via svnmerge from
Christian Heimes committed
January 6, 2008
C
Merged revisions 59703-59773 via svnmerge from
Christian Heimes committed
January 3, 2008
A
On Windows, when import fails to load a dll module, the message says
Amaury Forgeot d'Arc committed
June 6, 2007
G
Merged revisions 55631-55794 via svnmerge from
Guido van Rossum committed
April 27, 2007
G
Merged revisions 53952-54987 via svnmerge from
Guido van Rossum committed
August 11, 2006
T
Merged revisions 46753-51188 via svnmerge from
Thomas Wouters committed
April 21, 2006
T
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters committed
July 2, 2004
T
When importing an extension on Windows, the code reads the PE 'import
Thomas Heller committed
August 26, 2002
F
Fix a couple of whitespace consistency nits.
Fred Drake committed
June 30, 2002
M
Patch #569753: Remove support for WIN16.
Martin v. Löwis committed
November 28, 2001
J
Use PyOS_snprintf instead of sprintf.
Jeremy Hylton committed
M
Fixes for possible buffer overflows in sprintf() usages.
Marc-André Lemburg committed
May 9, 2001
October 5, 2000
M
Detect conflicting Python DLL on module import under Windows - as per [ Patch #101676 ]
Mark Hammond committed
September 1, 2000
G
REMOVED all CWI, CNRI and BeOpen copyright markings.
Guido van Rossum committed
June 30, 2000
G
Change copyright notice - 2nd try.
Guido van Rossum committed
G
Change copyright notice.
Guido van Rossum committed
June 28, 2000
G
Trent Mick's Win64 changes: size_t vs. int or long; also some overflow
Guido van Rossum committed
December 22, 1999
G
Cleanup patches from Greg Stein:
Guido van Rossum committed
December 20, 1999
G
The old platform-specific contents of importdl.c, broken down into one
Guido van Rossum committed