1. 1dcc244 Reorg TO DO list. by Guido van Rossum · 27 years ago
  2. a0e9a6d Small nits for Grail; don't forget to cgi.translate & and <. by Guido van Rossum · 27 years ago
  3. d1c1ec8 - Suppress the visible text in the epilogue when "edit=no" is specified. by Guido van Rossum · 27 years ago
  4. 4888c7e Added section titles (for now, hardcoded in the file). by Guido van Rossum · 27 years ago
  5. 549e0ff Removed references to StdClib and PLStringFuncs, rebuilt everything by Jack Jansen · 27 years ago
  6. 6f69c50 Nothing important by Jack Jansen · 27 years ago
  7. 5258190 Changed version string and preferences filename to 1.5a2. by Jack Jansen · 27 years ago
  8. a07dd0f Renamed by Jack Jansen · 27 years ago
  9. e8b9b9f Added keys() and mapping interface to shared-library objects, allowing by Jack Jansen · 27 years ago
  10. a39f1b0 - Added Py_GetProgramFullPath by Jack Jansen · 27 years ago
  11. 570e4b7 Added PyMac_StopGUSISpin by Jack Jansen · 27 years ago
  12. 5527db5 Added code to recognize http/ftp URLs and email addresses, and add <A> by Guido van Rossum · 27 years ago
  13. 821a558 Moved the 1.4 NEWS file here (it had to happen someday...). by Guido van Rossum · 27 years ago
  14. 69b9ae4 Add doc string to type object. by Fred Drake · 27 years ago
  15. c644752 Minor change: add prologue() calls to do_info and do_rlog; in by Guido van Rossum · 27 years ago
  16. 296b475 Can't return 0 from void function... by Guido van Rossum · 27 years ago
  17. c8b6df9 PyObject_Compare can raise an exception now. by Guido van Rossum · 27 years ago
  18. 5b2121b PyObject_Compare can now return an error. Unfortunately, there are a by Guido van Rossum · 27 years ago
  19. 7e8d26d PyFile_WriteString now returns an error indicator instead of calling by Guido van Rossum · 27 years ago
  20. 78a1ed3 Py_FlushLine and PyFile_WriteString now return error indicators by Guido van Rossum · 27 years ago
  21. be27026 Py_FlushLine and PyFile_WriteString now return error indicators by Guido van Rossum · 27 years ago
  22. 27a60b1 PyFile_WriteString now returns an error indicator instead of calling by Guido van Rossum · 27 years ago
  23. 745b8cf flushline and writestring can now return an error by Guido van Rossum · 27 years ago
  24. f1e6354 The usual by Guido van Rossum · 27 years ago
  25. c2d1417 Added Py_GetProgramFullPath (same as GetProgramName) by Guido van Rossum · 27 years ago
  26. 39ed1c3 Added Py_GetProgramFullPath by Guido van Rossum · 27 years ago
  27. 36f3502 Added cvardesc and ctypedesc macros, for api.tex. by Guido van Rossum · 27 years ago
  28. 64f9105 DG/UX thread patches (Ross Andrus) by Guido van Rossum · 27 years ago
  29. b2c8ec4 Set sys.executable to full path of python (from argv[0]). by Guido van Rossum · 27 years ago
  30. 9726690 More usual effects of a new configure.in by Guido van Rossum · 27 years ago
  31. 6400c26 DG/UX specific test for threads. by Guido van Rossum · 27 years ago
  32. 0be3e49 The usual effects of a new configure.in by Guido van Rossum · 27 years ago
  33. 0b82fe7 Partial(?) 64bit patch (AMK). by Guido van Rossum · 27 years ago
  34. 23c9446 Added a space in an error message by Guido van Rossum · 27 years ago
  35. cbf1b9c Added warning about the optimizer bug on AIX 4.2.1 by Guido van Rossum · 27 years ago
  36. 8d90f9d Minor edits for 1.5a2 by Guido van Rossum · 27 years ago
  37. 93cfa95 Add kill, execv, fork to tested functions. by Guido van Rossum · 27 years ago
  38. fde5169 Force PYTHONPATH= empty when running test suite. by Guido van Rossum · 27 years ago
  39. ae110af Just another checkin for backup. Nothing substantial yet. by Guido van Rossum · 27 years ago
  40. af5be95 Added menu entry on deleting FAQ entries. by Guido van Rossum · 27 years ago
  41. 64099e9 HTML formatting nits. Added "Reload this entry" link to edit complete screen. by Guido van Rossum · 27 years ago
  42. ed531fd Mostly small changes. by Guido van Rossum · 27 years ago
  43. b9f866c Enable putenv and waitpid (== wait4) for NeXT. by Guido van Rossum · 27 years ago
  44. b6190d3 Defined array.array_type, the type object. by Guido van Rossum · 27 years ago
  45. e9eec54 Fix typo in error checking spotted by Just... by Guido van Rossum · 27 years ago
  46. 74427e5 Separate prologue/epilogue functions. by Guido van Rossum · 27 years ago
  47. 4c45422 Oops, left an 'n = n+1' in but n was undefined. by Guido van Rossum · 27 years ago
  48. f701bf1 Add "Log info" to view rcs log. by Guido van Rossum · 27 years ago
  49. d7bfa80 Lots of new features: by Guido van Rossum · 27 years ago
  50. 3c3354c Crude but functional, except for adding new entries. by Guido van Rossum · 27 years ago
  51. d6a111e Fix for boundary case (Jack) by Guido van Rossum · 27 years ago
  52. 7806c16 generated from latest doc files by Guido van Rossum · 27 years ago
  53. 2335c5e Added description of socket_type. by Guido van Rossum · 27 years ago
  54. f858021 Add test for presence of socket_type. by Guido van Rossum · 27 years ago
  55. 3b4b6fc Add socket.socket_type, as discussed on c.l.p. by Guido van Rossum · 27 years ago
  56. 05ba2ab Fix ratecv test (Sjoerd). by Guido van Rossum · 27 years ago
  57. adb3a9d Initial revision by Guido van Rossum · 27 years ago
  58. 49bff65 Include config.h so it can define const away for K&R. by Guido van Rossum · 27 years ago
  59. 7929c6f Make delimiter and separator static for K&R C. by Guido van Rossum · 27 years ago
  60. f9cba09 Don't use function prototypes in function definition headers. by Guido van Rossum · 27 years ago
  61. 2f75b29 Indent the #error directives so a classic K&R cpp doesn't see them. by Guido van Rossum · 27 years ago
  62. a9040ec Renamed a local variable from 'PyCFunction' (which is also a typedef by Guido van Rossum · 27 years ago
  63. 59943ba Added Py_PROTO macros for SunOS 4.x /bin/cc. by Guido van Rossum · 27 years ago
  64. 462d6e6 More robust way of choosing a non-existant uid (faster, too). by Guido van Rossum · 27 years ago
  65. 6308d51 More robust way of choosing a non-existant uid (faster, too). by Guido van Rossum · 27 years ago
  66. 037b220 Moved PyObject_{Get,Set}Attr to object.c. by Guido van Rossum · 27 years ago
  67. 98ff96a Moved PyObject_{Get,Set}Attr here (from dictobject) and add PyObject_HasAttr. by Guido van Rossum · 27 years ago
  68. 9678394 Got rid of c_error in favor of errno (and EDOM/ERANGE). by Guido van Rossum · 27 years ago
  69. 72be306 Added some minimal comments and tweaked lay-out a bit. by Guido van Rossum · 27 years ago
  70. df4c308 Plug leak of stack frame object in exception handling code. by Guido van Rossum · 27 years ago
  71. 32f92ca Handling of pathnames pointing to files on toplevel folder of disk was by Guido van Rossum · 27 years ago
  72. b24c9ea fixed ratecv to continue working if product of rates is bigger than 32 bits by Guido van Rossum · 27 years ago
  73. 511f163 Removed MetroWerks workaround, replaced by defines in mymath.h (Jack) by Guido van Rossum · 27 years ago
  74. 19a6c8a workaround for Mac MSL header definitions of TRUE and FALSE (Jack) by Guido van Rossum · 27 years ago
  75. c23ef0a Workaround for bug in Metrowerks MSL headers on 68K Macs (Jack) by Guido van Rossum · 27 years ago
  76. df0d00e Logic for enabling mac-specific signal handling fixed (Jack) by Guido van Rossum · 27 years ago
  77. 1254d79 Use #ifdef in stead of #if (Jack) by Guido van Rossum · 27 years ago
  78. e34b7de Updated Python version no to 1.5. by Guido van Rossum · 27 years ago
  79. 6181e00 Added AMK's SocketServer docs. by Guido van Rossum · 27 years ago
  80. fe4dfc7 Add platform to welcome message. by Guido van Rossum · 27 years ago
  81. 650b3aa Unlink before rename (for NT). by Guido van Rossum · 27 years ago
  82. 1aa7e3a Jim Ahlstrom's contributions for DOS, OS/2, WIN3.1. by Guido van Rossum · 27 years ago
  83. 5a37d7d Renamed strndup to my_strndup to avoid conflict witth GNU libc. by Guido van Rossum · 27 years ago
  84. 082d289 Added CRLF for Notepad. by Guido van Rossum · 27 years ago
  85. 1a747f8 Address the following problem on DOS and Win 3.1, reported by Jim Ahlstrom: by Guido van Rossum · 27 years ago
  86. 29168ce Added CRLF for Notepad. by Guido van Rossum · 27 years ago
  87. 3cca245 Got rid of all the last_name_* bogosities. I don't think the by Guido van Rossum · 27 years ago
  88. 3f11da0 Changes to make these tests work on the Mac. by Guido van Rossum · 27 years ago
  89. 9522274 Increase the child's sleep time to 5 for slow machines. by Guido van Rossum · 27 years ago
  90. e6fcd33 Correct comment; -c is off by default. by Guido van Rossum · 27 years ago
  91. 9231c8f Made a start with api.tex, the Python-C API Reference Manual. by Guido van Rossum · 27 years ago
  92. d0c87ee Oops, another forgotten renaming: varobject -> PyVarObject. by Guido van Rossum · 27 years ago
  93. fe28fa0 Remove the last three uses of PyArg_GetInt() from the source. by Guido van Rossum · 27 years ago
  94. 4c4d5ce Catch nis.error and raise TestFailed instead. This catches the by Barry Warsaw · 27 years ago
  95. 1ade44c Open the output files with 'wb', not 'w'. by Guido van Rossum · 27 years ago
  96. fdf58fe Added BabylMailbox class by Fred Lundh (untested). by Guido van Rossum · 27 years ago
  97. 71606f8 This commit was manufactured by cvs2svn to create tag 'r15a2'. by cvs2svn · 27 years ago
  98. c8fba8e Add pthred-std define for Linux. by Guido van Rossum · 27 years ago
  99. 8766dfd Regenreated for MSL by Jack Jansen · 27 years ago
  100. b83b46d MSL errno.h has moved some errors around, and doesn't document by Jack Jansen · 27 years ago