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
*
Changed line length limit from 79 characters to 120 and reformatted the code ...
Alex Grönholm
2013-03-03
11
-218
/
+150
*
Dropped support for Python 2.5
Alex Grönholm
2013-03-03
3
-66
/
+21
*
Added support for scheduling callables by textual references
Alex Grönholm
2013-03-03
3
-9
/
+27
*
Removed two redundant code lines
Alex Grönholm
2013-03-03
1
-2
/
+0
*
Bumped up version number
v2.1.0
Alex Grönholm
2012-12-30
1
-1
/
+1
*
Documentation improvements
Alex Grönholm
2012-12-30
2
-12
/
+27
*
Fixed SQLAlchemy 0.8 compatibility
Alex Grönholm
2012-12-28
1
-6
/
+9
*
Fixed disk synchronization in ShelveJobStore
Alex Grönholm
2012-11-07
1
-1
/
+4
*
Fixed PEP 8 issues
Alex Grönholm
2012-09-04
6
-13
/
+16
*
Added a standalone operating mode
Alex Grönholm
2012-09-04
1
-5
/
+21
*
Added Redis job store
Alex Grönholm
2012-08-12
2
-4
/
+94
*
Fixed unicode input with convert_to_datetime(); bumped up release number to p...
Alex Grönholm
2012-05-21
2
-4
/
+5
*
Bumped up version; added examples, documentation sources and unit tests to th...
v2.0.3
Alex Grönholm
2012-04-02
1
-1
/
+1
*
Added support for the __qualname__ attribute in Python 3.3
Alex Grönholm
2012-04-01
1
-1
/
+2
*
Minor cleanups
Alex Grönholm
2012-04-01
2
-4
/
+3
*
Close job stores by default when the scheduler is shut down or when a job sto...
Alex Grönholm
2012-04-01
1
-5
/
+15
*
Fixed tests and LastDayOfMonthExpression representation
rcaselli
2012-03-02
1
-1
/
+4
*
Modified 'L' to 'last' in LastDayOfMonthExpression and added tests
rcaselli
2012-03-02
1
-3
/
+3
*
Added 'L' option support for DayOfMonthField of CronTrigger
rcaselli
2012-02-17
2
-2
/
+16
*
Fixed the "trigger" argument docstring in add_job()
Alex Grönholm
2012-01-24
1
-1
/
+1
*
Integrate with None checking loop, change error and add test
Christy O'Reilly
2011-11-16
1
-6
/
+3
*
Error on invalid fields
Christy O'Reilly
2011-11-15
1
-0
/
+5
*
Bumped up version number, updated changelog
v2.0.2
Alex Grönholm
2011-07-09
1
-1
/
+1
*
Removed the unique constraint from the name column
Alex Grönholm
2011-07-09
1
-1
/
+1
*
Fixed print_jobs() not ending output with a line separator
Alex Grönholm
2011-05-30
1
-1
/
+1
*
Removed remark about month 0 being January which isn't true (1=minimum)
v2.0.1
Alex Grönholm
2011-05-30
1
-1
/
+1
*
Fixed omitted cron fields getting wrong default values
Alex Grönholm
2011-05-30
3
-5
/
+12
*
Bumped up version to 2.0.0 final
v2.0.0
Alex Grönholm
2011-05-29
1
-1
/
+1
*
Revamped get_callable_name, obj_to_ref and ref_to_obj to work with a broader ...
Alex Grönholm
2011-05-29
1
-22
/
+48
*
Bumped up to rc2
v2.0.0rc2
Alex Grönholm
2011-05-15
1
-1
/
+1
*
Improved thread safety
Alex Grönholm
2011-05-15
3
-58
/
+86
*
Changed defaults for omitted fields to be more intuitive
Alex Grönholm
2011-05-15
2
-6
/
+19
*
Fixed zero valued fields in cron trigger specification
agronholm
2011-04-16
1
-1
/
+1
*
Fixed thread pool logic and tests; improved documentation on thread pool options
v2.0.0rc1
agronholm
2011-04-16
1
-12
/
+4
*
Fixed version number (was accidentally set to rc2 instead of rc1)
agronholm
2011-04-13
1
-1
/
+1
*
Corrected documentation and logging semantics of scheduler startup and shutdo...
agronholm
2011-04-13
1
-14
/
+13
*
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
-11
/
+27
*
Bumped up version to rc1 and added distutils2/packaging metadata
agronholm
2011-04-11
1
-1
/
+1
*
Readded Scheduler.unschedule_func(), which now raises a KeyError when no matc...
agronholm
2011-04-11
3
-13
/
+30
*
Made ShelveJobStore store the state of the job, not the actual object and pre...
agronholm
2011-04-10
4
-21
/
+50
*
Documentation improvements
agronholm
2011-04-10
1
-14
/
+22
*
Added an optional Sequence to the table definition for Oracle/Firebird compat...
agronholm
2011-04-10
1
-2
/
+4
*
Replaced misfire actions with the coalesce option
agronholm
2011-04-10
4
-93
/
+91
*
Roll back a minor change that caused failures on py2.4, 2.5 and pypy
agronholm
2011-04-09
1
-1
/
+1
*
Added documentation for event classes
agronholm
2011-04-03
1
-0
/
+20
*
Added the "xrange" compatibility import for py3k
agronholm
2011-04-03
1
-1
/
+3
*
Disabled coverage checking for some hard-to-test blocks
agronholm
2011-04-03
3
-5
/
+5
*
Added misfire actions; Added more events; Reorganized events into their own m...
agronholm
2011-04-03
5
-56
/
+145
*
Minor PEP 8 fixes
agronholm
2011-03-19
5
-8
/
+12
[next]