index
:
delta/python-packages/apscheduler.git
2.1
3.0
3.x
cron-dst-fix
jitterfix
master
pre-commit-ci-update-config
upgrade-tzlocal
github.com: agronholm/apscheduler.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
test_job.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Allow Job to be weak-referenced (#470)
Bar Harel
2021-01-11
1
-0
/
+10
*
Fixed @scheduled_job not playing nice with persistent job stores (fixes #150)
Alex Grönholm
2016-11-06
1
-3
/
+2
*
Fixed flake8 complaints
Alex Grönholm
2016-01-22
1
-1
/
+3
*
Improved PEP 8 and PEP 257 compliancy
Alex Grönholm
2015-12-11
1
-27
/
+22
*
Removed unused import
Alex Grönholm
2015-03-09
1
-1
/
+0
*
Fixed str(job) or unicode(job) raising an exception for pending jobs (fixes #67)
Alex Grönholm
2015-03-09
1
-12
/
+19
*
Fixed falsely passing tests and the bugs they uncovered in BaseScheduler
Alex Grönholm
2014-07-01
1
-5
/
+5
*
Handle naive datetimes passed as next_run_time
Brendan McCollam
2014-06-27
1
-1
/
+1
*
Defer replacing undefined options with defaults until the job is really sched...
Alex Grönholm
2014-06-18
1
-2
/
+0
*
Overhauled the tests for Job class
Alex Grönholm
2014-05-30
1
-87
/
+225
*
Tweaked the scheduler and job stores API and added the reschedule_job() method
Alex Grönholm
2014-05-30
1
-3
/
+3
*
Removed job run counting and the max_runs options since they could not be rel...
Alex Grönholm
2014-05-28
1
-4
/
+2
*
Forgot to commit test_job after renaming Job.get_run_times
Alex Grönholm
2014-05-26
1
-3
/
+3
*
Fixed Py3 unicode issue
Alex Grönholm
2014-05-26
1
-1
/
+1
*
Removed the JobHandle class
Alex Grönholm
2014-05-26
1
-71
/
+22
*
Fixed timezone handling bugs uncovered by the latest pytz update
Alex Grönholm
2014-05-19
1
-4
/
+4
*
Replaced python-dateutil with pytz and tzlocal because dateutil can't handle ...
Alex Grönholm
2014-05-19
1
-3
/
+3
*
Made the flake8 tests cover the "tests" directory as well and fixed the probl...
Alex Grönholm
2014-04-21
1
-1
/
+1
*
Used inspect.signature() to check arguments to otherwise uninspectable callables
Alex Grönholm
2014-04-21
1
-2
/
+13
*
Use non-ascii strings as id and name in the job defaults to catch unicode pro...
Alex Grönholm
2014-04-12
1
-9
/
+24
*
Made the timezone argument optional again where possible
Alex Grönholm
2014-04-06
1
-1
/
+1
*
Test cleanups and test suite configuration improvements
Alex Grönholm
2014-04-06
1
-35
/
+19
*
Replaced the thread pool with a pluggable executor system
Alex Grönholm
2014-04-06
1
-30
/
+9
*
Py3k and other minor fixes and cleanups
Alex Grönholm
2014-04-02
1
-3
/
+6
*
Changed the syntax for adding a new job
Alex Grönholm
2014-04-01
1
-18
/
+27
*
Removed the Job.compute_next_run_time() method
Alex Grönholm
2014-03-10
1
-20
/
+2
*
Enabled proper modification of the job's callable
Alex Grönholm
2014-03-09
1
-2
/
+2
*
Modified JobHandle to use the job state when looking up Job attributes
Alex Grönholm
2014-03-09
1
-8
/
+59
*
Return JobHandles instead of Jobs from the scheduler's public methods
Alex Grönholm
2014-03-09
1
-36
/
+37
*
Removed the NoSchedulerAttachedError exception
Alex Grönholm
2014-03-09
1
-4
/
+1
*
Added the remove() method to Job
Alex Grönholm
2014-03-09
1
-1
/
+26
*
Overhauled the job store system and ditched ShelveJobStore and RedisJobStore ...
Alex Grönholm
2014-03-09
1
-14
/
+10
*
PEP-8 fixes and testing improvements
Alex Grönholm
2014-01-20
1
-8
/
+8
*
Migrated from nose to py.test
Alex Grönholm
2014-01-20
1
-0
/
+131