1. b6190d3 Defined array.array_type, the type object. by Guido van Rossum · 27 years ago
  2. 3b4b6fc Add socket.socket_type, as discussed on c.l.p. by Guido van Rossum · 27 years ago
  3. 49bff65 Include config.h so it can define const away for K&R. by Guido van Rossum · 27 years ago
  4. 7929c6f Make delimiter and separator static for K&R C. by Guido van Rossum · 27 years ago
  5. b24c9ea fixed ratecv to continue working if product of rates is bigger than 32 bits by Guido van Rossum · 27 years ago
  6. 511f163 Removed MetroWerks workaround, replaced by defines in mymath.h (Jack) by Guido van Rossum · 27 years ago
  7. 19a6c8a workaround for Mac MSL header definitions of TRUE and FALSE (Jack) by Guido van Rossum · 27 years ago
  8. fe4dfc7 Add platform to welcome message. by Guido van Rossum · 27 years ago
  9. 5a37d7d Renamed strndup to my_strndup to avoid conflict witth GNU libc. by Guido van Rossum · 27 years ago
  10. 1a747f8 Address the following problem on DOS and Win 3.1, reported by Jim Ahlstrom: by Guido van Rossum · 27 years ago
  11. fe28fa0 Remove the last three uses of PyArg_GetInt() from the source. by Guido van Rossum · 27 years ago
  12. 1cbdfb9 Add sections for PIL (Fred Lundh). by Guido van Rossum · 27 years ago
  13. fc4f503 Fix showstopping bug (^ wouldn't match after \n). Jeffrey Ollie. by Guido van Rossum · 27 years ago
  14. 34570d7 A new set of symbols. Hopefully this will be sufficient, I have no by Guido van Rossum · 27 years ago
  15. 445efa9 Add a cast to a malloc to shut up the DEC Unix compiler. by Guido van Rossum · 27 years ago
  16. 7d3246d Keep gcc -Wall happy. by Guido van Rossum · 27 years ago
  17. de8d6d7 Use compile-time test for 64-bit hardware instead of run-time test. by Guido van Rossum · 27 years ago
  18. 2ef21ef Removed symbols that are no longer defined. by Guido van Rossum · 27 years ago
  19. 4917d93 Keep picky compilers happy. by Guido van Rossum · 27 years ago
  20. d776362 Another change suggested by Donn Cave -- forget "step 5", which by Guido van Rossum · 27 years ago
  21. 573a24a Fix problem reported by Donn Cave: if VPATH is an absolute path, it by Guido van Rossum · 27 years ago
  22. 4a807f5 Fix big ineficciency in regobj.search/match (introduced by Barry in an by Guido van Rossum · 27 years ago
  23. 004c1e1 Latest from Jeffrey Ollie. by Guido van Rossum · 27 years ago
  24. db4a629 Avoid warning from gcc on Linux about dropping const. by Guido van Rossum · 27 years ago
  25. ee2373b Oops, missed some renamings. by Guido van Rossum · 27 years ago
  26. b05a5c7 Instead of importing graminit.h whenever one of the three grammar 'root' by Guido van Rossum · 27 years ago
  27. 8813b58 On popular demand, re-enable the readline event hook. by Guido van Rossum · 27 years ago
  28. aa948df In makesockaddr(), if we don't know the address family, don't raise an by Guido van Rossum · 27 years ago
  29. fdf95dd Checkin of Jack's buffer mods. by Guido van Rossum · 27 years ago
  30. a027efa Massive changes for separate thread state management. by Guido van Rossum · 27 years ago
  31. d3d6f8f Add -lgl and -lm for imgfile. Better way to configure zlib. by Guido van Rossum · 27 years ago
  32. 03ef647 Add PYTHONHOME to the usage message. by Guido van Rossum · 27 years ago
  33. ebde385 One copy is enough; we already had resource.c. by Guido van Rossum · 27 years ago
  34. 1ed5e57 Keep gcc -Wall happy. by Guido van Rossum · 27 years ago
  35. 87490eb Renamed inittab. by Guido van Rossum · 27 years ago
  36. e2b4f09 Track updates in rename2.h. by Guido van Rossum · 27 years ago
  37. 8105821 Added -I$(srcdir) to line for glmodule so we can move cgensupport.h here. by Guido van Rossum · 27 years ago
  38. ba9d7c5 Change the exception objects to have the string value "os.error" by Guido van Rossum · 27 years ago
  39. 8ec9e63 Adapt Mac specific code to new universal headers (I think -- this is by Guido van Rossum · 27 years ago
  40. dfed920 Hm. What was previously checked in was the edited *output* of the old by Guido van Rossum · 27 years ago
  41. 3837de0 Moved here from ../Python and quickly renamed. by Guido van Rossum · 27 years ago
  42. 4f1099f Added cgensupport.o. by Guido van Rossum · 27 years ago
  43. 7fa3b75 Added cgensupport.c to Setup line for gl module. by Guido van Rossum · 27 years ago
  44. 9e3a812 Added Jeremy's resource module. by Guido van Rossum · 27 years ago
  45. 0a3eaf0 Quickly renamed. by Guido van Rossum · 27 years ago
  46. fb22156 Added Andrew Kuchling's zlib module. by Guido van Rossum · 27 years ago
  47. 1818b77 Moved rename2's macros relevant to this module here and added comment by Guido van Rossum · 27 years ago
  48. b31c7dc OK, I lied. On Windows, _IOLBF seems to be the same as full by Guido van Rossum · 27 years ago
  49. 2a21219 Change in when and how stdin and stdout are set to line-buffering. by Guido van Rossum · 27 years ago
  50. 7844e38 Keep Microsoft VC happy. by Guido van Rossum · 27 years ago
  51. 6bf62da Keep gcc -Wall and Microsoft VC happy. by Guido van Rossum · 27 years ago
  52. 9012603 Removed two unused static function: string_addsep() and by Barry Warsaw · 27 years ago
  53. 3dc35b0 My own patch: support writable 'softspace' attribute. by Guido van Rossum · 27 years ago
  54. fd16d94 (Jack:) fopen arg typo (?) "rw" changed to "rb". by Guido van Rossum · 27 years ago
  55. fb421c8 (Jack:) Mac only: get GUSI errno.h values too. by Guido van Rossum · 27 years ago
  56. 3d82972 Remove the Emacs shell-script line. It's not a shell script. by Guido van Rossum · 27 years ago
  57. 9722781 The default path components are now all relative instead of absolute paths. by Guido van Rossum · 27 years ago
  58. 305e5d0 Completely revamped the way the default path is constructed. by Guido van Rossum · 27 years ago
  59. ec61b77 Pass VERSION and VPATH into getpath.c. by Guido van Rossum · 27 years ago
  60. 1e0b19e Bugfix by Sjoerd: by Guido van Rossum · 27 years ago
  61. 644a12b Tweaks to keep the Microsoft compiler quier. by Guido van Rossum · 27 years ago
  62. d385d59 Give PyErr_Format a new name and make it static. by Guido van Rossum · 27 years ago
  63. 60456fd Jim Fulton's version 2.2. by Guido van Rossum · 27 years ago
  64. 154417e Unknown changes by Jim Fulton. by Guido van Rossum · 27 years ago
  65. d641d67 New version by Sjoerd, with support for IRIX 6 audio library. by Guido van Rossum · 27 years ago
  66. 101923b Added replace() implementation by Perry Stoll (debugged and reformatted by me). by Guido van Rossum · 27 years ago
  67. 3917c22 Win32 precision clock() -- Mark Hammond. by Guido van Rossum · 27 years ago
  68. 9bf8445 Support include statement :-( by Guido van Rossum · 27 years ago
  69. 925e547 Support assert stmt. by Guido van Rossum · 27 years ago
  70. 9199f62 remove ConflictError by Guido van Rossum · 27 years ago
  71. e5a9c8f As per GvR recomendation, added support for a 'sync' attribute for the by Roger E. Masse · 27 years ago
  72. 45b8391 New form of PyFPE_END_PROTECT macro. by Guido van Rossum · 27 years ago
  73. 1aeb104 Include setjmp.h so it compiles if WANT_SIGFPE_HANDLER is undefined. by Guido van Rossum · 27 years ago
  74. 7b7c578 Add optional 4th argument to [r]find and [r]index (end of slice). by Guido van Rossum · 27 years ago
  75. 159b77f Add Emacs shell-script directive, SunPro version#, and fix typo by Guido van Rossum · 27 years ago
  76. 53bb550 Solaris and IRIX specific instructions for fpectl. by Guido van Rossum · 27 years ago
  77. 7614da6 Add -O option which sets Py_OptimizeFlag to avoid emitting SET_LINENO. by Guido van Rossum · 27 years ago
  78. 5680906 Change all three fopen calls to use binary mode. by Guido van Rossum · 28 years ago
  79. 05bc4af Lee's next version. Careful: this now dumps core for me on SGI IRIX 5.3. by Guido van Rossum · 28 years ago
  80. 909d7c3 regex_get_syntax(): New module function exported to Python. by Barry Warsaw · 28 years ago
  81. 10efb05 Add fpectl and fpetest modules. by Guido van Rossum · 28 years ago
  82. 52fa3a6 Changes for Lee Busby's SIGFPE patch set. by Guido van Rossum · 28 years ago
  83. 129e91a Add parentheses around && within || as gcc -Wall advises. by Guido van Rossum · 28 years ago
  84. 775af91 My version of Lee Busby's patches to make '-i' pretend stdin is a tty by Guido van Rossum · 28 years ago
  85. babacb0 Added .cxx and .cpp to extensions recognized as source files. by Guido van Rossum · 28 years ago
  86. c1cc8ab djgpp fix (SIGMAX). by Guido van Rossum · 28 years ago
  87. a78bfe1 Issue a more meaningful error if strftime keeps returning a NULL pointer. by Guido van Rossum · 28 years ago
  88. 1851a67 Changes by Sjoerd (reformatted). by Guido van Rossum · 28 years ago
  89. 5ed19dc posix_execve(): Accept any mapping protocol object for the env by Barry Warsaw · 28 years ago
  90. 47110d7 Change bsddbmodule.o -> bsddbmodule.c. by Guido van Rossum · 28 years ago
  91. bd5f193 Added LDLAST variable, substituted by configure script, for the final by Guido van Rossum · 28 years ago
  92. 463e55a Two more arguments to newcodeobject -- first lineno and lineno table. by Guido van Rossum · 28 years ago
  93. f2b2dac Initialize the ob_type field of PyAST_Type dynamically (in by Guido van Rossum · 28 years ago
  94. f631d13 Bump install version to 1.5. by Guido van Rossum · 28 years ago
  95. fcdd0e4 Arrange for PyErr_CheckSignals() to be called via Py_AddPendingCall(). by Guido van Rossum · 28 years ago
  96. 2fff2e6 work build# into version string by Guido van Rossum · 28 years ago
  97. 3e7ae7a Fix the _setmode() patch for MS_WINDOWS: include <fcntl.h> and use fileno(std*). by Guido van Rossum · 28 years ago
  98. e9fd28d Add stacksize argument to new.code(). by Guido van Rossum · 28 years ago
  99. c905fff Added Sjoerd's submitted 'ratecv' method. Made corrections for new names. by Roger E. Masse · 28 years ago
  100. ed648a2 Renamed, but not tested. Guido will you try your test script on this? by Roger E. Masse · 28 years ago