- 01 Feb, 2017 13 commits
-
-
Guido van Rossum authored
-
Victor Stinner authored
Issue #29367. On Python 2, __init__ name is render as u'__init__'.
-
Victor Stinner authored
Rename also "l" argument to "nargs".
-
Victor Stinner authored
Issue #29318: Caller and callee functions must not share the dictionary: kwargs must be copied.
-
Victor Stinner authored
Issue #29367. Use two break points to prevent breakpoint during Python initialization.
-
Victor Stinner authored
Issue #29367: python-gdb.py now supports also method-wrapper (wrapperobject) objects.
-
doko@ubuntu.com authored
-
doko@ubuntu.com authored
-
doko@ubuntu.com authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
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 1 commit
-
-
Vinay Sajip authored
-