Kovid Goyal 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							9ff27782de 
							
						 
					 
					
						
						
							
							Remove useless __future__ imports  
						
						... 
						
						
						
						Not needed on python3 
						
						
					 
					
						2020-08-22 18:47:55 +05:30 
						 
				 
			
				
					
						
							
							
								Kovid Goyal 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							29cd8d64ea 
							
						 
					 
					
						
						
							
							Change shebangs to python from python2  
						
						... 
						
						
						
						Also remove a few other miscellaneous references to python2 
						
						
					 
					
						2020-08-22 18:47:51 +05:30 
						 
				 
			
				
					
						
							
							
								Kovid Goyal 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							1e07b48116 
							
						 
					 
					
						
						
							
							Checking of changelog needs python 3 now  
						
						
						
						
					 
					
						2020-02-11 11:24:40 +05:30 
						 
				 
			
				
					
						
							
							
								Eli Schwartz 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							6526c28bd6 
							
						 
					 
					
						
						
							
							check: cleanup file exclusions  
						
						... 
						
						
						
						Some of these files no longer exist due to being devendored.
BeautifulSoup.py is now something else entirely which is
calibre-specific code and deserves the right to be linted. 
						
						
					 
					
						2019-10-28 16:10:00 -04:00 
						 
				 
			
				
					
						
							
							
								Kovid Goyal 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							070ad5351e 
							
						 
					 
					
						
						
							
							Remove old viewer and coffeescript and viewer resources  
						
						... 
						
						
						
						Since the PDF output code is also going to be replaced, none
of this is required. 
						
						
					 
					
						2019-09-13 09:12:17 +05:30 
						 
				 
			
				
					
						
							
							
								Kovid Goyal 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							8366df8637 
							
						 
					 
					
						
						
							
							Run code quality checks on the odf package  
						
						
						
						
					 
					
						2019-05-20 16:52:16 +05:30 
						 
				 
			
				
					
						
							
							
								Kovid Goyal 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							13961abd16 
							
						 
					 
					
						
						
							
							Also check python files using python 3 flake8  
						
						
						
						
					 
					
						2019-04-13 09:17:31 +05:30 
						 
				 
			
				
					
						
							
							
								Kovid Goyal 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e73dbb0f99 
							
						 
					 
					
						
						
							
							py3: Port calls to json.dump()  
						
						
						
						
					 
					
						2019-03-31 18:30:59 +05:30 
						 
				 
			
				
					
						
							
							
								Kovid Goyal 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							1a928fc497 
							
						 
					 
					
						
						
							
							Remove unused code  
						
						
						
						
					 
					
						2018-09-10 18:41:52 +05:30 
						 
				 
			
				
					
						
							
							
								Kovid Goyal 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							af6d043375 
							
						 
					 
					
						
						
							
							Switch to using msgfmt to check for format errors in translated strings  
						
						... 
						
						
						
						It catches more than pofilter with fewer false positives. 
						
						
					 
					
						2017-06-18 10:26:24 +05:30 
						 
				 
			
				
					
						
							
							
								Kovid Goyal 
							
						 
					 
					
						
						
						
						
							
						
						
							1f2293fc11 
							
						 
					 
					
						
						
							
							Use vim rather than gvim  
						
						
						
						
					 
					
						2017-02-09 23:41:06 +05:30 
						 
				 
			
				
					
						
							
							
								Kovid Goyal 
							
						 
					 
					
						
						
						
						
							
						
						
							e333001d31 
							
						 
					 
					
						
						
							
							Apply the PEP8 blank line standards to the entire codebase  
						
						
						
						
					 
					
						2016-10-11 11:39:08 +05:30 
						 
				 
			
				
					
						
							
							
								Kovid Goyal 
							
						 
					 
					
						
						
						
						
							
						
						
							567040ee1e 
							
						 
					 
					
						
						
							
							Perform PEP8 compliance checks on the entire codebase  
						
						... 
						
						
						
						Some bits of PEP 8 are turned off via setup.cfg 
						
						
					 
					
						2016-07-29 21:25:17 +05:30 
						 
				 
			
				
					
						
							
							
								Kovid Goyal 
							
						 
					 
					
						
						
						
						
							
						
						
							ffe7a1885b 
							
						 
					 
					
						
						
							
							Add clean to check  
						
						
						
						
					 
					
						2016-06-25 12:53:29 +05:30 
						 
				 
			
				
					
						
							
							
								Kovid Goyal 
							
						 
					 
					
						
						
						
						
							
						
						
							05d9209053 
							
						 
					 
					
						
						
							
							Also check RapydScript files when running python setup.py check  
						
						... 
						
						
						
						Use sha1 hashes for the check cache instead of mtimes. More reliable
