1. 7f400be Add pointer to new BSDDB module. by Guido van Rossum · 28 years ago
  2. 668e441 purported linux portability patch (Oliver Andrich) by Guido van Rossum · 28 years ago
  3. 5d1770e Py_Cleanup() is now Py_Finalize(). by Guido van Rossum · 28 years ago
  4. 5c159bd Plug memory leak (DECREF doc string properly after inserting in dict). by Guido van Rossum · 28 years ago
  5. b02158e Oops, one more checkin. Use the new tstate/interp interface. by Guido van Rossum · 28 years ago
  6. 08c1661 Add finialization routines; fixed some memory leaks related to this. by Guido van Rossum · 28 years ago
  7. 05f7c50 Free the malloc'ed buffer that holds the command once we're done with it. by Guido van Rossum · 28 years ago
  8. d0924f4 Add a simple way to enable purify; now you can set the Make variable by Guido van Rossum · 28 years ago
  9. 35d4337 Functionality enhancement: allow other threads to use Tk commands by Guido van Rossum · 28 years ago
  10. 3e819a7 Compatibility with Tcl/Tk 8.0b*. by Guido van Rossum · 28 years ago
  11. f4e32c7 Add definitions for symbolic constants LOCK_{EX,NB,SH,UN}. by Guido van Rossum · 28 years ago
  12. 5ec8e4b Moved the special compile of getbuildno.o to ../Makefile.in. by Guido van Rossum · 28 years ago
  13. 496f8f6 Removed remaining support for Tk versions below 4.0. by Guido van Rossum · 28 years ago
  14. 4c12570 Adapted to new build procedure (hopefully correct -- can't test it!). by Guido van Rossum · 28 years ago
  15. 534ac09 Removed a bunch of extern declarations of functions that are now by Guido van Rossum · 28 years ago
  16. f6ca6aa New build procedure. by Guido van Rossum · 28 years ago
  17. 4c04be6 This is now the "real" main program -- it calls Py_Main(argc, argv) by Guido van Rossum · 28 years ago
  18. ed52aac This is no longer the real main program; it now defines Py_Main(), so by Guido van Rossum · 28 years ago
  19. 75aa0d6 Use the new functions PyEval_AcquireThread() and by Guido van Rossum · 28 years ago
  20. 77eecfa Patches by AMK to check that the db is still open. by Guido van Rossum · 28 years ago
  21. b8ad024 Add 'return' keyword before error calls. by Guido van Rossum · 28 years ago
  22. 74fb303 Jeffrey's latests by Guido van Rossum · 28 years ago
  23. 04a1d74 Jeffrey's newest by Guido van Rossum · 28 years ago
  24. faf4908 Reformatted. Fixed some problem with uninitialized syntax tables. Jeffrey. by Guido van Rossum · 28 years ago
  25. 007c80e Added reop (moved reop and regex to non-shared section). by Guido van Rossum · 28 years ago
  26. 1243ae7 Allow '@' character as end of line padding in uuencode format. by Guido van Rossum · 28 years ago
  27. 63e1819 New version from Jeffrey after I complained about some glaring bugs. by Guido van Rossum · 28 years ago
  28. db25f32 New versions straight from Jeffrey Ollie's web site by Guido van Rossum · 28 years ago
  29. 3b1c89e MACDEPPATH: Remove `sharedmodules' from default value of this variable by Barry Warsaw · 28 years ago
  30. 295b8e5 Add sys/types.h include for pid_t when threading. by Guido van Rossum · 28 years ago
  31. 0318fd6 Moved the definition of posix_times__doc__ to outside of #ifdef HAVE_TIMES by Roger E. Masse · 28 years ago
  32. 97b5457 Small changes (casts etc.) by Jack, for Mac compilation. by Guido van Rossum · 28 years ago
  33. 3c54030 Doc strings (AMK). by Guido van Rossum · 28 years ago
  34. ec4f4ac Added doc strings (Neil Schemenauer). by Guido van Rossum · 28 years ago
  35. 21f8497 Use string.h, not strings.h by Guido van Rossum · 28 years ago
  36. 91ba64d socket_type -> SocketType by Guido van Rossum · 28 years ago
  37. 24995b9 array_type -> ArrayType by Guido van Rossum · 28 years ago
  38. 290283b Mac hack to make select() work again... by Guido van Rossum · 28 years ago
  39. 69b9ae4 Add doc string to type object. by Fred Drake · 28 years ago
  40. c8b6df9 PyObject_Compare can raise an exception now. by Guido van Rossum · 28 years ago
  41. 0b82fe7 Partial(?) 64bit patch (AMK). by Guido van Rossum · 28 years ago
  42. b9f866c Enable putenv and waitpid (== wait4) for NeXT. by Guido van Rossum · 28 years ago
  43. b6190d3 Defined array.array_type, the type object. by Guido van Rossum · 28 years ago
  44. 3b4b6fc Add socket.socket_type, as discussed on c.l.p. by Guido van Rossum · 28 years ago
  45. 49bff65 Include config.h so it can define const away for K&R. by Guido van Rossum · 28 years ago
  46. 7929c6f Make delimiter and separator static for K&R C. by Guido van Rossum · 28 years ago
  47. b24c9ea fixed ratecv to continue working if product of rates is bigger than 32 bits by Guido van Rossum · 28 years ago
  48. 511f163 Removed MetroWerks workaround, replaced by defines in mymath.h (Jack) by Guido van Rossum · 28 years ago
  49. 19a6c8a workaround for Mac MSL header definitions of TRUE and FALSE (Jack) by Guido van Rossum · 28 years ago
  50. fe4dfc7 Add platform to welcome message. by Guido van Rossum · 28 years ago
  51. 5a37d7d Renamed strndup to my_strndup to avoid conflict witth GNU libc. by Guido van Rossum · 28 years ago
  52. 1a747f8 Address the following problem on DOS and Win 3.1, reported by Jim Ahlstrom: by Guido van Rossum · 28 years ago
  53. fe28fa0 Remove the last three uses of PyArg_GetInt() from the source. by Guido van Rossum · 28 years ago
  54. 1cbdfb9 Add sections for PIL (Fred Lundh). by Guido van Rossum · 28 years ago
  55. fc4f503 Fix showstopping bug (^ wouldn't match after \n). Jeffrey Ollie. by Guido van Rossum · 28 years ago
  56. 34570d7 A new set of symbols. Hopefully this will be sufficient, I have no by Guido van Rossum · 28 years ago
  57. 445efa9 Add a cast to a malloc to shut up the DEC Unix compiler. by Guido van Rossum · 28 years ago
  58. 7d3246d Keep gcc -Wall happy. by Guido van Rossum · 28 years ago
  59. de8d6d7 Use compile-time test for 64-bit hardware instead of run-time test. by Guido van Rossum · 28 years ago
  60. 2ef21ef Removed symbols that are no longer defined. by Guido van Rossum · 28 years ago
  61. 4917d93 Keep picky compilers happy. by Guido van Rossum · 28 years ago
  62. d776362 Another change suggested by Donn Cave -- forget "step 5", which by Guido van Rossum · 28 years ago
  63. 573a24a Fix problem reported by Donn Cave: if VPATH is an absolute path, it by Guido van Rossum · 28 years ago
  64. 4a807f5 Fix big ineficciency in regobj.search/match (introduced by Barry in an by Guido van Rossum · 28 years ago
  65. 004c1e1 Latest from Jeffrey Ollie. by Guido van Rossum · 28 years ago
  66. db4a629 Avoid warning from gcc on Linux about dropping const. by Guido van Rossum · 28 years ago
  67. ee2373b Oops, missed some renamings. by Guido van Rossum · 28 years ago
  68. b05a5c7 Instead of importing graminit.h whenever one of the three grammar 'root' by Guido van Rossum · 28 years ago
  69. 8813b58 On popular demand, re-enable the readline event hook. by Guido van Rossum · 28 years ago
  70. aa948df In makesockaddr(), if we don't know the address family, don't raise an by Guido van Rossum · 28 years ago
  71. fdf95dd Checkin of Jack's buffer mods. by Guido van Rossum · 28 years ago
  72. a027efa Massive changes for separate thread state management. by Guido van Rossum · 28 years ago
  73. d3d6f8f Add -lgl and -lm for imgfile. Better way to configure zlib. by Guido van Rossum · 28 years ago
  74. 03ef647 Add PYTHONHOME to the usage message. by Guido van Rossum · 28 years ago
  75. ebde385 One copy is enough; we already had resource.c. by Guido van Rossum · 28 years ago
  76. 1ed5e57 Keep gcc -Wall happy. by Guido van Rossum · 28 years ago
  77. 87490eb Renamed inittab. by Guido van Rossum · 28 years ago
  78. e2b4f09 Track updates in rename2.h. by Guido van Rossum · 28 years ago
  79. 8105821 Added -I$(srcdir) to line for glmodule so we can move cgensupport.h here. by Guido van Rossum · 28 years ago
  80. ba9d7c5 Change the exception objects to have the string value "os.error" by Guido van Rossum · 28 years ago
  81. 8ec9e63 Adapt Mac specific code to new universal headers (I think -- this is by Guido van Rossum · 28 years ago
  82. dfed920 Hm. What was previously checked in was the edited *output* of the old by Guido van Rossum · 28 years ago
  83. 3837de0 Moved here from ../Python and quickly renamed. by Guido van Rossum · 28 years ago
  84. 4f1099f Added cgensupport.o. by Guido van Rossum · 28 years ago
  85. 7fa3b75 Added cgensupport.c to Setup line for gl module. by Guido van Rossum · 28 years ago
  86. 9e3a812 Added Jeremy's resource module. by Guido van Rossum · 28 years ago
  87. 0a3eaf0 Quickly renamed. by Guido van Rossum · 28 years ago
  88. fb22156 Added Andrew Kuchling's zlib module. by Guido van Rossum · 28 years ago
  89. 1818b77 Moved rename2's macros relevant to this module here and added comment by Guido van Rossum · 28 years ago
  90. b31c7dc OK, I lied. On Windows, _IOLBF seems to be the same as full by Guido van Rossum · 28 years ago
  91. 2a21219 Change in when and how stdin and stdout are set to line-buffering. by Guido van Rossum · 28 years ago
  92. 7844e38 Keep Microsoft VC happy. by Guido van Rossum · 28 years ago
  93. 6bf62da Keep gcc -Wall and Microsoft VC happy. by Guido van Rossum · 28 years ago
  94. 9012603 Removed two unused static function: string_addsep() and by Barry Warsaw · 28 years ago
  95. 3dc35b0 My own patch: support writable 'softspace' attribute. by Guido van Rossum · 28 years ago
  96. fd16d94 (Jack:) fopen arg typo (?) "rw" changed to "rb". by Guido van Rossum · 28 years ago
  97. fb421c8 (Jack:) Mac only: get GUSI errno.h values too. by Guido van Rossum · 28 years ago
  98. 3d82972 Remove the Emacs shell-script line. It's not a shell script. by Guido van Rossum · 28 years ago
  99. 9722781 The default path components are now all relative instead of absolute paths. by Guido van Rossum · 28 years ago
  100. 305e5d0 Completely revamped the way the default path is constructed. by Guido van Rossum · 28 years ago