1. 608b3fa Dummy functions which return unimpErr for lots of toolbox calls that are unavailable for 68K. This way we don't have to disable thm in bgen, so we by Jack Jansen · 25 years ago
  2. 8bb573e Oops, PLstring funcs should be "pascal". Funny this never caused problems before... by Jack Jansen · 25 years ago
  3. 0bdd90a Catch up with terminology change in UnixCCompiler: 'includes' -> 'include_dirs'. by Greg Ward · 25 years ago
  4. 1d0495e Catch missing MANIFEST file and warn rather than blowing up. by Greg Ward · 25 years ago
  5. 9b45443 Fixed 'find_package_modules()' to ensure that we never build (and thus by Greg Ward · 25 years ago
  6. 48697d9 Changed 'build_extensions()' so 'sources' can be a list or tuple; and by Greg Ward · 25 years ago
  7. 04d7832 In 'compile()' method, renamed 'includes' parameter to 'include_dirs' for by Greg Ward · 25 years ago
  8. 44f8e4e Added support for printing out help text from option table: 'print_help()', by Greg Ward · 25 years ago
  9. c9c37b1 Made "verbose" mode the default; now you have to supply --quiet if you by Greg Ward · 25 years ago
  10. d6bc4e7 New appearance mgr support. This appears (no pun intended) to have some problems that I'll fix tonight, so don't check it out. by Jack Jansen · 25 years ago
  11. 09ac088 The call to PyArg_ParseTuple in al_Connect had one too few arguments. by Guido van Rossum · 25 years ago
  12. d6ecfea Changed appearance-dialogs to new WDEF values. Also undid silly change of by Jack Jansen · 25 years ago
  13. a6107f7 Regenerated, and manually massaged (sigh): there can now be comments after enum defs, and bgen doesn't understand this yet. by Jack Jansen · 25 years ago
  14. 24c3531 Fixed a linebreak I forgot, added docstrings, (temporarily) blacklisted a few routines that seem to be missing in my CW Pro 5.1. by Jack Jansen · 25 years ago
  15. d60069c Added USE_APPEARANCE flag. by Jack Jansen · 25 years ago
  16. 18f7a45 Document the new stuff in the os module. by Fred Drake · 25 years ago
  17. 89143df Added support for ctermid, tempnam, tmpfile, tmpnam, and tmpnam_r. by Fred Drake · 25 years ago
  18. 5ab8eaf Added support for abort(), ctermid(), tmpfile(), tempnam(), tmpnam(), by Fred Drake · 25 years ago
  19. 229c086 Changes by Corran Webster to support {Get,Set}ControlData and by Jack Jansen · 25 years ago
  20. 4d56ecf Minimal test of Dlg.SetControlData by Corran Webster: draw a default by Jack Jansen · 25 years ago
  21. 8f5725a First bits and pieces of appearance support: an init routine, a global flag PyMac_AppearanceCompliant (exported thru MacOS). If USE_APPEARANCE by Jack Jansen · 25 years ago
  22. cbdff76 OpenSSL support. This is based on patches for a version of SSLeay by by Guido van Rossum · 25 years ago
  23. 09c8b6c OpenSSL support. This is based on patches for a version of SSLeay by by Guido van Rossum · 25 years ago
  24. 5274c33 According to Craig H Rowland, openbsd2 is yet another BSD variant that by Guido van Rossum · 25 years ago
  25. 8f35681 Added \" to escapes so embedded escaped double quotes are handled by Barry Warsaw · 25 years ago
  26. b70699b Set the finder "is shared" bit, by request of Joe Strout. It seems this allows multiple simultaneous copies to be run from a server, and Applets shouldn't by Jack Jansen · 25 years ago
  27. 75e62f2 Allow for 12 arguments max, in stead of 8. Untested. by Jack Jansen · 25 years ago
  28. bf27298 Correct the docstring for byteswap(); error noted by Bernhard Reiter by Fred Drake · 25 years ago
  29. 631e6a0 [from 1999-11-04] by Greg Ward · 25 years ago
  30. 0c3e4b6 Default schedparams set to (0,0): no event-intervention by Python mainloop. This by Jack Jansen · 25 years ago
  31. dd20689 Standalone.html is long obsolete. Added description of BuildApplication by Jack Jansen · 25 years ago
  32. 2450a25 New examples by Tony Ingraldi, using dns-lookup in stead of the funny interslip by Jack Jansen · 25 years ago
  33. 43fd1f7 Give a warning if system-wide sys.argv processing is off (because then we by Jack Jansen · 25 years ago
  34. c6f8fd9 Last try, think I got it now. by Barry Warsaw · 25 years ago
  35. 490b15d Once more by Barry Warsaw · 25 years ago
  36. a20a1e7 Once more by Barry Warsaw · 25 years ago
  37. 6b96ec3 Urg! by Barry Warsaw · 25 years ago
  38. 6c3e3a9 more trivial stuff to test CVS -- should be the last? by Barry Warsaw · 25 years ago
  39. 0afe026 testing CVS once more by Barry Warsaw · 25 years ago
  40. fcd490b testing CVS by Barry Warsaw · 25 years ago
  41. 71d9f0d testing CVS by Barry Warsaw · 25 years ago
  42. 3479053 testing CVS by Barry Warsaw · 25 years ago
  43. a8a57a7 testing CVS by Barry Warsaw · 25 years ago
  44. 8896a2b Minor change to test new CVS reporting by Barry Warsaw · 25 years ago
  45. de4636c Minor change to test new CVS reporting by Barry Warsaw · 25 years ago
  46. 61c0461 Minor change to test new CVS reporting by Barry Warsaw · 25 years ago
  47. 086bc36 Minor change to test new CVS reporting by Barry Warsaw · 25 years ago
  48. bda81c8 Minor change to test new CVS reporting by Barry Warsaw · 25 years ago
  49. 0319b370 Minor change to test new CVS reporting by Barry Warsaw · 25 years ago
  50. 554cd94 Minor change to test new CVS reporting by Barry Warsaw · 25 years ago
  51. d4d4ba3 Update link to PythonWare library page. by Fred Drake · 25 years ago
  52. 6dfc792 In abspath(), always use normpath(), even when win32api is available by Guido van Rossum · 25 years ago
  53. d25c1b7 A bunch of docstring fixes. by Barry Warsaw · 25 years ago
  54. 32efef3 look for builtins before stuff on the path. by Greg Stein · 25 years ago
  55. 2b23413 add loading of dynamic library modules. by Greg Stein · 25 years ago
  56. 645af9f rewrite_descriptor(): Fixup conversion of arguments (simpler). by Fred Drake · 25 years ago
  57. 8a3b449 Don't rename \var to <varname>; DocBook is too verbose here. by Fred Drake · 25 years ago
  58. 7ec28d2 turn SysPathImporter into PathImporter. by Greg Stein · 25 years ago
  59. 72ee435 remove the __version__ global. by Greg Stein · 25 years ago
  60. 6d3165a only put __path__ into package modules. by Greg Stein · 25 years ago
  61. 63faa01 shift code from DirectoryImporter out to a common area. by Greg Stein · 25 years ago
  62. 995285e Moved all the imports to the top. by Fred Drake · 25 years ago
  63. d81b1b0 Set the date and version to reflect the actual status, not the last by Fred Drake · 25 years ago
  64. 0d6bf0e When generating the top-level index to the documents, make sure some by Fred Drake · 25 years ago
  65. b960e7a Patches by Kannan Vijayan: by Guido van Rossum · 25 years ago
  66. 7424242 Removed last XXX comment; no further action needed on this one. by Fred Drake · 25 years ago
  67. 4755ee5 Complete the integration of Sam Bayer's fixes. by Guido van Rossum · 25 years ago
  68. 497a198 Changed fron importing wcnew back to webchecker. by Guido van Rossum · 25 years ago
  69. e284b21 Integrated Sam Bayer's wcnew.py code. It seems silly to keep two by Guido van Rossum · 25 years ago
  70. 61b95db # *NOT* by Sam Bayer: reindented to use 4 spaces like the rest here, by Guido van Rossum · 25 years ago
  71. 64acb5c Samuel L. Bayer: by Guido van Rossum · 25 years ago
  72. a894640 Samuel L. Bayer: by Guido van Rossum · 25 years ago
  73. f97eecc Samuel L. Bayer: by Guido van Rossum · 25 years ago
  74. dbd5c3e Samuel L. Bayer: by Guido van Rossum · 25 years ago
  75. d7b147b Moshe Zadka writes: When deploying SimpleHTTPServer, I noticed a by Guido van Rossum · 25 years ago
  76. ed7f9e2 Hint for C++ users on AIX by Gary Duzan added. by Guido van Rossum · 25 years ago
  77. bcb393f The 'test' target ought to depend on 'all', not just on python$(EXE) by Guido van Rossum · 25 years ago
  78. 0eefa3f Patch by Vladimir Marangozov, inspired by a bug report from Gary by Guido van Rossum · 25 years ago
  79. 569ef61 Changes resulting from patch to acconfig.h. by Guido van Rossum · 25 years ago
  80. e74c429 Patch by Vladimir Marangozov, inspired by a bug report from Gary by Guido van Rossum · 25 years ago
  81. 001b9be Patch by Vladimir Marangozov, inspired by a bug report from Gary by Guido van Rossum · 25 years ago
  82. ba98a42 Change the last PyErr_Format %s format to %.400s. by Guido van Rossum · 25 years ago
  83. 55e9396 Preliminary documentation for turtle module (Tk), by Moshe Zadka. by Fred Drake · 25 years ago
  84. 77980a7 Correct typo in module doc string doscovered by Jonathan Giddy. by Guido van Rossum · 25 years ago
  85. 2530d4e Added request to please not send HTML email to the newsgroup/mailing by Fred Drake · 25 years ago
  86. 29a710f Document \citetitle and \programopt. by Fred Drake · 25 years ago
  87. 37f1574 Use \citetitle and \programopt as appropriate. by Fred Drake · 25 years ago
  88. e15eb35 Use \citetitle as appropriate. by Fred Drake · 25 years ago
  89. 9fa76f1 Use \citetitle in several places, and \programopt where appropriate. by Fred Drake · 25 years ago
  90. 698d520 Use \citetitle in several places. by Fred Drake · 25 years ago
  91. ebe0341 Use \citetitle instead of \emph. by Fred Drake · 25 years ago
  92. 356d0ce Use \citetitle in one place. by Fred Drake · 25 years ago
  93. 268df27 Use the new markup as apporpriate. by Fred Drake · 25 years ago
  94. 6e9ea59 Use \programopt in one place. by Fred Drake · 25 years ago
  95. 91f31ea Added citetitle and programopt. by Fred Drake · 25 years ago
  96. d290c10 Use \programopt in one place. by Fred Drake · 25 years ago
  97. 310ee61 Missed a couple of program options that had been marked by \code. by Fred Drake · 25 years ago
  98. a24f7b7 Use \programopt in one place. by Fred Drake · 25 years ago
  99. be48646 Use \citetitle and \programopt as appropriate. by Fred Drake · 25 years ago
  100. 7b8195a \programopt: New macro, used to mark command-line parameters in the by Fred Drake · 25 years ago