- 06 Jun, 2014 2 commits
-
-
Zachary Ware authored
-
Zachary Ware authored
-
- 05 Jun, 2014 12 commits
-
-
R David Murray authored
Patch by Steve Dougherty.
-
R David Murray authored
-
Zachary Ware authored
-
Zachary Ware authored
-
Zachary Ware authored
-
Zachary Ware authored
- Nix the 'noxp' option, it was for Win2k compatibility (which was dropped with Python 3.3) and made default ttk ugly on post-Win2k systems (#21665) - Use 'OPTS=symbols' instead of 'DEBUG=1'; symbols is the official method - Use core, shell, dlls, install-binaries, and install-libraries targets instead of all and install to avoid trying to 1) build packages that don't work with MSVC 10+ and 2) install unnecessary bits and pieces.
-
Victor Stinner authored
-
Vinay Sajip authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
- 04 Jun, 2014 2 commits
-
-
Barry Warsaw authored
-
Terry Jan Reedy authored
-
- 03 Jun, 2014 10 commits
-
-
Victor Stinner authored
Before, regrtest failed to remove the temporary test directory because the process was still running in this directory.
-
Victor Stinner authored
Patch written by Claudiu Popa.
-
Victor Stinner authored
-
Victor Stinner authored
Close the listening socket if sock.bind() raises an exception.
-
Victor Stinner authored
Fix ResourceWarning: create_connection(), create_datagram_endpoint() and create_unix_server() methods of event loop now close the newly created socket on error.
-
Vinay Sajip authored
-
Zachary Ware authored
-
Senthil Kumaran authored
Fix issue #21641: Close the socket before raising the SMTPResponseException. Fixes the ResourceWarning in the test run. Patch by Claudiu.Popa.
-
Senthil Kumaran authored
Patch contributed by Auke Willem Oosterhoff.
-
Terry Jan Reedy authored
-
- 02 Jun, 2014 10 commits
-
-
Victor Stinner authored
Kok.
-
Zachary Ware authored
This changeset also includes cleanup allowed by this behavior change.
-
Victor Stinner authored
does not crash.
-
Victor Stinner authored
-
Serhiy Storchaka authored
bbox(), curselection() and get().
-
Zachary Ware authored
-
Serhiy Storchaka authored
Based on patch by Guilherme Polo.
-
Victor Stinner authored
Patch written by Claudiu Popa.
-
Victor Stinner authored
division to benchmark integers instead of floating point numbers. Set pystone version to 1.2. Patch written by Lennart Regebro.
-
Ned Deily authored
Original patch by Thomas Wouters.
-
- 01 Jun, 2014 4 commits
-
-
Vinay Sajip authored
-
Gregory P. Smith authored
when fdescfs is not mounted on /dev/fd.
-
Gregory P. Smith authored
buildbots that the new test_close_fds_when_max_fd_is_lowered test causes. It now leaves 10 more low fd's available.
-
Gregory P. Smith authored
-