1. 52fa3a6 Changes for Lee Busby's SIGFPE patch set. by Guido van Rossum · 27 years ago
  2. 129e91a Add parentheses around && within || as gcc -Wall advises. by Guido van Rossum · 27 years ago
  3. 775af91 My version of Lee Busby's patches to make '-i' pretend stdin is a tty by Guido van Rossum · 27 years ago
  4. babacb0 Added .cxx and .cpp to extensions recognized as source files. by Guido van Rossum · 27 years ago
  5. c1cc8ab djgpp fix (SIGMAX). by Guido van Rossum · 27 years ago
  6. a78bfe1 Issue a more meaningful error if strftime keeps returning a NULL pointer. by Guido van Rossum · 27 years ago
  7. 1851a67 Changes by Sjoerd (reformatted). by Guido van Rossum · 27 years ago
  8. 5ed19dc posix_execve(): Accept any mapping protocol object for the env by Barry Warsaw · 28 years ago
  9. 47110d7 Change bsddbmodule.o -> bsddbmodule.c. by Guido van Rossum · 28 years ago
  10. bd5f193 Added LDLAST variable, substituted by configure script, for the final by Guido van Rossum · 28 years ago
  11. 463e55a Two more arguments to newcodeobject -- first lineno and lineno table. by Guido van Rossum · 28 years ago
  12. f2b2dac Initialize the ob_type field of PyAST_Type dynamically (in by Guido van Rossum · 28 years ago
  13. f631d13 Bump install version to 1.5. by Guido van Rossum · 28 years ago
  14. fcdd0e4 Arrange for PyErr_CheckSignals() to be called via Py_AddPendingCall(). by Guido van Rossum · 28 years ago
  15. 2fff2e6 work build# into version string by Guido van Rossum · 28 years ago
  16. 3e7ae7a Fix the _setmode() patch for MS_WINDOWS: include <fcntl.h> and use fileno(std*). by Guido van Rossum · 28 years ago
  17. e9fd28d Add stacksize argument to new.code(). by Guido van Rossum · 28 years ago
  18. c905fff Added Sjoerd's submitted 'ratecv' method. Made corrections for new names. by Roger E. Masse · 28 years ago
  19. ed648a2 Renamed, but not tested. Guido will you try your test script on this? by Roger E. Masse · 28 years ago
  20. e474fb3 Renamed. by Roger E. Masse · 28 years ago
  21. e886ea9 (puremodule.c): New module which exports the Purify and Quantify C API by Barry Warsaw · 28 years ago
  22. d9240d1 Already renamed. Indented. by Roger E. Masse · 28 years ago
  23. 5f4ce18 Renamed. by Roger E. Masse · 28 years ago
  24. 47d3500 set_key(): Use Py_CHARMASK macro to get the character from the array by Barry Warsaw · 28 years ago
  25. fa701a8 reformatted by Barry Warsaw · 28 years ago
  26. 9a0313c Removed _xdr module by Barry Warsaw · 28 years ago
  27. 93d29b6 Eliminated gcc -Wall complaints: by Barry Warsaw · 28 years ago
  28. 61a63e1 Quieted gcc -Wall by removing unused local variables. by Barry Warsaw · 28 years ago
  29. 54dbf02 Quieted gcc -Wall by removing unused local variables. by Barry Warsaw · 28 years ago
  30. 845a4c6 Formatting. by Barry Warsaw · 28 years ago
  31. 41317d1 Obsolete, now that xdrlib.py uses the new-and-improved struct module. by Barry Warsaw · 28 years ago
  32. 58d40a7 Renamed. by Barry Warsaw · 28 years ago
  33. 4a6cf41 Formatting, and minor error detection by Barry Warsaw · 28 years ago
  34. 64278cf initthread(): Removed extraneous Py_INCREF(ThreadError) by Barry Warsaw · 28 years ago
  35. 9c6ba5e Fix leak involving BuildValue("...O..."). by Guido van Rossum · 28 years ago
  36. ee88ff9 Add entries for cStringIO and cPickle by Guido van Rossum · 28 years ago
  37. f22d7e2 On Windows, -u implies binary mode for stdin/stdout by Guido van Rossum · 28 years ago
  38. 5709dcf The usual return-value and memory management checks. I'm not planning by Barry Warsaw · 28 years ago
  39. 43a476a Formatting changes, plus memory management in initsyslog() by Barry Warsaw · 28 years ago
  40. 73a75eb initsignal(): Py_DECREFs really should be Py_XDECREFs in case the by Barry Warsaw · 28 years ago
  41. 42185a2 Plugged a couple of potential return value problems, memory leaks, and by Barry Warsaw · 28 years ago
  42. 2dc8c2c Primarily formatting changes, but I also plugged a couple of potential by Barry Warsaw · 28 years ago
  43. 4bc9d39 Nailed a couple of memory leaks, caught by Purify. by Barry Warsaw · 28 years ago
  44. 2f4caa4 cPickle, version 0.1. by Guido van Rossum · 28 years ago
  45. 55702f8 Jim's latest version. by Guido van Rossum · 28 years ago
  46. d4ff1b9 New strop_joinfields implementation, highly optimized for Lists. All by Barry Warsaw · 28 years ago
  47. e0548b8 Rewrote translate() as follows: by Guido van Rossum · 28 years ago
  48. 04d2d15 strop_upper(), strop_lower(): shared code version caused to much of a by Barry Warsaw · 28 years ago
  49. bf0c3ca Renamed but not well tested. by Roger E. Masse · 28 years ago
  50. e8fc29c Several changes: by Barry Warsaw · 28 years ago
  51. a2a8b27 Renamed, but not throughly tested. by Roger E. Masse · 28 years ago
  52. 7ba4c07 Renamed, but untested. by Roger E. Masse · 28 years ago
  53. 9bc7e0a Added PyLong*UnsignedLong and PyCobject interfaces. by Guido van Rossum · 28 years ago
  54. eaa6e11 Renamed, reindented. (was already partially complete) by Roger E. Masse · 28 years ago
  55. 549ab71 Add new formats B, H, I, L for unsigned data types (analogous to the by Guido van Rossum · 28 years ago
  56. 6c87eca Changed the ``add/sub_offset'' hacks for dealing with C's unsigned by Guido van Rossum · 28 years ago
  57. 5b0eba3 Reindented. by Roger E. Masse · 28 years ago
  58. 752300b Check of return values and proper error handling. by Barry Warsaw · 28 years ago
  59. b9d338c Fill pad bytes with zeros (fixing a bug dating from the very first version!). by Guido van Rossum · 28 years ago
  60. b9a781e Scratch the ears of gcc -Wall. by Barry Warsaw · 28 years ago
  61. 9297117 Several changes: by Barry Warsaw · 28 years ago
  62. 4ccc531 Ok, ok, I've fixed gradual underflow on packing too. by Guido van Rossum · 28 years ago
  63. 07ef655 Oops -- unpack float/double didn't do the right thing if e==0. by Guido van Rossum · 28 years ago
  64. 74679b4 Support float and double in non-native formats. by Guido van Rossum · 28 years ago
  65. 9e3fceb rotorobj_setkey(): A single string argument is now required (i.e. no by Barry Warsaw · 28 years ago
  66. 60c5061 Added better handling of unsigned longs -- a Python long returned by by Guido van Rossum · 28 years ago
  67. 3aa27fd Fix the first bugs... treatment of 0 count was wrong, and memchr() by Guido van Rossum · 28 years ago
  68. f7e6b4b Pretty much rewritten to fulfull several long-standing wishes: by Guido van Rossum · 28 years ago
  69. fbd1d74 Renamed. by Roger E. Masse · 28 years ago
  70. aeb207c Reworked to check for memory problems (one potential found), by Barry Warsaw · 28 years ago
  71. 7f33e40 Renamed. by Roger E. Masse · 28 years ago
  72. c357325 Several changes. Test program to follow. by Barry Warsaw · 28 years ago
  73. a141f8a Renamed. by Roger E. Masse · 28 years ago
  74. 4a34209 1. Export open(2) flag constants for every defined constant by Barry Warsaw · 28 years ago
  75. bab218e Minor formatting changes. by Barry Warsaw · 28 years ago
  76. 43d68b8 Minor formatting changes. by Barry Warsaw · 28 years ago
  77. 25405c7 Added the new getprotobyname() call to the module overview at the top. by Guido van Rossum · 28 years ago
  78. 3901d85 Added getprotobyname() interface. by Guido van Rossum · 28 years ago
  79. 20c6381 Removed references to getdoublearg and get2doublearg rename macros and by Roger E. Masse · 28 years ago
  80. ec0b4af Eradicated all references to getintarg and getstrarg and substituded the by Roger E. Masse · 28 years ago
  81. cfe3b61 Opps, left out two defines needed for argument parsing. by Roger E. Masse · 28 years ago
  82. 19f61ae Tabification changes only; the module was already newly named. by Barry Warsaw · 28 years ago
  83. b2b44e5 Renamed. by Roger E. Masse · 28 years ago
  84. 2e63139 Added Jeremy's resource module. by Guido van Rossum · 28 years ago
  85. 4a48809 Correct *another* mistake (initmath() always fell through to fatal error). by Guido van Rossum · 28 years ago
  86. 4c4cbf3 Correct 1-char typo / syntax error. by Guido van Rossum · 28 years ago
  87. c88c9cb Corrected two errors introduced by the renaming (and the subsequent by Guido van Rossum · 28 years ago
  88. b15bef8 Renamed in a grand-ee-ous way! by Roger E. Masse · 28 years ago
  89. 4ca4b075 Opps, left in a /*#include "modsupport.h"*/ by Roger E. Masse · 28 years ago
  90. 919213a Grandly renamed. by Roger E. Masse · 28 years ago
  91. 4004e21 Another fix for Split() -- don't refuse {"} but turn it into ". by Guido van Rossum · 28 years ago
  92. 0f86837 Check errors returned by recursive call to Split(). by Guido van Rossum · 28 years ago
  93. fc93f75 Better error checking in initmath(). by Barry Warsaw · 28 years ago
  94. d0c1042 Renamed. by Barry Warsaw · 28 years ago
  95. 10f124c Updated to standard Python C coding style, and fixed a few error checking nits. by Barry Warsaw · 28 years ago
  96. 14ed5fb initsignal(): Added SIGXCPU and SIGXFSZ. Left in the definitions for by Barry Warsaw · 28 years ago
  97. 529fcfe list2set(): correct return value (an int, not a PyObject*). by Barry Warsaw · 28 years ago
  98. 81a6fe9 Removed a #inlclude <errno.h> since it's implied with "Python.h" by Roger E. Masse · 28 years ago
  99. 24c4b3d list2set(): PyList_GetItem could fail. by Barry Warsaw · 28 years ago
  100. 0e12032 Renamed. by Roger E. Masse · 28 years ago