- 13 Jun, 2014 4 commits
-
-
Terry Jan Reedy authored
-
-
Zachary Ware authored
-
Victor Stinner authored
-
- 12 Jun, 2014 3 commits
-
-
Vinay Sajip authored
-
Victor Stinner authored
repr(Handle) is shorter for function: "foo" instead of "<function foo at 0x...>". It now also includes the source of the callback, filename and line number where it was defined, if available. repr(Task) now also includes the current position in the code, filename and line number, if available. If the coroutine (generator) is done, the line number is omitted and "done" is added.
-
Terry Jan Reedy authored
bindings for Idle so Caps Lock does not disable them. Patch by Roger Serwy.
-
- 11 Jun, 2014 5 commits
-
-
Zachary Ware authored
-
Senthil Kumaran authored
-
Larry Hastings authored
-
Vinay Sajip authored
-
Serhiy Storchaka authored
(issues #21677, #21310).
-
- 10 Jun, 2014 5 commits
-
-
Zachary Ware authored
Initial patch by Olive Kilburn.
-
Victor Stinner authored
be empty.
-
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() 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 authored
-
Terry Jan Reedy authored
while still being written to. With no console, this closed Idle. Also add missing import and a few other changes.
-
- 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 3 commits
-
-
R David Murray authored
Patch by Steve Dougherty.
-
R David Murray authored
-
Zachary Ware authored
-