1. 0c6d037 Removed string-exception preference, added tabcheck and NavService preference, upped version number. by Jack Jansen · 24 years ago
  2. 1fdadcd Auto-install on import, if NavServices is available. Unless a "no navservices" flag is set Python automagically imports this module so code that uses macfs.xxxGetFile will get NavServices dialogs. by Jack Jansen · 24 years ago
  3. 9d61d1b Got rid of PyMem_XDEL. by Jack Jansen · 24 years ago
  4. 850d118 Got rid of w/MSL in the version string. by Jack Jansen · 24 years ago
  5. 68552dd Automatically dump distribution folders where I want them, next to the vise scripts. by Jack Jansen · 24 years ago
  6. 301f3f6 Added accessor for kControlListBoxDoubleClickPart by Jack Jansen · 24 years ago
  7. 69652f8 Moved to the Compat folder (in case anyone still wants to try MPW building), it hasn't been used for years. by Jack Jansen · 24 years ago
  8. 6a06680 Removed, the core-python getmtime works fine with GUSI2. by Jack Jansen · 24 years ago
  9. bad9c76 Almost ready for 1.6a2. by Jack Jansen · 24 years ago
  10. bfbf113 Don't build the _tkinter project from Build, only the one from Extensions:Imaging, which now drops its resulting .slb into the PlugIns folder. by Jack Jansen · 24 years ago
  11. 322e158 Tk 8.3.0 resources. by Jack Jansen · 24 years ago
  12. 3c6f0e6 Fixed to work with Tcl/Tk 8.3.0, at least, my modified copy of it. by Jack Jansen · 24 years ago
  13. 01ae9eb Added a couple of contributors. Still needs work for the next distribution. by Jack Jansen · 24 years ago
  14. 6a2fdab Erik van Blokland's CaptureAE. by Jack Jansen · 24 years ago
  15. 2ea47f9 Added a reference to the Open Directory page on macPython. by Jack Jansen · 24 years ago
  16. 82add28 The .exp file hadn't been regenerated after adding the threading stuff. This means that building a nonthreaded PythonCore will now require massaging of the .exp. by Jack Jansen · 24 years ago
  17. 2f2c5f6 Added a note about Personal Webserver, and replaced "netpresenz" by a list of the current mac webservers. by Jack Jansen · 24 years ago
  18. 968cde9 Added Corran Webster's explanation of how to write extensions in MPW and a pointer to his W documentation. by Jack Jansen · 24 years ago
  19. ee08104 Made the GUSI options work again with GUSI 2. by Jack Jansen · 24 years ago
  20. 3167788 Fix by Dan Green and Corran Webster to support LongDateTime by Jack Jansen · 24 years ago
  21. ae78718 minor tweak (jvr) by Just van Rossum · 24 years ago
  22. 73efed2 added experimental microthread support for use with stackless python -- bw compatible (jvr) by Just van Rossum · 24 years ago
  23. d949b5c added popup control (jvr) by Just van Rossum · 24 years ago
  24. 7051e52 added setbound() method, some cleanups (jvr) by Just van Rossum · 24 years ago
  25. 6e5f2d1 oops, keyword list missed exec... doh! thanks to Maik Roeder (jvr) by Just van Rossum · 24 years ago
  26. 7d7bb91 Installer Vise vct file for 1.6a1. Not very pretty (and needs funny directory structure). by Jack Jansen · 24 years ago
  27. 4aafaf9 Modified for 1.6a1. by Jack Jansen · 24 years ago
  28. ffd61a6 Quick readme for 1.6a1. by Jack Jansen · 24 years ago
  29. 6c38e5b Drag was missing from the modules built. by Jack Jansen · 24 years ago
  30. d96f04c This hadn't been checked in for a while. by Jack Jansen · 24 years ago
  31. 037649e Enable multithreading. by Jack Jansen · 24 years ago
  32. 6d3632a Added a profiling target. by Jack Jansen · 24 years ago
  33. a974d24 Fiddled linkorder and a few other things to make shared threaded python work. by Jack Jansen · 24 years ago
  34. 37d21e1 Started on GUSI2 and threading support. by Jack Jansen · 24 years ago
  35. d629660 1.6a1 modules added. by Jack Jansen · 24 years ago
  36. 7f70c8e Started on GUSI2 and threading support. cfm68k targets are still included in all projects, but for the time being all the "fat" targets exclude them, making them basically copy operations. This way we don't have to rename everything, and anyone interested can easily try to fix 68k support. by Jack Jansen · 24 years ago
  37. 2d1306b Started on GUSI2 and threading support. by Jack Jansen · 24 years ago
  38. 5c21420 Ready for 1.6a1. Reordered the defines to be in line with config.h.in again, so tracking the new defines will be easier in future. by Jack Jansen · 24 years ago
  39. e31d3d6 Return a handle in stead of a resource. by Jack Jansen · 24 years ago
  40. 1b6e821 Added a few cast to make it 68k-compatible. by Jack Jansen · 24 years ago
  41. 8f11d8e Updated NetPresenz URL. Still needs update in the light of the new :Mac:Tools:CGI: stuff. Later. (jvr) by Just van Rossum · 24 years ago
  42. f84fdfe added PythonCGISlave and BuildCGIApplet to the list of applets to build (jvr) by Just van Rossum · 24 years ago
  43. c88093a small fix: don't depend on the exact location of PythonCGISlave within the Python tree. (jvr) by Just van Rossum · 24 years ago
  44. f518727 Added getaboutmenutext() method. (jvr) by Just van Rossum · 24 years ago
  45. 4011723 - new version of PythonCGISlave by Just van Rossum · 24 years ago
  46. 0c3baaf my previous patch didn't give enough events to SIOUX, this one fixes that (jvr) by Just van Rossum · 24 years ago
  47. 7ec7c8a fixed several event handling buglets, added command Q support, added a new module doc string, some formatting nits. (jvr) by Just van Rossum · 24 years ago
  48. 158ce42 realcgitest.py: added import MacOS, it now works again. Removed NetPresenz reference. by Just van Rossum · 24 years ago
  49. deb6373 Data of type Point is passed by value, not by reference. by Jack Jansen · 24 years ago
  50. a27e9fb Added UserPane callbacks for HitTest and Tracking. Doesn't fully work yet. by Jack Jansen · 24 years ago
  51. 1a7d5b1 Added a GetControlRect() method to controls which returns the bounding rectangle. To my surprise this call is missing from the C API... by Jack Jansen · 24 years ago
  52. abc411b Started on support for callbacks for UserPane controls. Unfinished and untested. by Jack Jansen · 24 years ago
  53. c59996e Added a method GetMediaNextInterestingTimeOnly, which is like GetMediaNextInterestingTime without asking for the duration (which is, according to qt docs, expensive). by Jack Jansen · 24 years ago
  54. def77e5 AETransactionID was mistakenly defined as a short (it is a long). Fixed. by Jack Jansen · 24 years ago
  55. add03b6 Handles were never disposed. Added an AutoDispose(onoff) method to control this. by Jack Jansen · 24 years ago
  56. 34d11f0 Fixed multi-arg appends. by Jack Jansen · 24 years ago
  57. 6f3fceb Allow None as TimeBase value in TimeValue records (becomes NULL in C structure, by Jack Jansen · 24 years ago
  58. 1b7a70f Fixed parameters to a few time and timebase calls: InOut parameters were by Jack Jansen · 24 years ago
  59. 6dc8ce9 Added PutPixMapBytes() and GetPixMapBytes() functions that allow getting at by Jack Jansen · 24 years ago
  60. 484be61 Added methods getdata() and putdata() to obtain the data in a bitmap. by Jack Jansen · 24 years ago
  61. 98b286c A module to parse/generate MediaDescription handles as used by QuickTime. Only by Jack Jansen · 24 years ago
  62. 957d07a Added FreeMem, MaxBlock and CompactMem calls. The values returned by these are lower bounds in the Python case (as malloc doesn't return memory to the heap) but they can be used to decide when to give low-memory warnings. by Jack Jansen · 24 years ago
  63. dae108c And added a note about needing two "cvs update"s. by Jack Jansen · 25 years ago
  64. 90cf491 Explained that you have to checkout the Mac portion of Python in a separate by Jack Jansen · 25 years ago
  65. 8574378 In AskYesNoCancel() treat the "yes" and "no" buttons the same way as the cancel by Jack Jansen · 25 years ago
  66. 4377a1a Big oops: macfs has always been using a private exception but calling it mac.error. by Jack Jansen · 25 years ago
  67. 0475104 Hmm, the project wasn't a 5.3 file, despite the log msg. Now it is. by Jack Jansen · 25 years ago
  68. 6448c35 Build the Nav module too. by Jack Jansen · 25 years ago
  69. 3d75754 If there's an error in an fsspec argument raise MacOS.Error, not ValueError. by Jack Jansen · 25 years ago
  70. fca049d Made all textfields in message and question boxes minimal height and invisible, and use AutoSizeDialog() and ShowWindow() before doing interaction. by Jack Jansen · 25 years ago
  71. 5c6634c - Actually _implemented_ SetFolder() by Jack Jansen · 25 years ago
  72. 2c6cf97 Handling of defaultLocation argument was wrong, causing a crash when used. Fixed. by Jack Jansen · 25 years ago
  73. 3d6163a List objects obtained through as_List(resource) are not auto-disposed upon by Jack Jansen · 25 years ago
  74. 8242c9e Get/set sys.path initializer in new appearance way. by Jack Jansen · 25 years ago
  75. d08833f Two constants were missing. by Jack Jansen · 25 years ago
  76. 205b435 Added initializer routine optionally to be used as PEF fragment initialization routine, which allows us to get at our own resource fork even if some shared library init routine opens other resource files. by Jack Jansen · 25 years ago
  77. bb05b25 CW Pro 5.3 projects. by Jack Jansen · 25 years ago
  78. f7ac1d3 Nasty error: handle parameters are passed by _address_ to SetControlData. by Jack Jansen · 25 years ago
  79. 1c252bf Renamed USE_MAC_DYNAMIC_LOADING to HAVE_DYNAMIC_LOADING by Jack Jansen · 25 years ago
  80. e721f3d Modified for new dll import source organisation by Greg. by Jack Jansen · 25 years ago
  81. c9b1e90 Modified for appearance. by Jack Jansen · 25 years ago
  82. b9247d3 Oops, forgot & in ParseTuple argument in ControlGetDataHandle. by Jack Jansen · 25 years ago
  83. 6dc2b57 skip CVS folders when building the Scripts menu -- jvr by Just van Rossum · 25 years ago
  84. 71017e5 updated copyright string by Just van Rossum · 25 years ago
  85. 24073ea changed the "method find" algorithm so the function/class/method popup menu also works with space-indented source files -- jvr by Just van Rossum · 25 years ago
  86. b06007a Added a reference to oldPICTbrowse.py. by Jack Jansen · 25 years ago
  87. 3b23ed9 Converted to Appearance and using a List control in stead of manually creating the List and putting it in a useritem. The old version is in oldPICTbrowse, for documentary purposes. by Jack Jansen · 25 years ago
  88. 6a6db07 Partially converted to Appearance, the dialog still has the old ugly layout and by Jack Jansen · 25 years ago
  89. d2bf68f Converted to Appearance. by Jack Jansen · 25 years ago
  90. a1a0fef Unified handle-conversion scheme to by Jack Jansen · 25 years ago
  91. e9c69bc Support keys that have a Handle as parameter, by using the new GetControlDataHandle and SetControlDataHandle methods. by Jack Jansen · 25 years ago
  92. 1f9249c Added {Get,Set}ControlDataHandle methods. These are {Get,Set}ControlData for by Jack Jansen · 25 years ago
  93. 54b9ce1 StandardFile compatability routines. For the time being calling macfsn._install() by Jack Jansen · 25 years ago
  94. 97e0ae2 Increase applet minimal memory size by a megabyte. by Jack Jansen · 25 years ago
  95. 77abc43 Added a line about passing None as eventProc to the docstring to get movable by Jack Jansen · 25 years ago
  96. cd3d7cc PyMac_BuildOptStr255 and PyMac_BuildFSSpec added to exports. by Jack Jansen · 25 years ago
  97. b734ade Added PyMac_BuildOptStr255, which returns None on a null pointer. by Jack Jansen · 25 years ago
  98. a07431f Finished (I think), but only very lightly tested. Should now have full interface: all by Jack Jansen · 25 years ago
  99. 8542b2e Project for Nav module. by Jack Jansen · 25 years ago
  100. da261e6 Added Nav by Jack Jansen · 25 years ago