- 27 Şub, 2014 1 kayıt (commit)
-
-
R David Murray yazdı
I had incorrectly added back the shorten method when I initially made the whatsnew entry, but the shorten function docs were not correct according to the code. I also improved the wording in general.
-
- 26 Şub, 2014 5 kayıt (commit)
-
-
R David Murray yazdı
-
R David Murray yazdı
That is: one paragraph per feature.
-
R David Murray yazdı
-
R David Murray yazdı
-
R David Murray yazdı
-
- 27 Şub, 2014 3 kayıt (commit)
-
-
Antoine Pitrou yazdı
Issue #20791: copy.copy() now doesn't make a copy when the input is a bytes object. Initial patch by Peter Otten.
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
Patch by Berker Peksag.
-
- 26 Şub, 2014 13 kayıt (commit)
-
-
Brett Cannon yazdı
PathEntryFinder instances which only define find_module(). Reported by Yukihiro Nakadaira.
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Zachary Ware yazdı
-
Zachary Ware yazdı
The signature and description of PyException_SetCause now use "cause" rather than "ctx" to match the code.
-
Victor Stinner yazdı
For example: "finish_recv", not just "finish".
-
Zachary Ware yazdı
-
Zachary Ware yazdı
-
Victor Stinner yazdı
assert methods in coroutines. It also simplify merges from Tulip to Trollius (Python 2 does not support non local variables).
-
Victor Stinner yazdı
-
Victor Stinner yazdı
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 yazdı
-
Gregory P. Smith yazdı
This bug was of the major reasons for the release.
-
- 25 Şub, 2014 8 kayıt (commit)
-
-
R David Murray yazdı
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 yazdı
-
Antoine Pitrou yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
R David Murray yazdı
-
R David Murray yazdı
-
R David Murray yazdı
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 Şub, 2014 10 kayıt (commit)
-
-
Guido van Rossum yazdı
-
R David Murray yazdı
Also some fixups in the docs.
-
R David Murray yazdı
Also fix issue number in address sanity check entry.
-
R David Murray yazdı
-
R David Murray yazdı
-
R David Murray yazdı
-
R David Murray yazdı
Including the subsequent line re-wrapping.
-
R David Murray yazdı
-
R David Murray yazdı
Patch by Sean Rodman.
-
Ezio Melotti yazdı
-