- 08 Oct, 2014 6 commits
-
-
Steve Dower authored
-
Berker Peksag authored
The correct parameter name is "fp", not "file".
-
Berker Peksag authored
The correct parameter name is "fp", not "file".
-
Larry Hastings authored
-
Larry Hastings authored
-
Larry Hastings authored
-
- 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 24 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
-
Larry Hastings authored
-
Larry Hastings authored
-
Larry Hastings authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
- 05 Oct, 2014 6 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
-