- 27 Feb, 2014 3 commits
-
-
Antoine Pitrou authored
Issue #20791: copy.copy() now doesn't make a copy when the input is a bytes object. Initial patch by Peter Otten.
-
Benjamin Peterson authored
-
Benjamin Peterson authored
Patch by Berker Peksag.
-
- 26 Feb, 2014 13 commits
-
-
Brett Cannon authored
PathEntryFinder instances which only define find_module(). Reported by Yukihiro Nakadaira.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Zachary Ware authored
-
Zachary Ware authored
The signature and description of PyException_SetCause now use "cause" rather than "ctx" to match the code.
-
Victor Stinner authored
For example: "finish_recv", not just "finish".
-
Zachary Ware authored
-
Zachary Ware authored
-
Victor Stinner authored
assert methods in coroutines. It also simplify merges from Tulip to Trollius (Python 2 does not support non local variables).
-
Victor Stinner authored
-
Victor Stinner authored
Use "from unittest import mock". It should simplify my work to merge new tests in Trollius, because Trollius uses "mock" backport for Python 2.
-
Gregory P. Smith authored
-
Gregory P. Smith authored
This bug was of the major reasons for the release.
-
- 25 Feb, 2014 8 commits
-
-
R David Murray authored
Adding missing docs for DynamicClassAttribute by copying the docstring. The doc entry could stand some expansion, which I will note on the issue.
-
R David Murray authored
-
Antoine Pitrou authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
R David Murray authored
-
R David Murray authored
-
R David Murray authored
Jason doced the change in the constructor *method* description, but not the description of Request.method, so I added the change there as well.
-
- 24 Feb, 2014 16 commits
-
-
Guido van Rossum authored
-
R David Murray authored
Also some fixups in the docs.
-
R David Murray authored
Also fix issue number in address sanity check entry.
-
R David Murray authored
-
R David Murray authored
-
R David Murray authored
-
R David Murray authored
Including the subsequent line re-wrapping.
-
R David Murray authored
-
R David Murray authored
Patch by Sean Rodman.
-
Ezio Melotti authored
-
Ezio Melotti authored
-
R David Murray authored
-
R David Murray authored
-
R David Murray authored
-
R David Murray authored
-
Serhiy Storchaka authored
-