- 06 Feb, 2019 1 commit
-
-
Mariatta authored
-
- 05 Feb, 2019 6 commits
-
-
Harmandeep Singh authored
-
Inada Naoki authored
-
Inada Naoki authored
-
Raymond Hettinger authored
-
Steve Dower authored
-
Nina Zakharenko authored
* bpo-35321: Set the spec origin to frozen in frozen modules This fix correctly sets the spec origin to "frozen" for the _frozen_importlib module. Note that the origin was already correctly set in _frozen_importlib_external. *
📜 🤖 Added by blurb_it.
-
- 04 Feb, 2019 5 commits
-
-
Paul Ganssle authored
* Make timedelta return subclass types Previously timedelta would always return the `date` and `datetime` types, regardless of what it is added to. This makes it return an object of the type it was added to. * Add tests for timedelta arithmetic on subclasses * Make pure python timedelta return subclass types * Add test for fromtimestamp with tz argument * Add tests for subclass behavior in now * Add news entry. Fixes: bpo-32417 bpo-35364 * More descriptive variable names in tests Addresses Victor's comments
-
Łukasz Langa authored
-
Łukasz Langa authored
Python 3.8.0a1
-
Steve Dower authored
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 authored
bpo-35692: pathlib no longer raises when checking file and directory existence on drives that are not ready (GH-11746)
-
- 03 Feb, 2019 6 commits
-
-
Łukasz Langa authored
-
Łukasz Langa authored
-
Łukasz Langa authored
-
Raymond Hettinger authored
-
Ned Deily authored
-
Minmin Gong authored
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 Feb, 2019 9 commits
-
-
Steve Dower authored
-
Mark Becwar authored
Make sure that failure paths call CloseHandle outside of the function that failed
-
-
Stefan Krah authored
-
Tony Roberts authored
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 authored
Add one char to MsiSummaryInfoGetProperty() output Based on the patch in bpo-1104 by Anthony Tuininga (atuining) and Mark McMahon (markm).
-
native-api authored
Use correct interpretation of return value from APIs.
-
Cheryl Sabella authored
-
Davin Potts authored
Added shared_memory submodule to multiprocessing in time for first alpha with cross-platform tests soon to follow.
-
- 01 Feb, 2019 10 commits
-
-
Guido van Rossum authored
* Fix leak for # type: ignore * Fix the type comment leak
-
Emily Morehouse authored
-
Xtreak authored
* Add parenthesis optional in named expressions for while statement * Add NEWS entry
-
Amador Pahim authored
-
Joannah Nanjekye authored
-
Victor Stinner authored
-
Victor Stinner authored
The test fails. Skip the test until a fix can be found.
-
Joannah Nanjekye authored
-
Raymond Hettinger authored
-
- 31 Jan, 2019 3 commits
-
-
Raymond Hettinger authored
-
Guido van Rossum authored
-
Phil Jones authored
-