Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
7b3c975aafc40f09bfd0c39e42153c3a0d086fba
/
Python
/
dynload_win.c
9d3b93b
Use the new Unicode API
by Victor Stinner
· 13 years ago
3335447
Check for PyUnicode_AS_UNICODE() failure
by Victor Stinner
· 13 years ago
67002af
Check error when calling PyUnicode_AppendAndDel()
by Victor Stinner
· 13 years ago
589f89e
Removed a Windows 9x trick used before LoadLibraryExW.
by Brian Curtin
· 14 years ago
2d32227
Issue #11619: _PyImport_LoadDynamicModule() doesn't encode the path to bytes
by Victor Stinner
· 14 years ago
42040fb
Issue #3080: Remove unused argument of _PyImport_GetDynLoadFunc()
by Victor Stinner
· 14 years ago
4d0d471
Merge branches/pep-0384.
by Martin v. Löwis
· 14 years ago
f95a1b3
Recorded merge of revisions 81029 via svnmerge from
by Antoine Pitrou
· 15 years ago
9844a1f
Merged revisions 69038 via svnmerge from
by Mark Hammond
· 16 years ago
6cb0109
Fix typo.
by Martin v. Löwis
· 17 years ago
1a21451
Implement PEP 3121: new module initialization and finalization API.
by Martin v. Löwis
· 17 years ago
bbffeb6
Merged revisions 60210-60233 via svnmerge from
by Christian Heimes
· 17 years ago
faf2f63
Merged revisions 59703-59773 via svnmerge from
by Christian Heimes
· 17 years ago
d6179e1
On Windows, when import fails to load a dll module, the message says
by Amaury Forgeot d'Arc
· 17 years ago
e7ba495
Merged revisions 55631-55794 via svnmerge from
by Guido van Rossum
· 18 years ago
d8faa36
Merged revisions 53952-54987 via svnmerge from
by Guido van Rossum
· 18 years ago
0e3f591
Merged revisions 46753-51188 via svnmerge from
by Thomas Wouters
· 18 years ago
49fd7fa
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
by Thomas Wouters
· 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
· 22 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
· 24 years ago
8586991
REMOVED all CWI, CNRI and BeOpen copyright markings.
by Guido van Rossum
· 24 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