1. 8823acc Marc-Andre Lemburg: by Guido van Rossum · 24 years ago
  2. c410e92 Jack Jansen: by Guido van Rossum · 24 years ago
  3. 50422b4 Michael Hudson: by Guido van Rossum · 24 years ago
  4. 14f3f59 Fix typo in last patch -- the symbol's name is MSG_DONWAIT, not by Guido van Rossum · 24 years ago
  5. 2c8bcb8 Patch by Charles G Waldman: by Guido van Rossum · 24 years ago
  6. c4428c5 Charles G Waldman: Doing a PyObject_New then PyMem_DEL causes havoc if by Guido van Rossum · 24 years ago
  7. e7ab64e validate_arglist(): Re-written to reflect extended call syntax. by Fred Drake · 24 years ago
  8. ff3ab42 Jack Jansen: The GUSI 2.0 I/O library used on the Mac uses the by Guido van Rossum · 24 years ago
  9. 83addc7 Charles Waldman writes: by Guido van Rossum · 24 years ago
  10. 2dd8ddd Use an explicit macro SOCKETCLOSE which expands to closesocket (on by Guido van Rossum · 24 years ago
  11. ace88ae Patch by Brian Hooper, somewhat augmented by GvR, to strip a trailing by Guido van Rossum · 24 years ago
  12. ff9ea48 ANSI-fy & de-tabify the source. (4-space indents already used.) by Fred Drake · 24 years ago
  13. 3155db3 setup_confname_table(): Close memory leak caused by not decref'ing the by Barry Warsaw · 24 years ago
  14. 127b2ef raise TypeError when bad argument passed to cStringIO.StringIO by Jeremy Hylton · 24 years ago
  15. 36d4f8b Correct fix by Mark Favas for the cast problems. by Guido van Rossum · 24 years ago
  16. e110dcf I've had complaints about the comparison "where >= 0" before -- on by Guido van Rossum · 24 years ago
  17. 2953088 Remove CRLF line endings. by Guido van Rossum · 24 years ago
  18. 5db862d Skip Montanaro: add string precisions to calls to PyErr_Format by Guido van Rossum · 24 years ago
  19. fa972c9 In dealloc(), only close the socket if fd != -1. by Guido van Rossum · 24 years ago
  20. 54b1c0b Windows: Since we're not using ZLIB.DLL any more, don't define ZLIB_DLL. by Guido van Rossum · 24 years ago
  21. 1ef4e2d Mark Hammond <mhammond@skippinet.com.au>: by Fred Drake · 24 years ago
  22. 56a87a0 Patch from Hrvoje Niksic <hniksic@iskon.hr>: by Fred Drake · 24 years ago
  23. b49dc75 Add warning that multi-arg connect() etc. are deprecated. by Guido van Rossum · 24 years ago
  24. 527c9bd Put back multi-arg capability on connect/connect_ex/bind, for by Guido van Rossum · 24 years ago
  25. 8a16054 Marc-Andre Lemburg: The large unicode database table is broken in by Guido van Rossum · 24 years ago
  26. 52a644c Add '#include <netinet/tcp.h>' by Andrew M. Kuchling · 24 years ago
  27. 8de1693 This module's name should be linuxaudio*dev*.c by Guido van Rossum · 24 years ago
  28. d1bda0c Added some clarifications to pyexpat. by Guido van Rossum · 24 years ago
  29. 5961f5a Make it compile on Windows. by Guido van Rossum · 24 years ago
  30. b7f1053 Added Python interface to Expat XML parser. by Andrew M. Kuchling · 24 years ago
  31. 325942a Removed three unused variables from the Windows code. by Guido van Rossum · 24 years ago
  32. e567935 Added the _sre module. It is always on. by Guido van Rossum · 24 years ago
  33. b700df9 Adding Fredrik Lundh's _sre.c module and its header files. by Guido van Rossum · 24 years ago
  34. 64231e5 Add back an obscure "feature" to the Obj version of Tkapp_Call(): a by Guido van Rossum · 24 years ago
  35. ef40e77 Sigh. On Windows, (mode_t)i fails. Assume that there's a prototype by Guido van Rossum · 24 years ago
  36. 09fdf07 Hacked for Win32 by Mark Hammond. by Guido van Rossum · 24 years ago
  37. a1f0a8f Don't use the object call interface in Tk 8.0 -- the EvalObj* API by Guido van Rossum · 24 years ago
  38. 49679b4 Oops, the previous patch contained a bug in chmod. Fixed now. by Guido van Rossum · 24 years ago
  39. ffd15f5 Two robustness patches: by Guido van Rossum · 24 years ago
  40. aaf0ab2 Add linuxaudio module. by Guido van Rossum · 24 years ago
  41. b130dc7 Audio module for Linux, contributed by Peter Bosch. by Guido van Rossum · 24 years ago
  42. 1ed7d2d Added mmap module -- map a view of a file into memory on Win32 and Unix. by Andrew M. Kuchling · 24 years ago
  43. 632de27 The Tcl_Obj patch discussed on the patches list. by Guido van Rossum · 24 years ago
  44. 24bdb04 Marc-Andre Lemburg: by Guido van Rossum · 24 years ago
  45. a80649b Patch by Neil Schemenauer to remove support for Tcl/Tk versions before by Guido van Rossum · 24 years ago
  46. e187b0e Add a call to Tcl_FindExecutable(). This was inspired by a patch by by Guido van Rossum · 24 years ago
  47. 27fc3c0 Fix all routines to use PyArg_ParseTuple(), and add ":name" to the by Guido van Rossum · 24 years ago
  48. c24ca4b Fix probable bug; if errno == EINTR, floatsleep() doesn't break out of by Andrew M. Kuchling · 24 years ago
  49. 51ac580 On 17-Mar-2000, Marc-Andre Lemburg said: by Barry Warsaw · 24 years ago
  50. 7ceab65 Fix bogus error reporting on strptime: let PyArg_ParseTuple set exception. by Jeremy Hylton · 24 years ago
  51. e141fd8 Marc-Andre Lemburg: add new Unicode-related files. by Guido van Rossum · 24 years ago
  52. c7de91b Marc-Andre Lemburg: Add _codecs and unicodedata modules. by Guido van Rossum · 24 years ago
  53. 5fccb7c Marc-Andre Lemburg: support pickling Unicode objects, both in text by Guido van Rossum · 24 years ago
  54. 2a70a3a Module unicodedata -- Provides access to the Unicode 3.0 data base. by Guido van Rossum · 24 years ago
  55. e2d67f9 Internal module _codecs -- Provides access to the codec registry and by Guido van Rossum · 24 years ago
  56. 5bfc2eb Marc-Andre-Lemburg: The Unicode Database. by Guido van Rossum · 24 years ago
  57. e066134 Fixed inet_ntoa() docstring. by Fred Drake · 24 years ago
  58. b48bc17 Second attempt to fix the ctermid_r/tmpnam_r warnings: define USE_CTERMID_R by Greg Ward · 24 years ago
  59. 9217fcb Fix compiler warning: only use "_r" form of 'ctermid()' and 'tmpnam()' when by Greg Ward · 24 years ago
  60. 61b705a Patch by Fred Gansevles (the module's original author). by Guido van Rossum · 24 years ago
  61. 43713e5 Massive patch by Skip Montanaro to add ":name" to as many by Guido van Rossum · 24 years ago
  62. b6f6e95 Better fix for mpzmodule problem reported by Peter Funk: just use by Andrew M. Kuchling · 24 years ago
  63. 4985e40 Delete references to _SC_AIO_LIST_MAX; it appears that that symbol was by Guido van Rossum · 24 years ago
  64. e7ef74d Peter Funk: by Guido van Rossum · 24 years ago
  65. 0dd7507 What used to be tp_xxx4 is now tp_flags; set it to Py_TPFLAGS_DEFAULT. by Fred Drake · 24 years ago
  66. fc9d225 Patch from Vladimir Marangozov <marangoz@python.inrialpes.fr> by Andrew M. Kuchling · 24 years ago
  67. 0c7822e Patch from Vladimir Marangozov <marangoz@python.inrialpes.fr>: by Andrew M. Kuchling · 24 years ago
  68. 7d47c9e Patch by Jim Ahlstrom to add crc32, a useful checksum function by Guido van Rossum · 24 years ago
  69. da8d216 Protect against core dumps in gdbm: don't allow access by key once the by Fred Drake · 24 years ago
  70. 0d40ba4 Patch from Paul Sokolovsky <Paul.Sokolovsky@technologist.com>: by Fred Drake · 24 years ago
  71. a664dbb Added docstring to crypt.crypt() based on the documentation. by Fred Drake · 24 years ago
  72. b3d3956 The initialization of posix_putenv_garbage should only be done when it by Guido van Rossum · 24 years ago
  73. bffd683 The rest of the changes by Trent Mick and Dale Nagata for warning-free by Guido van Rossum · 24 years ago
  74. 947a0fa According to Ron Bickers, and with apparent approval of Chris by Guido van Rossum · 25 years ago
  75. b2b42dd The functions asctime() and mktime() are documented to take a 9-tuple by Guido van Rossum · 25 years ago
  76. e1a79b9 setup_confname_table(): Use size_t instead of int for an index when by Fred Drake · 25 years ago
  77. 8972dfd For ZlibError and ZLIB_VERSION, only attempt to add entry to the by Fred Drake · 25 years ago
  78. 313a3e3 Fix typo in docstring: wbites -> wbits by Andrew M. Kuchling · 25 years ago
  79. 4e08379 Patch and new file by Geoff Furnish for C++ compilation. by Guido van Rossum · 25 years ago
  80. bec628d Rip out the code to check the ordering of the tables used to map by Fred Drake · 25 years ago
  81. d86ed29 Added table entries for Irix 6.5 names for confstr()/sysconf()/ by Fred Drake · 25 years ago
  82. 12c6e2d Added support for getlogin(); does *not* use getlogin_r() where by Fred Drake · 25 years ago
  83. 71f00fb Removed debugging prints. by Fred Drake · 25 years ago
  84. c968092 Added bindings for getgroups(), fpathconf(), pathconf(), confstr(), by Fred Drake · 25 years ago
  85. 09ac088 The call to PyArg_ParseTuple in al_Connect had one too few arguments. by Guido van Rossum · 25 years ago
  86. 5ab8eaf Added support for abort(), ctermid(), tmpfile(), tempnam(), tmpnam(), by Fred Drake · 25 years ago
  87. cbdff76 OpenSSL support. This is based on patches for a version of SSLeay by by Guido van Rossum · 25 years ago
  88. 09c8b6c OpenSSL support. This is based on patches for a version of SSLeay by by Guido van Rossum · 25 years ago
  89. bf27298 Correct the docstring for byteswap(); error noted by Bernhard Reiter by Fred Drake · 25 years ago
  90. b960e7a Patches by Kannan Vijayan: by Guido van Rossum · 25 years ago
  91. 09cbb01 Jack Jansen: Mac has no EINTR. by Guido van Rossum · 25 years ago
  92. e168c65 Patch by Dieter Maurer to make things work for Tcl/Tk 8.1. This by Guido van Rossum · 25 years ago
  93. 6b26a06 Patch by Dieter Maurer to make things work for Tcl/Tk 8.1 (tested with by Guido van Rossum · 25 years ago
  94. e4f1366 split() docstring: Made signature and description for the first by Fred Drake · 25 years ago
  95. 1b6e463 Bugfix by Jack Jansen for Macintosh (for the inet_ntoa/aton changes): by Guido van Rossum · 25 years ago
  96. 2db4f47 Patch by Jason Trowbridge. (Followup to his PR#110.) (Slightly reformatted.) by Guido van Rossum · 25 years ago
  97. d5753e1 John DuBois tells us that SCO OpenServer 5.0 and later requires _SVID3 by Guido van Rossum · 25 years ago
  98. eba24bb Fix PR#110 -- bad input ("====") for a2b_base64() caused it to call by Guido van Rossum · 25 years ago
  99. 2a6875e parser__pickler(): Don't drop the third argument to by Fred Drake · 25 years ago
  100. 675e994 Added comment with web location of bsddb windows port. by Guido van Rossum · 25 years ago