1. 306a8a6 Add optional third parameter to split() and splitfields(), giving the by Guido van Rossum · 28 years ago
  2. a59d3e6 Changed split() to be compatible with changes to string.split(): the by Guido van Rossum · 28 years ago
  3. 37a6f16 Slight update of doc string -- suggest default args for __init__, no by Guido van Rossum · 28 years ago
  4. 4033ad7 Restore 1.3 behavior of gettempdir(): if tempdir is already set, believe it. by Guido van Rossum · 28 years ago
  5. 0523d63 Don't use 'false'; use '0'. by Guido van Rossum · 28 years ago
  6. 5468a7b stupid typo in latest fix ('Name' should be 'name') by Guido van Rossum · 28 years ago
  7. 524e9a4 Need to import * from types by Guido van Rossum · 28 years ago
  8. fcce630 Added test for math module by Guido van Rossum · 28 years ago
  9. 47347f0 Use fcntl.h instead of sys/fcntl.h; use h2py.py from Tools/scripts by Guido van Rossum · 28 years ago
  10. d44e0c3 New AIX specific subdirs by Guido van Rossum · 28 years ago
  11. c442d43 Changed to use 8-byte doubles. Also re-enabled optimizations, 68020 codegen. by Jack Jansen · 28 years ago
  12. 3638935 Moved build.html to building.html by Jack Jansen · 28 years ago
  13. 4c1e56c Changed instructions for new releases of cwgusi, waste and tcl/tk, by Jack Jansen · 28 years ago
  14. 3d159f0 New releases of CWGUSI, Waste and Tcl/Tk. by Jack Jansen · 28 years ago
  15. bb708ae Updated for new tcl/tk release by Jack Jansen · 28 years ago
  16. 3ca6edd GUSI mkdir() lost its dummy second arg by Jack Jansen · 28 years ago
  17. eb1284b New waste release by Jack Jansen · 28 years ago
  18. 2268af5 Upgraded to Waste 1.2f by Jack Jansen · 28 years ago
  19. cf34d2a #updated commentary by Barry Warsaw · 28 years ago
  20. 5490a06 (py-menu): Create default value by Barry Warsaw · 28 years ago
  21. c5a8cbd (py-forward-into-nomenclature): Slightly better regex for stopping on by Barry Warsaw · 28 years ago
  22. 6aadd26 rebinhexed by Jack Jansen · 28 years ago
  23. 8f2d802 Build instructions for source distribution that were somehow never by Jack Jansen · 28 years ago
  24. a766182 (py-electric-colon): Use (py-next-statement -1) instead of by Barry Warsaw · 28 years ago
  25. bbe04d0 Removed references to mactcp, macdnr and stdwin modules by Jack Jansen · 28 years ago
  26. 402030f 1.4b2 projects by Jack Jansen · 28 years ago
  27. 4f1fe32 Upped version number, rebinhexed everything by Jack Jansen · 28 years ago
  28. 1d2f863 Guido's 1.4b2 fixes: Py_GetProgramName, Py_GetPrefix and Py_GetExecPrefix. by Jack Jansen · 28 years ago
  29. d84e7aa Regenerated by Jack Jansen · 28 years ago
  30. 84c21a8 Regenerated from CW9 includes (only QuickDraw really got a few new values) by Jack Jansen · 28 years ago
  31. 7046366 PyMac_BuildNumVersion added by Jack Jansen · 28 years ago
  32. 3fcaf61 #updated comments by Barry Warsaw · 28 years ago
  33. 755c671 (python-mode): automatically install imenu stuff. by Barry Warsaw · 28 years ago
  34. 8143746 (imenu-example--python-show-method-args-p, by Barry Warsaw · 28 years ago
  35. ce60bc7 (py-keep-region-active): Zap duplicate defun. by Barry Warsaw · 28 years ago
  36. 6d9cc80 Final text for beta2 release. Hopefully no pre-1.4 information is left. by Guido van Rossum · 28 years ago
  37. ff0c4b5 New project files, with sliceobject.c added. by Guido van Rossum · 28 years ago
  38. 6e527d2 (py-delete-char): Check for py-honor-comment-indentation. by Barry Warsaw · 28 years ago
  39. a789171 (py-mode): comment-start is now "# " so indent-for-comment does the right thing. by Barry Warsaw · 28 years ago
  40. e5b7b85 CW9 by Jack Jansen · 28 years ago
  41. 880e6eb Removed debug output by Jack Jansen · 28 years ago
  42. a6d78c4 Removed unused var by Jack Jansen · 28 years ago
  43. 5674e4e NumVersion stuff has changed by Jack Jansen · 28 years ago
  44. d1f0631 - Minimum stacksize is now 8K for PPC, 4K for 68K - Added PyMac_BuildNumVersion by Jack Jansen · 28 years ago
  45. 64d376a New .pyc magic numnber, too. by Guido van Rossum · 28 years ago
  46. 9e43ae4 Use Tcl/Tk 7.5/4.1 by default. by Guido van Rossum · 28 years ago
  47. 9caf77a Put definition of _REENTRANT in config.h by Guido van Rossum · 28 years ago
  48. cee555b Allow compilation by K&R C compiler. by Guido van Rossum · 28 years ago
  49. 42dcad3 The usual by Guido van Rossum · 28 years ago
  50. 8a2574e Changes for AIX; also remove all references to _REENTRANT. by Guido van Rossum · 28 years ago
  51. d5962ad Changes for AIX sharedlibs. by Guido van Rossum · 28 years ago
  52. 02530b0 Changes for AIX shared libs by Guido van Rossum · 28 years ago
  53. 9e277db #comment update by Barry Warsaw · 28 years ago
  54. c08a949 #comment update by Barry Warsaw · 28 years ago
  55. 5c0d00f #updated to do list by Barry Warsaw · 28 years ago
  56. 68f56e4 Don't trip over empty string in sys.path. by Guido van Rossum · 28 years ago
  57. 170ffa7 (py-parse-state): stop searching backwards when we found a keyword at by Barry Warsaw · 28 years ago
  58. f831d81 (py-statement-closes-block-p, py-compute-indentation): Outdent one by Barry Warsaw · 28 years ago
  59. 32aa1a7 getprogramname --> Py_GetProgramName by Guido van Rossum · 28 years ago
  60. 3823420 If NO_DYNAMIC_LINK is defined, load_dynamic_module() will always fail. by Guido van Rossum · 28 years ago
  61. 5e41644 Added _REENTRANT definition by Guido van Rossum · 28 years ago
  62. 0c5e3c8 DESTLIB and MACHDESTLIB are now derived from variables set by the Makefile. by Guido van Rossum · 28 years ago
  63. 276de58 Collect together all detailed installation directories. by Guido van Rossum · 28 years ago
  64. a68acba The usual by Guido van Rossum · 28 years ago
  65. d02ba45 Added doc para for --with-libs by Guido van Rossum · 28 years ago
  66. 93ee6e0 Add entry for _REENTRANT macro by Guido van Rossum · 28 years ago
  67. c5a3903 Three changes: by Guido van Rossum · 28 years ago
  68. bed23fe Collect together all detailed installation directories. by Guido van Rossum · 28 years ago
  69. b8dccd2 Add a variable so you can easily install more than one machdep directory. by Guido van Rossum · 28 years ago
  70. 6d47298 Correct typo (intall -> install) by Guido van Rossum · 28 years ago
  71. 8d7d4ed Numerous changes, but still a lot of XXX thingies. by Guido van Rossum · 28 years ago
  72. ccdfce3 Exhaustive list of news in beta2 compared to beta1. by Guido van Rossum · 28 years ago
  73. 24cf88d FreeBSD platform specific modules by Guido van Rossum · 28 years ago
  74. 7a7eb37 patch level 1.4b2 by Guido van Rossum · 28 years ago
  75. 91f87ca Note that the values are ints. by Guido van Rossum · 28 years ago
  76. e288f9d New zip code and release; added guido@python.org as alternative email. by Guido van Rossum · 28 years ago
  77. 557d6d6 Don't make an exception for NeXT (BBUM says it's no longer needed). by Guido van Rossum · 28 years ago
  78. 64b6567 Some more install changes: by Guido van Rossum · 28 years ago
  79. 02ca3ab Remove "." from default path. Also rearrange so that SITEPATH comes by Guido van Rossum · 28 years ago
  80. 6e12d56 Don't have "." in the default path. by Guido van Rossum · 28 years ago
  81. 94a9667 Always insert script directory in front of sys.path -- if there's no by Guido van Rossum · 28 years ago
  82. 9afdabf Add missing close parenthesis. by Guido van Rossum · 28 years ago
  83. 74faed2 Got rid of all references to stdwin. by Guido van Rossum · 28 years ago
  84. 2108a50 Remove comment "SGI only" by Guido van Rossum · 28 years ago
  85. 3df1d1b Simplified and rationalized. by Guido van Rossum · 28 years ago
  86. c163ae5 mac utility by Guido van Rossum · 28 years ago
  87. db9c054 turn a pile of RCS files into a ChangeLog file by Guido van Rossum · 28 years ago
  88. ef25370 print MX record by Guido van Rossum · 28 years ago
  89. 29b1606 Adapted to CNRI by Guido van Rossum · 28 years ago
  90. 72ba616 Added note about Python's support of complex numbers. Added exp(z). by Guido van Rossum · 28 years ago
  91. 89cb67b Updated for Python 1.4 by Guido van Rossum · 28 years ago
  92. c30e95f Moved 1.3 news to HISTORY; put some 1.4 news in NEWS by Guido van Rossum · 28 years ago
  93. 0d20cfa Added two new questions; about globals/locals and about recursive imports. by Guido van Rossum · 28 years ago
  94. 63d9cd7 Added Bill Tutt by Guido van Rossum · 28 years ago
  95. 3b9c667 Better error message if stride used on normal sequence object by Guido van Rossum · 28 years ago
  96. 6ffd553 Add 'Ellipses' object. by Guido van Rossum · 28 years ago
  97. fd4904c repr("...") -> "Ellipses" by Guido van Rossum · 28 years ago
  98. 053313a Change to use keyword args instead of dicts by Guido van Rossum · 28 years ago
  99. 8cf2db4 Moved description of mktime 9-tuple to top. by Guido van Rossum · 28 years ago
  100. f4d0d57 Added maketrans() and optional 3rd arg to translate() (chars to delete). by Guido van Rossum · 28 years ago