- 09 Aug, 2014 1 commit
-
-
Terry Jan Reedy authored
Move BREAK tag configuration to PyShellEditorWindow.
-
- 07 Aug, 2014 2 commits
-
-
Zachary Ware authored
-
Ezio Melotti authored
-
- 06 Aug, 2014 2 commits
-
-
Serhiy Storchaka authored
on 64-bit systems.
-
Serhiy Storchaka authored
when unpickling pickled sqlite3.Row). sqlite3.Row is now initialized in the __new__() method.
-
- 05 Aug, 2014 3 commits
-
-
Vinay Sajip authored
-
Ezio Melotti authored
-
Berker Peksag authored
than 100 headers are read. Patch by Jyrki Pulliainen and Daniel Eriksson.
-
- 04 Aug, 2014 2 commits
-
-
Ezio Melotti authored
#18034: update FAQ to suggest importlib.import_module instead of __import__. Patch by Wouter van Heyst.
-
Terry Jan Reedy authored
a, b in arg lists, and hanging indents for long arg lists.
-
- 03 Aug, 2014 2 commits
-
-
Jason R. Coombs authored
-
Jason R. Coombs authored
Issue #13540: Update references to Action class to match syntax used for other classes in this file.
-
- 02 Aug, 2014 1 commit
-
-
Raymond Hettinger authored
-
- 01 Aug, 2014 1 commit
-
-
doko@ubuntu.com authored
-
- 31 Jul, 2014 1 commit
-
-
Serhiy Storchaka authored
configure options of tkinter.PhotoImage. Added private Tkapp method _createbytearray().
-
- 30 Jul, 2014 2 commits
-
-
Terry Jan Reedy authored
In 2.7, these become leaks and cause test_gc to fail.
-
Serhiy Storchaka authored
-
- 29 Jul, 2014 3 commits
-
-
Victor Stinner authored
-
Robert Jordens authored
-
Dirkjan Ochtman authored
Instead of deferring until runtime. This makes sure we hit the right conditions in dealing with unqualified exec statements. Reviewed by Victor Stinner. Test follows in a later commit.
-
- 28 Jul, 2014 1 commit
-
-
Victor Stinner authored
least two pipes.
-
- 27 Jul, 2014 2 commits
-
-
Terry Jan Reedy authored
Only change 2.7 version. Remove ".keys()" from "x in y.keys()" (leave .keys() elsewhere alone). Change "string.join" to "' '.join" (and string.join(s, ';') to ';'.join(s)). Change spacing to match 3.4 (will later make spacing changes to both).
-
Terry Jan Reedy authored
-
- 26 Jul, 2014 3 commits
-
-
Victor Stinner authored
on closed socket.
-
Victor Stinner authored
-
Charles-François Natali authored
-
- 25 Jul, 2014 5 commits
-
-
Zachary Ware authored
Patch by Zachary Turner.
-
Raymond Hettinger authored
-
Serhiy Storchaka authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
by removing global 'demo'. Refactor and remove duplicate code.
-
- 24 Jul, 2014 5 commits
-
-
Victor Stinner authored
does crash on Mac OS X which uses libedit instead of readline.
-
Victor Stinner authored
socket.error() exceptions with blocking I/O errors: EAGAIN, EALREADY, EINPROGRESS, or EWOULDBLOCK. Initial patch written by Xavier de Gaye.
-
Serhiy Storchaka authored
different type.
-
Victor Stinner authored
terminal to not write the ANSI sequence "\033[1034h" into stdout. This sequence is used on some terminal (ex: TERM=xterm-256color") to enable support of 8 bit characters.
-
Andrew Svetlov authored
-
- 23 Jul, 2014 4 commits
-
-
Terry Jan Reedy authored
-
Zachary Ware authored
and skip test_win32.FunctionCallTestCase.test_SEH when Python was compiled in debug configuration or by a non-MSC compiler.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-