Georg Brandl 
								
							 
						 
						
							
							
							
							
								
							
							
								d62ecbf0ba 
								
							 
						 
						
							
							
								
								Merged revisions 85728,85731,85735,85766-85771,85773,85777 via svnmerge from  
							
							... 
							
							
							
							svn+ssh://svn.python.org/python/branches/py3k
........
  r85728 | georg.brandl | 2010-10-19 20:54:25 +0200 (Di, 19 Okt 2010) | 1 line
  #10092 : Properly reset locale in Locale*Calendar classes.  The context manager was buggy because setlocale() returns the *new* locale, not the old.  Also add a test for this.
........
  r85731 | georg.brandl | 2010-10-19 23:07:16 +0200 (Di, 19 Okt 2010) | 1 line
  Be consistent in the spelling of thread-safe(ty).
........
  r85735 | georg.brandl | 2010-10-20 08:50:19 +0200 (Mi, 20 Okt 2010) | 1 line
  Fix r85728: use "" to mean the system default locale, which should work on more systems.
........
  r85766 | georg.brandl | 2010-10-21 09:40:03 +0200 (Do, 21 Okt 2010) | 1 line
  #10159 : sort completion matches before comparing to dir() result.
........
  r85767 | georg.brandl | 2010-10-21 14:49:28 +0200 (Do, 21 Okt 2010) | 1 line
  #9095 , #8912 , #8999 : add support in patchcheck for Mercurial checkouts, C file reindenting, and docs whitespace fixing.
........
  r85768 | georg.brandl | 2010-10-21 14:59:14 +0200 (Do, 21 Okt 2010) | 1 line
  #9919 : fix off-by-one error in lineno command in Misc/gdbinit; also add newline to its output.
........
  r85769 | georg.brandl | 2010-10-21 15:01:23 +0200 (Do, 21 Okt 2010) | 1 line
  Fix missing import.
........
  r85770 | georg.brandl | 2010-10-21 15:29:10 +0200 (Do, 21 Okt 2010) | 1 line
  #3077 : fix h2py substitution of character literals.
........
  r85771 | georg.brandl | 2010-10-21 15:34:51 +0200 (Do, 21 Okt 2010) | 1 line
  #1203650 : allow larger list of files in windows makefile for freeze.
........
  r85773 | georg.brandl | 2010-10-21 15:45:52 +0200 (Do, 21 Okt 2010) | 1 line
  #4829 : better error message for invalid file mode
........
  r85777 | georg.brandl | 2010-10-21 17:44:51 +0200 (Do, 21 Okt 2010) | 1 line
  Add .hgeol file for the Mercurial EOL extension.
........ 
							
						 
						
							2010-11-26 08:52:36 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Collin Winter 
								
							 
						 
						
							
							
							
							
								
							
							
								a817e5894b 
								
							 
						 
						
							
							
								
								Convert raise statements in Tools/.  
							
							
							
						 
						
							2007-08-22 23:05:06 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Guido van Rossum 
								
							 
						 
						
							
							
							
							
								
							
							
								96bf7e8a37 
								
							 
						 
						
							
							
								
								Fix test_frozen.  
							
							
							
						 
						
							2007-02-09 23:27:01 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Walter Dörwald 
								
							 
						 
						
							
							
							
							
								
							
							
								70a6b49821 
								
							 
						 
						
							
							
								
								Replace backticks with repr() or "%r"  
							
							... 
							
							
							
							From SF patch #852334 . 
							
						 
						
							2004-02-12 17:35:32 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Walter Dörwald 
								
							 
						 
						
							
							
							
							
								
							
							
								aaab30e00c 
								
							 
						 
						
							
							
								
								Apply diff2.txt from SF patch  http://www.python.org/sf/572113  
							
							... 
							
							
							
							(with one small bugfix in bgen/bgen/scantools.py)
