- 03 Şub, 2019 4 kayıt (commit)
-
-
Łukasz Langa yazdı
-
Raymond Hettinger yazdı
-
Ned Deily 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 9 kayıt (commit)
-
-
Steve Dower yazdı
-
Mark Becwar yazdı
Make sure that failure paths call CloseHandle outside of the function that failed
-
-
Stefan Krah yazdı
-
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.
-
Cheryl Sabella yazdı
-
Davin Potts yazdı
Added shared_memory submodule to multiprocessing in time for first alpha with cross-platform tests soon to follow.
-
- 01 Şub, 2019 10 kayıt (commit)
-
-
Guido van Rossum yazdı
* Fix leak for # type: ignore * Fix the type comment leak
-
Emily Morehouse yazdı
-
Xtreak yazdı
* Add parenthesis optional in named expressions for while statement * Add NEWS entry
-
Amador Pahim yazdı
-
Joannah Nanjekye yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
The test fails. Skip the test until a fix can be found.
-
Joannah Nanjekye yazdı
-
Raymond Hettinger yazdı
-
- 31 Ock, 2019 6 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Guido van Rossum yazdı
-
Phil Jones yazdı
-
Raymond Hettinger yazdı
* Change from OrderedDict to a regular dict * Add blurb
-
Inada Naoki yazdı
-
Michael Selik yazdı
-
- 30 Ock, 2019 5 kayıt (commit)
-
-
Steve Dower yazdı
-
Raymond Hettinger yazdı
-
João Matos yazdı
-
jdemeyer yazdı
-
Raymond Hettinger yazdı
-
- 29 Ock, 2019 2 kayıt (commit)
-
-
Giampaolo Rodola yazdı
Close pipes/fds in subprocess by using ExitStack. "In case of premature failure on X.Close() or os.close(X) the remaining pipes/fds will remain "open". Perhaps it makes sense to use contextlib.ExitStack." - Rationale: https://github.com/python/cpython/pull/11575#discussion_r250288394
-
Andreas Schwab yazdı
This fixes the ctypes.test.test_structures.StructureTestCase test. https://bugs.python.org/issue35847
-
- 28 Ock, 2019 2 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
David H yazdı
-
- 27 Ock, 2019 2 kayıt (commit)
-
-
nu_no yazdı
-
Nick Coghlan yazdı
The previous wording could be read as saying that universal newlines mode itself was deprecated, when it's only the 'U' character in the mode field that should be avoided. The update also moves the description of the 'U' mode character out of the mode table, as the longer explanation was overly intrusive as a table entry and overshadowed the actually useful mode characters.
-