- 05 Jun, 2014 24 commits
-
-
R David Murray authored
-
R David Murray authored
-
Zachary Ware authored
-
Zachary Ware authored
-
Zachary Ware authored
-
Zachary Ware authored
-
Zachary Ware authored
-
Zachary Ware authored
-
Zachary Ware authored
That option had been for Win2k compatibility (which was dropped with Python 3.3) and makes default ttk ugly on post-Win2k systems.
-
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
-
Victor Stinner authored
-
Victor Stinner authored
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
- 04 Jun, 2014 5 commits
-
-
Guido van Rossum authored
-
Barry Warsaw authored
-
Barry Warsaw authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
- 03 Jun, 2014 11 commits
-
-
Victor Stinner authored
Add BaseEventLoop._closed attribute and use it to check if the event loop was closed or not, instead of checking different attributes in each subclass of BaseEventLoop. run_forever() and run_until_complete() now raises a RuntimeError('Event loop is closed') exception if the event loop was closed. BaseProactorEventLoop.close() now also cancels "accept futures".
-
Victor Stinner authored
Before, regrtest failed to remove the temporary test directory because the process was still running in this directory.
-
Victor Stinner authored
Before, regrtest failed to remove the temporary test directory because the process was still running in this directory.
-
Victor Stinner authored
Windows. Patch written by Claudiu Popa.
-
Victor Stinner authored
Patch written by Claudiu Popa.
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
* Make sure that socketpair() close sockets on error. Close the listening socket if sock.bind() raises an exception. * asyncio now closes sockets on errors. Fix ResourceWarning: create_connection(), create_datagram_endpoint() and create_unix_server() methods of event loop now close the newly created socket on error.
-
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.
-
Victor Stinner authored
offsetof() is used directly in many other .c files without any issue.
-