1. 5f7a28c Doc update from Piers Lauder see changes for imaplib.py version 2.16. by Guido van Rossum · 25 years ago
  2. 8c06221 V 2.16 from Piers: by Guido van Rossum · 25 years ago
  3. 97798b1 Use 'search', not 'match', on filename pattern regexes. by Greg Ward · 25 years ago
  4. 71f00fb Removed debugging prints. by Fred Drake · 25 years ago
  5. c968092 Added bindings for getgroups(), fpathconf(), pathconf(), confstr(), by Fred Drake · 25 years ago
  6. 35a092f Added detection for getgroups(), fpathconf(), pathconf(), by Fred Drake · 25 years ago
  7. 60429e0 Fixed the password dialog to use a password control. by Jack Jansen · 25 years ago
  8. a4deef8 C-style comments removed (again). by Jack Jansen · 25 years ago
  9. 30f2080 Methods {Get,Set}ControlData that know about data types passed for the various by Jack Jansen · 25 years ago
  10. 871a889 Fixed the password dialog to use a password control. by Jack Jansen · 25 years ago
  11. cc38688 Updated Message, question, YNC and progress dialogs for Appearance. Password by Jack Jansen · 25 years ago
  12. 2d76c25 In places where a ResObj is expected for PyArg_Parse and the object passed in isn't but it does have an as_Resource method use that. This makes life a lot easier by Jack Jansen · 25 years ago
  13. c5d0959 Regenerated toolbox modules with CW Pro 5.2, which has MacOS 8.6 and Appearance 1.1 support, and added workaround for non-existing calls for 68K. by Jack Jansen · 25 years ago
  14. a05ac60 Regenerated with CW Pro 5.2, which has MacOS 8.6 and Appearance 1.1 support. by Jack Jansen · 25 years ago
  15. 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
  16. 8bb573e Oops, PLstring funcs should be "pascal". Funny this never caused problems before... by Jack Jansen · 25 years ago
  17. 0bdd90a Catch up with terminology change in UnixCCompiler: 'includes' -> 'include_dirs'. by Greg Ward · 25 years ago
  18. 1d0495e Catch missing MANIFEST file and warn rather than blowing up. by Greg Ward · 25 years ago
  19. 9b45443 Fixed 'find_package_modules()' to ensure that we never build (and thus by Greg Ward · 25 years ago
  20. 48697d9 Changed 'build_extensions()' so 'sources' can be a list or tuple; and by Greg Ward · 25 years ago
  21. 04d7832 In 'compile()' method, renamed 'includes' parameter to 'include_dirs' for by Greg Ward · 25 years ago
  22. 44f8e4e Added support for printing out help text from option table: 'print_help()', by Greg Ward · 25 years ago
  23. c9c37b1 Made "verbose" mode the default; now you have to supply --quiet if you by Greg Ward · 25 years ago
  24. 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
  25. 09ac088 The call to PyArg_ParseTuple in al_Connect had one too few arguments. by Guido van Rossum · 25 years ago
  26. d6ecfea Changed appearance-dialogs to new WDEF values. Also undid silly change of by Jack Jansen · 25 years ago
  27. 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
  28. 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
  29. d60069c Added USE_APPEARANCE flag. by Jack Jansen · 25 years ago
  30. 18f7a45 Document the new stuff in the os module. by Fred Drake · 25 years ago
  31. 89143df Added support for ctermid, tempnam, tmpfile, tmpnam, and tmpnam_r. by Fred Drake · 25 years ago
  32. 5ab8eaf Added support for abort(), ctermid(), tmpfile(), tempnam(), tmpnam(), by Fred Drake · 25 years ago
  33. 229c086 Changes by Corran Webster to support {Get,Set}ControlData and by Jack Jansen · 25 years ago
  34. 4d56ecf Minimal test of Dlg.SetControlData by Corran Webster: draw a default by Jack Jansen · 25 years ago
  35. 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
  36. cbdff76 OpenSSL support. This is based on patches for a version of SSLeay by by Guido van Rossum · 25 years ago
  37. 09c8b6c OpenSSL support. This is based on patches for a version of SSLeay by by Guido van Rossum · 25 years ago
  38. 5274c33 According to Craig H Rowland, openbsd2 is yet another BSD variant that by Guido van Rossum · 25 years ago
  39. 8f35681 Added \" to escapes so embedded escaped double quotes are handled by Barry Warsaw · 25 years ago
  40. 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
  41. 75e62f2 Allow for 12 arguments max, in stead of 8. Untested. by Jack Jansen · 25 years ago
  42. bf27298 Correct the docstring for byteswap(); error noted by Bernhard Reiter by Fred Drake · 25 years ago
  43. 631e6a0 [from 1999-11-04] by Greg Ward · 25 years ago
  44. 0c3e4b6 Default schedparams set to (0,0): no event-intervention by Python mainloop. This by Jack Jansen · 25 years ago
  45. dd20689 Standalone.html is long obsolete. Added description of BuildApplication by Jack Jansen · 25 years ago
  46. 2450a25 New examples by Tony Ingraldi, using dns-lookup in stead of the funny interslip by Jack Jansen · 25 years ago
  47. 43fd1f7 Give a warning if system-wide sys.argv processing is off (because then we by Jack Jansen · 25 years ago
  48. c6f8fd9 Last try, think I got it now. by Barry Warsaw · 25 years ago
  49. 490b15d Once more by Barry Warsaw · 25 years ago
  50. a20a1e7 Once more by Barry Warsaw · 25 years ago
  51. 6b96ec3 Urg! by Barry Warsaw · 25 years ago
  52. 6c3e3a9 more trivial stuff to test CVS -- should be the last? by Barry Warsaw · 25 years ago
  53. 0afe026 testing CVS once more by Barry Warsaw · 25 years ago
  54. fcd490b testing CVS by Barry Warsaw · 25 years ago
  55. 71d9f0d testing CVS by Barry Warsaw · 25 years ago
  56. 3479053 testing CVS by Barry Warsaw · 25 years ago
  57. a8a57a7 testing CVS by Barry Warsaw · 25 years ago
  58. 8896a2b Minor change to test new CVS reporting by Barry Warsaw · 25 years ago
  59. de4636c Minor change to test new CVS reporting by Barry Warsaw · 25 years ago
  60. 61c0461 Minor change to test new CVS reporting by Barry Warsaw · 25 years ago
  61. 086bc36 Minor change to test new CVS reporting by Barry Warsaw · 25 years ago
  62. bda81c8 Minor change to test new CVS reporting by Barry Warsaw · 25 years ago
  63. 0319b370 Minor change to test new CVS reporting by Barry Warsaw · 25 years ago
  64. 554cd94 Minor change to test new CVS reporting by Barry Warsaw · 25 years ago
  65. d4d4ba3 Update link to PythonWare library page. by Fred Drake · 25 years ago
  66. 6dfc792 In abspath(), always use normpath(), even when win32api is available by Guido van Rossum · 25 years ago
  67. d25c1b7 A bunch of docstring fixes. by Barry Warsaw · 25 years ago
  68. 32efef3 look for builtins before stuff on the path. by Greg Stein · 25 years ago
  69. 2b23413 add loading of dynamic library modules. by Greg Stein · 25 years ago
  70. 645af9f rewrite_descriptor(): Fixup conversion of arguments (simpler). by Fred Drake · 25 years ago
  71. 8a3b449 Don't rename \var to <varname>; DocBook is too verbose here. by Fred Drake · 25 years ago
  72. 7ec28d2 turn SysPathImporter into PathImporter. by Greg Stein · 25 years ago
  73. 72ee435 remove the __version__ global. by Greg Stein · 25 years ago
  74. 6d3165a only put __path__ into package modules. by Greg Stein · 25 years ago
  75. 63faa01 shift code from DirectoryImporter out to a common area. by Greg Stein · 25 years ago
  76. 995285e Moved all the imports to the top. by Fred Drake · 25 years ago
  77. d81b1b0 Set the date and version to reflect the actual status, not the last by Fred Drake · 25 years ago
  78. 0d6bf0e When generating the top-level index to the documents, make sure some by Fred Drake · 25 years ago
  79. b960e7a Patches by Kannan Vijayan: by Guido van Rossum · 25 years ago
  80. 7424242 Removed last XXX comment; no further action needed on this one. by Fred Drake · 25 years ago
  81. 4755ee5 Complete the integration of Sam Bayer's fixes. by Guido van Rossum · 25 years ago
  82. 497a198 Changed fron importing wcnew back to webchecker. by Guido van Rossum · 25 years ago
  83. e284b21 Integrated Sam Bayer's wcnew.py code. It seems silly to keep two by Guido van Rossum · 25 years ago
  84. 61b95db # *NOT* by Sam Bayer: reindented to use 4 spaces like the rest here, by Guido van Rossum · 25 years ago
  85. 64acb5c Samuel L. Bayer: by Guido van Rossum · 25 years ago
  86. a894640 Samuel L. Bayer: by Guido van Rossum · 25 years ago
  87. f97eecc Samuel L. Bayer: by Guido van Rossum · 25 years ago
  88. dbd5c3e Samuel L. Bayer: by Guido van Rossum · 25 years ago
  89. d7b147b Moshe Zadka writes: When deploying SimpleHTTPServer, I noticed a by Guido van Rossum · 25 years ago
  90. ed7f9e2 Hint for C++ users on AIX by Gary Duzan added. by Guido van Rossum · 25 years ago
  91. bcb393f The 'test' target ought to depend on 'all', not just on python$(EXE) by Guido van Rossum · 25 years ago
  92. 0eefa3f Patch by Vladimir Marangozov, inspired by a bug report from Gary by Guido van Rossum · 25 years ago
  93. 569ef61 Changes resulting from patch to acconfig.h. by Guido van Rossum · 25 years ago
  94. e74c429 Patch by Vladimir Marangozov, inspired by a bug report from Gary by Guido van Rossum · 25 years ago
  95. 001b9be Patch by Vladimir Marangozov, inspired by a bug report from Gary by Guido van Rossum · 25 years ago
  96. ba98a42 Change the last PyErr_Format %s format to %.400s. by Guido van Rossum · 25 years ago
  97. 55e9396 Preliminary documentation for turtle module (Tk), by Moshe Zadka. by Fred Drake · 25 years ago
  98. 77980a7 Correct typo in module doc string doscovered by Jonathan Giddy. by Guido van Rossum · 25 years ago
  99. 2530d4e Added request to please not send HTML email to the newsgroup/mailing by Fred Drake · 25 years ago
  100. 29a710f Document \citetitle and \programopt. by Fred Drake · 25 years ago