- 25 Feb, 2014 3 commits
-
-
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 34 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
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
Original patches by A. Kuchling and G. Rees (#12691).
-
R David Murray authored
-
R David Murray authored
-
R David Murray authored
-
R David Murray authored
-
- 23 Feb, 2014 3 commits
-
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
constructed examples and all but 7 of the test/test_*.py files (run with -ucpu) pass. Remove those that fail the new test from the selection list. Patch partly based on patches by G. Brandl (#8478) and G. Rees (#12691).
-
Antoine Pitrou authored
-