1. 9bc247a change NeXT hint to add -posix to C compiler flags by Guido van Rossum · 30 years ago
  2. 7d47329 add INSTALL_PROGRAM and INSTALL_DATA; check for getopt by Guido van Rossum · 30 years ago
  3. 40b9835 Always use 'anonymous' if os.environ doesn't exist by Jack Jansen · 30 years ago
  4. c39f4f8 Yet another Pstring() by Jack Jansen · 30 years ago
  5. 5ef86d5 Undef strerror on the mac before redefining it by Jack Jansen · 30 years ago
  6. febf811 Added mac-only intrpeek routine that peeks for command-. by Jack Jansen · 30 years ago
  7. 7874d1f Fix NULL dereference in case of out-of-memory condition by Jack Jansen · 30 years ago
  8. f90a113 Fixed listen()/getsockname() bug by Jack Jansen · 30 years ago
  9. a42960c ported to THINK C (not tested yet) by Guido van Rossum · 30 years ago
  10. 6a5df90 ported Jacks changes back to think C by Guido van Rossum · 30 years ago
  11. f74d4e2 added high level event interface (requires stdwin patch) by Guido van Rossum · 30 years ago
  12. 8f69179 modernized/rationalized, added PyMac_BuildOSType by Guido van Rossum · 30 years ago
  13. 8d6c180 fully adapted to new naming scheme and added some features for AppleEvent generation by Guido van Rossum · 30 years ago
  14. 8cfc4bf initial version by Guido van Rossum · 30 years ago
  15. 84fa5ec Initial version of FSSpec and Alias code. Non-functional as of now. by Jack Jansen · 30 years ago
  16. d50e4e1 More Pstring() stuff and some cosmetics by Jack Jansen · 30 years ago
  17. 48d071d Comment fix by Jack Jansen · 30 years ago
  18. 67132b3 Some of these were overwriting their argument with a pascal by Jack Jansen · 30 years ago
  19. 5f65309 - Moved some useful routines from macosmodule.c here by Jack Jansen · 30 years ago
  20. 9589e93 Moved some generally useful routines to macglue.c by Jack Jansen · 30 years ago
  21. 75b6f1c - Ported to powerpc - Fixed bug with accept() call - Better error checking by Jack Jansen · 30 years ago
  22. fa4fd8e Fast (and correct) malloc for MetroWerks PPC compiler by Jack Jansen · 30 years ago
  23. fbfacf6 Macconsole module is think-specific by Jack Jansen · 30 years ago
  24. 31f61dd Moved development-platform specific files to subdirectories by Jack Jansen · 30 years ago
  25. 6520119 This commit was manufactured by cvs2svn to create tag 'r12beta2'. by cvs2svn · 30 years ago
  26. 514d351 use $INCLUDE path (Mark Hammond) by Guido van Rossum · 30 years ago
  27. 3256e87 *** empty log message *** by Guido van Rossum · 30 years ago
  28. 5426ab3 1.2beta news by Guido van Rossum · 30 years ago
  29. 58e4a1e last bits by Guido van Rossum · 30 years ago
  30. 97d68c0 added getopt.c to object, permanently by Guido van Rossum · 30 years ago
  31. 0ddb028 the usual by Guido van Rossum · 30 years ago
  32. d09119e be more careful about building Modules/Makefile.pre by Guido van Rossum · 30 years ago
  33. 19e0c26 add hint for NeXT users by Guido van Rossum · 30 years ago
  34. f618d2c hopefully final changes for Sequent -linet by Guido van Rossum · 30 years ago
  35. 32b582b fix strobject() behavior by Guido van Rossum · 30 years ago
  36. b0fe3a9 added reverselist; free recycling bin on error exit by Guido van Rossum · 30 years ago
  37. 3535f6e long_scan is no longer used by Guido van Rossum · 30 years ago
  38. ce00509 make a few things static by Guido van Rossum · 30 years ago
  39. 4d3468d don't declare fmod/pow for any STDC compiler by Guido van Rossum · 30 years ago
  40. 5c2306c include rename2.h by Guido van Rossum · 30 years ago
  41. 2ac3bc2 rename method arg because of typedef conflict by Guido van Rossum · 30 years ago
  42. 0865dd9 fix Alpha bug in (x)range; different __builtins__ initialization by Guido van Rossum · 30 years ago
  43. c3f82b6 nt thread support by Guido van Rossum · 30 years ago
  44. b4e7e25 different init for __builtins__ by Guido van Rossum · 30 years ago
  45. cd938fc Made some more things static, and other cleanup for new naming scheme by Guido van Rossum · 30 years ago
  46. 78c0535 fix loop on unterminated triple quotes by Guido van Rossum · 30 years ago
  47. 62e376b made interrupted static again by Guido van Rossum · 30 years ago
  48. 087579e added $& to $(LIB) target for Sequent by Guido van Rossum · 30 years ago
  49. 9381782 new names for lots of new functions by Guido van Rossum · 30 years ago
  50. 8e8a525 evolution by Guido van Rossum · 30 years ago
  51. 5c83252 must include rename2.h by Guido van Rossum · 30 years ago
  52. ae7bf1a fix reentrancy bug in slice assignment by Guido van Rossum · 30 years ago
  53. ba0b6ae This commit was manufactured by cvs2svn to create tag 'r12beta1'. by cvs2svn · 30 years ago
  54. 4f9181e improve treatment of multi-line replies, ignore empty lines by Guido van Rossum · 30 years ago
  55. 1134991 typo by Guido van Rossum · 30 years ago
  56. ee24811 Invent Message-ID header if none is present by Guido van Rossum · 30 years ago
  57. 7f49b7a cosmetics/typos by Guido van Rossum · 30 years ago
  58. 2837970 optional bufsize arg for popen and fdopen by Guido van Rossum · 30 years ago
  59. fffb8bb rename2 changes by Guido van Rossum · 30 years ago
  60. 9a22de1 new files by Guido van Rossum · 30 years ago
  61. 8d2080d use getattr() instead of eval(), fix string representations by Guido van Rossum · 30 years ago
  62. fb00a99 run config.status after recheck by Guido van Rossum · 30 years ago
  63. 79dddcb the usual by Guido van Rossum · 30 years ago
  64. d626da8 removed refs to --with-svr4, add --without-gcc by Guido van Rossum · 30 years ago
  65. 17ac14d try to improve svr4 socket library inquiries by Guido van Rossum · 30 years ago
  66. caa6380 The great renaming, phase two: all header files have been updated to by Guido van Rossum · 30 years ago
  67. 94390ec use getbuiltins() everywhere, it defaults to getbuiltidict() by Guido van Rossum · 30 years ago
  68. 922d8ff Include rename2.h by Guido van Rossum · 30 years ago
  69. a3c04b0 cosmetics by Guido van Rossum · 30 years ago
  70. b941868 rearrange declarations somewhat by Guido van Rossum · 30 years ago
  71. 2056684 properly implement cmp() for class instances by Guido van Rossum · 30 years ago
  72. a597dde cosmetic changes so these modules will work with the strict new naming scheme by Guido van Rossum · 30 years ago
  73. 6c1874f changes for C++ (Tim MacKenzie) by Guido van Rossum · 30 years ago
  74. 062cfb0 added interface to Tk_DoOneEvent (R Lindsay Todd) by Guido van Rossum · 30 years ago
  75. 58b6873 fix subtle refcount big in filter() -- Tim MacKenzie by Guido van Rossum · 30 years ago
  76. 630112e demonstrate shell in a Tk window by Guido van Rossum · 30 years ago
  77. b8fe9b3 menu-simple.py: fixed lay-out by Guido van Rossum · 30 years ago
  78. d0c0633 Improved explanation of what's here by Guido van Rossum · 30 years ago
  79. dfa70a9 initial checkin of www Tk examples by Guido van Rossum · 30 years ago
  80. ca9b323 better test for existence of hstrerror() by Guido van Rossum · 30 years ago
  81. a6a1e53 added bufsize parameter to fdopen and popen by Guido van Rossum · 30 years ago
  82. 5524a59 move coerce() from bltinmodule.c to object.c and implement builtin_coerce() differently by Guido van Rossum · 30 years ago
  83. 879c581 implement coercions involving instances properly by Guido van Rossum · 30 years ago
  84. c206c76 fix memory leak and null pointer dereference by Guido van Rossum · 30 years ago
  85. 946805d new module by Guido van Rossum · 30 years ago
  86. 9c51e41 sys.setcheckinterval(x) instead of sys.check_interval = x by Guido van Rossum · 30 years ago
  87. f860162 updated eval(), added execfile() by Guido van Rossum · 30 years ago
  88. 4ff90ad some belated updates by Guido van Rossum · 30 years ago
  89. 84eaa83 fix globals/locals defaults for eval/execfile by Guido van Rossum · 30 years ago
  90. 10393b1 add restrictions in restricted mode by Guido van Rossum · 30 years ago
  91. c113482 add builtins handling and restricted flag by Guido van Rossum · 30 years ago
  92. be9f212 fix comments for list command by Guido van Rossum · 30 years ago
  93. 1f97612 Fix exec test so presence of __builtins__ doesn't break it by Guido van Rossum · 30 years ago
  94. 409780f shallow and deep copy operations by Guido van Rossum · 30 years ago
  95. a48061a shelve.py: database of persistent objects, on top of pickle.py and anydbm.py by Guido van Rossum · 30 years ago
  96. 8a30adc the usual by Guido van Rossum · 30 years ago
  97. 6135a87 __builtins__ mods (and sys_checkinterval for ceval.c) by Guido van Rossum · 30 years ago
  98. 2565bff Alpha OSF/1 fix by Guido van Rossum · 30 years ago
  99. 37431fb initmodule3 -> initmodule3 by Guido van Rossum · 30 years ago
  100. 970a0a2 api version checking by Guido van Rossum · 30 years ago