1. 71001e4 add OSF/1 LDSHARED; add IRIX5 conditional for sockets by Guido van Rossum · 29 years ago
  2. 0de81bf don't dictclear deleted modules in doneimport by Guido van Rossum · 29 years ago
  3. 8bf7c48 allow classes as exceptions by Guido van Rossum · 29 years ago
  4. 8ae87c0 make call_pyc_file static by Guido van Rossum · 29 years ago
  5. 164d4ff added missing case to get_docstring by Guido van Rossum · 29 years ago
  6. a6f6050 moved callable() to object.c by Guido van Rossum · 29 years ago
  7. e95d92b removed unused vars by Guido van Rossum · 29 years ago
  8. 27e916f apply dictclear to dict of deleted modules by Guido van Rossum · 29 years ago
  9. 49b11fe move callable() here by Guido van Rossum · 29 years ago
  10. f8803dd uname 64-bit fix by Guido van Rossum · 29 years ago
  11. 39cb5ce unused vars by Guido van Rossum · 29 years ago
  12. 1253960 mem leak by Guido van Rossum · 29 years ago
  13. c9a3569 split PATH over multiple lines for clarity; added some generated modules by Guido van Rossum · 29 years ago
  14. bf068b1 Got rid of the Resource and Sound interfaces, in favor of the ones by Guido van Rossum · 29 years ago
  15. cf27c2d Some layout changes; added EventRecord Get/Build functions (as a tuple). by Guido van Rossum · 29 years ago
  16. 01f5a81 Lots of new stuff again. Moved buffer types to some separate files. by Guido van Rossum · 29 years ago
  17. 5679e56 ported CW5 changes back to Think by Guido van Rossum · 29 years ago
  18. c2544b3 fixed comment by Guido van Rossum · 29 years ago
  19. b7e79e5 Got rid of {Get,Set}FileType in favor of {Get,Set}CreatorAndType -- by Guido van Rossum · 29 years ago
  20. c02311b added printf -- hack for Think C to init stdwin and stdio by Guido van Rossum · 29 years ago
  21. d8373d8 added Res module by Guido van Rossum · 29 years ago
  22. b340466 cosmetics: copyright, comments by Guido van Rossum · 29 years ago
  23. f8de068 Lots of changes. by Guido van Rossum · 29 years ago
  24. 7cbf480 Make malloc stats routine available under MetroWerks by Jack Jansen · 29 years ago
  25. 673e142 Ported to CW5/new universal headers by Jack Jansen · 29 years ago
  26. a1c5602 Removed imgformat reference by Jack Jansen · 29 years ago
  27. 860dc04 Ported to CW5 (or to new Universal Headers, actually) by Jack Jansen · 29 years ago
  28. 2fc94ee - Ported to CW5 (which has more unixisms) by Jack Jansen · 29 years ago
  29. 6bb347f The last missing file of the mwerks port (this is the 'prefix' file) by Jack Jansen · 29 years ago
  30. f2e5129 reallocing large blocks now doesn't copy if not needed by Jack Jansen · 29 years ago
  31. 8239f0f fix leaks by Guido van Rossum · 29 years ago
  32. 62de97f make routines static by Guido van Rossum · 29 years ago
  33. 27fda28 cleanup by Guido van Rossum · 29 years ago
  34. 811fbbc create $(DESTSHARED) library if needed by Guido van Rossum · 29 years ago
  35. ec25b91 rename sigcheck so signal handling works again by Guido van Rossum · 29 years ago
  36. 64fc649 don't overwrite error already set (e.g. from O&) by Guido van Rossum · 29 years ago
  37. 9aa3d13 renamed Get routines to PyMac_Get; added macfs to config.c by Guido van Rossum · 29 years ago
  38. 796b259 intermediate version -- why not... by Guido van Rossum · 29 years ago
  39. ec49827 fix strncpy call (uninitialized memory read) by Guido van Rossum · 29 years ago
  40. badadd2 typo by Guido van Rossum · 29 years ago
  41. e9c6bcd fix leak in func_dealloc (forgot to decref name) by Guido van Rossum · 29 years ago
  42. 40b2619 removed getopt.o from OBJS by Guido van Rossum · 29 years ago
  43. 3952cb0 fix mem leak (localmap in optimize) by Guido van Rossum · 29 years ago
  44. d1b9393 support "O&" taking an object constructor a void* by Guido van Rossum · 29 years ago
  45. 1919ca7 add missing INCREF in RAISE_EXCEPTION by Guido van Rossum · 29 years ago
  46. 10bb1c4 don't use function prototypes by Guido van Rossum · 29 years ago
  47. 46c76a6 added changes for NetBSD dynamic linking; removed shared linking for NeXT by Guido van Rossum · 29 years ago
  48. 7f9fa97 fix import related leaks by Guido van Rossum · 29 years ago
  49. 855d0b3 corrected two unconverted names by Guido van Rossum · 29 years ago
  50. 6403d28 define INSTALL_PROGRAM and INSTALL_DATA by Guido van Rossum · 29 years ago
  51. 5739e7e modernize all tests to use cache and report outcome by Guido van Rossum · 29 years ago
  52. 9bc247a change NeXT hint to add -posix to C compiler flags by Guido van Rossum · 29 years ago
  53. 7d47329 add INSTALL_PROGRAM and INSTALL_DATA; check for getopt by Guido van Rossum · 29 years ago
  54. 40b9835 Always use 'anonymous' if os.environ doesn't exist by Jack Jansen · 29 years ago
  55. c39f4f8 Yet another Pstring() by Jack Jansen · 29 years ago
  56. 5ef86d5 Undef strerror on the mac before redefining it by Jack Jansen · 29 years ago
  57. febf811 Added mac-only intrpeek routine that peeks for command-. by Jack Jansen · 29 years ago
  58. 7874d1f Fix NULL dereference in case of out-of-memory condition by Jack Jansen · 29 years ago
  59. f90a113 Fixed listen()/getsockname() bug by Jack Jansen · 29 years ago
  60. a42960c ported to THINK C (not tested yet) by Guido van Rossum · 29 years ago
  61. 6a5df90 ported Jacks changes back to think C by Guido van Rossum · 29 years ago
  62. f74d4e2 added high level event interface (requires stdwin patch) by Guido van Rossum · 29 years ago
  63. 8f69179 modernized/rationalized, added PyMac_BuildOSType by Guido van Rossum · 29 years ago
  64. 8d6c180 fully adapted to new naming scheme and added some features for AppleEvent generation by Guido van Rossum · 29 years ago
  65. 8cfc4bf initial version by Guido van Rossum · 29 years ago
  66. 84fa5ec Initial version of FSSpec and Alias code. Non-functional as of now. by Jack Jansen · 29 years ago
  67. d50e4e1 More Pstring() stuff and some cosmetics by Jack Jansen · 29 years ago
  68. 48d071d Comment fix by Jack Jansen · 29 years ago
  69. 67132b3 Some of these were overwriting their argument with a pascal by Jack Jansen · 29 years ago
  70. 5f65309 - Moved some useful routines from macosmodule.c here by Jack Jansen · 29 years ago
  71. 9589e93 Moved some generally useful routines to macglue.c by Jack Jansen · 29 years ago
  72. 75b6f1c - Ported to powerpc - Fixed bug with accept() call - Better error checking by Jack Jansen · 29 years ago
  73. fa4fd8e Fast (and correct) malloc for MetroWerks PPC compiler by Jack Jansen · 29 years ago
  74. fbfacf6 Macconsole module is think-specific by Jack Jansen · 29 years ago
  75. 31f61dd Moved development-platform specific files to subdirectories by Jack Jansen · 29 years ago
  76. 6520119 This commit was manufactured by cvs2svn to create tag 'r12beta2'. by cvs2svn · 29 years ago
  77. 514d351 use $INCLUDE path (Mark Hammond) by Guido van Rossum · 29 years ago
  78. 3256e87 *** empty log message *** by Guido van Rossum · 29 years ago
  79. 5426ab3 1.2beta news by Guido van Rossum · 29 years ago
  80. 58e4a1e last bits by Guido van Rossum · 29 years ago
  81. 97d68c0 added getopt.c to object, permanently by Guido van Rossum · 29 years ago
  82. 0ddb028 the usual by Guido van Rossum · 29 years ago
  83. d09119e be more careful about building Modules/Makefile.pre by Guido van Rossum · 29 years ago
  84. 19e0c26 add hint for NeXT users by Guido van Rossum · 29 years ago
  85. f618d2c hopefully final changes for Sequent -linet by Guido van Rossum · 29 years ago
  86. 32b582b fix strobject() behavior by Guido van Rossum · 29 years ago
  87. b0fe3a9 added reverselist; free recycling bin on error exit by Guido van Rossum · 29 years ago
  88. 3535f6e long_scan is no longer used by Guido van Rossum · 29 years ago
  89. ce00509 make a few things static by Guido van Rossum · 29 years ago
  90. 4d3468d don't declare fmod/pow for any STDC compiler by Guido van Rossum · 29 years ago
  91. 5c2306c include rename2.h by Guido van Rossum · 29 years ago
  92. 2ac3bc2 rename method arg because of typedef conflict by Guido van Rossum · 29 years ago
  93. 0865dd9 fix Alpha bug in (x)range; different __builtins__ initialization by Guido van Rossum · 29 years ago
  94. c3f82b6 nt thread support by Guido van Rossum · 29 years ago
  95. b4e7e25 different init for __builtins__ by Guido van Rossum · 29 years ago
  96. cd938fc Made some more things static, and other cleanup for new naming scheme by Guido van Rossum · 29 years ago
  97. 78c0535 fix loop on unterminated triple quotes by Guido van Rossum · 29 years ago
  98. 62e376b made interrupted static again by Guido van Rossum · 29 years ago
  99. 087579e added $& to $(LIB) target for Sequent by Guido van Rossum · 29 years ago
  100. 9381782 new names for lots of new functions by Guido van Rossum · 29 years ago