and should work with the travis cache as well, if you decide to run
check on travis 
						
						
					 
					
						2016-06-25 11:26:23 +05:30 
						 
				 
			
				
					
						
							
							
								Kovid Goyal 
							
						 
					 
					
						
						
						
						
							
						
						
							d62fb3334b 
							
						 
					 
					
						
						
							
							...  
						
						
						
						
					 
					
						2015-09-04 09:00:17 +05:30 
						 
				 
			
				
					
						
							
							
								Kovid Goyal 
							
						 
					 
					
						
						
						
						
							
						
						
							ef09e886b3 
							
						 
					 
					
						
						
							
							Change all shebangs to use python2  
						
						
						
						
					 
					
						2015-01-23 19:08:21 +05:30 
						 
				 
			
				
					
						
							
							
								Kovid Goyal 
							
						 
					 
					
						
						
						
						
							
						
						
							568d49bac7 
							
						 
					 
					
						
						
							
							Change paths for testing of Changelog  
						
						
						
						
					 
					
						2015-01-15 15:41:19 +05:30 
						 
				 
			
				
					
						
							
							
								Kovid Goyal 
							
						 
					 
					
						
						
						
						
							
						
						
							27b57c73b3 
							
						 
					 
					
						
						
							
							...  
						
						
						
						
					 
					
						2014-08-22 08:40:28 +05:30 
						 
				 
			
				
					
						
							
							
								Kovid Goyal 
							
						 
					 
					
						
						
						
						
							
						
						
							ab82e663f8 
							
						 
					 
					
						
						
							
							Dont check .py files auto-generated from .ui files  
						
						
						
						
					 
					
						2014-08-21 21:21:51 +05:30 
						 
				 
			
				
					
						
							
							
								Kovid Goyal 
							
						 
					 
					
						
						
						
						
							
						
						
							dc80d92b1d 
							
						 
					 
					
						
						
							
							Exclude the markdown code from check  
						
						
						
						
					 
					
						2013-09-25 18:13:57 +05:30 
						 
				 
			
				
					
						
							
							
								Kovid Goyal 
							
						 
					 
					
						
						
						
						
							
						
						
							79eeec929d 
							
						 
					 
					
						
						
							
							Speed up search query parser  
						
						
						
						
					 
					
						2013-04-20 15:09:17 +05:30 
						 
				 
			
				
					
						
							
							
								Kovid Goyal 
							
						 
					 
					
						
						
						
						
							
						
						
							47fb117828 
							
						 
					 
					
						
						
							
							Switch to using flake8 to check for errors  
						
						
						
						
					 
					
						2013-04-09 12:30:24 +05:30 
						 
				 
			
				
					
						
							
							
								Kovid Goyal 
							
						 
					 
					
						
						
						
						
							
						
						
							286c0f3db6 
							
						 
					 
					
						
						
							
							...  
						
						
						
						
					 
					
						2013-02-12 10:07:45 +05:30 
						 
				 
			
				
					
						
							
							
								Kovid Goyal 
							
						 
					 
					
						
						
						
						
							
						
						
							a59f6249d4 
							
						 
					 
					
						
						
							
							Use the calibre coffeescript compiler when checking .coffee files for robustness  
						
						
						
						
					 
					
						2013-02-12 09:56:57 +05:30 
						 
				 
			
				
					
						
							
							
								Kovid Goyal 
							
						 
					 
					
						
						
						
						
							
						
						
							dd033a2bcc 
							
						 
					 
					
						
						
							
							...  
						
						
						
						
					 
					
						2012-12-28 08:07:53 +05:30 
						 
				 
			
				
					
						
							
							
								Kovid Goyal 
							
						 
					 
					
						
						
						
						
							
						
						
							c9601ae83b 
							
						 
					 
					
						
						
							
							Build process checking for coffeescript  
						
						
						
						
					 
					
						2012-01-05 20:08:48 +05:30 
						 
				 
			
				
					
						
							
							
								Kovid Goyal 
							
						 
					 
					
						
						
						
						
							
						
						
							c7bf67e6c3 
							
						 
					 
					
						
						
							
							Various fixes to markdown found by the automatic python checker  
						
						
						
						
					 
					
						2011-09-03 14:42:04 -06:00 
						 
				 
			
				
					
						
							
							
								Kovid Goyal 
							
						 
					 
					
						
						
						
						
							
						
						
							6c01b3cc67 
							
						 
					 
					
						
						
							
							Updated translations  
						
						
						
						
					 
					
						2011-09-02 10:14:21 -06:00 
						 
				 
			
				
					
						
							
							
								Kovid Goyal 
							
						 
					 
					
						
						
						
						
							
						
						
							77e6d76e27 
							
						 
					 
					
						
						
							
							...  
						
						
						
						
					 
					
						2011-09-02 10:10:54 -06:00 
						 
				 
			
				
					
						
							
							
								Kovid Goyal 
							
						 
					 
					
						
						
						
						
							
						
						
							917c2ec205 
							
						 
					 
					
						
						
							
							...  
						
						
						
						
					 
					
						2011-07-15 20:51:48 -06:00 
						 
				 
			
				
					
						
							
							
								Kovid Goyal 
							
						 
					 
					
						
						
						
						
							
						
						
							5c9c46382f 
							
						 
					 
					
						
						
							
							Upgrade version of pyflakes used for error checking, to support python 2.7 new syntax  
						
						
						
						
					 
					
						2011-07-15 15:09:41 -06:00 
						 
				 
			
				
					
						
							
							
								Kovid Goyal 
							
						 
					 
					
						
						
						
						
							
						
						
							4b78041e2a 
							
						 
					 
					
						
						
							
							Fix   #807879  ("Series" undistinguished in singular/plural)  
						
						
						
						
					 
					
						2011-07-10 13:29:15 -06:00 
						 
				 
			
				
					
						
							
							
								Kovid Goyal 
							
						 
					 
					
						
						
						
						
							
						
						
							014d4b50ed 
							
						 
					 
					
						
						
							
							Store recipes in the calibre install folder in a zip file  
						
						
						
						
					 
					
						2011-03-19 00:40:36 -06:00 
						 
				 
			
				
					
						
							
							
								Kovid Goyal 
							
						 
					 
					
						
						
						
						
							
						
						
							91310f0785 
							
						 
					 
					
						
						
							
							Use ICU for title case instead of python's builtin title  
						
						
						
						
					 
					
						2010-12-05 09:30:59 -07:00 
						 
				 
			
				
					
						
							
							
								Kovid Goyal 
							
						 
					 
					
						
						
						
						
							
						
						
							625e478ce0 
							
						 
					 
					
						
						
							
							Use process local file descriptors in db2  
						
						
						
						
					 
					
						2010-09-30 16:47:17 -06:00 
						 
				 
			
				
					
						
							
							
								Kovid Goyal 
							
						 
					 
					
						
						
						
						
							
						
						
							1d24f95563 
							
						 
					 
					
						
						
							
							CanardPC by zorgluf and misc fixes  
						
						
						
						
					 
					
						2010-04-17 22:07:28 +05:30 
						 
				 
			
				
					
						
							
							
								Kovid Goyal 
							
						 
					 
					
						
						
						
						
							
						
						
							1327e15337 
							
						 
					 
					
						
						
							
							Upgrade python error checker to use pyflakes 0.4 and fix te new errors found by it  
						
						
						
						
					 
					
						2009-12-01 17:57:49 +00:00 
						 
				 
			
				
					
						
							
							
								Kovid Goyal 
							
						 
					 
					
						
						
						
						
							
						
						
							8e75b465bf 
							
						 
					 
					
						
						
							
							IGN:Various changes for the migration to calibre-ebook.com  
						
						
						
						
					 
					
						2009-11-24 21:01:28 -07:00 
						 
				 
			
				
					
						
							
							
								Kovid Goyal 
							
						 
					 
					
						
						
						
						
							
						
						
							ba7e499862 
							
						 
					 
					
						
						
							
							Refactor the news download scheduler. Now has support for customizing the tags assigned to downloaded news. Since the entire subsystem was rewritten, you may experience bugs.  
						
						
						
						
					 
					
						2009-10-16 17:57:56 -06:00 
						 
				 
			
				
					
						
							
							
								Kovid Goyal 
							
						 
					 
					
						
						
						
						
							
						
						
							ef06fbee81 
							
						 
					 
					
						
						
							
							Fix   #3523  (Please re-add ./setup.py install --root option) and clean up install/post-install code. Post install now no longer runs in a separate process.  
						
						
						
						
					 
					
						2009-09-27 10:20:36 -06:00 
						 
				 
			
				
					
						
							
							
								Kovid Goyal 
							
						 
					 
					
						
						
						
						
							
						
						
							f9ff180347 
							
						 
					 
					
						
						
							
							Implement a check setup command that uses PyFlakes to check for various errors  
						
						
						
						
					 
					
						2009-09-07 19:03:52 -06:00