1. 9528886 For Windows, need to add #include <windows.h>. by Guido van Rossum · 25 years ago
  2. 313a3e3 Fix typo in docstring: wbites -> wbits by Andrew M. Kuchling · 25 years ago
  3. e97ee18 Changes to auto-detect the correct dynload_<platform>.c file. by Guido van Rossum · 25 years ago
  4. 6f13e9a Add line for HAVE_DYNAMIC_LOADING (result of editing acconfig.h). by Guido van Rossum · 25 years ago
  5. 85d8be5 Define HAVE_DYNAMIC_LOADING. by Guido van Rossum · 25 years ago
  6. db3ec1b Support for selecting the correct dynload_<platform>.c file. by Guido van Rossum · 25 years ago
  7. ed1170e In _PyImport_Init(), dynamically construct the table of legal suffixes by Guido van Rossum · 25 years ago
  8. 9f65081 Some rearrangements for the importdl.c restructuring. by Guido van Rossum · 25 years ago
  9. 6ea9092 Moved most of the platform-specific code to dynload_<platform>.c files. by Guido van Rossum · 25 years ago
  10. 22a1d36 The old platform-specific contents of importdl.c, broken down into one by Guido van Rossum · 25 years ago
  11. 72badf5 The cleanup code in com-init() at label fail_0000 should remove by Guido van Rossum · 25 years ago
  12. e9c69bc Support keys that have a Handle as parameter, by using the new GetControlDataHandle and SetControlDataHandle methods. by Jack Jansen · 25 years ago
  13. 1f9249c Added {Get,Set}ControlDataHandle methods. These are {Get,Set}ControlData for by Jack Jansen · 25 years ago
  14. 54b9ce1 StandardFile compatability routines. For the time being calling macfsn._install() by Jack Jansen · 25 years ago
  15. 97e0ae2 Increase applet minimal memory size by a megabyte. by Jack Jansen · 25 years ago
  16. 77abc43 Added a line about passing None as eventProc to the docstring to get movable by Jack Jansen · 25 years ago
  17. cd3d7cc PyMac_BuildOptStr255 and PyMac_BuildFSSpec added to exports. by Jack Jansen · 25 years ago
  18. b734ade Added PyMac_BuildOptStr255, which returns None on a null pointer. by Jack Jansen · 25 years ago
  19. a07431f Finished (I think), but only very lightly tested. Should now have full interface: all by Jack Jansen · 25 years ago
  20. 8542b2e Project for Nav module. by Jack Jansen · 25 years ago
  21. da261e6 Added Nav by Jack Jansen · 25 years ago
  22. e1a45b3 Allow keyword arguments, and the dialog is now actually shown. No way to by Jack Jansen · 25 years ago
  23. 2865387 Added Nav module by Jack Jansen · 25 years ago
  24. 4e08379 Patch and new file by Geoff Furnish for C++ compilation. by Guido van Rossum · 25 years ago
  25. 9501219 Patch by Geoff Furnish to make compiling with C++ more gentle. by Guido van Rossum · 25 years ago
  26. ec3cacc Regenerated after new acconfig.h. by Guido van Rossum · 25 years ago
  27. c6f6df3 Correct stupid typo (HAVE_GETHOSTBTNAME). by Guido van Rossum · 25 years ago
  28. e91a29d Navigation Services module. Started from scratch, as Joe's module exported too little for my needs. by Jack Jansen · 25 years ago
  29. 9d46b9c When emitting a command-line error message, *say* it's an error. by Greg Ward · 25 years ago
  30. ad83f04 Catch errors from 'rmtree' and emit a warning. by Greg Ward · 25 years ago
  31. 88f6ca2 Document getgroups(), getlogin(), fpathconf(), pathconf(), by Fred Drake · 25 years ago
  32. bec628d Rip out the code to check the ordering of the tables used to map by Fred Drake · 25 years ago
  33. c15e43a Fixed menu glyph stuff. Use MenuEvent in stead of MenuKey. by Jack Jansen · 25 years ago
  34. 8a9fdff Added kind resources (in US-english and dutch, sigh). by Jack Jansen · 25 years ago
  35. d86ed29 Added table entries for Irix 6.5 names for confstr()/sysconf()/ by Fred Drake · 25 years ago
  36. 1a5eb04 Fixed buglet in Application.do_suspendresume(), it took the wrong flag to determine suspend/resume -- jvr by Just van Rossum · 25 years ago
  37. 153a27c do_strip(): Fixed cut-and-paste error; this function should check for by Barry Warsaw · 25 years ago
  38. cd97576 Only set msg.fp to None when there are no extra arguments; if there by Guido van Rossum · 25 years ago
  39. 12c6e2d Added support for getlogin(); does *not* use getlogin_r() where by Fred Drake · 25 years ago
  40. f581db1 Remove test for getlogin_r(); the interface is not clearly defined, at by Fred Drake · 25 years ago
  41. 3bb3e57 Added detection of getlogin() and getlogin_r(). by Fred Drake · 25 years ago
  42. b1b78d8 Bgen now understands more constant definitions, but that means that a few which are not parseable in Python have to be blacklisted. by Jack Jansen · 25 years ago
  43. 13681b7 If a menu shortcut is a tuple in stead of a char it is a tuple (modifierkeys, char [, glyph]). by Jack Jansen · 25 years ago
  44. 1836dbe Regenerated now that bgen can handle a few more constructs in constant definitions. by Jack Jansen · 25 years ago
  45. d16b5ab Markup consistency nits that Guido didn't check. ;-) by Fred Drake · 25 years ago
  46. 5f7a28c Doc update from Piers Lauder see changes for imaplib.py version 2.16. by Guido van Rossum · 25 years ago
  47. 8c06221 V 2.16 from Piers: by Guido van Rossum · 25 years ago
  48. 97798b1 Use 'search', not 'match', on filename pattern regexes. by Greg Ward · 25 years ago
  49. 71f00fb Removed debugging prints. by Fred Drake · 25 years ago
  50. c968092 Added bindings for getgroups(), fpathconf(), pathconf(), confstr(), by Fred Drake · 25 years ago
  51. 35a092f Added detection for getgroups(), fpathconf(), pathconf(), by Fred Drake · 25 years ago
  52. 60429e0 Fixed the password dialog to use a password control. by Jack Jansen · 25 years ago
  53. a4deef8 C-style comments removed (again). by Jack Jansen · 25 years ago
  54. 30f2080 Methods {Get,Set}ControlData that know about data types passed for the various by Jack Jansen · 25 years ago
  55. 871a889 Fixed the password dialog to use a password control. by Jack Jansen · 25 years ago
  56. cc38688 Updated Message, question, YNC and progress dialogs for Appearance. Password by Jack Jansen · 25 years ago
  57. 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
  58. 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
  59. a05ac60 Regenerated with CW Pro 5.2, which has MacOS 8.6 and Appearance 1.1 support. by Jack Jansen · 25 years ago
  60. 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
  61. 8bb573e Oops, PLstring funcs should be "pascal". Funny this never caused problems before... by Jack Jansen · 25 years ago
  62. 0bdd90a Catch up with terminology change in UnixCCompiler: 'includes' -> 'include_dirs'. by Greg Ward · 25 years ago
  63. 1d0495e Catch missing MANIFEST file and warn rather than blowing up. by Greg Ward · 25 years ago
  64. 9b45443 Fixed 'find_package_modules()' to ensure that we never build (and thus by Greg Ward · 25 years ago
  65. 48697d9 Changed 'build_extensions()' so 'sources' can be a list or tuple; and by Greg Ward · 25 years ago
  66. 04d7832 In 'compile()' method, renamed 'includes' parameter to 'include_dirs' for by Greg Ward · 25 years ago
  67. 44f8e4e Added support for printing out help text from option table: 'print_help()', by Greg Ward · 25 years ago
  68. c9c37b1 Made "verbose" mode the default; now you have to supply --quiet if you by Greg Ward · 25 years ago
  69. 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
  70. 09ac088 The call to PyArg_ParseTuple in al_Connect had one too few arguments. by Guido van Rossum · 25 years ago
  71. d6ecfea Changed appearance-dialogs to new WDEF values. Also undid silly change of by Jack Jansen · 25 years ago
  72. 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
  73. 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
  74. d60069c Added USE_APPEARANCE flag. by Jack Jansen · 25 years ago
  75. 18f7a45 Document the new stuff in the os module. by Fred Drake · 25 years ago
  76. 89143df Added support for ctermid, tempnam, tmpfile, tmpnam, and tmpnam_r. by Fred Drake · 25 years ago
  77. 5ab8eaf Added support for abort(), ctermid(), tmpfile(), tempnam(), tmpnam(), by Fred Drake · 25 years ago
  78. 229c086 Changes by Corran Webster to support {Get,Set}ControlData and by Jack Jansen · 25 years ago
  79. 4d56ecf Minimal test of Dlg.SetControlData by Corran Webster: draw a default by Jack Jansen · 25 years ago
  80. 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
  81. cbdff76 OpenSSL support. This is based on patches for a version of SSLeay by by Guido van Rossum · 25 years ago
  82. 09c8b6c OpenSSL support. This is based on patches for a version of SSLeay by by Guido van Rossum · 25 years ago
  83. 5274c33 According to Craig H Rowland, openbsd2 is yet another BSD variant that by Guido van Rossum · 25 years ago
  84. 8f35681 Added \" to escapes so embedded escaped double quotes are handled by Barry Warsaw · 25 years ago
  85. 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
  86. 75e62f2 Allow for 12 arguments max, in stead of 8. Untested. by Jack Jansen · 25 years ago
  87. bf27298 Correct the docstring for byteswap(); error noted by Bernhard Reiter by Fred Drake · 25 years ago
  88. 631e6a0 [from 1999-11-04] by Greg Ward · 25 years ago
  89. 0c3e4b6 Default schedparams set to (0,0): no event-intervention by Python mainloop. This by Jack Jansen · 25 years ago
  90. dd20689 Standalone.html is long obsolete. Added description of BuildApplication by Jack Jansen · 25 years ago
  91. 2450a25 New examples by Tony Ingraldi, using dns-lookup in stead of the funny interslip by Jack Jansen · 25 years ago
  92. 43fd1f7 Give a warning if system-wide sys.argv processing is off (because then we by Jack Jansen · 25 years ago
  93. c6f8fd9 Last try, think I got it now. by Barry Warsaw · 25 years ago
  94. 490b15d Once more by Barry Warsaw · 25 years ago
  95. a20a1e7 Once more by Barry Warsaw · 25 years ago
  96. 6b96ec3 Urg! by Barry Warsaw · 25 years ago
  97. 6c3e3a9 more trivial stuff to test CVS -- should be the last? by Barry Warsaw · 25 years ago
  98. 0afe026 testing CVS once more by Barry Warsaw · 25 years ago
  99. fcd490b testing CVS by Barry Warsaw · 25 years ago
  100. 71d9f0d testing CVS by Barry Warsaw · 25 years ago