1. 2878a69 Optimizations by Sjoerd: by Guido van Rossum · 28 years ago
  2. d8eb1b3 Support for tp_getattro, tp_setattro (Sjoerd) by Guido van Rossum · 28 years ago
  3. 929f1b8 Use pre-created string objects for most common exceptions by Guido van Rossum · 28 years ago
  4. 86c04c2 Correct wrong calculation of pow(0.0, 0.0, negative_number) by Guido van Rossum · 28 years ago
  5. 0693dd2 Added tp_getattro, tp_setattro (Sjoerd) by Guido van Rossum · 28 years ago
  6. 9dc7833 New AIX-NOTES by Guido van Rossum · 28 years ago
  7. 36eb6c7 New AIX-NOTES by Guido van Rossum · 28 years ago
  8. abfd806 This is the third time I check in this change :-( by Guido van Rossum · 28 years ago
  9. 99d90c0 Include "mymath.h" instead of manually declaring math functions. by Guido van Rossum · 28 years ago
  10. 7999a5c Added lstrip() and rstrip(). by Guido van Rossum · 28 years ago
  11. 339cfa3 Need config.h (for Win etc.) by Guido van Rossum · 28 years ago
  12. ec185bd Added hack to get it to compile on AIX. by Guido van Rossum · 28 years ago
  13. 8a170cb Rearrange include headers (needed on some platforms). by Guido van Rossum · 28 years ago
  14. 6412b1d Hack for Mac (where fabs is not usable as a function pointer). by Guido van Rossum · 28 years ago
  15. 97867b2 Add optional casts to free() calls. (Jack) by Guido van Rossum · 28 years ago
  16. 82df03e Rationalized instructions for _tkinter.c by Guido van Rossum · 28 years ago
  17. 6554419 Also remove *.sl (AIX shared libs) in make clean. by Guido van Rossum · 28 years ago
  18. 1dc19ba Removed by Guido van Rossum · 28 years ago
  19. a93b504 Latest AIX changes from Vlad by Guido van Rossum · 28 years ago
  20. b6b43e0 This commit was manufactured by cvs2svn to create tag 'r14beta2'. by cvs2svn · 28 years ago
  21. b4ae6a3 Re-install aix files (what happened?) by Guido van Rossum · 28 years ago
  22. 3bedce0 removed old file by Guido van Rossum · 28 years ago
  23. 1a62311 Changes necessary for AIX. by Guido van Rossum · 28 years ago
  24. 1741d60 Added casts from unsigned char to char when calling rds_object() on frozen code. by Guido van Rossum · 28 years ago
  25. 15cc9a0 Removed unused var; added error check for ``lambda: x=1''. by Guido van Rossum · 28 years ago
  26. fe4b6ee Include mymath.h instead of declaring prototypes for math functions. by Guido van Rossum · 28 years ago
  27. 1d60614 Correctly use Py_PROTO, not obsolete PROTO. by Guido van Rossum · 28 years ago
  28. 6f90e98 Renamed errors. -> pyerrors.h (for Mac, where Errors.h is a system header). by Guido van Rossum · 28 years ago
  29. 578cedd Typo: PySequence_Lenth -> PySequence_Length. by Guido van Rossum · 28 years ago
  30. afb5e93 For method=POST, append a query string from the environment or from by Guido van Rossum · 28 years ago
  31. 306a8a6 Add optional third parameter to split() and splitfields(), giving the by Guido van Rossum · 28 years ago
  32. a59d3e6 Changed split() to be compatible with changes to string.split(): the by Guido van Rossum · 28 years ago
  33. 37a6f16 Slight update of doc string -- suggest default args for __init__, no by Guido van Rossum · 28 years ago
  34. 4033ad7 Restore 1.3 behavior of gettempdir(): if tempdir is already set, believe it. by Guido van Rossum · 28 years ago
  35. 0523d63 Don't use 'false'; use '0'. by Guido van Rossum · 28 years ago
  36. 5468a7b stupid typo in latest fix ('Name' should be 'name') by Guido van Rossum · 28 years ago
  37. 524e9a4 Need to import * from types by Guido van Rossum · 28 years ago
  38. fcce630 Added test for math module by Guido van Rossum · 28 years ago
  39. 47347f0 Use fcntl.h instead of sys/fcntl.h; use h2py.py from Tools/scripts by Guido van Rossum · 28 years ago
  40. d44e0c3 New AIX specific subdirs by Guido van Rossum · 28 years ago
  41. c442d43 Changed to use 8-byte doubles. Also re-enabled optimizations, 68020 codegen. by Jack Jansen · 28 years ago
  42. 3638935 Moved build.html to building.html by Jack Jansen · 28 years ago
  43. 4c1e56c Changed instructions for new releases of cwgusi, waste and tcl/tk, by Jack Jansen · 28 years ago
  44. 3d159f0 New releases of CWGUSI, Waste and Tcl/Tk. by Jack Jansen · 28 years ago
  45. bb708ae Updated for new tcl/tk release by Jack Jansen · 28 years ago
  46. 3ca6edd GUSI mkdir() lost its dummy second arg by Jack Jansen · 28 years ago
  47. eb1284b New waste release by Jack Jansen · 28 years ago
  48. 2268af5 Upgraded to Waste 1.2f by Jack Jansen · 28 years ago
  49. cf34d2a #updated commentary by Barry Warsaw · 28 years ago
  50. 5490a06 (py-menu): Create default value by Barry Warsaw · 28 years ago
  51. c5a8cbd (py-forward-into-nomenclature): Slightly better regex for stopping on by Barry Warsaw · 28 years ago
  52. 6aadd26 rebinhexed by Jack Jansen · 28 years ago
  53. 8f2d802 Build instructions for source distribution that were somehow never by Jack Jansen · 28 years ago
  54. a766182 (py-electric-colon): Use (py-next-statement -1) instead of by Barry Warsaw · 28 years ago
  55. bbe04d0 Removed references to mactcp, macdnr and stdwin modules by Jack Jansen · 28 years ago
  56. 402030f 1.4b2 projects by Jack Jansen · 28 years ago
  57. 4f1fe32 Upped version number, rebinhexed everything by Jack Jansen · 28 years ago
  58. 1d2f863 Guido's 1.4b2 fixes: Py_GetProgramName, Py_GetPrefix and Py_GetExecPrefix. by Jack Jansen · 28 years ago
  59. d84e7aa Regenerated by Jack Jansen · 28 years ago
  60. 84c21a8 Regenerated from CW9 includes (only QuickDraw really got a few new values) by Jack Jansen · 28 years ago
  61. 7046366 PyMac_BuildNumVersion added by Jack Jansen · 28 years ago
  62. 3fcaf61 #updated comments by Barry Warsaw · 28 years ago
  63. 755c671 (python-mode): automatically install imenu stuff. by Barry Warsaw · 28 years ago
  64. 8143746 (imenu-example--python-show-method-args-p, by Barry Warsaw · 28 years ago
  65. ce60bc7 (py-keep-region-active): Zap duplicate defun. by Barry Warsaw · 28 years ago
  66. 6d9cc80 Final text for beta2 release. Hopefully no pre-1.4 information is left. by Guido van Rossum · 28 years ago
  67. ff0c4b5 New project files, with sliceobject.c added. by Guido van Rossum · 28 years ago
  68. 6e527d2 (py-delete-char): Check for py-honor-comment-indentation. by Barry Warsaw · 28 years ago
  69. a789171 (py-mode): comment-start is now "# " so indent-for-comment does the right thing. by Barry Warsaw · 28 years ago
  70. e5b7b85 CW9 by Jack Jansen · 28 years ago
  71. 880e6eb Removed debug output by Jack Jansen · 28 years ago
  72. a6d78c4 Removed unused var by Jack Jansen · 28 years ago
  73. 5674e4e NumVersion stuff has changed by Jack Jansen · 28 years ago
  74. d1f0631 - Minimum stacksize is now 8K for PPC, 4K for 68K - Added PyMac_BuildNumVersion by Jack Jansen · 28 years ago
  75. 64d376a New .pyc magic numnber, too. by Guido van Rossum · 28 years ago
  76. 9e43ae4 Use Tcl/Tk 7.5/4.1 by default. by Guido van Rossum · 28 years ago
  77. 9caf77a Put definition of _REENTRANT in config.h by Guido van Rossum · 28 years ago
  78. cee555b Allow compilation by K&R C compiler. by Guido van Rossum · 28 years ago
  79. 42dcad3 The usual by Guido van Rossum · 28 years ago
  80. 8a2574e Changes for AIX; also remove all references to _REENTRANT. by Guido van Rossum · 28 years ago
  81. d5962ad Changes for AIX sharedlibs. by Guido van Rossum · 28 years ago
  82. 02530b0 Changes for AIX shared libs by Guido van Rossum · 28 years ago
  83. 9e277db #comment update by Barry Warsaw · 28 years ago
  84. c08a949 #comment update by Barry Warsaw · 28 years ago
  85. 5c0d00f #updated to do list by Barry Warsaw · 28 years ago
  86. 68f56e4 Don't trip over empty string in sys.path. by Guido van Rossum · 28 years ago
  87. 170ffa7 (py-parse-state): stop searching backwards when we found a keyword at by Barry Warsaw · 28 years ago
  88. f831d81 (py-statement-closes-block-p, py-compute-indentation): Outdent one by Barry Warsaw · 28 years ago
  89. 32aa1a7 getprogramname --> Py_GetProgramName by Guido van Rossum · 28 years ago
  90. 3823420 If NO_DYNAMIC_LINK is defined, load_dynamic_module() will always fail. by Guido van Rossum · 28 years ago
  91. 5e41644 Added _REENTRANT definition by Guido van Rossum · 28 years ago
  92. 0c5e3c8 DESTLIB and MACHDESTLIB are now derived from variables set by the Makefile. by Guido van Rossum · 28 years ago
  93. 276de58 Collect together all detailed installation directories. by Guido van Rossum · 28 years ago
  94. a68acba The usual by Guido van Rossum · 28 years ago
  95. d02ba45 Added doc para for --with-libs by Guido van Rossum · 28 years ago
  96. 93ee6e0 Add entry for _REENTRANT macro by Guido van Rossum · 28 years ago
  97. c5a3903 Three changes: by Guido van Rossum · 28 years ago
  98. bed23fe Collect together all detailed installation directories. by Guido van Rossum · 28 years ago
  99. b8dccd2 Add a variable so you can easily install more than one machdep directory. by Guido van Rossum · 28 years ago
  100. 6d47298 Correct typo (intall -> install) by Guido van Rossum · 28 years ago