1. 7fa3b75 Added cgensupport.c to Setup line for gl module. by Guido van Rossum · 27 years ago
  2. 9e3a812 Added Jeremy's resource module. by Guido van Rossum · 27 years ago
  3. 0a3eaf0 Quickly renamed. by Guido van Rossum · 27 years ago
  4. fb22156 Added Andrew Kuchling's zlib module. by Guido van Rossum · 27 years ago
  5. 1818b77 Moved rename2's macros relevant to this module here and added comment by Guido van Rossum · 27 years ago
  6. b31c7dc OK, I lied. On Windows, _IOLBF seems to be the same as full by Guido van Rossum · 27 years ago
  7. 2a21219 Change in when and how stdin and stdout are set to line-buffering. by Guido van Rossum · 27 years ago
  8. 7844e38 Keep Microsoft VC happy. by Guido van Rossum · 27 years ago
  9. 6bf62da Keep gcc -Wall and Microsoft VC happy. by Guido van Rossum · 27 years ago
  10. 9012603 Removed two unused static function: string_addsep() and by Barry Warsaw · 27 years ago
  11. 3dc35b0 My own patch: support writable 'softspace' attribute. by Guido van Rossum · 27 years ago
  12. fd16d94 (Jack:) fopen arg typo (?) "rw" changed to "rb". by Guido van Rossum · 27 years ago
  13. fb421c8 (Jack:) Mac only: get GUSI errno.h values too. by Guido van Rossum · 27 years ago
  14. 3d82972 Remove the Emacs shell-script line. It's not a shell script. by Guido van Rossum · 27 years ago
  15. 9722781 The default path components are now all relative instead of absolute paths. by Guido van Rossum · 27 years ago
  16. 305e5d0 Completely revamped the way the default path is constructed. by Guido van Rossum · 27 years ago
  17. ec61b77 Pass VERSION and VPATH into getpath.c. by Guido van Rossum · 28 years ago
  18. 1e0b19e Bugfix by Sjoerd: by Guido van Rossum · 28 years ago
  19. 644a12b Tweaks to keep the Microsoft compiler quier. by Guido van Rossum · 28 years ago
  20. d385d59 Give PyErr_Format a new name and make it static. by Guido van Rossum · 28 years ago
  21. 60456fd Jim Fulton's version 2.2. by Guido van Rossum · 28 years ago
  22. 154417e Unknown changes by Jim Fulton. by Guido van Rossum · 28 years ago
  23. d641d67 New version by Sjoerd, with support for IRIX 6 audio library. by Guido van Rossum · 28 years ago
  24. 101923b Added replace() implementation by Perry Stoll (debugged and reformatted by me). by Guido van Rossum · 28 years ago
  25. 3917c22 Win32 precision clock() -- Mark Hammond. by Guido van Rossum · 28 years ago
  26. 9bf8445 Support include statement :-( by Guido van Rossum · 28 years ago
  27. 925e547 Support assert stmt. by Guido van Rossum · 28 years ago
  28. 9199f62 remove ConflictError by Guido van Rossum · 28 years ago
  29. e5a9c8f As per GvR recomendation, added support for a 'sync' attribute for the by Roger E. Masse · 28 years ago
  30. 45b8391 New form of PyFPE_END_PROTECT macro. by Guido van Rossum · 28 years ago
  31. 1aeb104 Include setjmp.h so it compiles if WANT_SIGFPE_HANDLER is undefined. by Guido van Rossum · 28 years ago
  32. 7b7c578 Add optional 4th argument to [r]find and [r]index (end of slice). by Guido van Rossum · 28 years ago
  33. 159b77f Add Emacs shell-script directive, SunPro version#, and fix typo by Guido van Rossum · 28 years ago
  34. 53bb550 Solaris and IRIX specific instructions for fpectl. by Guido van Rossum · 28 years ago
  35. 7614da6 Add -O option which sets Py_OptimizeFlag to avoid emitting SET_LINENO. by Guido van Rossum · 28 years ago
  36. 5680906 Change all three fopen calls to use binary mode. by Guido van Rossum · 28 years ago
  37. 05bc4af Lee's next version. Careful: this now dumps core for me on SGI IRIX 5.3. by Guido van Rossum · 28 years ago
  38. 909d7c3 regex_get_syntax(): New module function exported to Python. by Barry Warsaw · 28 years ago
  39. 10efb05 Add fpectl and fpetest modules. by Guido van Rossum · 28 years ago
  40. 52fa3a6 Changes for Lee Busby's SIGFPE patch set. by Guido van Rossum · 28 years ago
  41. 129e91a Add parentheses around && within || as gcc -Wall advises. by Guido van Rossum · 28 years ago
  42. 775af91 My version of Lee Busby's patches to make '-i' pretend stdin is a tty by Guido van Rossum · 28 years ago
  43. babacb0 Added .cxx and .cpp to extensions recognized as source files. by Guido van Rossum · 28 years ago
  44. c1cc8ab djgpp fix (SIGMAX). by Guido van Rossum · 28 years ago
  45. a78bfe1 Issue a more meaningful error if strftime keeps returning a NULL pointer. by Guido van Rossum · 28 years ago
  46. 1851a67 Changes by Sjoerd (reformatted). by Guido van Rossum · 28 years ago
  47. 5ed19dc posix_execve(): Accept any mapping protocol object for the env by Barry Warsaw · 28 years ago
  48. 47110d7 Change bsddbmodule.o -> bsddbmodule.c. by Guido van Rossum · 28 years ago
  49. bd5f193 Added LDLAST variable, substituted by configure script, for the final by Guido van Rossum · 28 years ago
  50. 463e55a Two more arguments to newcodeobject -- first lineno and lineno table. by Guido van Rossum · 28 years ago
  51. f2b2dac Initialize the ob_type field of PyAST_Type dynamically (in by Guido van Rossum · 28 years ago
  52. f631d13 Bump install version to 1.5. by Guido van Rossum · 28 years ago
  53. fcdd0e4 Arrange for PyErr_CheckSignals() to be called via Py_AddPendingCall(). by Guido van Rossum · 28 years ago
  54. 2fff2e6 work build# into version string by Guido van Rossum · 28 years ago
  55. 3e7ae7a Fix the _setmode() patch for MS_WINDOWS: include <fcntl.h> and use fileno(std*). by Guido van Rossum · 28 years ago
  56. e9fd28d Add stacksize argument to new.code(). by Guido van Rossum · 28 years ago
  57. c905fff Added Sjoerd's submitted 'ratecv' method. Made corrections for new names. by Roger E. Masse · 28 years ago
  58. ed648a2 Renamed, but not tested. Guido will you try your test script on this? by Roger E. Masse · 28 years ago
  59. e474fb3 Renamed. by Roger E. Masse · 28 years ago
  60. e886ea9 (puremodule.c): New module which exports the Purify and Quantify C API by Barry Warsaw · 28 years ago
  61. d9240d1 Already renamed. Indented. by Roger E. Masse · 28 years ago
  62. 5f4ce18 Renamed. by Roger E. Masse · 28 years ago
  63. 47d3500 set_key(): Use Py_CHARMASK macro to get the character from the array by Barry Warsaw · 28 years ago
  64. fa701a8 reformatted by Barry Warsaw · 28 years ago
  65. 9a0313c Removed _xdr module by Barry Warsaw · 28 years ago
  66. 93d29b6 Eliminated gcc -Wall complaints: by Barry Warsaw · 28 years ago
  67. 61a63e1 Quieted gcc -Wall by removing unused local variables. by Barry Warsaw · 28 years ago
  68. 54dbf02 Quieted gcc -Wall by removing unused local variables. by Barry Warsaw · 28 years ago
  69. 845a4c6 Formatting. by Barry Warsaw · 28 years ago
  70. 41317d1 Obsolete, now that xdrlib.py uses the new-and-improved struct module. by Barry Warsaw · 28 years ago
  71. 58d40a7 Renamed. by Barry Warsaw · 28 years ago
  72. 4a6cf41 Formatting, and minor error detection by Barry Warsaw · 28 years ago
  73. 64278cf initthread(): Removed extraneous Py_INCREF(ThreadError) by Barry Warsaw · 28 years ago
  74. 9c6ba5e Fix leak involving BuildValue("...O..."). by Guido van Rossum · 28 years ago
  75. ee88ff9 Add entries for cStringIO and cPickle by Guido van Rossum · 28 years ago
  76. f22d7e2 On Windows, -u implies binary mode for stdin/stdout by Guido van Rossum · 28 years ago
  77. 5709dcf The usual return-value and memory management checks. I'm not planning by Barry Warsaw · 28 years ago
  78. 43a476a Formatting changes, plus memory management in initsyslog() by Barry Warsaw · 28 years ago
  79. 73a75eb initsignal(): Py_DECREFs really should be Py_XDECREFs in case the by Barry Warsaw · 28 years ago
  80. 42185a2 Plugged a couple of potential return value problems, memory leaks, and by Barry Warsaw · 28 years ago
  81. 2dc8c2c Primarily formatting changes, but I also plugged a couple of potential by Barry Warsaw · 28 years ago
  82. 4bc9d39 Nailed a couple of memory leaks, caught by Purify. by Barry Warsaw · 28 years ago
  83. 2f4caa4 cPickle, version 0.1. by Guido van Rossum · 28 years ago
  84. 55702f8 Jim's latest version. by Guido van Rossum · 28 years ago
  85. d4ff1b9 New strop_joinfields implementation, highly optimized for Lists. All by Barry Warsaw · 28 years ago
  86. e0548b8 Rewrote translate() as follows: by Guido van Rossum · 28 years ago
  87. 04d2d15 strop_upper(), strop_lower(): shared code version caused to much of a by Barry Warsaw · 28 years ago
  88. bf0c3ca Renamed but not well tested. by Roger E. Masse · 28 years ago
  89. e8fc29c Several changes: by Barry Warsaw · 28 years ago
  90. a2a8b27 Renamed, but not throughly tested. by Roger E. Masse · 28 years ago
  91. 7ba4c07 Renamed, but untested. by Roger E. Masse · 28 years ago
  92. 9bc7e0a Added PyLong*UnsignedLong and PyCobject interfaces. by Guido van Rossum · 28 years ago
  93. eaa6e11 Renamed, reindented. (was already partially complete) by Roger E. Masse · 28 years ago
  94. 549ab71 Add new formats B, H, I, L for unsigned data types (analogous to the by Guido van Rossum · 28 years ago
  95. 6c87eca Changed the ``add/sub_offset'' hacks for dealing with C's unsigned by Guido van Rossum · 28 years ago
  96. 5b0eba3 Reindented. by Roger E. Masse · 28 years ago
  97. 752300b Check of return values and proper error handling. by Barry Warsaw · 28 years ago
  98. b9d338c Fill pad bytes with zeros (fixing a bug dating from the very first version!). by Guido van Rossum · 28 years ago
  99. b9a781e Scratch the ears of gcc -Wall. by Barry Warsaw · 28 years ago
  100. 9297117 Several changes: by Barry Warsaw · 28 years ago