- 18 Sep, 2015 7 commits
-
-
Victor Stinner authored
* test_eintr: support verbose mode, don't redirect eintr_tester output into a pipe * eintr_tester: replace os.fork() with subprocess to have a cleaner child process (ex: don't inherit setitimer()) * eintr_tester: kill the process if the unit test fails * test_open/test_os_open(): write support.PIPE_MAX_SIZE bytes instead of support.PIPE_MAX_SIZE*3 bytes
-
Victor Stinner authored
import_init() imports the "_imp" module, not the "imp" module.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
format_stack(), and extract_stack() called without arguments.
-
Serhiy Storchaka authored
format_stack(), and extract_stack() called without arguments.
-
Ethan Furman authored
-
Ethan Furman authored
-
- 16 Sep, 2015 1 commit
-
-
Yury Selivanov authored
-
- 15 Sep, 2015 6 commits
-
-
Victor Stinner authored
ProactorEventLoop now supports SSL.
-
Berker Peksag authored
-
Berker Peksag authored
Reported by Jakub Wilk.
-
Berker Peksag authored
Reported by Jakub Wilk.
-
Berker Peksag authored
-
Victor Stinner authored
Add an unit test on os.waitpid()
-
- 14 Sep, 2015 2 commits
-
-
Victor Stinner authored
-
Victor Stinner authored
Fix the regex to support the version 7.10: minor version with two digits
-
- 13 Sep, 2015 20 commits
-
-
Steve Dower authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Yury Selivanov authored
-
Yury Selivanov authored
-
Yury Selivanov authored
Patch by me and Elvis Pranskevichus
-
Larry Hastings authored
-
Larry Hastings authored
-
Yury Selivanov authored
-
Yury Selivanov authored
-
Serhiy Storchaka authored
-
Yury Selivanov authored
(we'll make a couple more commits tomorrow before release)
-
Yury Selivanov authored
-
Yury Selivanov authored
-
Yury Selivanov authored
-
Yury Selivanov authored
-
Yury Selivanov authored
Patch by Elvis Pranskevichus
-
Benjamin Peterson authored
-
Benjamin Peterson authored
Patch by TAKASE Arihiro.
-
- 12 Sep, 2015 4 commits
-
-
Yury Selivanov authored
-
Yury Selivanov authored
Patch by Elvis Praskevichus. (+ issue #25070)
-
Yury Selivanov authored
Patch by Elvis Pranskevichus
-
Larry Hastings authored
-