1. 3c3eda2 stuff by jack to create a set of Estr resources by Guido van Rossum · 30 years ago
  2. 81920f1 manually defined Resource() function by Guido van Rossum · 30 years ago
  3. 3155923 more support for different kinds of objects by Guido van Rossum · 30 years ago
  4. b19a645 more think/mw changes by Guido van Rossum · 30 years ago
  5. 9bcb641 added Resource(), to create new resources from Python by Guido van Rossum · 30 years ago
  6. 0818a4c get rid of obsolete low-level routines by Guido van Rossum · 30 years ago
  7. c76fd39 Added stuff so CodeWarrior isn't so verbose about its stdio windows by Jack Jansen · 30 years ago
  8. a76382a Added HandleEvent method to macos, so python programs can hand back by Jack Jansen · 30 years ago
  9. 8828fcf Added [GS]etCreatorType methods to FSSpec objects by Jack Jansen · 30 years ago
  10. 17448e2 Committed a more or less working version. by Guido van Rossum · 30 years ago
  11. cc0d879 added <OSEvents.h> for Think C by Guido van Rossum · 30 years ago
  12. b2f524a fixed StandardGetFile argument handling by Guido van Rossum · 30 years ago
  13. ee23d6e - Moved interrupt code to macglue.c by Jack Jansen · 30 years ago
  14. 5279ec6 reverse h/v in Point and Rect by Guido van Rossum · 30 years ago
  15. efd9767 added (method) casts and 1995 copyright by Guido van Rossum · 30 years ago
  16. fdbc79e Prototypes for new routines. by Jack Jansen · 30 years ago
  17. e8e8ae0 Added eventhandling in mainloop/busywait routine plus leaving some by Jack Jansen · 30 years ago
  18. 9eeb82d CodeWarrior 5 has more unixisms (open/close/read/write) by Jack Jansen · 30 years ago
  19. 17ba43f Complete rewrite. by Jack Jansen · 30 years ago
  20. c9a3569 split PATH over multiple lines for clarity; added some generated modules by Guido van Rossum · 30 years ago
  21. bf068b1 Got rid of the Resource and Sound interfaces, in favor of the ones by Guido van Rossum · 30 years ago
  22. cf27c2d Some layout changes; added EventRecord Get/Build functions (as a tuple). by Guido van Rossum · 30 years ago
  23. 5679e56 ported CW5 changes back to Think by Guido van Rossum · 30 years ago
  24. c2544b3 fixed comment by Guido van Rossum · 30 years ago
  25. b7e79e5 Got rid of {Get,Set}FileType in favor of {Get,Set}CreatorAndType -- by Guido van Rossum · 30 years ago
  26. c02311b added printf -- hack for Think C to init stdwin and stdio by Guido van Rossum · 30 years ago
  27. d8373d8 added Res module by Guido van Rossum · 30 years ago
  28. b340466 cosmetics: copyright, comments by Guido van Rossum · 30 years ago
  29. 7cbf480 Make malloc stats routine available under MetroWerks by Jack Jansen · 30 years ago
  30. 673e142 Ported to CW5/new universal headers by Jack Jansen · 30 years ago
  31. a1c5602 Removed imgformat reference by Jack Jansen · 30 years ago
  32. 860dc04 Ported to CW5 (or to new Universal Headers, actually) by Jack Jansen · 30 years ago
  33. 2fc94ee - Ported to CW5 (which has more unixisms) by Jack Jansen · 30 years ago
  34. 6bb347f The last missing file of the mwerks port (this is the 'prefix' file) by Jack Jansen · 30 years ago
  35. f2e5129 reallocing large blocks now doesn't copy if not needed by Jack Jansen · 30 years ago
  36. 9aa3d13 renamed Get routines to PyMac_Get; added macfs to config.c by Guido van Rossum · 30 years ago
  37. c39f4f8 Yet another Pstring() by Jack Jansen · 30 years ago
  38. f90a113 Fixed listen()/getsockname() bug by Jack Jansen · 30 years ago
  39. a42960c ported to THINK C (not tested yet) by Guido van Rossum · 30 years ago
  40. 6a5df90 ported Jacks changes back to think C by Guido van Rossum · 30 years ago
  41. f74d4e2 added high level event interface (requires stdwin patch) by Guido van Rossum · 30 years ago
  42. 8f69179 modernized/rationalized, added PyMac_BuildOSType by Guido van Rossum · 30 years ago
  43. 84fa5ec Initial version of FSSpec and Alias code. Non-functional as of now. by Jack Jansen · 30 years ago
  44. d50e4e1 More Pstring() stuff and some cosmetics by Jack Jansen · 30 years ago
  45. 48d071d Comment fix by Jack Jansen · 30 years ago
  46. 67132b3 Some of these were overwriting their argument with a pascal by Jack Jansen · 30 years ago
  47. 5f65309 - Moved some useful routines from macosmodule.c here by Jack Jansen · 30 years ago
  48. 9589e93 Moved some generally useful routines to macglue.c by Jack Jansen · 30 years ago
  49. 75b6f1c - Ported to powerpc - Fixed bug with accept() call - Better error checking by Jack Jansen · 30 years ago
  50. fa4fd8e Fast (and correct) malloc for MetroWerks PPC compiler by Jack Jansen · 30 years ago
  51. fbfacf6 Macconsole module is think-specific by Jack Jansen · 30 years ago
  52. 31f61dd Moved development-platform specific files to subdirectories by Jack Jansen · 30 years ago
  53. 5c83252 must include rename2.h by Guido van Rossum · 30 years ago
  54. fffb8bb rename2 changes by Guido van Rossum · 30 years ago
  55. a48061a shelve.py: database of persistent objects, on top of pickle.py and anydbm.py by Guido van Rossum · 30 years ago
  56. e791c2e Used new getargs interface; added {Get,Set}FileInfo. by Guido van Rossum · 30 years ago
  57. 9954699 1995 copyright by Guido van Rossum · 30 years ago
  58. 437a0e6 Think 6.0 version by Guido van Rossum · 30 years ago
  59. 0c63770 Ported to CodeWarrior by Jack Jansen · 30 years ago
  60. f93c72a New routines: by Jack Jansen · 30 years ago
  61. 34e7cae Unix functionality expected by python but missing from CodeWarrior by Jack Jansen · 30 years ago
  62. 97ce361 - Use PyErr_Mac for nicer exceptions by Jack Jansen · 30 years ago
  63. 0c097ea Ported to MetroWerks, which misses file-descriptor like functionality. by Jack Jansen · 30 years ago
  64. bac428d Enlarged version buffer (nobody expects the spanish inquisition:-) by Jack Jansen · 30 years ago
  65. c5b26f4 - PYTHONPATH is now \n-separated, so you can have directories with by Jack Jansen · 30 years ago
  66. fea7533 Added support for MetroWerks CodeWarrior compiler by Jack Jansen · 30 years ago
  67. edf5855 Interface to MacTCP and the MacTCP Domain Name Resolver by Jack Jansen · 30 years ago
  68. 114ca5c - Added Version method by Jack Jansen · 30 years ago
  69. ee735be Interface to Mac Communications Toolbox (only Connection Manager for now) by Jack Jansen · 30 years ago
  70. 115590d This file (which is Guido's) was somehow missing... by Jack Jansen · 30 years ago
  71. 0d7cba8 New standard modules for the mac. by Jack Jansen · 30 years ago
  72. 3a80c8d Add files by Jack by Guido van Rossum · 30 years ago
  73. 950d47f Make it work under MPW too. by Guido van Rossum · 30 years ago
  74. e433c97 config.c: add MacOS module by Guido van Rossum · 30 years ago
  75. df1c4ee Support user routines (callbacks) on sound channels. by Guido van Rossum · 30 years ago
  76. bc0ba01 Added some files, reformatted some paragraphs. by Guido van Rossum · 30 years ago
  77. 31e7642 Added some more files to Mac-Makefile (not tested!); finishing touch by Guido van Rossum · 30 years ago
  78. 2d16703 gestaltmodule.c: interface to Gestalt Manager. by Guido van Rossum · 30 years ago
  79. c0af2aa Add'l notes by Guido by Guido van Rossum · 30 years ago
  80. 8e1f8dd Restructured MPW notes by Guido van Rossum · 30 years ago
  81. 8ce65b4 README, Makfiles and `buildall' script to build Python under MPW 3.2. by Guido van Rossum · 30 years ago
  82. 739267b Completed (hopefully) the unification of THINK 6.0 and MPW 3.2 by Guido van Rossum · 30 years ago
  83. e783444 Intermediate version of changes after porting to MPW 3.2 by Guido van Rossum · 30 years ago
  84. b0f3c82 Added macmain.c (separate Mac specific main prog); bump version to 1.1 by Guido van Rossum · 30 years ago
  85. 29e7af0 Some more changes by Guido van Rossum · 30 years ago
  86. d849a48 Description of how to build Python for the Mac. by Guido van Rossum · 30 years ago
  87. d4d7728 Updates for THINK C 6.0. Moved the necessary UNIX emulation routines here. by Guido van Rossum · 30 years ago
  88. c93e13d Replace <MacHeaders> by specific required header files by Guido van Rossum · 30 years ago
  89. 170c2e1 Change include path for unixemu headers; rename access to access_ by Guido van Rossum · 30 years ago
  90. c9422eb Don't include intrcheck.h by Guido van Rossum · 30 years ago
  91. a9df70e Removed some random ^D characters by Guido van Rossum · 30 years ago
  92. 921a08f Walker's changes fixed so they work in THINK C 5 by Guido van Rossum · 30 years ago
  93. 3ce7a1a Changes by RMW for MPW by Guido van Rossum · 30 years ago
  94. 87f223c As extended by Richard M Walker for MPW by Guido van Rossum · 30 years ago
  95. dc0493a Initial revision by Guido van Rossum · 30 years ago
  96. fe16cc0 Release 1.0.2. by Guido van Rossum · 30 years ago
  97. a1238eb Fix copyright -- 1994 instead of 1004! by Guido van Rossum · 31 years ago
  98. ce9739b Initial revision by Guido van Rossum · 31 years ago
  99. 50399ae mac -> os (can't this go now dircache is universal?) by Guido van Rossum · 33 years ago
  100. bdfcfcc New == syntax by Guido van Rossum · 33 years ago