- 07 Jul, 2014 3 commits
-
-
Zachary Ware authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
representations (on mips and m68k platforms).
-
- 06 Jul, 2014 2 commits
-
-
Ned Deily authored
due to possible uninitialized _config_vars. Original patch by Alex Gaynor.
-
Ezio Melotti authored
-
- 05 Jul, 2014 1 commit
-
-
Benjamin Peterson authored
-
- 03 Jul, 2014 1 commit
-
-
Zachary Ware authored
When ``None`` was passed as a ``REG_BINARY`` value to SetValueEx, PyMem_DEL was called on an uninitialized buffer. Patch by John Ehresman. (Also an incidental typo fix in a comment in test_winreg)
-
- 02 Jul, 2014 4 commits
-
-
Raymond Hettinger authored
-
Victor Stinner authored
it ignored I/O errors if at least the first C call read() succeed.
-
Berker Peksag authored
Backport of issue #16611.
-
Terry Jan Reedy authored
-
- 01 Jul, 2014 4 commits
-
-
Terry Jan Reedy authored
-
Zachary Ware authored
The 2.7 tutorial introduction now matches the 3.x introduction as rewritten by Ezio Melotti, with appropriate changes for 2.x.
-
Terry Jan Reedy authored
to remove duplication and return info for tests. Rewrite corresponding tests. Test_create_option_buttons was not testing anything because of buggy comparisons. Use Python subscripting to get widget options.
-
Terry Jan Reedy authored
-
- 30 Jun, 2014 7 commits
-
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
moving them to the module's main function.
-
Ned Deily authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
- 29 Jun, 2014 2 commits
-
-
Benjamin Peterson authored
Patch from Vladimir Iofik.
-
Benjamin Peterson authored
Patch from Vladimir Iofik.
-
- 28 Jun, 2014 2 commits
-
-
Jesus Cea authored
-
Berker Peksag authored
-
- 27 Jun, 2014 2 commits
-
-
Ned Deily authored
-
Benjamin Peterson authored
-
- 26 Jun, 2014 3 commits
-
-
Berker Peksag authored
-
Raymond Hettinger authored
-
Terry Jan Reedy authored
move two functions next to the functions that use them.
-
- 25 Jun, 2014 8 commits
-
-
Ned Deily authored
-
Ned Deily authored
-
Serhiy Storchaka authored
files closing. Patch by Claudiu Popa.
-
Jesus Cea authored
-
Vinay Sajip authored
-
Raymond Hettinger authored
Issue #19145: Fix handling of negative values for a "times" keyword argument to itertools.repeat()> (Patch contributed by Vajrasky Kok.)
-
Terry Jan Reedy authored
fit in the default width of the text window (45 chars).
-
Raymond Hettinger authored
-
- 24 Jun, 2014 1 commit
-
-
R David Murray authored
Windows was seeing the 'GET' generated by these tests as invalid and forcibly closing the socket, causing the test to fail. Patch by Jeff Allen.
-