- 24 Apr, 2019 3 commits
-
-
Victor Stinner authored
* Add 'runtime' parameter to _PyThreadState_Init() * Add 'gilstate' parameter to _PyGILState_NoteThreadState() * Move _PyThreadState_Init() and _PyThreadState_DeleteExcept() to the internal C API.
-
Victor Stinner authored
"./configure --with-pymalloc" no longer adds the "m" flag to SOABI (sys.implementation.cache_tag). Enabling or disabling pymalloc has no impact on the ABI.
-
Maximilian Nöthe authored
-
- 23 Apr, 2019 11 commits
-
-
Victor Stinner authored
Change test_time.test_monotonic() to test only the lower bound of elapsed time after a sleep command rather than the upper bound. This prevents unnecessary test failures on slow buildbots. Patch by Victor Stinner.
-
Mathieu Dupuy authored
-
Zackery Spytz authored
-
Inada Naoki authored
-
Victor Stinner authored
xlc compiler doesn't support "-D define" flag only "-Ddefine".
-
tyomitch authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
jkleint authored
-
Jakub Molinski authored
-
Raymond Hettinger authored
-
- 22 Apr, 2019 16 commits
-
-
Windson yang authored
-
Windson yang authored
-
Windson yang authored
-
Windson yang authored
-
Windson yang authored
-
Windson yang authored
-
Steve Dower authored
-
Steve Dower authored
-
Zackery Spytz authored
-
Zackery Spytz authored
-
Berker Peksag authored
-
周家未 authored
-
Marcin Niemira authored
-
Wu Wei authored
-
Xtreak authored
Co-authored-by: Felipe <felipe.nospam.ochoa@gmail.com>
-
Joannah Nanjekye authored
-
- 21 Apr, 2019 1 commit
-
-
mollison authored
-
- 20 Apr, 2019 2 commits
-
-
Fredrik Averpil authored
"sychronization" -> "synchronization"
-
Raymond Hettinger authored
-
- 19 Apr, 2019 1 commit
-
-
Inada Naoki authored
PyUnicode_AsUnicodeAndSize() -> PyUnicode_AsWideChar()
-
- 18 Apr, 2019 6 commits
-
-
Stefan Behnel authored
bpo-30485: Change the prefix for defining the default namespace in ElementPath from None to '' since there is existing code that uses that and it's more convenient to have an all-string-keys dict (e.g. when sorting items etc.). (#12860)
-
Enrico Alarico Carbognani authored
# [bpo-36651](https://bugs.python.org/issue36651): Fixed Asyncio Event Loop documentation inconsistency In the documentation for the call_later and the call_at methods there is a note which says that the delay cannot be longer than a day, but both methods have a note saying that this limitation was removed in Python 3.8 Here I fixed this issue by removing the pre-exising note and added a versionchanged. To test my changes I have rebuilt the documentation with ```make html```. I did not have any errors and the effected page displayed correctly on a browser. https://bugs.python.org/issue36651
-
Victor Stinner authored
Add a new _testinternalcapi module to test the internal C API. Move _Py_GetConfigsAsDict() function to the internal C API: _testembed now uses _testinternalcapi to access the function.
-
Paul Monson authored
-
Paul Monson authored
-
cocoatomo authored
This paragraph doesn't seem to be a part of code, but merged into previous code block.
-