Victor Stinner 
								
							 
						 
						
							
							
							
							
								
							
							
								bd273c1ec3 
								
							 
						 
						
							
							
								
								Issue  #14180 : Fix an invalid rounding when compiler optimization are enabled  
							
							... 
							
							
							
							Use volatile keyword to disable localy unsafe float optimizations. 
							
						 
						
							2012-03-13 19:12:23 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Victor Stinner 
								
							 
						 
						
							
							
							
							
								
							
							
								3a31dd407a 
								
							 
						 
						
							
							
								
								Issue  #14180 : Remove commented code  
							
							
							
						 
						
							2012-03-13 13:50:34 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Victor Stinner 
								
							 
						 
						
							
							
							
							
								
							
							
								5d272cc6a2 
								
							 
						 
						
							
							
								
								Close   #14180 : Factorize code to convert a number of seconds to time_t, timeval or timespec  
							
							... 
							
							
							
							time.ctime(), gmtime(), time.localtime(), datetime.date.fromtimestamp(),
datetime.datetime.fromtimestamp() and datetime.datetime.utcfromtimestamp() now
raises an OverflowError, instead of a ValueError, if the timestamp does not fit
in time_t.
datetime.datetime.fromtimestamp() and datetime.datetime.utcfromtimestamp() now
round microseconds towards zero instead of rounding to nearest with ties going
away from zero. 
							
						 
						
							2012-03-13 13:35:55 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Victor Stinner 
								
							 
						 
						
							
							
							
							
								
							
							
								643cd68ea4 
								
							 
						 
						
							
							
								
								Issue  #13964 : signal.sigtimedwait() timeout is now a float instead of a tuple  
							
							... 
							
							
							
							Add a private API to convert an int or float to a C timespec structure. 
							
						 
						
							2012-03-02 22:54:03 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Victor Stinner 
								
							 
						 
						
							
							
							
							
								
							
							
								4195b5caea 
								
							 
						 
						
							
							
								
								Backout f8409b3d6449: the PEP 410 is not accepted yet  
							
							
							
						 
						
							2012-02-08 23:03:19 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Victor Stinner 
								
							 
						 
						
							
							
							
							
								
							
							
								ccd5715a14 
								
							 
						 
						
							
							
								
								PEP 410  
							
							
							
						 
						
							2012-02-08 14:31:50 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Victor Stinner 
								
							 
						 
						
							
							
							
							
								
							
							
								09225b73c1 
								
							 
						 
						
							
							
								
								Issue  #13845 : time.time() now uses GetSystemTimeAsFileTime() instead of ftime()  
							
							... 
							
							
							
							to have a resolution of 100 ns instead of 1 ms (the clock accuracy is between
0.5 ms and 15 ms). 
							
						 
						
							2012-02-07 23:41:01 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Alexander Belopolsky 
								
							 
						 
						
							
							
							
							
								
							
							
								6fc4ade2bb 
								
							 
						 
						
							
							
								
								Issue  #9079 : Added _PyTime_gettimeofday(_PyTime_timeval *tp) to C API  
							
							... 
							
							
							
							exposed in Python.h.  This function is similar to POSIX
gettimeofday(struct timeval *tp), but available on platforms without
gettimeofday(). 
							
						 
						
							2010-08-05 17:34:27 +00:00