- 26 Feb, 2014 4 commits
-
-
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 28 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
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
str.encode, bytes.decode and bytearray.decode now use an internal API to throw LookupError for known non-text encodings, rather than attempting the encoding or decoding operation and then throwing a TypeError for an unexpected output type. The latter mechanism remains in place for third party non-text encodings. Backported changeset d68df99d7a57.
-
Victor Stinner authored
-
Victor Stinner authored
-
Serhiy Storchaka authored
Patch by Arfrever Frehtes Taifersar Arahesis.
-
Serhiy Storchaka authored
Patch by Arfrever Frehtes Taifersar Arahesis.
-
Serhiy Storchaka authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-