1. b340466 cosmetics: copyright, comments by Guido van Rossum · 30 years ago
  2. f8de068 Lots of changes. by Guido van Rossum · 30 years ago
  3. 7cbf480 Make malloc stats routine available under MetroWerks by Jack Jansen · 30 years ago
  4. 673e142 Ported to CW5/new universal headers by Jack Jansen · 30 years ago
  5. a1c5602 Removed imgformat reference by Jack Jansen · 30 years ago
  6. 860dc04 Ported to CW5 (or to new Universal Headers, actually) by Jack Jansen · 30 years ago
  7. 2fc94ee - Ported to CW5 (which has more unixisms) by Jack Jansen · 30 years ago
  8. 6bb347f The last missing file of the mwerks port (this is the 'prefix' file) by Jack Jansen · 30 years ago
  9. f2e5129 reallocing large blocks now doesn't copy if not needed by Jack Jansen · 30 years ago
  10. 8239f0f fix leaks by Guido van Rossum · 30 years ago
  11. 62de97f make routines static by Guido van Rossum · 30 years ago
  12. 27fda28 cleanup by Guido van Rossum · 30 years ago
  13. 811fbbc create $(DESTSHARED) library if needed by Guido van Rossum · 30 years ago
  14. ec25b91 rename sigcheck so signal handling works again by Guido van Rossum · 30 years ago
  15. 64fc649 don't overwrite error already set (e.g. from O&) by Guido van Rossum · 30 years ago
  16. 9aa3d13 renamed Get routines to PyMac_Get; added macfs to config.c by Guido van Rossum · 30 years ago
  17. 796b259 intermediate version -- why not... by Guido van Rossum · 30 years ago
  18. ec49827 fix strncpy call (uninitialized memory read) by Guido van Rossum · 30 years ago
  19. badadd2 typo by Guido van Rossum · 30 years ago
  20. e9c6bcd fix leak in func_dealloc (forgot to decref name) by Guido van Rossum · 30 years ago
  21. 40b2619 removed getopt.o from OBJS by Guido van Rossum · 30 years ago
  22. 3952cb0 fix mem leak (localmap in optimize) by Guido van Rossum · 30 years ago
  23. d1b9393 support "O&" taking an object constructor a void* by Guido van Rossum · 30 years ago
  24. 1919ca7 add missing INCREF in RAISE_EXCEPTION by Guido van Rossum · 30 years ago
  25. 10bb1c4 don't use function prototypes by Guido van Rossum · 30 years ago
  26. 46c76a6 added changes for NetBSD dynamic linking; removed shared linking for NeXT by Guido van Rossum · 30 years ago
  27. 7f9fa97 fix import related leaks by Guido van Rossum · 30 years ago
  28. 855d0b3 corrected two unconverted names by Guido van Rossum · 30 years ago
  29. 6403d28 define INSTALL_PROGRAM and INSTALL_DATA by Guido van Rossum · 30 years ago
  30. 5739e7e modernize all tests to use cache and report outcome by Guido van Rossum · 30 years ago
  31. 9bc247a change NeXT hint to add -posix to C compiler flags by Guido van Rossum · 30 years ago
  32. 7d47329 add INSTALL_PROGRAM and INSTALL_DATA; check for getopt by Guido van Rossum · 30 years ago
  33. 40b9835 Always use 'anonymous' if os.environ doesn't exist by Jack Jansen · 30 years ago
  34. c39f4f8 Yet another Pstring() by Jack Jansen · 30 years ago
  35. 5ef86d5 Undef strerror on the mac before redefining it by Jack Jansen · 30 years ago
  36. febf811 Added mac-only intrpeek routine that peeks for command-. by Jack Jansen · 30 years ago
  37. 7874d1f Fix NULL dereference in case of out-of-memory condition 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. 8d6c180 fully adapted to new naming scheme and added some features for AppleEvent generation by Guido van Rossum · 30 years ago
  44. 8cfc4bf initial version by Guido van Rossum · 30 years ago
  45. 84fa5ec Initial version of FSSpec and Alias code. Non-functional as of now. by Jack Jansen · 30 years ago
  46. d50e4e1 More Pstring() stuff and some cosmetics by Jack Jansen · 30 years ago
  47. 48d071d Comment fix by Jack Jansen · 30 years ago
  48. 67132b3 Some of these were overwriting their argument with a pascal by Jack Jansen · 30 years ago
  49. 5f65309 - Moved some useful routines from macosmodule.c here by Jack Jansen · 30 years ago
  50. 9589e93 Moved some generally useful routines to macglue.c by Jack Jansen · 30 years ago
  51. 75b6f1c - Ported to powerpc - Fixed bug with accept() call - Better error checking by Jack Jansen · 30 years ago
  52. fa4fd8e Fast (and correct) malloc for MetroWerks PPC compiler by Jack Jansen · 30 years ago
  53. fbfacf6 Macconsole module is think-specific by Jack Jansen · 30 years ago
  54. 31f61dd Moved development-platform specific files to subdirectories by Jack Jansen · 30 years ago
  55. 6520119 This commit was manufactured by cvs2svn to create tag 'r12beta2'. by cvs2svn · 30 years ago
  56. 514d351 use $INCLUDE path (Mark Hammond) by Guido van Rossum · 30 years ago
  57. 3256e87 *** empty log message *** by Guido van Rossum · 30 years ago
  58. 5426ab3 1.2beta news by Guido van Rossum · 30 years ago
  59. 58e4a1e last bits by Guido van Rossum · 30 years ago
  60. 97d68c0 added getopt.c to object, permanently by Guido van Rossum · 30 years ago
  61. 0ddb028 the usual by Guido van Rossum · 30 years ago
  62. d09119e be more careful about building Modules/Makefile.pre by Guido van Rossum · 30 years ago
  63. 19e0c26 add hint for NeXT users by Guido van Rossum · 30 years ago
  64. f618d2c hopefully final changes for Sequent -linet by Guido van Rossum · 30 years ago
  65. 32b582b fix strobject() behavior by Guido van Rossum · 30 years ago
  66. b0fe3a9 added reverselist; free recycling bin on error exit by Guido van Rossum · 30 years ago
  67. 3535f6e long_scan is no longer used by Guido van Rossum · 30 years ago
  68. ce00509 make a few things static by Guido van Rossum · 30 years ago
  69. 4d3468d don't declare fmod/pow for any STDC compiler by Guido van Rossum · 30 years ago
  70. 5c2306c include rename2.h by Guido van Rossum · 30 years ago
  71. 2ac3bc2 rename method arg because of typedef conflict by Guido van Rossum · 30 years ago
  72. 0865dd9 fix Alpha bug in (x)range; different __builtins__ initialization by Guido van Rossum · 30 years ago
  73. c3f82b6 nt thread support by Guido van Rossum · 30 years ago
  74. b4e7e25 different init for __builtins__ by Guido van Rossum · 30 years ago
  75. cd938fc Made some more things static, and other cleanup for new naming scheme by Guido van Rossum · 30 years ago
  76. 78c0535 fix loop on unterminated triple quotes by Guido van Rossum · 30 years ago
  77. 62e376b made interrupted static again by Guido van Rossum · 30 years ago
  78. 087579e added $& to $(LIB) target for Sequent by Guido van Rossum · 30 years ago
  79. 9381782 new names for lots of new functions by Guido van Rossum · 30 years ago
  80. 8e8a525 evolution by Guido van Rossum · 30 years ago
  81. 5c83252 must include rename2.h by Guido van Rossum · 30 years ago
  82. ae7bf1a fix reentrancy bug in slice assignment by Guido van Rossum · 30 years ago
  83. ba0b6ae This commit was manufactured by cvs2svn to create tag 'r12beta1'. by cvs2svn · 30 years ago
  84. 4f9181e improve treatment of multi-line replies, ignore empty lines by Guido van Rossum · 30 years ago
  85. 1134991 typo by Guido van Rossum · 30 years ago
  86. ee24811 Invent Message-ID header if none is present by Guido van Rossum · 30 years ago
  87. 7f49b7a cosmetics/typos by Guido van Rossum · 30 years ago
  88. 2837970 optional bufsize arg for popen and fdopen by Guido van Rossum · 30 years ago
  89. fffb8bb rename2 changes by Guido van Rossum · 30 years ago
  90. 9a22de1 new files by Guido van Rossum · 30 years ago
  91. 8d2080d use getattr() instead of eval(), fix string representations by Guido van Rossum · 30 years ago
  92. fb00a99 run config.status after recheck by Guido van Rossum · 30 years ago
  93. 79dddcb the usual by Guido van Rossum · 30 years ago
  94. d626da8 removed refs to --with-svr4, add --without-gcc by Guido van Rossum · 30 years ago
  95. 17ac14d try to improve svr4 socket library inquiries by Guido van Rossum · 30 years ago
  96. caa6380 The great renaming, phase two: all header files have been updated to by Guido van Rossum · 30 years ago
  97. 94390ec use getbuiltins() everywhere, it defaults to getbuiltidict() by Guido van Rossum · 30 years ago
  98. 922d8ff Include rename2.h by Guido van Rossum · 30 years ago
  99. a3c04b0 cosmetics by Guido van Rossum · 30 years ago
  100. b941868 rearrange declarations somewhat by Guido van Rossum · 30 years ago