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