COMMITS
/ Python/dynload_win.c October 4, 2023
S
gh-88402: Add new sysconfig variables on Windows (GH-110049)
Sam Gross committed
September 27, 2023
S
gh-109740: Use 't' in `--disable-gil` SOABI (#109922)
Sam Gross committed
September 3, 2023
V
gh-108765: Python.h no longer includes <ctype.h> (#108831)
Victor Stinner committed
March 9, 2023
M
gh-102255: Improve build support for Windows API partitions (GH-102256)
Max Bachmann committed
February 8, 2023
May 12, 2022
I
gh-92536: PEP 623: Remove wstr and legacy APIs from Unicode (GH-92537)
Inada Naoki committed
May 5, 2022
V
gh-57684: Add -P cmdline option and PYTHONSAFEPATH env var (#31542)
Victor Stinner committed
December 3, 2021
S
bpo-45582: Port getpath[p].c to Python (GH-29041)
Steve Dower committed
July 10, 2020
S
bpo-36346: Make using the legacy Unicode C API optional (GH-21437)
Serhiy Storchaka committed
July 6, 2020
February 5, 2020
Z
bpo-39553: Delete HAVE_SXS protected code (GH-18356)
Zackery Spytz committed
August 17, 2019
S
bpo-36266: Add module name in ImportError when DLL not found on Windows (GH-15180)
shireenrao committed
July 13, 2019
M
bpo-28269: Replace strcasecmp with system function _stricmp. (GH-13095)
Minmin Gong committed
March 29, 2019
S
bpo-36085: Enable better DLL resolution on Windows (GH-12302)
Steve Dower committed
March 13, 2019
S
bpo-36254: Fix invalid uses of %d in format strings in C. (GH-12264)
Serhiy Storchaka committed
February 2, 2019
T
bpo-33895: Relase GIL while calling functions that acquire Windows loader lock (GH-7789)
Tony Roberts committed
June 28, 2017
S
[security] bpo-13617: Reject embedded null characters in wchar* strings. (#2302)
Serhiy Storchaka committed
December 25, 2015
S
Issue #25923: Added more const qualifiers to signatures of static and private functions.
Serhiy Storchaka committed
November 5, 2015
S
Reuse Py_STRINGIFY() macro in sre_lib.h and dynload_win.c.
Serhiy Storchaka committed
May 23, 2015
S
Issue #24268: Fixes generation of init import name on Windows.
Steve Dower committed
N
PEP 489: Multi-phase extension module initialization
Nick Coghlan committed
December 16, 2014
S
#22980 Adds platform and version tags to .pyd files
Steve Dower committed
June 10, 2013
R
Issue #18180: Fix ref leak in _PyImport_GetDynLoadWindows().
Richard Oudkerk committed
March 23, 2013
G
Fixes issue4653 - Correctly specify the buffer size to FormatMessageW and
Gregory P. Smith committed
May 13, 2012
B
Fix #13210. Port the Windows build from VS2008 to VS2010.
Brian Curtin committed
May 4, 2012
B
Issue #13959: Re-implement imp.get_suffixes() in Lib/imp.py.
Brett Cannon committed
April 17, 2012
B
Fix #14600. Correct reference handling and naming of ImportError convenience function
Brian Curtin committed
April 16, 2012
B
Fix #10854. Make use of the new path and name attributes on ImportError
Brian Curtin committed
November 22, 2011
V
Use the new Unicode API
Victor Stinner committed
November 21, 2011
V
Check for PyUnicode_AS_UNICODE() failure
Victor Stinner committed
October 2, 2011
V
Check error when calling PyUnicode_AppendAndDel()
Victor Stinner committed
June 9, 2011
B
Removed a Windows 9x trick used before LoadLibraryExW.
Brian Curtin committed
April 4, 2011
V
Issue #11619: _PyImport_LoadDynamicModule() doesn't encode the path to bytes
Victor Stinner committed
February 22, 2011
V
Issue #3080: Remove unused argument of _PyImport_GetDynLoadFunc()
Victor Stinner committed
December 3, 2010
M
Merge branches/pep-0384.
Martin v. Löwis committed
May 9, 2010
A
Recorded merge of revisions 81029 via svnmerge from
Antoine Pitrou committed
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