- 19 Feb, 2014 1 commit
-
-
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 8 commits
-
-
Andrew Kuchling authored
-
Andrew Kuchling authored
-
Andrew Kuchling authored
-
Andrew Kuchling authored
-
Benjamin Peterson authored
Patch by Vajrasky Kok.
-
Benjamin Peterson authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
- 14 Feb, 2014 1 commit
-
-
Ned Deily authored
-
- 13 Feb, 2014 2 commits
-
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
variables names and values.
-
- 12 Feb, 2014 3 commits
-
-
Serhiy Storchaka authored
Based on patch by Stephen Tu.
-
Serhiy Storchaka authored
This silences a Coverity complain.
-
Ned Deily authored
to the internal Mac/README file.
-
- 11 Feb, 2014 3 commits
-
-
Benjamin Peterson authored
-
Serhiy Storchaka authored
on Windows if source name ends with os.altsep.
-
Benjamin Peterson authored
-
- 10 Feb, 2014 4 commits
-
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Serhiy Storchaka authored
_active shouldn't be cached, it set to None on shutdown.
-
- 09 Feb, 2014 3 commits
-
-
Serhiy Storchaka authored
-
Georg Brandl authored
-
Georg Brandl authored
-
- 08 Feb, 2014 3 commits
-
-
R David Murray authored
This is more RFC compliant (see issue) and fixes a problem with signature verifiers rejecting the part when signed. There is some amount of backward compatibility concern here since it changes the output, but the RFC issue coupled with fixing the problem with signature verifiers seems worth the small risk of breaking code that depends on the current incorrect output.
-
Senthil Kumaran authored
Addressing #issue 20529
-
Antoine Pitrou authored
Issue #20540: Fix a performance regression (vs. Python 3.2) when layering a multiprocessing Connection over a TCP socket. For small payloads, Nagle's algorithm would introduce idle delays before the entire transmission of a message.
-