- 30 Mar, 2019 1 kayıt (commit)
-
-
Paul Moore yazdı
-
- 29 Mar, 2019 2 kayıt (commit)
-
-
Steve Dower yazdı
-
Paul Monson yazdı
We now use a pre-built libffi binary from our binaries repository, and no longer vendor the full implementation.
-
- 28 Mar, 2019 2 kayıt (commit)
-
-
kctherookie yazdı
Add a function to collect certificates from several certificate stores into one certificate collection store that is then enumerated. This ensures we load as many certificates as we can access.
-
Giampaolo Rodola yazdı
-
- 27 Mar, 2019 1 kayıt (commit)
-
-
Steve Dower yazdı
-
- 25 Mar, 2019 1 kayıt (commit)
-
-
Łukasz Langa yazdı
-
- 20 Mar, 2019 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 12 Mar, 2019 1 kayıt (commit)
-
-
Anthony Sottile yazdı
-
- 25 Şub, 2019 2 kayıt (commit)
-
-
Zackery Spytz yazdı
-
Łukasz Langa yazdı
-
- 14 Şub, 2019 1 kayıt (commit)
-
-
Paul Monson yazdı
This change adds the necessary items to the build projects to avoid erroring out right at the start. It does not add _support_ for targeting Windows on ARM32, but is a necessary prerequisite for adding it.
-
- 05 Şub, 2019 1 kayıt (commit)
-
-
Steve Dower yazdı
-
- 04 Şub, 2019 2 kayıt (commit)
-
-
Steve Dower yazdı
After reading __PYVENV_LAUNCHER__ we now set sys._base_executable value for later use. Make the same changes for macOS to avoid extra platform checks.
-
Steve Dower yazdı
bpo-35692: pathlib no longer raises when checking file and directory existence on drives that are not ready (GH-11746)
-
- 03 Şub, 2019 2 kayıt (commit)
-
-
Łukasz Langa yazdı
-
Minmin Gong yazdı
Unicode version of Windows APIs are used in places, but not for GetVersionEx in Python/sysmodule.c The wcstok_s is called on Windows in Modules/main.c and PC/launcher.c, but not in Python/pathconfig.c
-
- 02 Şub, 2019 5 kayıt (commit)
-
-
Mark Becwar yazdı
Make sure that failure paths call CloseHandle outside of the function that failed
-
-
Tony Roberts yazdı
LoadLibrary, GetProcAddress, FreeLibrary and GetModuleHandle acquire the system loader lock. Calling these while holding the GIL will cause a deadlock on the rare occasion that another thread is detaching and needs to destroy its thread state at the same time.
-
Tzu-ping Chung yazdı
Add one char to MsiSummaryInfoGetProperty() output Based on the patch in bpo-1104 by Anthony Tuininga (atuining) and Mark McMahon (markm).
-
native-api yazdı
Use correct interpretation of return value from APIs.
-
- 30 Ock, 2019 1 kayıt (commit)
-
-
Steve Dower yazdı
-
- 25 Ock, 2019 2 kayıt (commit)
-
-
Steve Dower yazdı
-
Steve Dower yazdı
-
- 21 Ock, 2019 1 kayıt (commit)
-
-
Minmin Gong yazdı
* Disable x87 control word for non-x86 targets On msvc, x87 control word is only available on x86 target. Need to disable it for other targets to prevent compiling problems. * Include immintrin.h on x86 and x64 only Immintrin.h is only available on x86 and x64. Need to disable it for other targets to prevent compiling problems.
-
- 08 Ock, 2019 1 kayıt (commit)
-
-
Steve Dower yazdı
Also adds extra steps to the CI build for Windows on Azure Pipelines to validate that the various layouts at least execute.
-
- 27 Ara, 2018 1 kayıt (commit)
-
-
- 14 Ara, 2018 1 kayıt (commit)
-
-
Steve Dower yazdı
-
- 11 Ara, 2018 2 kayıt (commit)
-
-
Steve Dower yazdı
-
Steve Dower yazdı
Also adds the PC/layout script for generating layouts on Windows.
-
- 10 Ara, 2018 1 kayıt (commit)
-
-
Steve Dower yazdı
-
- 07 Ara, 2018 2 kayıt (commit)
-
-
Victor Stinner yazdı
This reverts commit 468a15aa.
-
Steve Dower yazdı
-
- 20 Kas, 2018 1 kayıt (commit)
-
-
Brendan Gerrity yazdı
-
- 27 Eki, 2018 1 kayıt (commit)
-
-
Steve Dower yazdı
-
- 20 Eki, 2018 1 kayıt (commit)
-
-
Alexey Izbyshev yazdı
path_error() uses GetLastError() on Windows, but some os functions are implemented via CRT APIs which report errors via errno. This may result in raising OSError with invalid error code (such as zero). Introduce posix_path_error() function and use it where appropriate.
-
- 06 Eki, 2018 1 kayıt (commit)
-
-
Stéphane Wirtel yazdı
Fix typos
-
- 25 Eyl, 2018 2 kayıt (commit)
-
-
-
Zackery Spytz yazdı
The GlobalLock() call in UpdateDropDescription() was not checked for failure. https://bugs.python.org/issue34770
-