- 01 Feb, 2017 1 commit
-
-
Berker Peksag authored
It has been documented as unused since 6c6844a2fa30 (2000-05-25) Patch by Eric N. Vander Weele.
-
- 31 Jan, 2017 6 commits
-
-
doko@ubuntu.com authored
-
doko@ubuntu.com authored
-
doko@ubuntu.com authored
-
doko@ubuntu.com authored
-
doko@ubuntu.com authored
-
doko@ubuntu.com authored
-
- 30 Jan, 2017 2 commits
-
-
Berker Peksag authored
-
Berker Peksag authored
It was renamed to README.txt in d90a65014c42 and it was back by a merge commit accidentally.
-
- 29 Jan, 2017 17 commits
-
-
Martin Panter authored
-
Martin Panter authored
-
Martin Panter authored
-
Martin Panter authored
-
Martin Panter authored
-
Martin Panter authored
-
Martin Panter authored
-
Martin Panter authored
-
Martin Panter authored
-
Martin Panter authored
-
Martin Panter authored
-
Martin Panter authored
-
Martin Panter authored
-
Martin Panter authored
-
Martin Panter authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
- 28 Jan, 2017 1 commit
-
-
INADA Naoki authored
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 Jan, 2017 5 commits
-
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Vinay Sajip authored
-
- 26 Jan, 2017 2 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
- 25 Jan, 2017 6 commits
-
-
Victor Stinner authored
-
INADA Naoki authored
-
Serhiy Storchaka authored
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 authored
Py_LIMITED_API is not set or set to the value between 0x03050400 and 0x03060000 (not including) or 0x03060100 or higher.
-
Serhiy Storchaka authored
Py_LIMITED_API is not set or set to the value between 0x03050400 and 0x03060000 (not including) or 0x03060100 or higher.
-
Senthil Kumaran authored
Patch contributed by Mariatta Wijaya.
-