This replaces string module functions with string methods
for the stuff in the Tools directory. Several uses of
string.letters etc. are still remaining. 
							
						 
						
							2002-09-11 20:36:02 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Guido van Rossum 
								
							 
						 
						
							
							
							
							
								
							
							
								f67c2383da 
								
							 
						 
						
							
							
								
								Patch by Toby Dickenson, mentored by Mark Hammond, to support  
							
							... 
							
							
							
							automatically finding (most of) the standard PYD extensions, and to
remove the hardcoded Python version. 
							
						 
						
							2000-07-13 15:45:17 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Guido van Rossum 
								
							 
						 
						
							
							
							
							
								
							
							
								cfd76a202b 
								
							 
						 
						
							
							
								
								Sjoerd Mullender:  
							
							... 
							
							
							
							Added some declarations to shut up compiler. 
							
						 
						
							1999-11-02 15:44:40 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Guido van Rossum 
								
							 
						 
						
							
							
							
							
								
							
							
								43128905be 
								
							 
						 
						
							
							
								
								Patch submitted by Toby Dickenson and approved by Mark Hammond.  
							
							... 
							
							
							
							Toby writes:
winmakemakefile.py tries to allow for spaces in the python install
path, by adding quotes around the appropriate filenames. It doesn't
quite get this correct; sometimes the quotes end up in the middle of
the path.
Microsoft's NMAKE version 6.0 is happy with this (!!!!)  unless there
is also a space in the name. I guess most users of freeze on windows
do not use the same path as the binary distribution.
I've tested the following changes on systems with and without a space
in the path. 
							
						 
						
							1999-06-21 22:36:53 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Guido van Rossum 
								
							 
						 
						
							
							
							
							
								
							
							
								baf0603493 
								
							 
						 
						
							
							
								
								New version, with contributions from Sjoerd Mullender and Mark Hammond.  
							
							... 
							
							
							
							Sjoerd writes:
This version of freeze creates one file per Python module, instead of
one humongous file for all Python modules.
bkfile: new module to used to write files with backups.  No new file
is produced if the new contents is identical to the old.
New option "-x excluded-module" for modulefinder test program.
New option "-i filename" for freeze main program to include a list of
options in place of the -i option. 
							
						 
						
							1998-08-25 14:06:55 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Guido van Rossum 
								
							 
						 
						
							
							
							
							
								
							
							
								ce5988b3d9 
								
							 
						 
						
							
							
								
								Remove Emacs cruft.  
							
							
							
						 
						
							1998-05-18 20:22:31 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Guido van Rossum 
								
							 
						 
						
							
							
							
							
								
							
							
								78fc3634cb 
								
							 
						 
						
							
							
								
								Big changes by Mark Hammond to support freezing with DLLs on Windows.  
							
							
							
						 
						
							1998-03-20 17:37:24 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Guido van Rossum 
								
							 
						 
						
							
							
							
							
								
							
							
								2addd2a6da 
								
							 
						 
						
							
							
								
								Add quotes around some variable definitions; add a "clean" target.  
							
							
							
						 
						
							1998-03-07 05:10:00 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Guido van Rossum 
								
							 
						 
						
							
							
							
							
								
							
							
								0b0e7b5686 
								
							 
						 
						
							
							
								
								Got rid of the last tab character in this file.  
							
							
							
						 
						
							1998-03-06 19:55:36 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Guido van Rossum 
								
							 
						 
						
							
							
							
							
								
							
							
								f888350dec 
								
							 
						 
						
							
							
								
								Untested changes to make the '-s windows' option  
							
							... 
							
							
							
							work on Windows. 
							
						 
						
							1998-03-04 18:12:39 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Guido van Rossum 
								
							 
						 
						
							
							
							
							
								
							
							
								77b300895c 
								
							 
						 
						
							
							
								
								Add XXX warning about fishy line  
							
							
							
						 
						
							1997-08-14 20:13:46 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Guido van Rossum 
								
							 
						 
						
							
							
							
							
								
							
							
								58a594829c 
								
							 
						 
						
							
							
								
								Changes for building under windows.  
							
							
							
						 
						
							1997-08-14 01:45:33 +00:00