- 01 Şub, 2017 1 kayıt (commit)
-
-
Berker Peksag yazdı
It has been documented as unused since 6c6844a2fa30 (2000-05-25) Patch by Eric N. Vander Weele.
-
- 31 Ock, 2017 6 kayıt (commit)
-
-
doko@ubuntu.com yazdı
-
doko@ubuntu.com yazdı
-
doko@ubuntu.com yazdı
-
doko@ubuntu.com yazdı
-
doko@ubuntu.com yazdı
-
doko@ubuntu.com yazdı
-
- 30 Ock, 2017 2 kayıt (commit)
-
-
Berker Peksag yazdı
-
Berker Peksag yazdı
It was renamed to README.txt in d90a65014c42 and it was back by a merge commit accidentally.
-
- 29 Ock, 2017 17 kayıt (commit)
-
-
Martin Panter yazdı
-
Martin Panter yazdı
-
Martin Panter yazdı
-
Martin Panter yazdı
-
Martin Panter yazdı
-
Martin Panter yazdı
-
Martin Panter yazdı
-
Martin Panter yazdı
-
Martin Panter yazdı
-
Martin Panter yazdı
-
Martin Panter yazdı
-
Martin Panter yazdı
-
Martin Panter yazdı
-
Martin Panter yazdı
-
Martin Panter yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
- 28 Ock, 2017 1 kayıt (commit)
-
-
INADA Naoki yazdı
add_methods(), add_members(), and add_getset() used PyDict_SetItemString() to register descriptor to the type's dict. So descr_new() and PyDict_SetItemString() creates interned unicode from same C string. This patch takes interned unicode from descriptor, and use PyDict_SetItem() instead of PyDict_SetItemString(). python_startup_no_site: default: Median +- std dev: 12.7 ms +- 0.1 ms patched: Median +- std dev: 12.5 ms +- 0.1 ms
-
- 27 Ock, 2017 5 kayıt (commit)
-
-
Vinay Sajip yazdı
-
Vinay Sajip yazdı
-
Vinay Sajip yazdı
-
Vinay Sajip yazdı
-
Vinay Sajip yazdı
-
- 26 Ock, 2017 2 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
- 25 Ock, 2017 6 kayıt (commit)
-
-
Victor Stinner yazdı
-
INADA Naoki yazdı
-
Serhiy Storchaka yazdı
a macro if Py_LIMITED_API is not set or set to the value between 0x03050400 and 0x03060000 (not including) or 0x03060100 or higher. Added functions PySlice_Unpack() and PySlice_AdjustIndices().
-
Serhiy Storchaka yazdı
Py_LIMITED_API is not set or set to the value between 0x03050400 and 0x03060000 (not including) or 0x03060100 or higher.
-
Serhiy Storchaka yazdı
Py_LIMITED_API is not set or set to the value between 0x03050400 and 0x03060000 (not including) or 0x03060100 or higher.
-
Senthil Kumaran yazdı
Patch contributed by Mariatta Wijaya.
-