1. 2a6875e parser__pickler(): Don't drop the third argument to by Fred Drake · 25 years ago
  2. 675e994 Added comment with web location of bsddb windows port. by Guido van Rossum · 25 years ago
  3. 9376b74 (1) On Linux, we really need to trust the configure script to select by Guido van Rossum · 25 years ago
  4. a2e4855 It appears that inet_aton() doesn't really exist except in libresolv; by Guido van Rossum · 25 years ago
  5. 7a15ba5 Added keyword parameter support to all public interfaces; keyword by Fred Drake · 25 years ago
  6. 65bb328 Fixed memory leak in ratecv, in response to PR#72. By Sjoerd Mullender. by Guido van Rossum · 25 years ago
  7. ff7e83d Patch by Mark Hammond to avoid certain header files on Windows/CE. by Guido van Rossum · 25 years ago
  8. 7f1de83 Tiny patch by Mark Hammond to avoid sys/types.h if we don't have it by Guido van Rossum · 25 years ago
  9. 762e206 posix_putenv(): Constrain memory leakage when setting the same by Fred Drake · 25 years ago
  10. c6a164b Port inet_ntoa and inet_aton to Windows: by Guido van Rossum · 25 years ago
  11. 5c9eb21 Patch by Ben Gertzfield to add inet_aton() and inet_ntoa() calls. by Guido van Rossum · 25 years ago
  12. a5456d5 In floatsleep(), when using select(), ignore EINTR error. by Guido van Rossum · 25 years ago
  13. 09be409 Patch by Marc-Andre Lemburg to add a bunch more symbols. by Guido van Rossum · 25 years ago
  14. 6a619f4 It turns out that modifying the environment strings is not safe. by Guido van Rossum · 25 years ago
  15. 2f80d96 Patch by Stephen Turner, who writes: by Guido van Rossum · 25 years ago
  16. 9068da4 Milton L. Hankin reports that on Windows it is possible to have two by Guido van Rossum · 25 years ago
  17. c3be1a3 New version from Jim: by Guido van Rossum · 25 years ago
  18. 17d53ec New version from Jim: don't call Py_FatalError() when initialization fails. by Guido van Rossum · 25 years ago
  19. c03158b Jim Fulton writes: by Guido van Rossum · 25 years ago
  20. f63b8cc posix_listdir(): When an error occurs, call by Barry Warsaw · 25 years ago
  21. 8bfefce On HP-UX, -rpath is another option taking an argument that needs to go by Guido van Rossum · 25 years ago
  22. ea424e1 Apparently __GNU_LIBRARY__ is defined for glibc as well as for libc5. by Guido van Rossum · 25 years ago
  23. 1b9e0aa Jim Fulton writes: by Guido van Rossum · 25 years ago
  24. dc8b569 Patch from Tim Peters to repare a the problem that tracebacks are off by Guido van Rossum · 25 years ago
  25. ae84e8d Patch by Drew Csillag for FreeBSD's sh, which doesn't automatically by Guido van Rossum · 25 years ago
  26. a7379d9 Avoid triggering Alpha OSF/1 specific code on Alpha NT or Linux. by Guido van Rossum · 25 years ago
  27. 7a12299 Put back __osf__ support for gethostbyname_r(); the real bug was that by Guido van Rossum · 25 years ago
  28. 761fcd0 Fix accidentally reversed NULL test in load_mark(). Suggested by by Guido van Rossum · 25 years ago
  29. d4b8b09 'clean' target should remove hassignal. by Guido van Rossum · 25 years ago
  30. aee9bb2 Cast added by Jack Jansen (for Mac port). by Guido van Rossum · 25 years ago
  31. ff1ccbf casts for picky compilers. by Guido van Rossum · 25 years ago
  32. cbf8906 3-arg gethostbyname_r doesn't really work on OSF/1. by Guido van Rossum · 25 years ago
  33. b729a1d Patch by Andrew Kuchling to unflush() (flush() for deflating). by Guido van Rossum · 25 years ago
  34. 8c67e4e Add extern decl for fsync() for SunOS 4.x. by Guido van Rossum · 25 years ago
  35. 0ffdd05 Jonathan Giddy notes, and Chris Lawrence agrees, that some comments on by Guido van Rossum · 25 years ago
  36. c91fcaa Protection against picling to/from closed (real) file. by Guido van Rossum · 25 years ago
  37. 4958f9a #$@%! Forgot to remove a #error directive used for testing. Sorry. by Guido van Rossum · 25 years ago
  38. 5773160 Chris Lawrence writes: by Guido van Rossum · 25 years ago
  39. cf95b0f Avoid warnings from AIX compiler. Reported by Vladimir (AIX is my by Guido van Rossum · 25 years ago
  40. b95227d Add an .unused_data attribute to decompressor objects. If .unused_data by Andrew M. Kuchling · 25 years ago
  41. 29d2acc Added Greg Stein and Andrew Kuchling's sha module. by Guido van Rossum · 25 years ago
  42. e7de206 Implement two suggestions by Jonathan Giddy: (1) in AIX, clear the by Guido van Rossum · 25 years ago
  43. 7b6c71f Vladimir Marangozov implements the AIX 3-arg gethostbyname_r code. by Guido van Rossum · 25 years ago
  44. 8ad22c8 Add $(EXE) to various occurrences of python so it will work on Cygwin by Guido van Rossum · 25 years ago
  45. 3baaa13 Clean up pass for the previous patches. by Guido van Rossum · 25 years ago
  46. 955becc Jonathan Giddy writes: by Guido van Rossum · 25 years ago
  47. 173156f Fixed the flush() method of compression objects; the test for by Andrew M. Kuchling · 25 years ago
  48. 481ac88 Use an unsigned cast to avoid a warning in VC++. by Guido van Rossum · 25 years ago
  49. 0e11c49 Docstring fix: acosh() returns the hyperbolic arccosine, not the by Fred Drake · 25 years ago
  50. e9cd07b Patch by Rob Riggs for Linux -- glibc2 has a different argument by Guido van Rossum · 25 years ago
  51. d3eb577 Patch by Chris Herborth for BeOS code. He writes: by Guido van Rossum · 25 years ago
  52. 3366d1c # Typo in docstring (Retrun -> Return). by Guido van Rossum · 25 years ago
  53. 3791b0d Carefully check for overflow when allocating the memory for fromfile by Guido van Rossum · 25 years ago
  54. c222ec2 Patch by Tadayoshi Funaba (with some changes) to be smarter about by Guido van Rossum · 25 years ago
  55. b71c570 Document *static* -- in two places! by Guido van Rossum · 25 years ago
  56. 360eb9f We don't support leap seconds, so the seconds field of a time 9-tuple by Guido van Rossum · 25 years ago
  57. 5bd69db In atoi(), don't use isxdigit() to test whether the last character by Guido van Rossum · 25 years ago
  58. 61eeb04 The docstring for ttyname(..) claims a second "mode" argument. The by Guido van Rossum · 25 years ago
  59. 1a566ff When the parameter to PyInt_AsLong() has already been checked with by Fred Drake · 25 years ago
  60. 6724835 Use the portable form of initializing the ob_type field for new types. by Fred Drake · 25 years ago
  61. 7d38529 The symbols P_* (for spawn*(), MS specific) should not have a leading by Guido van Rossum · 25 years ago
  62. b8c3cbd Fixed totally bogus conversion factors used in the Win32 version of os.times(). by Guido van Rossum · 25 years ago
  63. ca74da4 Got rid of the file-global PosixError. This was redundant since it by Barry Warsaw · 25 years ago
  64. 01b7ced On Windows, -i shouldn't call set[v]buf(stdin, ...) because it screws by Guido van Rossum · 25 years ago
  65. d1f66dc Fix buglet in load_put -- the test for bad readline result tested the by Guido van Rossum · 25 years ago
  66. 7d83a5e The variable TESTPATH should be initialized to empty. by Guido van Rossum · 25 years ago
  67. 68de064 The writelines() function was never tested and contained numerous bugs by Guido van Rossum · 25 years ago
  68. f9ffb03 Jim Fulton: this fixes seg faults with bad pickles like "c". by Guido van Rossum · 25 years ago
  69. 0c9608c Portability fix for [f]statvfs() return tuple: no longer return the by Guido van Rossum · 25 years ago
  70. 579ed77 Never mind, this belongs in the PC subdirectory, by Guido van Rossum · 25 years ago
  71. 7e3535c Added documentation to the docstrings for the W*() functions that take by Fred Drake · 25 years ago
  72. 2cc340d Windows sound playing module, by Fredrik Lundh. by Guido van Rossum · 25 years ago
  73. 246bc17 Add _P_WAIT etc. for NT. by Guido van Rossum · 25 years ago
  74. a6dff3e spawnv, spawnve docstrings: added mode parameter; this is required! by Fred Drake · 25 years ago
  75. 6aa4257 PyPcre_expand(): Fixed two memory leaks, where a PyString_FromString() by Barry Warsaw · 25 years ago
  76. e6a3aa6 Oops, the patch for NeXT always replaced waitpid() with wait4() -- by Guido van Rossum · 25 years ago
  77. f761287 setup_readline(): Added a comment about memory leak (reported by by Barry Warsaw · 25 years ago
  78. 1c7aaa2 Added missing DECREF's in the error branches when creating a compressor or by Andrew M. Kuchling · 25 years ago
  79. 30aa1e7 PyInit_zlib(): Plug a small memory leak. Jeremy is looking into the by Barry Warsaw · 25 years ago
  80. 6b86a42 Document -OO; "unsafe" optimization that removes docstrings. Marc-Andre Lemburg. by Guido van Rossum · 25 years ago
  81. b80667d pcre_exec(): Andrew Kuchling's patch for pcre memory leak. by Barry Warsaw · 25 years ago
  82. 105906f initerrno(): Nailed a not-so-tiny memory leak. The de dictionary is by Barry Warsaw · 25 years ago
  83. 54ecc3d Patches by William Lewis for Nextstep descendants. by Guido van Rossum · 25 years ago
  84. 5b97716 expandtabs__doc__: blank line which was not terminated with \n\ caused by Barry Warsaw · 26 years ago
  85. a106568 Add spawnv and spawnve functions for Win32 platforms. by Guido van Rossum · 26 years ago
  86. 54ec288 A gift from Fredrik Lundh: fast C implementation of expandtabs(). by Guido van Rossum · 26 years ago
  87. aa8d167 Make sure not to call realloc() with a NULL pointer -- call malloc() by Guido van Rossum · 26 years ago
  88. 1180185 Include myselect.h -- needed on some platforms. by Guido van Rossum · 26 years ago
  89. 8bf6dc7 Rearrange the -I flags for compiling _tkinter.c so that by Guido van Rossum · 26 years ago
  90. d371ff1 Only do ttyname() when HAVE_TTYNAME is defined. by Guido van Rossum · 26 years ago
  91. ca6954a Should include "Python.h", not <Python.h> -- it's not a standard by Guido van Rossum · 26 years ago
  92. 11a5071 Jim Ahlstrom patch: Watcom chokes on a long expression in c_asinh(). by Guido van Rossum · 26 years ago
  93. 5d00b6d Need extern decl. for fdatasync() in case it exists but isn't declared by Guido van Rossum · 26 years ago
  94. 21142a0 Added fsync() and fdatasync(). Patches by Scott Cotton. Requires by Guido van Rossum · 26 years ago
  95. 446ccfe The doc string for strptime had the arguments reversed -- the string by Guido van Rossum · 26 years ago
  96. 6892aa3 fix bug in PyZlib_flush. patch from Grzegorz Makarewicz & Rafal Smotrzyk. by Jeremy Hylton · 26 years ago
  97. 015f22a Change the access() code to return 1 if granted, 0 if not granted. by Guido van Rossum · 26 years ago
  98. 763737b Changes for long file support by Steve Clift. by Guido van Rossum · 26 years ago
  99. 056bad9 Changes for long file support by Steve Clift. by Guido van Rossum · 26 years ago
  100. 94f6f72 Changes for long file support by Steve Clift. by Guido van Rossum · 26 years ago