- 24 Nis, 2019 1 kayıt (commit)
-
-
Maximilian Nöthe yazdı
-
- 23 Nis, 2019 11 kayıt (commit)
-
-
Victor Stinner yazdı
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 yazdı
-
Zackery Spytz yazdı
-
Inada Naoki yazdı
-
Victor Stinner yazdı
xlc compiler doesn't support "-D define" flag only "-Ddefine".
-
tyomitch yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
jkleint yazdı
-
Jakub Molinski yazdı
-
Raymond Hettinger yazdı
-
- 22 Nis, 2019 16 kayıt (commit)
-
-
Windson yang yazdı
-
Windson yang yazdı
-
Windson yang yazdı
-
Windson yang yazdı
-
Windson yang yazdı
-
Windson yang yazdı
-
Steve Dower yazdı
-
Steve Dower yazdı
-
Zackery Spytz yazdı
-
Zackery Spytz yazdı
-
Berker Peksag yazdı
-
周家未 yazdı
-
Marcin Niemira yazdı
-
Wu Wei yazdı
-
Xtreak yazdı
Co-authored-by: Felipe <felipe.nospam.ochoa@gmail.com>
-
Joannah Nanjekye yazdı
-
- 21 Nis, 2019 1 kayıt (commit)
-
-
mollison yazdı
-
- 20 Nis, 2019 2 kayıt (commit)
-
-
Fredrik Averpil yazdı
"sychronization" -> "synchronization"
-
Raymond Hettinger yazdı
-
- 19 Nis, 2019 1 kayıt (commit)
-
-
Inada Naoki yazdı
PyUnicode_AsUnicodeAndSize() -> PyUnicode_AsWideChar()
-
- 18 Nis, 2019 6 kayıt (commit)
-
-
Stefan Behnel yazdı
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)
-
# [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 yazdı
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 yazdı
-
Paul Monson yazdı
-
cocoatomo yazdı
This paragraph doesn't seem to be a part of code, but merged into previous code block.
-
- 17 Nis, 2019 2 kayıt (commit)
-
-
josh yazdı
-
Steve Dower yazdı
-