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