1. 90eea07 The usual by Guido van Rossum · 28 years ago
  2. 3f13e48 More thorough test for working <stdarg.h>. by Guido van Rossum · 28 years ago
  3. 6eed906 Typo (missing _) in _xdr line. by Guido van Rossum · 28 years ago
  4. 6c0b234 #include <netconfig.h> seems not needed and is harmful on NeXT, so drop it. by Guido van Rossum · 28 years ago
  5. 2b3ac69 The usual by Guido van Rossum · 28 years ago
  6. f2f7eb3 Added checks for strdup and changed checks for hypot. by Guido van Rossum · 28 years ago
  7. 5ab007b Subtle hack so the eps printed is not dependent on the formatting by Guido van Rossum · 28 years ago
  8. 213a685 Move backup definition for hypot() to Python/hypot.c. by Guido van Rossum · 28 years ago
  9. ace527c Change comments/#ifdef structure for declaration for hypot(). by Guido van Rossum · 28 years ago
  10. 57b1822 *** empty log message *** by Guido van Rossum · 28 years ago
  11. 927f6e6 Needed more includes... by Guido van Rossum · 28 years ago
  12. bae2971 *** empty log message *** by Guido van Rossum · 28 years ago
  13. 62cf605 New version submitted by Jim Fulton. by Guido van Rossum · 28 years ago
  14. f71bd68 Fix $PATH and add $PYTHONPATH used to run regen. by Guido van Rossum · 28 years ago
  15. 7629bbc Fix paths to match python1.4 installation. (Forgot LIBP) by Guido van Rossum · 28 years ago
  16. be725fd Fix paths to match python1.4 installation. by Guido van Rossum · 28 years ago
  17. e3c90a4 Merged Guido's mkaliases and Jack's MkPluginAliases by Jack Jansen · 28 years ago
  18. 8628897 Completely revamped: it now uses separate instruction files per by Jack Jansen · 28 years ago
  19. a662cf4 Removed RunLibScript from build by Jack Jansen · 28 years ago
  20. 055782a Removed silly dialog by Jack Jansen · 28 years ago
  21. 0a3a74c Projects for 1.4b3 distribution: debugging off, optimizations on, etc. by Jack Jansen · 28 years ago
  22. 4ecc8c2 "Small" 68K interpreter, without waste, img and tkinter by Jack Jansen · 28 years ago
  23. a82b045 Version upped by Jack Jansen · 28 years ago
  24. 4634130 Added setwatchcursor() and setarrowcursor() functions by Jack Jansen · 28 years ago
  25. a1293da Updated for 1.4b3 by Jack Jansen · 28 years ago
  26. a78d76d Added note that these instruction are for a full source distribution, by Jack Jansen · 28 years ago
  27. a9b60d9 No double underscores for globals please by Guido van Rossum · 28 years ago
  28. 754afd9 Added /base:0x1e100000 to link options for python14.dll; by Guido van Rossum · 28 years ago
  29. b2b1ed1 This commit was manufactured by cvs2svn to create tag 'r14beta3'. by cvs2svn · 28 years ago
  30. a8763e5 Another batch of updates... by Guido van Rossum · 28 years ago
  31. 52a42fe Remove the entry for private variables (it's supposed to be a surprise!) by Guido van Rossum · 28 years ago
  32. 5f9aa9e Some final changes. I'll give up on nicely reformatting and by Guido van Rossum · 28 years ago
  33. 78c9637 Bump exposed __version__ to 1.4. by Guido van Rossum · 28 years ago
  34. dfcf35d Reformatted some stuff. Put FEATURE FREEZE in all caps. by Guido van Rossum · 28 years ago
  35. 0c8cf88 Don't die when getuid() or getpid() aren't defined. by Guido van Rossum · 28 years ago
  36. 3df7b5a Don't do truncation to 8+3 format -- this is used on NT file systems! by Guido van Rossum · 28 years ago
  37. c75db0b Added Mime writer module (formerly in Grail) by Guido van Rossum · 28 years ago
  38. cfd8935 typo (cotinue -> continue) by Guido van Rossum · 28 years ago
  39. 8e44991 Three sets of changes from Grail: by Guido van Rossum · 28 years ago
  40. f8abb38 Slightly faster (un)quoting. by Guido van Rossum · 28 years ago
  41. f480c67 Use correct separator for capwords(s, sep). by Guido van Rossum · 28 years ago
  42. 9e3f429 Emacs font-lock de-bogo-kludgificocity by Guido van Rossum · 28 years ago
  43. 6eea326 typo (#indef -> #undef) by Guido van Rossum · 28 years ago
  44. e5920bc Use getstringsize where available instead of strlen. by Guido van Rossum · 28 years ago
  45. dd6798c Added NumVersion definition. by Guido van Rossum · 28 years ago
  46. c30461d Insert filename in IOError message. by Guido van Rossum · 28 years ago
  47. c9970ee Call __initialize(), not __sinit() on Mac dynamic loading entry. by Guido van Rossum · 28 years ago
  48. 96c4dd9 OK, now it uses sys.[exec_]prefix and supports by Guido van Rossum · 28 years ago
  49. 6498cad Get rid of it totally by Guido van Rossum · 28 years ago
  50. f34bf1c Added warning that this is unsupported by Guido van Rossum · 28 years ago
  51. aa233f1 Changes for 1.4 install targets by Guido van Rossum · 28 years ago
  52. d0fe845 Updated for 1.4beta3 by Guido van Rossum · 28 years ago
  53. 4a67a16 Added all changes in beta1 and beta3. Still very rough (needs reordering etc.). by Guido van Rossum · 28 years ago
  54. 8206fb9 Final set of changes by Fred before 1.4beta3 by Guido van Rossum · 28 years ago
  55. d8a6d1c Afterthough: leave both leading underscores in, by Guido van Rossum · 28 years ago
  56. fe2236f Oops need to mangle global statement separately by Guido van Rossum · 28 years ago
  57. 8ff077b Name mangling, what the heck! by Guido van Rossum · 28 years ago
  58. 93fccac Newly tweaked by Guido van Rossum · 28 years ago
  59. 3db4103 Use MS_DLL_ID and similar changes by Guido van Rossum · 28 years ago
  60. 8b9ea87 Use MS_DLL_ID as sys.winver by Guido van Rossum · 28 years ago
  61. 0579715 Fixed names of vairous plugins to build, added a couple and added by Jack Jansen · 28 years ago
  62. f57df79 - MWRuntimeStatic{arch} are static versions of MW shared runtime by Jack Jansen · 28 years ago
  63. cbc6676 Added dllbase_nt.txt and python_nt.rc; by Guido van Rossum · 28 years ago
  64. bc17d29 Turn on USE_TK and MAC_TCL by default by Jack Jansen · 28 years ago
  65. 93e2ee5 New version/date by Guido van Rossum · 28 years ago
  66. 5bd85d9 Always call __initialize(), also on PPC by Jack Jansen · 28 years ago
  67. 27b10ec - Added cfm68k instructions by Jack Jansen · 28 years ago
  68. 97662c8 Version number; started chapter on what's new in 1.4 by Guido van Rossum · 28 years ago
  69. f8daa4f Changes to dependencies (Fred) by Guido van Rossum · 28 years ago
  70. 0011d93 Niceties by Fred by Guido van Rossum · 28 years ago
  71. 5c8c91b Changes for Canvas by Fred by Guido van Rossum · 28 years ago
  72. ad89978 Be a bit more careful with printing a warning for a failed __del__. by Guido van Rossum · 28 years ago
  73. 2a516c8 Bump patchlevel (a bit early, but what the heck...) by Guido van Rossum · 28 years ago
  74. 6100d91 Allow whitespace before '#' in preprocessor directives. by Guido van Rossum · 28 years ago
  75. ac27910 PYTHONWIN -> MS_COREDLL by Guido van Rossum · 28 years ago
  76. 2ea0b06 Add PYTHON_API_STRING, which is PYTHON_API_VERSION as a string literal. by Guido van Rossum · 28 years ago
  77. 67d4ab0 Added NumPy projects by Guido van Rossum · 28 years ago
  78. f813f56 imghdr.what(): check for not h'. This lets by Guido van Rossum · 28 years ago
  79. bf57ed5 Added thread module (it was already in the project!) by Guido van Rossum · 28 years ago
  80. 331a897 Description of the new build procedure for Win NT/95. by Guido van Rossum · 28 years ago
  81. eaf9b6c More changes for NT, Guido style by Guido van Rossum · 28 years ago
  82. 497aedd Get rid of unused local variable. by Guido van Rossum · 28 years ago
  83. c417ef8 Added a small test program. by Guido van Rossum · 28 years ago
  84. c1d5053 Add needed #include <ctype.h> by Guido van Rossum · 28 years ago
  85. 4f90346 Removed environment, objc, sybase modules by Guido van Rossum · 28 years ago
  86. f00eb71 Get rid of some obsolete modules: by Guido van Rossum · 28 years ago
  87. 2a28846 Patches to make it compile with K&R C by Guido van Rossum · 28 years ago
  88. 3bcf7d2 Avoid complaint about inconsistent hypot() linkage on NT. by Guido van Rossum · 28 years ago
  89. cda848f Remove dependency of $(srcdir)/Lib/$(MACHDEP) on python, since it would by Guido van Rossum · 28 years ago
  90. a4ddb23 update -- Undo is now entry 1 by Guido van Rossum · 28 years ago
  91. 4ec060a unicast pendant for broadcast.py by Guido van Rossum · 28 years ago
  92. 171191e Raise ValueError on empty string passed into atoi(), atol(), atof(). by Guido van Rossum · 28 years ago
  93. d0f11de Added documentation for PyObject_DelItem and PySequence_Del{Item,Slice}. by Guido van Rossum · 28 years ago
  94. 360a934 Support for old CPP by Guido van Rossum · 28 years ago
  95. ae92f01 Hacks to support being a Windows DLL by Guido van Rossum · 28 years ago
  96. 6cdc6f4 Added PyObject_DelItem and PySequence_Del{Item,Slice}. by Guido van Rossum · 28 years ago
  97. c9fb47e Added delslice and delitem. by Guido van Rossum · 28 years ago
  98. 16d27e3 Demos for Fred's parser module by Guido van Rossum · 28 years ago
  99. 6dbd190 NT specific files supplied by Mark Hammond by Guido van Rossum · 28 years ago
  100. 019f424 More efficient handling of "__doc__" lookup. by Guido van Rossum · 28 years ago