- 09 Jun, 2014 4 commits
-
-
R David Murray authored
Patch by Milan Oberkirch.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Nick Coghlan authored
-
- 08 Jun, 2014 5 commits
-
-
Zachary Ware authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
Patch by Saimadhav Heblikar. (2 head merge)
-
Benjamin Peterson authored
Original patch by Amaury Forgeot d'Arc with a test by bdettmer.
-
Benjamin Peterson authored
Patch by Amandine Lee.
-
- 07 Jun, 2014 8 commits
-
-
Benjamin Peterson authored
Patch by Víctor Terrón.
-
Benjamin Peterson authored
Patch by Skyler Leigh Amador.
-
Benjamin Peterson authored
Patch by εσχατοκυριος.
-
Benjamin Peterson authored
Patch by Katherine Busch.
-
Benjamin Peterson authored
-
Nick Coghlan authored
-
Nick Coghlan authored
-
Terry Jan Reedy authored
Patch by Saimadhav Heblikar.
-
- 06 Jun, 2014 3 commits
-
-
Terry Jan Reedy authored
Subclass TextViewer to add mock methods instead of monkey-patching it.
-
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 6 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
-