- 16 Ock, 2014 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
requires them. Disable executable bits and shebang lines in test and benchmark files in order to prevent using a random system python, and in source files of modules which don't provide command line interface. Fixed shebang line to use python3 executable in the unittestgui script.
-
- 14 Tem, 2013 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 13 Haz, 2013 1 kayıt (commit)
-
-
Brett Cannon yazdı
instead of manually listing tests for test.support.run_unittest().
-
- 08 Ock, 2013 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 29 Ara, 2012 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
other threads.
-
- 16 Şub, 2012 1 kayıt (commit)
-
-
Charles-François Natali yazdı
-
- 14 Ara, 2011 1 kayıt (commit)
-
-
Giampaolo Rodola yazdı
Fix #13449: add 'blocking' parameter to sched.scheduler.run() so that the scheduler can be used in non-blocking applications
-
- 26 Kas, 2011 1 kayıt (commit)
-
-
Giampaolo Rodola yazdı
sched.py: fix test_queue by making sure that queue property returns an orderd list of upcoming events
-
- 22 Kas, 2011 1 kayıt (commit)
-
-
Giampaolo Rodola yazdı
sched.scheduler class constructor's timefunc and delayfunct parameters are now optional. scheduler.enter and scheduler.enterabs methods gained a new kwargs parameter. Patch contributed by Matt Mulsow.
-
- 04 Agu, 2010 1 kayıt (commit)
-
-
Giampaolo Rodolà yazdı
-