- 20 Dec, 2014 2 commits
-
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
- 19 Dec, 2014 7 commits
-
-
Barry Warsaw authored
-
Barry Warsaw authored
-
Barry Warsaw authored
-
Barry Warsaw authored
-
Barry Warsaw authored
-
Victor Stinner authored
-
Victor Stinner authored
future
-
- 18 Dec, 2014 6 commits
-
-
Victor Stinner authored
-
Victor Stinner authored
* Fix a race condition in BaseSubprocessTransport._try_finish(). If the process exited before the _post_init() method was called, scheduling the call to _call_connection_lost() with call_soon() is wrong: connection_made() must be called before connection_lost(). Reuse the BaseSubprocessTransport._call() method to schedule the call to _call_connection_lost() to ensure that connection_made() and connection_lost() are called in the correct order. * Add repr(PipeHandle) * Fix typo
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
has no event loop even if assertions are disabled.
-
- 17 Dec, 2014 8 commits
-
-
Steve Dower authored
-
Steve Dower authored
This is to keep buildbots running while we figure out the best long-term fix.
-
Steve Dower authored
-
Berker Peksag authored
"Python" has 6 characters, not 7. Reported by Ross Burnett.
-
Berker Peksag authored
"Python" has 6 characters, not 7. Reported by Ross Burnett.
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Victor Stinner authored
-
- 16 Dec, 2014 10 commits
-
-
Serhiy Storchaka authored
opcode if possible.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
produce more compact result and no longer produces invalid output if input data contains MEMOIZE opcodes together with PUT or BINPUT opcodes.
-
Serhiy Storchaka authored
produce more compact result and no longer produces invalid output if input data contains MEMOIZE opcodes together with PUT or BINPUT opcodes.
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
configuration dialog. Patch by Tal Einat.
-
Steve Dower authored
-
Steve Dower authored
-
Steve Dower authored
-
- 15 Dec, 2014 7 commits
-
-
Steve Dower authored
-
Zachary Ware authored
-
Zachary Ware authored
-
Zachary Ware authored
-
Zachary Ware authored
-
Zachary Ware authored
- new file dialogs on Vista+ - tclWinTime.c was cleaned up a bit, and no longer uses 'timezone' (which is now _timezone in VS2015, so we get to avoid patching that file). - rules.vc is patched in both Tcl and Tk sources to allow building with VS2015
-
Zachary Ware authored
-