summaryrefslogtreecommitdiff
path: root/apscheduler/util.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed issue in obj_to_ref when __module__ attribute doesn't exist.2.1Curtis Vogt2014-03-081-1/+1
* Fixed unicode input with convert_to_datetime(); bumped up release number to p...Alex Grönholm2012-05-211-1/+1
* Added support for the __qualname__ attribute in Python 3.3Alex Grönholm2012-04-011-1/+2
* Minor cleanupsAlex Grönholm2012-04-011-3/+2
* Revamped get_callable_name, obj_to_ref and ref_to_obj to work with a broader ...Alex Grönholm2011-05-291-22/+48
* Improved thread safetyAlex Grönholm2011-05-151-7/+5
* Added the "xrange" compatibility import for py3kagronholm2011-04-031-1/+3
* Disabled coverage checking for some hard-to-test blocksagronholm2011-04-031-2/+2
* Minor PEP 8 fixesagronholm2011-03-191-2/+3
* Improved the get_callable_name functionagronholm2011-02-071-6/+10
* Unified dict iteration in py2.x/3.xagronholm2011-01-221-1/+1
* Added better dict_values() and similar functions for keys and items tooagronholm2010-12-191-5/+8
* Fixed a py3k dict semantics issue in ShelveJobStore with the new dict_values(...agronholm2010-12-191-1/+9
* Added maybe_ref() and tests for text to datetime conversionagronholm2010-12-121-1/+12
* Merged parse_datestring to convert_to_datetime, and made cron and interval tr...agronholm2010-10-111-29/+25
* Added the parse_datestring functionagronholm2010-08-101-1/+22
* Added get_callable_name to __all__agronholm2010-07-281-2/+2
* Use 'ignore' mode when decoding from asciiagronholm2010-07-241-1/+1
* Added to_unicode to __all__agronholm2010-07-241-1/+1
* time_difference now returns the difference with microsecond precisionagronholm2010-07-241-3/+3
* Added to_unicode() to safely convert job names to unicodeagronholm2010-07-241-0/+10
* Return a float from time_difference like advertised in the docstring.agronholm2010-07-241-1/+1
* Renamed subconfig() to combine_opts() and fixed the logicagronholm2010-07-231-9/+12
* Fixed automatic naming of callable instance objectsagronholm2010-07-231-1/+11
* Started v2.0 development -- jobstores, job execution in threadpool, per-job n...agronholm2010-07-221-1/+47
* Fix time difference calculation to work correctly across DST shiftsagronholm2010-05-201-3/+4
* Refactored CronTrigger and its expressions (fixing positional weekday express...agronholm2010-05-171-39/+1
* Moved the sources to the top level, removed the "src" directoryagronholm2010-03-211-0/+128