| .. | 
			
		
		
			
			
			
			
				| 
					
						
							
								_cursesmodule.c
							
						
					
				 | 
				
					
						
							
							Patch by Charles Waldman to implement an optional nlines argument to
						
					
				 | 
				1999-01-05 17:16:46 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								_localemodule.c
							
						
					
				 | 
				
					
						
							
							Add DL_EXPORT() to all modules that could possibly be used
						
					
				 | 
				1998-12-04 18:50:17 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								_tkinter.c
							
						
					
				 | 
				
					
						
							
							Patch by Dieter Maurer to make things work for Tcl/Tk 8.1 (tested with
						
					
				 | 
				1999-11-05 18:09:56 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								almodule.c
							
						
					
				 | 
				
					
						
							
							The call to PyArg_ParseTuple in al_Connect had one too few arguments.
						
					
				 | 
				1999-12-10 15:12:11 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								arraymodule.c
							
						
					
				 | 
				
					
						
							
							Patch from Paul Sokolovsky <Paul.Sokolovsky@technologist.com>:
						
					
				 | 
				2000-02-04 20:33:49 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								audioop.c
							
						
					
				 | 
				
					
						
							
							Fixed memory leak in ratecv, in response to PR#72.  By Sjoerd Mullender.
						
					
				 | 
				1999-09-07 14:24:05 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								binascii.c
							
						
					
				 | 
				
					
						
							
							Patch by Jason Trowbridge.  (Followup to his PR#110.)  (Slightly
						
					
				 | 
				1999-10-19 19:05:14 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								bsddbmodule.c
							
						
					
				 | 
				
					
						
							
							Added comment with web location of bsddb windows port.
						
					
				 | 
				1999-09-20 13:28:18 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								ccpython.cc
							
						
					
				 | 
				
					
						
							
							Patch and new file by Geoff Furnish for C++ compilation.
						
					
				 | 
				1999-12-16 17:52:08 +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
							
						
					
				 | 
				
					
						
							
						
					
				 | 
				 | 
			
		
			
			
			
			
				| 
					
						
							
								cgensupport.h
							
						
					
				 | 
				
					
						
							
						
					
				 | 
				 | 
			
		
			
			
			
			
				| 
					
						
							
								clmodule.c
							
						
					
				 | 
				
					
						
							
							lots of "goto error" replaced by "return" (Jack)
						
					
				 | 
				1997-10-08 15:26:28 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								cmathmodule.c
							
						
					
				 | 
				
					
						
							
							Docstring fix:  acosh() returns the hyperbolic arccosine, not the
						
					
				 | 
				1999-03-16 14:17:48 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								config.c.in
							
						
					
				 | 
				
					
						
							
							Renamed inittab.
						
					
				 | 
				1997-04-29 20:31:59 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								cPickle.c
							
						
					
				 | 
				
					
						
							
							Patch by Stephen Turner, who writes:
						
					
				 | 
				1999-07-13 15:18:58 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								cryptmodule.c
							
						
					
				 | 
				
					
						
							
							Added docstring to crypt.crypt() based on the documentation.
						
					
				 | 
				2000-02-01 20:12:39 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								cStringIO.c
							
						
					
				 | 
				
					
						
							
							New version from Jim: don't call Py_FatalError() when initialization fails.
						
					
				 | 
				1999-06-15 14:35:48 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								cstubs
							
						
					
				 | 
				
					
						
							
							Generate the clear() method manually (calling __GLclear(), another
						
					
				 | 
				1998-04-28 16:09:16 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								dbmmodule.c
							
						
					
				 | 
				
					
						
							
							Add DL_EXPORT() to all modules that could possibly be used
						
					
				 | 
				1998-12-04 18:50:17 +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
							
						
					
				 | 
				
					
						
							
							initerrno(): Nailed a not-so-tiny memory leak.  The de dictionary is
						
					
				 | 
				1999-01-27 18:04:05 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								fcntlmodule.c
							
						
					
				 | 
				
					
						
							
							Changes for long file support by Steve Clift.
						
					
				 | 
				1999-01-06 18:44:23 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								flmodule.c
							
						
					
				 | 
				
					
						
							
							Add DL_EXPORT() to all modules that could possibly be used
						
					
				 | 
				1998-12-04 18:50:17 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								fmmodule.c
							
						
					
				 | 
				
					
						
							
						
					
				 | 
				 | 
			
		
			
			
			
			
				| 
					
						
							
								fpectlmodule.c
							
						
					
				 | 
				
					
						
							
							Avoid triggering Alpha OSF/1 specific code on Alpha NT or Linux.
						
					
				 | 
				1999-04-19 16:50:26 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								fpetestmodule.c
							
						
					
				 | 
				
					
						
							
							Needed to add DL_EXPORT to (redundant?) extern decl of module init function.
						
					
				 | 
				1998-12-10 16:49:28 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								gdbmmodule.c
							
						
					
				 | 
				
					
						
							
							Protect against core dumps in gdbm: don't allow access by key once the
						
					
				 | 
				2000-02-07 17:19:41 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								getbuildinfo.c
							
						
					
				 | 
				
					
						
							
							Patch by Mark Hammond to avoid certain header files on Windows/CE.
						
					
				 | 
				1999-08-27 20:39:37 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								getpath.c
							
						
					
				 | 
				
					
						
							
							Patches by William Lewis for Nextstep descendants.
						
					
				 | 
				1999-01-27 17:53:11 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								glmodule.c
							
						
					
				 | 
				
					
						
							
							Check in the changed version after running the stubber again -- this
						
					
				 | 
				1998-10-21 16:10:40 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								grpmodule.c
							
						
					
				 | 
				
					
						
							
							Add DL_EXPORT() to all modules that could possibly be used
						
					
				 | 
				1998-12-04 18:50:17 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								imageop.c
							
						
					
				 | 
				
					
						
							
							Add DL_EXPORT() to all modules that could possibly be used
						
					
				 | 
				1998-12-04 18:50:17 +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
							
						
					
				 | 
				
					
						
							
							Patch from Tim Peters to repare a the problem that tracebacks are off
						
					
				 | 
				1999-04-19 17:54:19 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								Makefile.pre.in
							
						
					
				 | 
				
					
						
							
							Patch and new file by Geoff Furnish for C++ compilation.
						
					
				 | 
				1999-12-16 17:52:08 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								makesetup
							
						
					
				 | 
				
					
						
							
							On HP-UX, -rpath is another option taking an argument that needs to go
						
					
				 | 
				1999-05-21 19:18:49 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								makexp_aix
							
						
					
				 | 
				
					
						
							
							remove C++ entries of the form Class::method
						
					
				 | 
				1998-04-09 21:46:02 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								mathmodule.c
							
						
					
				 | 
				
					
						
							
							Correctly document atan2.
						
					
				 | 
				1998-12-08 16:27:10 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								md5.h
							
						
					
				 | 
				
					
						
							
						
					
				 | 
				 | 
			
		
			
			
			
			
				| 
					
						
							
								md5c.c
							
						
					
				 | 
				
					
						
							
						
					
				 | 
				 | 
			
		
			
			
			
			
				| 
					
						
							
								md5module.c
							
						
					
				 | 
				
					
						
							
							Patch from Paul Sokolovsky <Paul.Sokolovsky@technologist.com>:
						
					
				 | 
				2000-02-04 20:33:49 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								mpzmodule.c
							
						
					
				 | 
				
					
						
							
							Fixed bug reported to Gregor Hoffleit:
						
					
				 | 
				1998-12-14 19:36:14 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								newmodule.c
							
						
					
				 | 
				
					
						
							
							Add DL_EXPORT() to all modules that could possibly be used
						
					
				 | 
				1998-12-04 18:50:17 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								nismodule.c
							
						
					
				 | 
				
					
						
							
							Use the t# format where appropriate.  Greg Stein.
						
					
				 | 
				1998-10-08 02:25:24 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								operator.c
							
						
					
				 | 
				
					
						
							
							Add DL_EXPORT() to all modules that could possibly be used
						
					
				 | 
				1998-12-04 18:50:17 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								parsermodule.c
							
						
					
				 | 
				
					
						
							
							parser__pickler():  Don't drop the third argument to
						
					
				 | 
				1999-09-20 22:32:18 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								pcre-int.h
							
						
					
				 | 
				
					
						
							
							AMK's revised version of the previous patch.
						
					
				 | 
				1998-05-07 15:32:44 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								pcre.h
							
						
					
				 | 
				
					
						
							
							AMK's revised version of the previous patch.
						
					
				 | 
				1998-05-07 15:32:44 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								pcremodule.c
							
						
					
				 | 
				
					
						
							
							Patch from Paul Sokolovsky <Paul.Sokolovsky@technologist.com>:
						
					
				 | 
				2000-02-04 20:33:49 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								posixmodule.c
							
						
					
				 | 
				
					
						
							
							The initialization of posix_putenv_garbage should only be done when it
						
					
				 | 
				2000-01-31 18:41:26 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								puremodule.c
							
						
					
				 | 
				
					
						
							
						
					
				 | 
				 | 
			
		
			
			
			
			
				| 
					
						
							
								pwdmodule.c
							
						
					
				 | 
				
					
						
							
							Add DL_EXPORT() to all modules that could possibly be used
						
					
				 | 
				1998-12-04 18:50:17 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								pypcre.c
							
						
					
				 | 
				
					
						
							
							pcre_exec(): Andrew Kuchling's patch for pcre memory leak.
						
					
				 | 
				1999-01-27 21:41:08 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								python.c
							
						
					
				 | 
				
					
						
							
							Py_Main() must be DL_EXPORT too.
						
					
				 | 
				1998-12-07 14:28:47 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								readline.c
							
						
					
				 | 
				
					
						
							
							Patches by Kannan Vijayan:
						
					
				 | 
				1999-11-18 17:51:02 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								regexmodule.c
							
						
					
				 | 
				
					
						
							
							Add DL_EXPORT() to all modules that could possibly be used
						
					
				 | 
				1998-12-04 18:50:17 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								regexpr.c
							
						
					
				 | 
				
					
						
							
							casts for picky compilers.
						
					
				 | 
				1999-04-10 15:48:23 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								regexpr.h
							
						
					
				 | 
				
					
						
							
							Change [_Py_]re_compile_pattern() to return a char*.
						
					
				 | 
				1997-09-03 00:47:36 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								resource.c
							
						
					
				 | 
				
					
						
							
							Changes for long file support by Steve Clift.
						
					
				 | 
				1999-01-06 18:44:57 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								rgbimgmodule.c
							
						
					
				 | 
				
					
						
							
							Add DL_EXPORT() to all modules that could possibly be used
						
					
				 | 
				1998-12-04 18:50:17 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								rotormodule.c
							
						
					
				 | 
				
					
						
							
							Add DL_EXPORT() to all modules that could possibly be used
						
					
				 | 
				1998-12-04 18:50:17 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								selectmodule.c
							
						
					
				 | 
				
					
						
							
							According to Ron Bickers, and with apparent approval of Chris
						
					
				 | 
				2000-01-14 16:33:09 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								Setup.in
							
						
					
				 | 
				
					
						
							
							OpenSSL support.  This is based on patches for a version of SSLeay by
						
					
				 | 
				1999-12-07 21:47:09 +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
							
						
					
				 | 
				
					
						
							
						
					
				 | 
				 | 
			
		
			
			
			
			
				| 
					
						
							
								shamodule.c
							
						
					
				 | 
				
					
						
							
							casts for picky compilers.
						
					
				 | 
				1999-04-10 15:48:23 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								signalmodule.c
							
						
					
				 | 
				
					
						
							
							Thanks to Chris Herborth, the thread primitives now have proper Py*
						
					
				 | 
				1998-12-21 19:32:43 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								socketmodule.c
							
						
					
				 | 
				
					
						
							
							OpenSSL support.  This is based on patches for a version of SSLeay by
						
					
				 | 
				1999-12-07 21:37:17 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								soundex.c
							
						
					
				 | 
				
					
						
							
							Add DL_EXPORT() to all modules that could possibly be used
						
					
				 | 
				1998-12-04 18:50:17 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								stdwinmodule.c
							
						
					
				 | 
				
					
						
							
							Thanks to Chris Herborth, the thread primitives now have proper Py*
						
					
				 | 
				1998-12-21 19:32:43 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								stropmodule.c
							
						
					
				 | 
				
					
						
							
							split() docstring:  Made signature and description for the first
						
					
				 | 
				1999-11-04 19:19:48 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								structmodule.c
							
						
					
				 | 
				
					
						
							
							Add DL_EXPORT() to all modules that could possibly be used
						
					
				 | 
				1998-12-04 18:50:17 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								sunaudiodev.c
							
						
					
				 | 
				
					
						
							
							audio(7I) suggests that applications do the following to get the
						
					
				 | 
				1998-10-31 22:52:54 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								svmodule.c
							
						
					
				 | 
				
					
						
							
							Apply two changes, systematically:
						
					
				 | 
				1997-10-01 04:29:29 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								syslogmodule.c
							
						
					
				 | 
				
					
						
							
							Add DL_EXPORT() to all modules that could possibly be used
						
					
				 | 
				1998-12-04 18:50:17 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								tclNotify.c
							
						
					
				 | 
				
					
						
							
							Add an optional hack for threads in Tkinter.
						
					
				 | 
				1997-09-28 05:52:41 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								termios.c
							
						
					
				 | 
				
					
						
							
							Should include "Python.h", not <Python.h> -- it's not a standard
						
					
				 | 
				1999-01-14 19:31:42 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								threadmodule.c
							
						
					
				 | 
				
					
						
							
							Thanks to Chris Herborth, the thread primitives now have proper Py*
						
					
				 | 
				1998-12-21 19:32:43 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								timemodule.c
							
						
					
				 | 
				
					
						
							
							The functions asctime() and mktime() are documented to take a 9-tuple
						
					
				 | 
				2000-01-12 16:38:20 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								timing.h
							
						
					
				 | 
				
					
						
							
						
					
				 | 
				 | 
			
		
			
			
			
			
				| 
					
						
							
								timingmodule.c
							
						
					
				 | 
				
					
						
							
							Add DL_EXPORT() to all modules that could possibly be used
						
					
				 | 
				1998-12-04 18:50:17 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								tkappinit.c
							
						
					
				 | 
				
					
						
							
							Patch by Dieter Maurer to make things work for Tcl/Tk 8.1.  This
						
					
				 | 
				1999-11-05 18:11:23 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								xxmodule.c
							
						
					
				 | 
				
					
						
							
							Use the portable form of initializing the ob_type field for new types.
						
					
				 | 
				1999-02-16 22:15:42 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								yuv.h
							
						
					
				 | 
				
					
						
							
						
					
				 | 
				 | 
			
		
			
			
			
			
				| 
					
						
							
								yuvconvert.c
							
						
					
				 | 
				
					
						
							
						
					
				 | 
				 | 
			
		
			
			
			
			
				| 
					
						
							
								zlibmodule.c
							
						
					
				 | 
				
					
						
							
							For ZlibError and ZLIB_VERSION, only attempt to add entry to the
						
					
				 | 
				1999-12-22 16:13:54 +00:00 |