1. b6f6e95 Better fix for mpzmodule problem reported by Peter Funk: just use by Andrew M. Kuchling · 24 years ago
  2. 4985e40 Delete references to _SC_AIO_LIST_MAX; it appears that that symbol was by Guido van Rossum · 24 years ago
  3. e7ef74d Peter Funk: by Guido van Rossum · 24 years ago
  4. 0dd7507 What used to be tp_xxx4 is now tp_flags; set it to Py_TPFLAGS_DEFAULT. by Fred Drake · 24 years ago
  5. fc9d225 Patch from Vladimir Marangozov <marangoz@python.inrialpes.fr> by Andrew M. Kuchling · 24 years ago
  6. 0c7822e Patch from Vladimir Marangozov <marangoz@python.inrialpes.fr>: by Andrew M. Kuchling · 24 years ago
  7. 7d47c9e Patch by Jim Ahlstrom to add crc32, a useful checksum function by Guido van Rossum · 24 years ago
  8. da8d216 Protect against core dumps in gdbm: don't allow access by key once the by Fred Drake · 24 years ago
  9. 0d40ba4 Patch from Paul Sokolovsky <Paul.Sokolovsky@technologist.com>: by Fred Drake · 24 years ago
  10. a664dbb Added docstring to crypt.crypt() based on the documentation. by Fred Drake · 24 years ago
  11. b3d3956 The initialization of posix_putenv_garbage should only be done when it by Guido van Rossum · 24 years ago
  12. bffd683 The rest of the changes by Trent Mick and Dale Nagata for warning-free by Guido van Rossum · 25 years ago
  13. 947a0fa According to Ron Bickers, and with apparent approval of Chris by Guido van Rossum · 25 years ago
  14. b2b42dd The functions asctime() and mktime() are documented to take a 9-tuple by Guido van Rossum · 25 years ago
  15. e1a79b9 setup_confname_table(): Use size_t instead of int for an index when by Fred Drake · 25 years ago
  16. 8972dfd For ZlibError and ZLIB_VERSION, only attempt to add entry to the by Fred Drake · 25 years ago
  17. 313a3e3 Fix typo in docstring: wbites -> wbits by Andrew M. Kuchling · 25 years ago
  18. 4e08379 Patch and new file by Geoff Furnish for C++ compilation. by Guido van Rossum · 25 years ago
  19. bec628d Rip out the code to check the ordering of the tables used to map by Fred Drake · 25 years ago
  20. d86ed29 Added table entries for Irix 6.5 names for confstr()/sysconf()/ by Fred Drake · 25 years ago
  21. 12c6e2d Added support for getlogin(); does *not* use getlogin_r() where by Fred Drake · 25 years ago
  22. 71f00fb Removed debugging prints. by Fred Drake · 25 years ago
  23. c968092 Added bindings for getgroups(), fpathconf(), pathconf(), confstr(), by Fred Drake · 25 years ago
  24. 09ac088 The call to PyArg_ParseTuple in al_Connect had one too few arguments. by Guido van Rossum · 25 years ago
  25. 5ab8eaf Added support for abort(), ctermid(), tmpfile(), tempnam(), tmpnam(), by Fred Drake · 25 years ago
  26. cbdff76 OpenSSL support. This is based on patches for a version of SSLeay by by Guido van Rossum · 25 years ago
  27. 09c8b6c OpenSSL support. This is based on patches for a version of SSLeay by by Guido van Rossum · 25 years ago
  28. bf27298 Correct the docstring for byteswap(); error noted by Bernhard Reiter by Fred Drake · 25 years ago
  29. b960e7a Patches by Kannan Vijayan: by Guido van Rossum · 25 years ago
  30. 09cbb01 Jack Jansen: Mac has no EINTR. by Guido van Rossum · 25 years ago
  31. e168c65 Patch by Dieter Maurer to make things work for Tcl/Tk 8.1. This by Guido van Rossum · 25 years ago
  32. 6b26a06 Patch by Dieter Maurer to make things work for Tcl/Tk 8.1 (tested with by Guido van Rossum · 25 years ago
  33. e4f1366 split() docstring: Made signature and description for the first by Fred Drake · 25 years ago
  34. 1b6e463 Bugfix by Jack Jansen for Macintosh (for the inet_ntoa/aton changes): by Guido van Rossum · 25 years ago
  35. 2db4f47 Patch by Jason Trowbridge. (Followup to his PR#110.) (Slightly reformatted.) by Guido van Rossum · 25 years ago
  36. d5753e1 John DuBois tells us that SCO OpenServer 5.0 and later requires _SVID3 by Guido van Rossum · 25 years ago
  37. eba24bb Fix PR#110 -- bad input ("====") for a2b_base64() caused it to call by Guido van Rossum · 25 years ago
  38. 2a6875e parser__pickler(): Don't drop the third argument to by Fred Drake · 25 years ago
  39. 675e994 Added comment with web location of bsddb windows port. by Guido van Rossum · 25 years ago
  40. 9376b74 (1) On Linux, we really need to trust the configure script to select by Guido van Rossum · 25 years ago
  41. a2e4855 It appears that inet_aton() doesn't really exist except in libresolv; by Guido van Rossum · 25 years ago
  42. 7a15ba5 Added keyword parameter support to all public interfaces; keyword by Fred Drake · 25 years ago
  43. 65bb328 Fixed memory leak in ratecv, in response to PR#72. By Sjoerd Mullender. by Guido van Rossum · 25 years ago
  44. ff7e83d Patch by Mark Hammond to avoid certain header files on Windows/CE. by Guido van Rossum · 25 years ago
  45. 7f1de83 Tiny patch by Mark Hammond to avoid sys/types.h if we don't have it by Guido van Rossum · 25 years ago
  46. 762e206 posix_putenv(): Constrain memory leakage when setting the same by Fred Drake · 25 years ago
  47. c6a164b Port inet_ntoa and inet_aton to Windows: by Guido van Rossum · 25 years ago
  48. 5c9eb21 Patch by Ben Gertzfield to add inet_aton() and inet_ntoa() calls. by Guido van Rossum · 25 years ago
  49. a5456d5 In floatsleep(), when using select(), ignore EINTR error. by Guido van Rossum · 25 years ago
  50. 09be409 Patch by Marc-Andre Lemburg to add a bunch more symbols. by Guido van Rossum · 25 years ago
  51. 6a619f4 It turns out that modifying the environment strings is not safe. by Guido van Rossum · 25 years ago
  52. 2f80d96 Patch by Stephen Turner, who writes: by Guido van Rossum · 25 years ago
  53. 9068da4 Milton L. Hankin reports that on Windows it is possible to have two by Guido van Rossum · 25 years ago
  54. c3be1a3 New version from Jim: by Guido van Rossum · 25 years ago
  55. 17d53ec New version from Jim: don't call Py_FatalError() when initialization fails. by Guido van Rossum · 25 years ago
  56. c03158b Jim Fulton writes: by Guido van Rossum · 25 years ago
  57. f63b8cc posix_listdir(): When an error occurs, call by Barry Warsaw · 25 years ago
  58. 8bfefce On HP-UX, -rpath is another option taking an argument that needs to go by Guido van Rossum · 25 years ago
  59. ea424e1 Apparently __GNU_LIBRARY__ is defined for glibc as well as for libc5. by Guido van Rossum · 25 years ago
  60. 1b9e0aa Jim Fulton writes: by Guido van Rossum · 25 years ago
  61. dc8b569 Patch from Tim Peters to repare a the problem that tracebacks are off by Guido van Rossum · 25 years ago
  62. ae84e8d Patch by Drew Csillag for FreeBSD's sh, which doesn't automatically by Guido van Rossum · 25 years ago
  63. a7379d9 Avoid triggering Alpha OSF/1 specific code on Alpha NT or Linux. by Guido van Rossum · 25 years ago
  64. 7a12299 Put back __osf__ support for gethostbyname_r(); the real bug was that by Guido van Rossum · 25 years ago
  65. 761fcd0 Fix accidentally reversed NULL test in load_mark(). Suggested by by Guido van Rossum · 25 years ago
  66. d4b8b09 'clean' target should remove hassignal. by Guido van Rossum · 25 years ago
  67. aee9bb2 Cast added by Jack Jansen (for Mac port). by Guido van Rossum · 25 years ago
  68. ff1ccbf casts for picky compilers. by Guido van Rossum · 25 years ago
  69. cbf8906 3-arg gethostbyname_r doesn't really work on OSF/1. by Guido van Rossum · 25 years ago
  70. b729a1d Patch by Andrew Kuchling to unflush() (flush() for deflating). by Guido van Rossum · 25 years ago
  71. 8c67e4e Add extern decl for fsync() for SunOS 4.x. by Guido van Rossum · 25 years ago
  72. 0ffdd05 Jonathan Giddy notes, and Chris Lawrence agrees, that some comments on by Guido van Rossum · 25 years ago
  73. c91fcaa Protection against picling to/from closed (real) file. by Guido van Rossum · 25 years ago
  74. 4958f9a #$@%! Forgot to remove a #error directive used for testing. Sorry. by Guido van Rossum · 25 years ago
  75. 5773160 Chris Lawrence writes: by Guido van Rossum · 25 years ago
  76. cf95b0f Avoid warnings from AIX compiler. Reported by Vladimir (AIX is my by Guido van Rossum · 25 years ago
  77. b95227d Add an .unused_data attribute to decompressor objects. If .unused_data by Andrew M. Kuchling · 25 years ago
  78. 29d2acc Added Greg Stein and Andrew Kuchling's sha module. by Guido van Rossum · 25 years ago
  79. e7de206 Implement two suggestions by Jonathan Giddy: (1) in AIX, clear the by Guido van Rossum · 25 years ago
  80. 7b6c71f Vladimir Marangozov implements the AIX 3-arg gethostbyname_r code. by Guido van Rossum · 25 years ago
  81. 8ad22c8 Add $(EXE) to various occurrences of python so it will work on Cygwin by Guido van Rossum · 25 years ago
  82. 3baaa13 Clean up pass for the previous patches. by Guido van Rossum · 25 years ago
  83. 955becc Jonathan Giddy writes: by Guido van Rossum · 25 years ago
  84. 173156f Fixed the flush() method of compression objects; the test for by Andrew M. Kuchling · 25 years ago
  85. 481ac88 Use an unsigned cast to avoid a warning in VC++. by Guido van Rossum · 25 years ago
  86. 0e11c49 Docstring fix: acosh() returns the hyperbolic arccosine, not the by Fred Drake · 25 years ago
  87. e9cd07b Patch by Rob Riggs for Linux -- glibc2 has a different argument by Guido van Rossum · 25 years ago
  88. d3eb577 Patch by Chris Herborth for BeOS code. He writes: by Guido van Rossum · 25 years ago
  89. 3366d1c # Typo in docstring (Retrun -> Return). by Guido van Rossum · 25 years ago
  90. 3791b0d Carefully check for overflow when allocating the memory for fromfile by Guido van Rossum · 25 years ago
  91. c222ec2 Patch by Tadayoshi Funaba (with some changes) to be smarter about by Guido van Rossum · 25 years ago
  92. b71c570 Document *static* -- in two places! by Guido van Rossum · 25 years ago
  93. 360eb9f We don't support leap seconds, so the seconds field of a time 9-tuple by Guido van Rossum · 25 years ago
  94. 5bd69db In atoi(), don't use isxdigit() to test whether the last character by Guido van Rossum · 25 years ago
  95. 61eeb04 The docstring for ttyname(..) claims a second "mode" argument. The by Guido van Rossum · 25 years ago
  96. 1a566ff When the parameter to PyInt_AsLong() has already been checked with by Fred Drake · 25 years ago
  97. 6724835 Use the portable form of initializing the ob_type field for new types. by Fred Drake · 25 years ago
  98. 7d38529 The symbols P_* (for spawn*(), MS specific) should not have a leading by Guido van Rossum · 25 years ago
  99. b8c3cbd Fixed totally bogus conversion factors used in the Win32 version of os.times(). by Guido van Rossum · 25 years ago
  100. ca74da4 Got rid of the file-global PosixError. This was redundant since it by Barry Warsaw · 25 years ago