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