- 07 Oct, 2014 4 commits
-
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
TODOs (mostly to do after add tests), and make a few other changes.
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
- 06 Oct, 2014 21 commits
-
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
Remove the advice to never use relative imports; it is a leftover from 2.x implicit relative imports. Remove the advice to locally import modules in __init__, it is a strange practice. Remove the advice to use "from ... import *" with some modules.
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
Clean up the docs of PyObject_IsSubclass and PyObject_IsInstance, and mention that they call the PEP 3119 methods.
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
- 05 Oct, 2014 13 commits
-
-
Antoine Pitrou authored
-
Antoine Pitrou authored
Patch by Geert Jansen.
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
R David Murray authored
Some time ago we changed the docs to consistently use the term 'bytes-like object' in all the contexts where bytes, bytearray, memoryview, etc are used. This patch (by Ezio Melotti) completes that work by changing the error messages that previously reported that certain types did "not support the buffer interface" to instead say that a bytes-like object is required. (The glossary entry for bytes-like object references the discussion of the buffer protocol in the docs.)
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
* Don't call the garbage collector with an exception set: it causes an assertion to fail in debug mode. * Enhance also error handling if allocating an array for the executable list failed. * Add an unit test for 4 different errors in the _posixsubprocess module.
-
Victor Stinner authored
* Don't call the garbage collector with an exception set: it causes an assertion to fail in debug mode. * Enhance also error handling if allocating an array for the executable list failed. * Add an unit test for 4 different errors in the _posixsubprocess module.
-
Georg Brandl authored
-
Georg Brandl authored
-
Antoine Pitrou authored
-
- 04 Oct, 2014 2 commits
-
-
R David Murray authored
-
R David Murray authored
Original patch by Erik Johansson, slightly updated by Meador Inge.
-