- 07 Aug, 2016 2 commits
-
-
Gregory P. Smith authored
subclasses of property() and other data descriptors. Removes the never publicly used, never documented unittest.mock.DescriptorTypes tuple.
-
Gregory P. Smith authored
for subclasses of property() and other data descriptors.
-
- 06 Aug, 2016 9 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Serhiy Storchaka authored
as path in compile() and similar functions is now deprecated.
-
Serhiy Storchaka authored
as paths in os functions is now deprecated.
-
Berker Peksag authored
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Berker Peksag authored
-
Berker Peksag authored
Initial patch by py.user.
-
- 05 Aug, 2016 9 commits
-
-
Ethan Furman authored
-
Ethan Furman authored
Clarify NotImplemented vs NotImplementedError. Initial patch by Emmanuel Barry. Closes issue 27242.
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Martin Panter authored
-
- 04 Aug, 2016 12 commits
-
-
Zachary Ware authored
-
Zachary Ware authored
Reported by Linda Pescatore on docs@.
-
Berker Peksag authored
-
Berker Peksag authored
-
Berker Peksag authored
-
Berker Peksag authored
-
Martin Panter authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Martin Panter authored
The conflict occurs with Min GW, which already defines REPARSE_DATA_BUFFER. Also, Min GW uses a lowercase <windows.h> filename.
-
Martin Panter authored
-
Martin Panter authored
-
- 03 Aug, 2016 8 commits
-
-
Donald Stufft authored
-
Donald Stufft authored
-
Donald Stufft authored
-
Donald Stufft authored
-
Martin Panter authored
-
Berker Peksag authored
-
Berker Peksag authored
Since PEP 3123, PyObject_HEAD only has one field named ob_base. Users now need to use the Py_TYPE macro instead of self->ob_type. Initial patch by Ammar Askar.
-
Stefan Krah authored
-