1. 262e124 print class name for exceptions that are classes by Guido van Rossum · 29 years ago
  2. 9e89f0a added callable, removed run_pyc_file by Guido van Rossum · 29 years ago
  3. eb8b0d2 added classes as exceptions by Guido van Rossum · 29 years ago
  4. 626c1e7 added libsignal.tex by Guido van Rossum · 29 years ago
  5. 3c3eda2 stuff by jack to create a set of Estr resources by Guido van Rossum · 29 years ago
  6. 81920f1 manually defined Resource() function by Guido van Rossum · 29 years ago
  7. 3155923 more support for different kinds of objects by Guido van Rossum · 29 years ago
  8. b19a645 more think/mw changes by Guido van Rossum · 29 years ago
  9. d9ff26b reorganized class structure so Manualgenerator works again by Guido van Rossum · 29 years ago
  10. 4df16c7 read repair instructions from file by Guido van Rossum · 29 years ago
  11. 9bcb641 added Resource(), to create new resources from Python by Guido van Rossum · 29 years ago
  12. 0818a4c get rid of obsolete low-level routines by Guido van Rossum · 29 years ago
  13. bcf0854 added README by Guido van Rossum · 29 years ago
  14. b6aa92e fix formatting of stack entries by Guido van Rossum · 29 years ago
  15. 08e767b Under CodeWarrior, make the window go away on exit(0) by Jack Jansen · 29 years ago
  16. 971e1df Quick hack so PowerPC macs can access system structures by Jack Jansen · 29 years ago
  17. c76fd39 Added stuff so CodeWarrior isn't so verbose about its stdio windows by Jack Jansen · 29 years ago
  18. a76382a Added HandleEvent method to macos, so python programs can hand back by Jack Jansen · 29 years ago
  19. 8828fcf Added [GS]etCreatorType methods to FSSpec objects by Jack Jansen · 29 years ago
  20. 992ff06 Made play method more robust by adding a try-finally. by Sjoerd Mullender · 29 years ago
  21. 3d697ce Support for album.notes and trackN.artist via notes and trackartist by Sjoerd Mullender · 29 years ago
  22. d09b41b remove last bits of mac specific code by Guido van Rossum · 29 years ago
  23. a715299 remove unused variable by Guido van Rossum · 29 years ago
  24. 90f0e07 fix glaring bug in get_magic by Guido van Rossum · 29 years ago
  25. 42a5124 Think C mod to suppress pausing at normal exit by Guido van Rossum · 29 years ago
  26. d503913 plug leak and improve error handling in dbm_keys() by Guido van Rossum · 29 years ago
  27. 17448e2 Committed a more or less working version. by Guido van Rossum · 29 years ago
  28. 80ffd66 bgenGeneratorGroup.py: changed placement of some blank lines in output by Guido van Rossum · 29 years ago
  29. cc0d879 added <OSEvents.h> for Think C by Guido van Rossum · 29 years ago
  30. b2f524a fixed StandardGetFile argument handling by Guido van Rossum · 29 years ago
  31. d56c109 Changed the way mac mainloop event checking is turned off by Jack Jansen · 30 years ago
  32. ee23d6e - Moved interrupt code to macglue.c by Jack Jansen · 30 years ago
  33. 9fc3989 Mac interrupt code moved to macglue.c by Jack Jansen · 30 years ago
  34. 7e4b2de changes for the Mac by Guido van Rossum · 30 years ago
  35. f808012 Use case-dependent variant of fnmatch by Guido van Rossum · 30 years ago
  36. c2ed415 removed frozenmain.o from objects added to library by Guido van Rossum · 30 years ago
  37. a46d51d round up list item counts to improve realloc performance by Guido van Rossum · 30 years ago
  38. 6978503 added findmethodinchain and methodchain data types by Guido van Rossum · 30 years ago
  39. 5279ec6 reverse h/v in Point and Rect by Guido van Rossum · 30 years ago
  40. efd9767 added (method) casts and 1995 copyright by Guido van Rossum · 30 years ago
  41. 3d7f6bd Added a global 'stdwin is active' flag. by Jack Jansen · 30 years ago
  42. fdbc79e Prototypes for new routines. by Jack Jansen · 30 years ago
  43. e8e8ae0 Added eventhandling in mainloop/busywait routine plus leaving some by Jack Jansen · 30 years ago
  44. 9eeb82d CodeWarrior 5 has more unixisms (open/close/read/write) by Jack Jansen · 30 years ago
  45. 17ba43f Complete rewrite. by Jack Jansen · 30 years ago
  46. 51f4b8d New cmd-. handling for the mac. by Jack Jansen · 30 years ago
  47. da88dad the usual by Guido van Rossum · 30 years ago
  48. ea8ee1d fix bogus test for regex match by Guido van Rossum · 30 years ago
  49. 71001e4 add OSF/1 LDSHARED; add IRIX5 conditional for sockets by Guido van Rossum · 30 years ago
  50. 0de81bf don't dictclear deleted modules in doneimport by Guido van Rossum · 30 years ago
  51. 8bf7c48 allow classes as exceptions by Guido van Rossum · 30 years ago
  52. 8ae87c0 make call_pyc_file static by Guido van Rossum · 30 years ago
  53. 164d4ff added missing case to get_docstring by Guido van Rossum · 30 years ago
  54. a6f6050 moved callable() to object.c by Guido van Rossum · 30 years ago
  55. e95d92b removed unused vars by Guido van Rossum · 30 years ago
  56. 27e916f apply dictclear to dict of deleted modules by Guido van Rossum · 30 years ago
  57. 49b11fe move callable() here by Guido van Rossum · 30 years ago
  58. f8803dd uname 64-bit fix by Guido van Rossum · 30 years ago
  59. 39cb5ce unused vars by Guido van Rossum · 30 years ago
  60. 1253960 mem leak by Guido van Rossum · 30 years ago
  61. c9a3569 split PATH over multiple lines for clarity; added some generated modules by Guido van Rossum · 30 years ago
  62. bf068b1 Got rid of the Resource and Sound interfaces, in favor of the ones by Guido van Rossum · 30 years ago
  63. cf27c2d Some layout changes; added EventRecord Get/Build functions (as a tuple). by Guido van Rossum · 30 years ago
  64. 01f5a81 Lots of new stuff again. Moved buffer types to some separate files. by Guido van Rossum · 30 years ago
  65. 5679e56 ported CW5 changes back to Think by Guido van Rossum · 30 years ago
  66. c2544b3 fixed comment by Guido van Rossum · 30 years ago
  67. b7e79e5 Got rid of {Get,Set}FileType in favor of {Get,Set}CreatorAndType -- by Guido van Rossum · 30 years ago
  68. c02311b added printf -- hack for Think C to init stdwin and stdio by Guido van Rossum · 30 years ago
  69. d8373d8 added Res module by Guido van Rossum · 30 years ago
  70. b340466 cosmetics: copyright, comments by Guido van Rossum · 30 years ago
  71. f8de068 Lots of changes. by Guido van Rossum · 30 years ago
  72. 7cbf480 Make malloc stats routine available under MetroWerks by Jack Jansen · 30 years ago
  73. 673e142 Ported to CW5/new universal headers by Jack Jansen · 30 years ago
  74. a1c5602 Removed imgformat reference by Jack Jansen · 30 years ago
  75. 860dc04 Ported to CW5 (or to new Universal Headers, actually) by Jack Jansen · 30 years ago
  76. 2fc94ee - Ported to CW5 (which has more unixisms) by Jack Jansen · 30 years ago
  77. 6bb347f The last missing file of the mwerks port (this is the 'prefix' file) by Jack Jansen · 30 years ago
  78. f2e5129 reallocing large blocks now doesn't copy if not needed by Jack Jansen · 30 years ago
  79. 8239f0f fix leaks by Guido van Rossum · 30 years ago
  80. 62de97f make routines static by Guido van Rossum · 30 years ago
  81. 27fda28 cleanup by Guido van Rossum · 30 years ago
  82. 811fbbc create $(DESTSHARED) library if needed by Guido van Rossum · 30 years ago
  83. ec25b91 rename sigcheck so signal handling works again by Guido van Rossum · 30 years ago
  84. 64fc649 don't overwrite error already set (e.g. from O&) by Guido van Rossum · 30 years ago
  85. 9aa3d13 renamed Get routines to PyMac_Get; added macfs to config.c by Guido van Rossum · 30 years ago
  86. 796b259 intermediate version -- why not... by Guido van Rossum · 30 years ago
  87. ec49827 fix strncpy call (uninitialized memory read) by Guido van Rossum · 30 years ago
  88. badadd2 typo by Guido van Rossum · 30 years ago
  89. e9c6bcd fix leak in func_dealloc (forgot to decref name) by Guido van Rossum · 30 years ago
  90. 40b2619 removed getopt.o from OBJS by Guido van Rossum · 30 years ago
  91. 3952cb0 fix mem leak (localmap in optimize) by Guido van Rossum · 30 years ago
  92. d1b9393 support "O&" taking an object constructor a void* by Guido van Rossum · 30 years ago
  93. 1919ca7 add missing INCREF in RAISE_EXCEPTION by Guido van Rossum · 30 years ago
  94. 10bb1c4 don't use function prototypes by Guido van Rossum · 30 years ago
  95. 46c76a6 added changes for NetBSD dynamic linking; removed shared linking for NeXT by Guido van Rossum · 30 years ago
  96. 7f9fa97 fix import related leaks by Guido van Rossum · 30 years ago
  97. 855d0b3 corrected two unconverted names by Guido van Rossum · 30 years ago
  98. 6403d28 define INSTALL_PROGRAM and INSTALL_DATA by Guido van Rossum · 30 years ago
  99. 5739e7e modernize all tests to use cache and report outcome by Guido van Rossum · 30 years ago
  100. 9bc247a change NeXT hint to add -posix to C compiler flags by Guido van Rossum · 30 years ago