| .. | 
			
		
		
			
				
					| 
						
							
						
						app
					 | 
				
				
					5d1a050445
					Use flake8 instead of pep8+pyflakes and the silly flake ignore list
				 | 
				14 years ago | 
			
		
			
				
					| 
						
							
						
						apps
					 | 
				
				
					5d1a050445
					Use flake8 instead of pep8+pyflakes and the silly flake ignore list
				 | 
				14 years ago | 
			
		
			
				
					| 
						
							
						
						backends
					 | 
				
				
					5d1a050445
					Use flake8 instead of pep8+pyflakes and the silly flake ignore list
				 | 
				14 years ago | 
			
		
			
				
					| 
						
							
						
						bin
					 | 
				
				
					5d1a050445
					Use flake8 instead of pep8+pyflakes and the silly flake ignore list
				 | 
				14 years ago | 
			
		
			
				
					| 
						
							
						
						concurrency
					 | 
				
				
					5d1a050445
					Use flake8 instead of pep8+pyflakes and the silly flake ignore list
				 | 
				14 years ago | 
			
		
			
				
					| 
						
							
						
						contrib
					 | 
				
				
					a01a006e8f
					celery.contrib.batches: Now sets loglevel and logfile in task request so task.get_logger works.   Closes 357.  Thanks to mahendra
				 | 
				14 years ago | 
			
		
			
				
					| 
						
							
						
						db
					 | 
				
				
					5d1a050445
					Use flake8 instead of pep8+pyflakes and the silly flake ignore list
				 | 
				14 years ago | 
			
		
			
				
					| 
						
							
						
						events
					 | 
				
				
					5d1a050445
					Use flake8 instead of pep8+pyflakes and the silly flake ignore list
				 | 
				14 years ago | 
			
		
			
				
					| 
						
							
						
						execute
					 | 
				
				
					899be21997
					Django does it, we do it: Changes all occurrences of 'e-mail' to 'email'
				 | 
				14 years ago | 
			
		
			
				
					| 
						
							
						
						loaders
					 | 
				
				
					5d1a050445
					Use flake8 instead of pep8+pyflakes and the silly flake ignore list
				 | 
				14 years ago | 
			
		
			
				
					| 
						
							
						
						task
					 | 
				
				
					27c7815901
					Renames module celery.task.chord -> celery.task.chords
				 | 
				14 years ago | 
			
		
			
				
					| 
						
							
						
						tests
					 | 
				
				
					7d171f8ab8
					celery.tests.utils.Mock: With attrs argument to set arbitrary attributes on the mock object
				 | 
				14 years ago | 
			
		
			
				
					| 
						
							
						
						utils
					 | 
				
				
					5d1a050445
					Use flake8 instead of pep8+pyflakes and the silly flake ignore list
				 | 
				14 years ago | 
			
		
			
				
					| 
						
							
						
						worker
					 | 
				
				
					5d1a050445
					Use flake8 instead of pep8+pyflakes and the silly flake ignore list
				 | 
				14 years ago | 
			
		
			
				
					| 
						
							
						
						__init__.py
					 | 
				
				
					3292451709
					Bumps version to 2.3.0a1
				 | 
				14 years ago | 
			
		
			
				
					| 
						
							
						
						beat.py
					 | 
				
				
					5d1a050445
					Use flake8 instead of pep8+pyflakes and the silly flake ignore list
				 | 
				14 years ago | 
			
		
			
				
					| 
						
							
						
						conf.py
					 | 
				
				
					377f1cc358
					Cosmetics
				 | 
				15 years ago | 
			
		
			
				
					| 
						
							
						
						datastructures.py
					 | 
				
				
					a568042519
					ConfigurationView: dict.__iter__ should return keys not items (Issue #362)
				 | 
				14 years ago | 
			
		
			
				
					| 
						
							
						
						decorators.py
					 | 
				
				
					c3e0ed81ad
					Updated copyright statements to include 2011
				 | 
				15 years ago | 
			
		
			
				
					| 
						
							
						
						exceptions.py
					 | 
				
				
					156c8edb02
					Cosmetics and cleanup
				 | 
				15 years ago | 
			
		
			
				
					| 
						
							
						
						local.py
					 | 
				
				
					6f7db25db7
					Faster loading of celery module
				 | 
				14 years ago | 
			
		
			
				
					| 
						
							
						
						log.py
					 | 
				
				
					5d1a050445
					Use flake8 instead of pep8+pyflakes and the silly flake ignore list
				 | 
				14 years ago | 
			
		
			
				
					| 
						
							
						
						messaging.py
					 | 
				
				
					156c8edb02
					Cosmetics and cleanup
				 | 
				15 years ago | 
			
		
			
				
					| 
						
							
						
						platforms.py
					 | 
				
				
					5d1a050445
					Use flake8 instead of pep8+pyflakes and the silly flake ignore list
				 | 
				14 years ago | 
			
		
			
				
					| 
						
							
						
						registry.py
					 | 
				
				
					156c8edb02
					Cosmetics and cleanup
				 | 
				15 years ago | 
			
		
			
				
					| 
						
							
						
						result.py
					 | 
				
				
					6cd3e95060
					Implements TaskSetResult().delete (delete after save)
				 | 
				14 years ago | 
			
		
			
				
					| 
						
							
						
						routes.py
					 | 
				
				
					f100c63419
					Task.routing_key and other routing attributes were not respected
				 | 
				14 years ago | 
			
		
			
				
					| 
						
							
						
						schedules.py
					 | 
				
				
					bd820378ae
					schedule: Added __repr__
				 | 
				14 years ago | 
			
		
			
				
					| 
						
							
						
						signals.py
					 | 
				
				
					9c04913c9d
					Adds signals: eventlet_pool_started, eventlet_pool_preshutdown, eventlet_pool_postshutdown, eventlet_pool_apply
				 | 
				14 years ago | 
			
		
			
				
					| 
						
							
						
						states.py
					 | 
				
				
					c3e0ed81ad
					Updated copyright statements to include 2011
				 | 
				15 years ago |