| .. | 
			
		
		
			
			
			
			
				| 
					
						
							
								_cursesmodule.c
							
						
					
				 | 
				
					
						
							
							Apply two changes, systematically:
						
					
				 | 
				1997-10-01 04:29:29 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								_localemodule.c
							
						
					
				 | 
				
					
						
							
							LC_MESSAGES is not defined on all systems; use #ifdef LC_MESSAGES.
						
					
				 | 
				1997-12-09 19:35:11 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								_tkinter.c
							
						
					
				 | 
				
					
						
							
							Delete the 'exit' command from the Tcl interpreter -- it would allow
						
					
				 | 
				1998-02-19 21:28:49 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								almodule.c
							
						
					
				 | 
				
					
						
							
						
					
				 | 
				 | 
			
		
			
			
			
			
				| 
					
						
							
								arraymodule.c
							
						
					
				 | 
				
					
						
							
							Added buffer_info() method that returns address and length in bytes of
						
					
				 | 
				1997-08-12 14:55:56 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								audioop.c
							
						
					
				 | 
				
					
						
							
							Add cast to realloc/malloc call to shut up AIX compiler.  (Vladimir Marangozov)
						
					
				 | 
				1997-10-31 20:32:13 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								binascii.c
							
						
					
				 | 
				
					
						
							
							Converted to new exception style (Jack)
						
					
				 | 
				1997-10-08 15:26:07 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								bsddbmodule.c
							
						
					
				 | 
				
					
						
							
							Apply two changes, systematically:
						
					
				 | 
				1997-10-01 04:29:29 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								cdmodule.c
							
						
					
				 | 
				
					
						
							
							Oops, forgot one.
						
					
				 | 
				1997-10-01 04:43:39 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								cgen.py
							
						
					
				 | 
				
					
						
							
							Keep gcc -Wall happy.
						
					
				 | 
				1997-04-29 21:34:16 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								cgensupport.c
							
						
					
				 | 
				
					
						
							
							Moved here from ../Python and quickly renamed.
						
					
				 | 
				1997-04-29 15:43:55 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								cgensupport.h
							
						
					
				 | 
				
					
						
							
						
					
				 | 
				 | 
			
		
			
			
			
			
				| 
					
						
							
								clmodule.c
							
						
					
				 | 
				
					
						
							
							lots of "goto error" replaced by "return" (Jack)
						
					
				 | 
				1997-10-08 15:26:28 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								cmathmodule.c
							
						
					
				 | 
				
					
						
							
						
					
				 | 
				 | 
			
		
			
			
			
			
				| 
					
						
							
								config.c.in
							
						
					
				 | 
				
					
						
							
							Renamed inittab.
						
					
				 | 
				1997-04-29 20:31:59 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								cPickle.c
							
						
					
				 | 
				
					
						
							
							Renamed Jim's PyErr_[JF]Format() to cPickle_ErrFormat().  It's not a
						
					
				 | 
				1998-01-19 23:18:18 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								cryptmodule.c
							
						
					
				 | 
				
					
						
							
						
					
				 | 
				 | 
			
		
			
			
			
			
				| 
					
						
							
								cStringIO.c
							
						
					
				 | 
				
					
						
							
							New versions of cPickle and cStringIO, from Jim Fulton's cPickle 1.0b1
						
					
				 | 
				1997-12-04 01:13:01 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								cstubs
							
						
					
				 | 
				
					
						
							
							Quickly renamed.
						
					
				 | 
				1997-04-29 15:39:28 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								dbmmodule.c
							
						
					
				 | 
				
					
						
							
							Apply two changes, systematically:
						
					
				 | 
				1997-10-01 04:29:29 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								dlmodule.c
							
						
					
				 | 
				
					
						
							
							Fix mysterious undetected error -- call to non-existant Py_Err_SetStr()
						
					
				 | 
				1997-12-16 23:58:15 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								errnomodule.c
							
						
					
				 | 
				
					
						
							
							Got rid of the errorstr dictionary, which is redundant now that
						
					
				 | 
				1997-11-04 20:22:24 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								fcntlmodule.c
							
						
					
				 | 
				
					
						
							
							Keep gcc -Wall happy
						
					
				 | 
				1997-08-15 02:52:08 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								flmodule.c
							
						
					
				 | 
				
					
						
							
							Keep gcc -Wall happy.
						
					
				 | 
				1997-04-29 21:34:16 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								fmmodule.c
							
						
					
				 | 
				
					
						
							
						
					
				 | 
				 | 
			
		
			
			
			
			
				| 
					
						
							
								fpectlmodule.c
							
						
					
				 | 
				
					
						
							
							Patch by Oliver Andrich for Lunix using glibc.
						
					
				 | 
				1997-12-15 18:07:10 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								fpetestmodule.c
							
						
					
				 | 
				
					
						
							
							Apply two changes, systematically:
						
					
				 | 
				1997-10-01 04:29:29 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								gdbmmodule.c
							
						
					
				 | 
				
					
						
							
							Doc strings added by Mitch Chapman.
						
					
				 | 
				1998-03-03 22:02:24 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								getbuildinfo.c
							
						
					
				 | 
				
					
						
							
							Include macbuildno.h here (mac only) (Jack)
						
					
				 | 
				1997-10-08 15:26:56 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								getpath.c
							
						
					
				 | 
				
					
						
							
							- Use Py_GetPythonHome() instead of getenv("PYTHONHOME").
						
					
				 | 
				1998-02-06 22:29:30 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								glmodule.c
							
						
					
				 | 
				
					
						
							
							Hm.  What was previously checked in was the edited *output* of the old
						
					
				 | 
				1997-04-29 15:46:43 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								grpmodule.c
							
						
					
				 | 
				
					
						
							
						
					
				 | 
				 | 
			
		
			
			
			
			
				| 
					
						
							
								imageop.c
							
						
					
				 | 
				
					
						
							
							Apply two changes, systematically:
						
					
				 | 
				1997-10-01 04:29:29 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								imgfile.c
							
						
					
				 | 
				
					
						
							
							Apply two changes, systematically:
						
					
				 | 
				1997-10-01 04:29:29 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								ld_so_aix
							
						
					
				 | 
				
					
						
							
							Mod suggested by Donn Cave -- invoke makexp_aix relative to $0
						
					
				 | 
				1997-09-03 00:45:30 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								license.terms
							
						
					
				 | 
				
					
						
							
							Add an optional hack for threads in Tkinter.
						
					
				 | 
				1997-09-28 05:52:41 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								main.c
							
						
					
				 | 
				
					
						
							
							Two changes by Jeff Rush (slightly tweaked):
						
					
				 | 
				1997-12-05 21:56:45 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								Makefile.pre.in
							
						
					
				 | 
				
					
						
							
							Deleted targets used only by Jim Fulton's now deleted "gMakefile".
						
					
				 | 
				1998-01-13 18:57:24 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								makesetup
							
						
					
				 | 
				
					
						
							
							Understand -Xlinker option.
						
					
				 | 
				1997-12-02 20:38:11 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								makexp_aix
							
						
					
				 | 
				
					
						
							
						
					
				 | 
				 | 
			
		
			
			
			
			
				| 
					
						
							
								mathmodule.c
							
						
					
				 | 
				
					
						
							
							Removed MetroWerks workaround, replaced by defines in mymath.h (Jack)
						
					
				 | 
				1997-05-20 15:59:04 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								md5.h
							
						
					
				 | 
				
					
						
							
						
					
				 | 
				 | 
			
		
			
			
			
			
				| 
					
						
							
								md5c.c
							
						
					
				 | 
				
					
						
							
						
					
				 | 
				 | 
			
		
			
			
			
			
				| 
					
						
							
								md5module.c
							
						
					
				 | 
				
					
						
							
						
					
				 | 
				 | 
			
		
			
			
			
			
				| 
					
						
							
								mpzmodule.c
							
						
					
				 | 
				
					
						
							
							Untested change to include gmp-mparam.h instead of gmp-impl.h.
						
					
				 | 
				1997-12-15 17:55:53 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								newmodule.c
							
						
					
				 | 
				
					
						
							
						
					
				 | 
				 | 
			
		
			
			
			
			
				| 
					
						
							
								nismodule.c
							
						
					
				 | 
				
					
						
							
							Apply two changes, systematically:
						
					
				 | 
				1997-10-01 04:29:29 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								operator.c
							
						
					
				 | 
				
					
						
							
							#Plug small memory leaks in constructors.
						
					
				 | 
				1997-09-03 18:19:40 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								parsermodule.c
							
						
					
				 | 
				
					
						
							
							Remove requirement for strdup() since it causes so many troubles for too many
						
					
				 | 
				1997-10-09 16:29:31 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								pcre-int.h
							
						
					
				 | 
				
					
						
							
							AMK's latest -- synchronized with PCRE 1.04.
						
					
				 | 
				1997-12-22 22:46:52 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								pcre.h
							
						
					
				 | 
				
					
						
							
							AMK's latest -- synchronized with PCRE 1.04.
						
					
				 | 
				1997-12-22 22:46:52 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								pcremodule.c
							
						
					
				 | 
				
					
						
							
							AMK's latest -- synchronized with PCRE 1.04.
						
					
				 | 
				1997-12-22 22:46:52 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								posixmodule.c
							
						
					
				 | 
				
					
						
							
							Moved some #ifdefs around that got put in the wrong place by the
						
					
				 | 
				1997-12-29 20:02:27 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								puremodule.c
							
						
					
				 | 
				
					
						
							
						
					
				 | 
				 | 
			
		
			
			
			
			
				| 
					
						
							
								pwdmodule.c
							
						
					
				 | 
				
					
						
							
							Doc strings added by Mitch Chapman.
						
					
				 | 
				1998-03-03 22:03:26 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								pypcre.c
							
						
					
				 | 
				
					
						
							
							A bug in PCRE could cause core dumps in patterns such as
						
					
				 | 
				1998-02-20 21:45:14 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								python.c
							
						
					
				 | 
				
					
						
							
							Keep gcc -Wall happy
						
					
				 | 
				1997-08-15 02:52:08 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								readline.c
							
						
					
				 | 
				
					
						
							
							Add unistd.h for isatty().
						
					
				 | 
				1998-01-19 22:05:22 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								regexmodule.c
							
						
					
				 | 
				
					
						
							
							Apply two changes, systematically:
						
					
				 | 
				1997-10-01 04:29:29 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								regexpr.c
							
						
					
				 | 
				
					
						
							
							Small bugfixes for broken old style use of the syntax table.  AMK, of
						
					
				 | 
				1997-12-02 20:39:23 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								regexpr.h
							
						
					
				 | 
				
					
						
							
							Change [_Py_]re_compile_pattern() to return a char*.
						
					
				 | 
				1997-09-03 00:47:36 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								reopmodule.c
							
						
					
				 | 
				
					
						
							
							Apply two changes, systematically:
						
					
				 | 
				1997-10-01 04:29:29 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								resource.c
							
						
					
				 | 
				
					
						
							
							Typo: RUSAGE_CHILDERN -> RUSAGE_CHILDREN.
						
					
				 | 
				1997-12-09 19:35:48 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								rgbimgmodule.c
							
						
					
				 | 
				
					
						
							
							Apply two changes, systematically:
						
					
				 | 
				1997-10-01 04:29:29 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								rotormodule.c
							
						
					
				 | 
				
					
						
							
							workaround for Mac MSL header definitions of TRUE and FALSE (Jack)
						
					
				 | 
				1997-05-20 15:58:36 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								selectmodule.c
							
						
					
				 | 
				
					
						
							
							os2 patch by Jeff Rush
						
					
				 | 
				1997-11-22 21:53:48 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								Setup.in
							
						
					
				 | 
				
					
						
							
							Looks like mention of http://quest.jpl.nasa.gov/zlib/ got added but
						
					
				 | 
				1998-03-03 16:42:53 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								Setup.thread.in
							
						
					
				 | 
				
					
						
							
							Moved the thread module to its own Setup.thread(.in) file,
						
					
				 | 
				1997-12-04 00:48:27 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								sgimodule.c
							
						
					
				 | 
				
					
						
							
						
					
				 | 
				 | 
			
		
			
			
			
			
				| 
					
						
							
								signalmodule.c
							
						
					
				 | 
				
					
						
							
							os2 patch by Jeff Rush
						
					
				 | 
				1997-11-22 21:53:48 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								socketmodule.c
							
						
					
				 | 
				
					
						
							
							Left-aligned preprocessor directives and changed C++ comments to C
						
					
				 | 
				1997-12-02 20:37:32 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								soundex.c
							
						
					
				 | 
				
					
						
							
						
					
				 | 
				 | 
			
		
			
			
			
			
				| 
					
						
							
								stdwinmodule.c
							
						
					
				 | 
				
					
						
							
							Add getintarg(), getlongarg(), getstrarg() to macros since these no
						
					
				 | 
				1997-10-20 23:22:07 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								stropmodule.c
							
						
					
				 | 
				
					
						
							
							Forgot to return NULL in joinfields() when a type error was detected
						
					
				 | 
				1998-02-06 22:37:12 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								structmodule.c
							
						
					
				 | 
				
					
						
							
							Oops, left in a non-standard multi-line doc string that GCC finds okay
						
					
				 | 
				1997-12-21 06:46:20 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								sunaudiodev.c
							
						
					
				 | 
				
					
						
							
							Apply two changes, systematically:
						
					
				 | 
				1997-10-01 04:29:29 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								svmodule.c
							
						
					
				 | 
				
					
						
							
							Apply two changes, systematically:
						
					
				 | 
				1997-10-01 04:29:29 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								syslogmodule.c
							
						
					
				 | 
				
					
						
							
							Add LOG_SYSLOG if defined.
						
					
				 | 
				1998-01-19 22:05:08 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								tclNotify.c
							
						
					
				 | 
				
					
						
							
							Add an optional hack for threads in Tkinter.
						
					
				 | 
				1997-09-28 05:52:41 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								termios.c
							
						
					
				 | 
				
					
						
							
							Doc strings added by Mitch Chapman.
						
					
				 | 
				1998-03-03 22:10:18 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								threadmodule.c
							
						
					
				 | 
				
					
						
							
							Don't store the exception info from an unhandled exception in a thread
						
					
				 | 
				1998-02-06 22:32:08 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								timemodule.c
							
						
					
				 | 
				
					
						
							
							Raise ValueError: "unconvertible time" when ctime() returns NULL,
						
					
				 | 
				1998-03-03 22:19:10 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								timing.h
							
						
					
				 | 
				
					
						
							
						
					
				 | 
				 | 
			
		
			
			
			
			
				| 
					
						
							
								timingmodule.c
							
						
					
				 | 
				
					
						
							
						
					
				 | 
				 | 
			
		
			
			
			
			
				| 
					
						
							
								tkappinit.c
							
						
					
				 | 
				
					
						
							
							Yes, Virginia, Tix does have a Tix_SafeInit() function.
						
					
				 | 
				1997-12-02 20:38:38 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								xxmodule.c
							
						
					
				 | 
				
					
						
							
							Add a test for a bad format character.
						
					
				 | 
				1997-12-09 20:37:25 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								yuv.h
							
						
					
				 | 
				
					
						
							
						
					
				 | 
				 | 
			
		
			
			
			
			
				| 
					
						
							
								yuvconvert.c
							
						
					
				 | 
				
					
						
							
						
					
				 | 
				 | 
			
		
			
			
			
			
				| 
					
						
							
								zlibmodule.c
							
						
					
				 | 
				
					
						
							
							Win32 treatment.
						
					
				 | 
				1997-12-18 05:21:29 +00:00 |