- 10 Haz, 2014 5 kayıt (commit)
-
-
Zachary Ware yazdı
Initial patch by Olive Kilburn.
-
Victor Stinner yazdı
be empty.
-
Victor Stinner yazdı
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() methods now raise a RuntimeError('Event loop is closed') exception if the event loop was closed. BaseProactorEventLoop.close() now also cancels "accept futures".
-
Victor Stinner yazdı
-
Terry Jan Reedy yazdı
while still being written to. With no console, this closed Idle. Also add missing import and a few other changes.
-
- 09 Haz, 2014 4 kayıt (commit)
-
-
R David Murray yazdı
Patch by Milan Oberkirch.
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Nick Coghlan yazdı
-
- 08 Haz, 2014 5 kayıt (commit)
-
-
Zachary Ware yazdı
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
Patch by Saimadhav Heblikar. (2 head merge)
-
Benjamin Peterson yazdı
Original patch by Amaury Forgeot d'Arc with a test by bdettmer.
-
Benjamin Peterson yazdı
Patch by Amandine Lee.
-
- 07 Haz, 2014 8 kayıt (commit)
-
-
Benjamin Peterson yazdı
Patch by Víctor Terrón.
-
Benjamin Peterson yazdı
Patch by Skyler Leigh Amador.
-
Benjamin Peterson yazdı
Patch by εσχατοκυριος.
-
Benjamin Peterson yazdı
Patch by Katherine Busch.
-
Benjamin Peterson yazdı
-
Nick Coghlan yazdı
-
Nick Coghlan yazdı
-
Terry Jan Reedy yazdı
Patch by Saimadhav Heblikar.
-
- 06 Haz, 2014 3 kayıt (commit)
-
-
Terry Jan Reedy yazdı
Subclass TextViewer to add mock methods instead of monkey-patching it.
-
Zachary Ware yazdı
-
Zachary Ware yazdı
-
- 05 Haz, 2014 12 kayıt (commit)
-
-
R David Murray yazdı
Patch by Steve Dougherty.
-
R David Murray yazdı
-
Zachary Ware yazdı
-
Zachary Ware yazdı
-
Zachary Ware yazdı
-
Zachary Ware yazdı
- 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 yazdı
-
Vinay Sajip yazdı
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
-
- 04 Haz, 2014 2 kayıt (commit)
-
-
Barry Warsaw yazdı
-
Terry Jan Reedy yazdı
-
- 03 Haz, 2014 1 kayıt (commit)
-
-
Victor Stinner yazdı
Before, regrtest failed to remove the temporary test directory because the process was still running in this directory.
-