- 02 Jul, 2014 2 commits
-
-
Zachary Ware authored
-
Zachary Ware authored
-
- 01 Jul, 2014 20 commits
-
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Victor Stinner authored
parameters
-
Victor Stinner authored
-
Victor Stinner authored
parsing parameters
-
Victor Stinner authored
-
Victor Stinner authored
parameters. ssl.RAND_add() now supports strings longer than 2 GB.
-
Victor Stinner authored
ssl.RAND_add() now supports strings longer than 2 GB.
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
to format C size_t, because %zi/%u is not supported on all platforms.
-
Victor Stinner authored
size_t, because %zi/%u is not supported on all platforms.
-
Ned Deily authored
-
Ned Deily authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
to remove duplication and return info for tests. Rewrite corresponding tests. Test_create_option_buttons was not testing anything because of buggy comparisons. Use Python subscripting to get widget options.
-
Berker Peksag authored
-
Berker Peksag authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
- 30 Jun, 2014 14 commits
-
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
either deleting or moving to the module's main function.
-
Victor Stinner authored
test_utils.run_briefly() don't log the "destroy pending task" message anymore. The log is redundant for run_until_complete() and useless in run_briefly().
-
Victor Stinner authored
don't log the "destroy pending task" message anymore. The log is redundant for run_until_complete() and useless in run_briefly().
-
Victor Stinner authored
- Sort imports - Simplify/optimize iscoroutine(). Inline inspect.isgenerator(obj): replace it with isinstance(obj, types.GeneratorType) - CoroWrapper: check at runtime if Python has the yield-from bug #21209. If Python has the bug, check if CoroWrapper.send() was called by yield-from to decide if parameters must be unpacked or not. - Fix "Task was destroyed but it is pending!" warning in test_task_source_traceback()
-
Victor Stinner authored
- Sort imports - Simplify/optimize iscoroutine(). Inline inspect.isgenerator(obj): replace it with isinstance(obj, types.GeneratorType) - CoroWrapper: check at runtime if Python has the yield-from bug #21209. If Python has the bug, check if CoroWrapper.send() was called by yield-from to decide if parameters must be unpacked or not. - Fix "Task was destroyed but it is pending!" warning in test_task_source_traceback()
-
Victor Stinner authored
debug
-
Berker Peksag authored
Reported by Krishna Kumar Thakur on docs@.
-
Berker Peksag authored
Reported by Krishna Kumar Thakur on docs@.
-
Ned Deily authored
-
Ned Deily authored
-
Berker Peksag authored
-
Berker Peksag authored
-
Antoine Pitrou authored
-
- 29 Jun, 2014 4 commits
-
-
Stefan Krah authored
-
Stefan Krah authored
getbufferproc().
-
Alexander Belopolsky authored
* makes test_trace tests restore the tracefunc after they run * write_results() in trace module will not terminate if lnotab cannot be found.
-
Berker Peksag authored
-