Hugo 
							
						 
					 
					
						
						
						
						
							
						
						
							283de27098 
							
						 
					 
					
						
						
							
							Remove redundant parentheses  
						
						
						
					 
					
						2017-11-28 16:06:52 +00:00 
						 
				 
			
				
					
						
							
							
								Daniele Varrazzo 
							
						 
					 
					
						
						
						
						
							
						
						
							91d2158de7 
							
						 
					 
					
						
						
							
							Python source cleanup using flake8  
						
						
						
					 
					
						2016-10-11 00:11:55 +01:00 
						 
				 
			
				
					
						
							
							
								Daniele Varrazzo 
							
						 
					 
					
						
						
						
						
							
						
						
							5e6eabd9f8 
							
						 
					 
					
						
						
							
							Fixed pickling of FixedOffsetTimezone objects  
						
						... 
						
						
						
						I have also verified that the fixed class can unpickle instance pickled with
the buggy one and viceversa.
Fixes ticket #135 . 
						
					 
					
						2012-10-21 21:47:32 +01:00 
						 
				 
			
				
					
						
							
							
								Daniele Varrazzo 
							
						 
					 
					
						
						
						
						
							
						
						
							790843a48a 
							
						 
					 
					
						
						
							
							More idiomatic way to call FixedOffsetTimezone.__new__ superclass  
						
						
						
					 
					
						2012-10-21 21:16:52 +01:00 
						 
				 
			
				
					
						
							
							
								Daniele Varrazzo 
							
						 
					 
					
						
						
						
						
							
						
						
							e4a07c3a30 
							
						 
					 
					
						
						
							
							Dropped redundant call to FixedOffsetTimezone.__init__  
						
						
						
					 
					
						2012-10-21 21:12:02 +01:00 
						 
				 
			
				
					
						
							
							
								Menno Smits 
							
						 
					 
					
						
						
						
						
							
						
						
							bca7200b3f 
							
						 
					 
					
						
						
							
							Cache FixedOffsetTimezone instances  
						
						... 
						
						
						
						Avoid creating new a new FixedOffsetTimezone instance if one with the
same offset and name has been created before. This will save memory
when returning many rows containing "timestamp with timezone" columns,
and also improves comparability. 
						
					 
					
						2012-01-30 13:27:40 +00:00 
						 
				 
			
				
					
						
							
							
								Menno Smits 
							
						 
					 
					
						
						
						
						
							
						
						
							1469a56512 
							
						 
					 
					
						
						
							
							Fixed repr for FixedOffsetTimezone for offsets west of UTC (negative)  
						
						... 
						
						
						
						The offset displayed was always positive and somewhat confusing. The
offset displayed now is the offset that the instance was created
with.
Also added some tests for initialisation. 
						
					 
					
						2012-01-30 13:27:01 +00:00 
						 
				 
			
				
					
						
							
							
								Daniele Varrazzo 
							
						 
					 
					
						
						
						
						
							
						
						
							60e7522e47 
							
						 
					 
					
						
						
							
							Added evaluable representation for the FixedOffsetTimezone object.  
						
						
						
					 
					
						2010-05-15 14:27:23 +01:00 
						 
				 
			
				
					
						
							
							
								Daniele Varrazzo 
							
						 
					 
					
						
						
						
						
							
						
						
							d30daac782 
							
						 
					 
					
						
						
							
							Fixed typo in LocalTimezone doc.  
						
						
						
					 
					
						2010-05-15 14:27:23 +01:00 
						 
				 
			
				
					
						
							
							
								Daniele Varrazzo 
							
						 
					 
					
						
						
						
						
							
						
						
							97ced0d4f1 
							
						 
					 
					
						
						
							
							Use the default role for cross referencing Python objects.  
						
						
						
					 
					
						2010-02-26 00:49:19 +00:00 
						 
				 
			
				
					
						
							
							
								Daniele Varrazzo 
							
						 
					 
					
						
						
						
						
							
						
						
							3789f8fb17 
							
						 
					 
					
						
						
							
							Added other info about tz module.  
						
						
						
					 
					
						2010-02-14 00:39:48 +01:00 
						 
				 
			
				
					
						
							
							
								Federico Di Gregorio 
							
						 
					 
					
						
						
						
						
							
						
						
							a9673f31d6 
							
						 
					 
					
						
						
							
							SQL_IN adapter is now automatically registered  
						
						
						
					 
					
						2010-02-13 00:40:29 +01:00 
						 
				 
			
				
					
						
							
							
								Federico Di Gregorio 
							
						 
					 
					
						
						
						
						
							
						
						
							611606d532 
							
						 
					 
					
						
						
							
							Changes license to LGPL3 + OpenSSL exception on all source files  
						
						
						
					 
					
						2010-02-12 23:34:53 +01:00 
						 
				 
			
				
					
						
							
							
								Daniele Varrazzo 
							
						 
					 
					
						
						
						
						
							
						
						
							ad76b5ba3c 
							
						 
					 
					
						
						
							
							* psycopg/psycopgmodule.c: fixed exceptions refcount.  
						
						... 
						
						
						
						* fixed lots of doctrings and added Epydoc-generated docs support. 
						
					 
					
						2005-11-26 07:47:48 +00:00 
						 
				 
			
				
					
						
							
							
								Federico Di Gregorio 
							
						 
					 
					
						
						
						
						
							
						
						
							0c67c641a8 
							
						 
					 
					
						
						
							
							Better docstrings for lib/ modules.  
						
						
						
					 
					
						2005-10-18 05:42:00 +00:00 
						 
				 
			
				
					
						
							
							
								Federico Di Gregorio 
							
						 
					 
					
						
						
						
						
							
						
						
							c904d97f69 
							
						 
					 
					
						
						
							
							Initial psycopg 2 import after SVN crash.  
						
						
						
					 
					
						2004-10-19 03:17:12 +00:00