1. 09ac088 The call to PyArg_ParseTuple in al_Connect had one too few arguments. by Guido van Rossum · 25 years ago
  2. d6ecfea Changed appearance-dialogs to new WDEF values. Also undid silly change of by Jack Jansen · 25 years ago
  3. 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
  4. 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
  5. d60069c Added USE_APPEARANCE flag. by Jack Jansen · 25 years ago
  6. 18f7a45 Document the new stuff in the os module. by Fred Drake · 25 years ago
  7. 89143df Added support for ctermid, tempnam, tmpfile, tmpnam, and tmpnam_r. by Fred Drake · 25 years ago
  8. 5ab8eaf Added support for abort(), ctermid(), tmpfile(), tempnam(), tmpnam(), by Fred Drake · 25 years ago
  9. 229c086 Changes by Corran Webster to support {Get,Set}ControlData and by Jack Jansen · 25 years ago
  10. 4d56ecf Minimal test of Dlg.SetControlData by Corran Webster: draw a default by Jack Jansen · 25 years ago
  11. 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
  12. cbdff76 OpenSSL support. This is based on patches for a version of SSLeay by by Guido van Rossum · 25 years ago
  13. 09c8b6c OpenSSL support. This is based on patches for a version of SSLeay by by Guido van Rossum · 25 years ago
  14. 5274c33 According to Craig H Rowland, openbsd2 is yet another BSD variant that by Guido van Rossum · 25 years ago
  15. 8f35681 Added \" to escapes so embedded escaped double quotes are handled by Barry Warsaw · 25 years ago
  16. 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
  17. 75e62f2 Allow for 12 arguments max, in stead of 8. Untested. by Jack Jansen · 25 years ago
  18. bf27298 Correct the docstring for byteswap(); error noted by Bernhard Reiter by Fred Drake · 25 years ago
  19. 631e6a0 [from 1999-11-04] by Greg Ward · 25 years ago
  20. 0c3e4b6 Default schedparams set to (0,0): no event-intervention by Python mainloop. This by Jack Jansen · 25 years ago
  21. dd20689 Standalone.html is long obsolete. Added description of BuildApplication by Jack Jansen · 25 years ago
  22. 2450a25 New examples by Tony Ingraldi, using dns-lookup in stead of the funny interslip by Jack Jansen · 25 years ago
  23. 43fd1f7 Give a warning if system-wide sys.argv processing is off (because then we by Jack Jansen · 25 years ago
  24. c6f8fd9 Last try, think I got it now. by Barry Warsaw · 25 years ago
  25. 490b15d Once more by Barry Warsaw · 25 years ago
  26. a20a1e7 Once more by Barry Warsaw · 25 years ago
  27. 6b96ec3 Urg! by Barry Warsaw · 25 years ago
  28. 6c3e3a9 more trivial stuff to test CVS -- should be the last? by Barry Warsaw · 25 years ago
  29. 0afe026 testing CVS once more by Barry Warsaw · 25 years ago
  30. fcd490b testing CVS by Barry Warsaw · 25 years ago
  31. 71d9f0d testing CVS by Barry Warsaw · 25 years ago
  32. 3479053 testing CVS by Barry Warsaw · 25 years ago
  33. a8a57a7 testing CVS by Barry Warsaw · 25 years ago
  34. 8896a2b Minor change to test new CVS reporting by Barry Warsaw · 25 years ago
  35. de4636c Minor change to test new CVS reporting by Barry Warsaw · 25 years ago
  36. 61c0461 Minor change to test new CVS reporting by Barry Warsaw · 25 years ago
  37. 086bc36 Minor change to test new CVS reporting by Barry Warsaw · 25 years ago
  38. bda81c8 Minor change to test new CVS reporting by Barry Warsaw · 25 years ago
  39. 0319b370 Minor change to test new CVS reporting by Barry Warsaw · 25 years ago
  40. 554cd94 Minor change to test new CVS reporting by Barry Warsaw · 25 years ago
  41. d4d4ba3 Update link to PythonWare library page. by Fred Drake · 25 years ago
  42. 6dfc792 In abspath(), always use normpath(), even when win32api is available by Guido van Rossum · 25 years ago
  43. d25c1b7 A bunch of docstring fixes. by Barry Warsaw · 25 years ago
  44. 32efef3 look for builtins before stuff on the path. by Greg Stein · 25 years ago
  45. 2b23413 add loading of dynamic library modules. by Greg Stein · 25 years ago
  46. 645af9f rewrite_descriptor(): Fixup conversion of arguments (simpler). by Fred Drake · 25 years ago
  47. 8a3b449 Don't rename \var to <varname>; DocBook is too verbose here. by Fred Drake · 25 years ago
  48. 7ec28d2 turn SysPathImporter into PathImporter. by Greg Stein · 25 years ago
  49. 72ee435 remove the __version__ global. by Greg Stein · 25 years ago
  50. 6d3165a only put __path__ into package modules. by Greg Stein · 25 years ago
  51. 63faa01 shift code from DirectoryImporter out to a common area. by Greg Stein · 25 years ago
  52. 995285e Moved all the imports to the top. by Fred Drake · 25 years ago
  53. d81b1b0 Set the date and version to reflect the actual status, not the last by Fred Drake · 25 years ago
  54. 0d6bf0e When generating the top-level index to the documents, make sure some by Fred Drake · 25 years ago
  55. b960e7a Patches by Kannan Vijayan: by Guido van Rossum · 25 years ago
  56. 7424242 Removed last XXX comment; no further action needed on this one. by Fred Drake · 25 years ago
  57. 4755ee5 Complete the integration of Sam Bayer's fixes. by Guido van Rossum · 25 years ago
  58. 497a198 Changed fron importing wcnew back to webchecker. by Guido van Rossum · 25 years ago
  59. e284b21 Integrated Sam Bayer's wcnew.py code. It seems silly to keep two by Guido van Rossum · 25 years ago
  60. 61b95db # *NOT* by Sam Bayer: reindented to use 4 spaces like the rest here, by Guido van Rossum · 25 years ago
  61. 64acb5c Samuel L. Bayer: by Guido van Rossum · 25 years ago
  62. a894640 Samuel L. Bayer: by Guido van Rossum · 25 years ago
  63. f97eecc Samuel L. Bayer: by Guido van Rossum · 25 years ago
  64. dbd5c3e Samuel L. Bayer: by Guido van Rossum · 25 years ago
  65. d7b147b Moshe Zadka writes: When deploying SimpleHTTPServer, I noticed a by Guido van Rossum · 25 years ago
  66. ed7f9e2 Hint for C++ users on AIX by Gary Duzan added. by Guido van Rossum · 25 years ago
  67. bcb393f The 'test' target ought to depend on 'all', not just on python$(EXE) by Guido van Rossum · 25 years ago
  68. 0eefa3f Patch by Vladimir Marangozov, inspired by a bug report from Gary by Guido van Rossum · 25 years ago
  69. 569ef61 Changes resulting from patch to acconfig.h. by Guido van Rossum · 25 years ago
  70. e74c429 Patch by Vladimir Marangozov, inspired by a bug report from Gary by Guido van Rossum · 25 years ago
  71. 001b9be Patch by Vladimir Marangozov, inspired by a bug report from Gary by Guido van Rossum · 25 years ago
  72. ba98a42 Change the last PyErr_Format %s format to %.400s. by Guido van Rossum · 25 years ago
  73. 55e9396 Preliminary documentation for turtle module (Tk), by Moshe Zadka. by Fred Drake · 25 years ago
  74. 77980a7 Correct typo in module doc string doscovered by Jonathan Giddy. by Guido van Rossum · 25 years ago
  75. 2530d4e Added request to please not send HTML email to the newsgroup/mailing by Fred Drake · 25 years ago
  76. 29a710f Document \citetitle and \programopt. by Fred Drake · 25 years ago
  77. 37f1574 Use \citetitle and \programopt as appropriate. by Fred Drake · 25 years ago
  78. e15eb35 Use \citetitle as appropriate. by Fred Drake · 25 years ago
  79. 9fa76f1 Use \citetitle in several places, and \programopt where appropriate. by Fred Drake · 25 years ago
  80. 698d520 Use \citetitle in several places. by Fred Drake · 25 years ago
  81. ebe0341 Use \citetitle instead of \emph. by Fred Drake · 25 years ago
  82. 356d0ce Use \citetitle in one place. by Fred Drake · 25 years ago
  83. 268df27 Use the new markup as apporpriate. by Fred Drake · 25 years ago
  84. 6e9ea59 Use \programopt in one place. by Fred Drake · 25 years ago
  85. 91f31ea Added citetitle and programopt. by Fred Drake · 25 years ago
  86. d290c10 Use \programopt in one place. by Fred Drake · 25 years ago
  87. 310ee61 Missed a couple of program options that had been marked by \code. by Fred Drake · 25 years ago
  88. a24f7b7 Use \programopt in one place. by Fred Drake · 25 years ago
  89. be48646 Use \citetitle and \programopt as appropriate. by Fred Drake · 25 years ago
  90. 7b8195a \programopt: New macro, used to mark command-line parameters in the by Fred Drake · 25 years ago
  91. c9f5fe0 do_cmd_programopt(): New function, similar to do_cmd_program(). by Fred Drake · 25 years ago
  92. 768d227 Oops. Remove some garbage from the doc string that was accidentally by Guido van Rossum · 25 years ago
  93. 09cbb01 Jack Jansen: Mac has no EINTR. by Guido van Rossum · 25 years ago
  94. d4c64ba Add some header comments to all the files. by Greg Stein · 25 years ago
  95. 281b8d8 initial checkin for my Python stuff. by Greg Stein · 25 years ago
  96. e168c65 Patch by Dieter Maurer to make things work for Tcl/Tk 8.1. This by Guido van Rossum · 25 years ago
  97. 6b26a06 Patch by Dieter Maurer to make things work for Tcl/Tk 8.1 (tested with by Guido van Rossum · 25 years ago
  98. f941acd Added HAVE_LIMITS_H, MAVE_MEMMOVE, HAVE_STRERROR, HAVE_LOCALE_H by Jack Jansen · 25 years ago
  99. 58fa818 Changes to ProgressBar: by Jack Jansen · 25 years ago
  100. fd6aabb Checking in text versions of release forms and explanation. by Guido van Rossum · 25 years ago