Vincent Driessen
							
						 | 
						
							
							
								2bc546fb0e
							
							Added required RPM package names under [bdist_rpm] section, to support building RPMs from the sources using setup.py
						 | 
						15 年之前 | 
					
				
					
						
							
								   Vincent Driessen
							
						 | 
						
							
							
								d2e8a9ca04
							
							Added my name to the contributers list.
						 | 
						15 年之前 | 
					
				
					
						
							
								   Vincent Driessen
							
						 | 
						
							
							
								cd8bbe8218
							
							Fix: avoid using "``" to indicate constants.
						 | 
						15 年之前 | 
					
				
					
						
							
								   Vincent Driessen
							
						 | 
						
							
							
								bf7f12037d
							
							Filled in the TODO gaps in the documentation for CancelableAsyncResult.
						 | 
						15 年之前 | 
					
				
					
						
							
								   Vincent Driessen
							
						 | 
						
							
							
								f310e73fac
							
							Added test cases for the CancelableTask and CancelableAsyncResult classes.
						 | 
						15 年之前 | 
					
				
					
						
							
								   Vincent Driessen
							
						 | 
						
							
							
								f39f53b6b8
							
							Added a CancelableTask class.
						 | 
						15 年之前 | 
					
				
					
						
							
								   Patrick Altman
							
						 | 
						
							
							
								1f1524efa2
							
							fixed documentation that still referenced original form of crontab PeriodicTask scheduling
						 | 
						15 年之前 | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								be39d10b4e
							
							Updated homepage with 1.0.3 announcement
						 | 
						15 年之前 | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								6ef1d85c55
							
							celery.utils.timeutils: Fixed indentation in docstrings.
						 | 
						15 年之前 | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								4891fc6770
							
							Bumped version to 1.0.3 and set release date in Changelog
						 | 
						15 年之前 | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								f91ade4367
							
							Events: repr complex objects sent as event fields.
						 | 
						15 年之前 | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								2bec9c7a99
							
							Set default CELERY_EVENT_SERIALIZER to "json"
						 | 
						15 年之前 | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								5f25fa2ba6
							
							Fixed typos in Changelog
						 | 
						15 年之前 | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								801ef40693
							
							Modified FAQ. You now *can* schedule a periodic task at a specific time.
						 | 
						15 年之前 | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								e28769aef4
							
							Bumped version to 1.0.3-pre2
						 | 
						15 年之前 | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								6fbade5a64
							
							Changed to better indents in the Changelog (all the way back to 0.8.4)
						 | 
						15 年之前 | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								a73260eefa
							
							Added celery.task.schedules to reference index
						 | 
						15 年之前 | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								678cb8b33a
							
							Added new modules to internal reference index:
						 | 
						15 年之前 | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								98406f8e35
							
							pyflakes
						 | 
						15 年之前 | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								4b28602c23
							
							PEP8ify
						 | 
						15 年之前 | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								e09fc1af51
							
							Updated Changelog with crontab feature
						 | 
						15 年之前 | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								a332c83402
							
							Moved schedule + crontab from celery.task.base -> celery.task.schedules
						 | 
						15 年之前 | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								3ff2e37963
							
							Moved date and time related utility functions to celery.utils.timeutils
						 | 
						15 年之前 | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								b1e70fe1e7
							
							Merge branch 'paltman/scheduled-periodic-task' into crontab
						 | 
						15 年之前 | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								804bdbf53c
							
							Started writing changelog entry for crontab()
						 | 
						15 年之前 | 
					
				
					
						
							
								   Patrick Altman
							
						 | 
						
							
							
								4f578181de
							
							corrected test's mocked value
						 | 
						15 年之前 | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								2e5af1fe7f
							
							crontab: Added support for using day names for day_of_week ("SUN", "sunday", "sun", etc)
						 | 
						15 年之前 | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								d172583481
							
							Merge branch 'master' into paltman/scheduled-periodic-task
						 | 
						15 年之前 | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								92fdc8846b
							
							External tutorials: Added Tim Bull's Build a processing queue [...] in less than a day using RabbitMQ and Celery
						 | 
						15 年之前 | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								ef3233470a
							
							Refactored ScheduledTask
						 | 
						15 年之前 |