- 25 Feb, 2014 1 commit
-
-
Serhiy Storchaka authored
-
- 24 Feb, 2014 9 commits
-
-
R David Murray authored
-
R David Murray authored
Patch by Sean Rodman.
-
Ezio Melotti 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.
-
Serhiy Storchaka authored
Patch by Arfrever Frehtes Taifersar Arahesis.
-
Georg Brandl authored
-
Georg Brandl authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
Original patches by A. Kuchling and G. Rees (#12691).
-
- 23 Feb, 2014 2 commits
-
-
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
-
- 09 Feb, 2014 1 commit
-
-
Victor Stinner authored
The decoder does not support partial decoding yet for this code page.
-
- 23 Feb, 2014 2 commits
-
-
Georg Brandl authored
-
Terry Jan Reedy authored
-
- 20 Feb, 2014 5 commits
-
-
Zachary Ware authored
when compiled with VS 2010 or above. Initial patch by Tabrez Mohammed.
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
- 19 Feb, 2014 4 commits
-
-
Serhiy Storchaka authored
-
Zachary Ware authored
exception raised by sys.exit is None when no code is given. As suggested by Serhiy Storchaka.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
Tkinter widgets to work in wantobjects=True mode.
-
- 18 Feb, 2014 4 commits
-
-
Victor Stinner authored
OSError(22, 'Invalid argument') when writing input data into stdin, whereas the process already exited.
-
Zachary Ware authored
-
Zachary Ware authored
and to modernize. Patch by Gareth Rees.
-
Terry Jan Reedy authored
Patch based on lines from Georg Brandl, Eric Snow, and Gareth Rees.
-
- 17 Feb, 2014 2 commits
-
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
Replace it with correct logic that raises ValueError for bad input. Issues #8478 and #12691 reported the incorrect logic. Add an Untokenize test case and an initial test method.
-
- 16 Feb, 2014 6 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Andrew Kuchling authored
-
Andrew Kuchling authored
-
- 15 Feb, 2014 4 commits
-
-
Andrew Kuchling authored
-
Andrew Kuchling authored
-
Andrew Kuchling authored
-
Andrew Kuchling authored
-