- 24 Feb, 2014 21 commits
-
-
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 14 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
-
Antoine Pitrou authored
-
R David Murray authored
Also added the missing documentation for new new option.
-
R David Murray authored
-
R David Murray authored
-
R David Murray authored
-
R David Murray authored
Also add the missing TextWrapper.shorten method doc.
-
R David Murray authored
Also reflow mmap paragraph.
-
Antoine Pitrou authored
Issue #20637: Key-sharing now also works for instance dictionaries of subclasses. Patch by Peter Ingebretson.
-
Ezio Melotti authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
- 22 Feb, 2014 5 commits
-
-
Martin v. Löwis authored
-
R David Murray authored
-
R David Murray authored
-
R David Murray authored
I'm documenting this new function, but I'm wondering if this will trigger someone to think about whether or not this actually makes sense :)
-
R David Murray authored
-