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
/
apscheduler
Commit message (
Expand
)
Author
Age
Files
Lines
*
Harmonized the behavior of persistent job stores somewhat and added the close...
agronholm
2011-02-08
4
-43
/
+29
*
Added an extra bit of thread safety to ThreadPool.shutdown()
agronholm
2011-02-07
1
-2
/
+5
*
Improved the get_callable_name function
agronholm
2011-02-07
1
-6
/
+10
*
Made alias a mandatory parameter for add_jobstore
agronholm
2011-02-07
1
-8
/
+3
*
Fixed jobstore configuration from options dict
agronholm
2011-02-07
1
-3
/
+4
*
Moved the bson.binary import to the try...except block since it is provided b...
agronholm
2011-02-06
1
-2
/
+1
*
Removed an unused import (StringIO) and an unused constant (PICKLE_PROTOCOL)
agronholm
2011-02-06
1
-10
/
+0
*
Decorators now add the "job" attribute to functions they schedule as jobs; sc...
agronholm
2011-02-06
1
-3
/
+3
*
Removed __lt__ from Job -- it has no use really, and would require __gt__ to ...
agronholm
2011-02-06
1
-5
/
+0
*
Moved job processing to its own method, making it more suitable for unit testing
agronholm
2011-02-06
1
-22
/
+28
*
Unified dict iteration in py2.x/3.x
agronholm
2011-01-22
2
-5
/
+5
*
Made the version information more like what Python itself offers in the "sys"...
agronholm
2011-01-22
1
-3
/
+3
*
Added unified support for specifying the Pickle protocol version for persiste...
agronholm
2011-01-22
3
-29
/
+38
*
Added MongoDB job store; fixed py3k compatibility issues in testjobstores.py
agronholm
2010-12-19
1
-0
/
+94
*
Added better dict_values() and similar functions for keys and items too
agronholm
2010-12-19
1
-5
/
+8
*
Fixed ImportError in py3k
agronholm
2010-12-19
1
-1
/
+5
*
Fixed a py3k dict semantics issue in ShelveJobStore with the new dict_values(...
agronholm
2010-12-19
2
-3
/
+11
*
Fixed comparisons; don't leave func_ref in __dict__; check for instances == 0...
agronholm
2010-12-13
1
-4
/
+8
*
Make lock into a protected variable
agronholm
2010-12-13
1
-7
/
+8
*
Dropped the use of SQLAlchemy ORM to prevent instrumentation of the Job class
agronholm
2010-12-13
1
-43
/
+27
*
Harmonized the str() implementations in triggers and added missing tests for ...
agronholm
2010-12-13
1
-7
/
+7
*
Fixed tracking of running instance counts of jobs; only update/delete job aft...
agronholm
2010-12-12
2
-11
/
+25
*
Restrict the use of job store aliases to the scheduler
agronholm
2010-12-12
2
-14
/
+7
*
Remove jobs when they are finished
agronholm
2010-12-12
1
-1
/
+6
*
shelve.open() needs to be called with flags='c' in all cases
agronholm
2010-12-12
1
-14
/
+12
*
Allow the scheduler to use an existing thread pool
agronholm
2010-12-12
1
-3
/
+6
*
Added maybe_ref() and tests for text to datetime conversion
agronholm
2010-12-12
1
-1
/
+12
*
Modified the thread pool and the scheduler to enable use of any PEP 3148 comp...
agronholm
2010-11-28
2
-3
/
+4
*
Updated docstring for add_job()
agronholm
2010-11-28
1
-5
/
+5
*
Merged parse_datestring to convert_to_datetime, and made cron and interval tr...
agronholm
2010-10-11
3
-35
/
+31
*
Docstring fixes
agronholm
2010-10-11
1
-11
/
+7
*
Major design shift -- dropped clustering and stateful job support in favor of...
agronholm
2010-10-09
9
-430
/
+322
*
Return jobs as a list instead of tuple for consistency with other backends; d...
agronholm
2010-10-08
1
-2
/
+3
*
Fixed thread pool implementation (changed semantics to more closely resemble ...
agronholm
2010-10-08
1
-27
/
+26
*
Story only weak references to thread pools in the module level variable
agronholm
2010-09-16
1
-3
/
+6
*
Thread pools now handle interpreter exits gracefully, thanks to advice from B...
agronholm
2010-09-16
1
-20
/
+66
*
Take into consideration the possibility that some job stores may not have a n...
agronholm
2010-09-06
1
-1
/
+2
*
Don't make jobmetas transient before flushing the changes
agronholm
2010-09-06
1
-2
/
+3
*
Swapped positions of the "url" and "engine" arguments
agronholm
2010-09-06
1
-1
/
+1
*
Renamed checkin_time to checkout_time for correctness; added the checkout_tim...
agronholm
2010-09-05
3
-7
/
+8
*
Made add_simple_job a public method, improved docstrings
agronholm
2010-09-05
1
-8
/
+19
*
Docstring fixes
agronholm
2010-09-05
1
-3
/
+3
*
Use space as separator of date and time
agronholm
2010-08-12
1
-1
/
+1
*
Added the start_date option
agronholm
2010-08-12
1
-5
/
+13
*
Fixed some arguments and docstrings
agronholm
2010-08-12
1
-12
/
+20
*
Added the parse_datestring function
agronholm
2010-08-10
1
-1
/
+22
*
Removed JobMeta level max_runs and runs, those will be handled on the trigger...
agronholm
2010-08-10
5
-34
/
+27
*
Added a slightly more informative error message if the specified job store is...
agronholm
2010-08-05
1
-2
/
+9
*
Removed max_running_instances since it's not supported anyway
agronholm
2010-08-05
1
-1
/
+1
*
Removed SchedulerShutdownError (wasn't used anywhere any more)
agronholm
2010-08-05
1
-14
/
+6
[next]