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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added support for scheduling callables by textual references
Alex Grönholm
2013-03-03
2
-10
/
+5
*
Fixed PEP 8 issues
Alex Grönholm
2012-09-04
5
-19
/
+32
*
Added Redis job store
Alex Grönholm
2012-08-12
2
-1
/
+50
*
Added support for the __qualname__ attribute in Python 3.3
Alex Grönholm
2012-04-01
1
-0
/
+13
*
Minor cleanups
Alex Grönholm
2012-04-01
6
-15
/
+22
*
Fixed tests and LastDayOfMonthExpression representation
rcaselli
2012-03-02
2
-5
/
+5
*
Modified 'L' to 'last' in LastDayOfMonthExpression and added tests
rcaselli
2012-03-02
2
-0
/
+17
*
Integrate with None checking loop, change error and add test
Christy O'Reilly
2011-11-16
1
-0
/
+5
*
Fixed tests to match the new output from Scheduler.print_jobs()
Alex Grönholm
2011-07-09
1
-2
/
+2
*
Fixed omitted cron fields getting wrong default values
Alex Grönholm
2011-05-30
1
-1
/
+14
*
Added unit test for scheduling bound methods
Alex Grönholm
2011-05-29
1
-0
/
+15
*
Fixed imports
Alex Grönholm
2011-05-29
1
-3
/
+3
*
Tests don't have to be in a package; fixed test failures due to changes to ge...
Alex Grönholm
2011-05-29
4
-10
/
+9
*
Revamped get_callable_name, obj_to_ref and ref_to_obj to work with a broader ...
Alex Grönholm
2011-05-29
1
-12
/
+19
*
Fixed zero valued fields in cron trigger specification
agronholm
2011-04-16
1
-0
/
+5
*
Fixed thread pool logic and tests; improved documentation on thread pool options
v2.0.0rc1
agronholm
2011-04-16
2
-11
/
+26
*
Corrected documentation and logging semantics of scheduler startup and shutdo...
agronholm
2011-04-13
1
-2
/
+2
*
Raise a RuntimeError when attempting to schedule tasks in the thread pool aft...
agronholm
2011-04-12
1
-1
/
+1
*
Modified Job.add_instance to raise an exception when attempting to exceed max...
agronholm
2011-04-12
2
-23
/
+41
*
Readded Scheduler.unschedule_func(), which now raises a KeyError when no matc...
agronholm
2011-04-11
2
-7
/
+27
*
Made ShelveJobStore store the state of the job, not the actual object and pre...
agronholm
2011-04-10
2
-4
/
+33
*
Moved tests to the parent directory and made that a package
agronholm
2011-04-10
9
-5
/
+5
*
Replaced misfire actions with the coalesce option
agronholm
2011-04-10
4
-79
/
+75
*
Added misfire actions; Added more events; Reorganized events into their own m...
agronholm
2011-04-03
3
-186
/
+208
*
Fixed a bug where jobs would not get the scheduler's global misfire grace tim...
agronholm
2011-02-08
3
-11
/
+20
*
Increased test coverage; job store tests close and erase their job stores whe...
agronholm
2011-02-08
5
-28
/
+82
*
Ensure that errors in jobs are properly logged
agronholm
2011-02-07
1
-5
/
+14
*
Use a database name specific for unit testing with MongoDBJobStore
agronholm
2011-02-07
1
-1
/
+1
*
Fixed jobstore configuration from options dict
agronholm
2011-02-07
1
-0
/
+9
*
Greatly improved the speed of scheduler tests by bypassing threading entirely
agronholm
2011-02-06
1
-3
/
+211
*
Removed __lt__ from Job -- it has no use really, and would require __gt__ to ...
agronholm
2011-02-06
1
-7
/
+0
*
Fixed the SQLAlchemy job store test
agronholm
2011-01-22
1
-3
/
+2
*
Added MongoDB job store; fixed py3k compatibility issues in testjobstores.py
agronholm
2010-12-19
1
-3
/
+27
*
Fixed wrong expected string in test_to_unicode()
agronholm
2010-12-19
1
-1
/
+1
*
Expanded test coverage
agronholm
2010-12-13
2
-0
/
+140
*
Dropped the use of SQLAlchemy ORM to prevent instrumentation of the Job class
agronholm
2010-12-13
1
-2
/
+2
*
Harmonized the str() implementations in triggers and added missing tests for ...
agronholm
2010-12-13
1
-0
/
+14
*
Restrict the use of job store aliases to the scheduler
agronholm
2010-12-12
1
-20
/
+55
*
Added test for date trigger with date as text
agronholm
2010-12-12
1
-0
/
+6
*
Added maybe_ref() and tests for text to datetime conversion
agronholm
2010-12-12
1
-16
/
+21
*
Modified the thread pool and the scheduler to enable use of any PEP 3148 comp...
agronholm
2010-11-28
1
-5
/
+5
*
Major design shift -- dropped clustering and stateful job support in favor of...
agronholm
2010-10-09
4
-76
/
+261
*
Fixed tests (checkin_time should have been checkout_time)
agronholm
2010-10-08
1
-2
/
+2
*
Fixed thread pool implementation (changed semantics to more closely resemble ...
agronholm
2010-10-08
1
-9
/
+3
*
Thread pools now handle interpreter exits gracefully, thanks to advice from B...
agronholm
2010-09-16
1
-14
/
+30
*
Added the parse_datestring function
agronholm
2010-08-10
1
-0
/
+15
*
Removed JobMeta level max_runs and runs, those will be handled on the trigger...
agronholm
2010-08-10
2
-5
/
+21
*
Restructured triggers to a package
agronholm
2010-08-05
4
-215
/
+41
*
Major overhaul of job stores and scheduler operation logic
agronholm
2010-07-27
2
-78
/
+90
*
Increased test coverage, improved Jython compatibility
agronholm
2010-07-26
1
-3
/
+5
[next]