1. 97662c8 Version number; started chapter on what's new in 1.4 by Guido van Rossum · 28 years ago
  2. f8daa4f Changes to dependencies (Fred) by Guido van Rossum · 28 years ago
  3. 0011d93 Niceties by Fred by Guido van Rossum · 28 years ago
  4. 5c8c91b Changes for Canvas by Fred by Guido van Rossum · 28 years ago
  5. ad89978 Be a bit more careful with printing a warning for a failed __del__. by Guido van Rossum · 28 years ago
  6. 2a516c8 Bump patchlevel (a bit early, but what the heck...) by Guido van Rossum · 28 years ago
  7. 6100d91 Allow whitespace before '#' in preprocessor directives. by Guido van Rossum · 28 years ago
  8. ac27910 PYTHONWIN -> MS_COREDLL by Guido van Rossum · 28 years ago
  9. 2ea0b06 Add PYTHON_API_STRING, which is PYTHON_API_VERSION as a string literal. by Guido van Rossum · 28 years ago
  10. 67d4ab0 Added NumPy projects by Guido van Rossum · 28 years ago
  11. f813f56 imghdr.what(): check for not h'. This lets by Guido van Rossum · 28 years ago
  12. bf57ed5 Added thread module (it was already in the project!) by Guido van Rossum · 28 years ago
  13. 331a897 Description of the new build procedure for Win NT/95. by Guido van Rossum · 28 years ago
  14. eaf9b6c More changes for NT, Guido style by Guido van Rossum · 28 years ago
  15. 497aedd Get rid of unused local variable. by Guido van Rossum · 28 years ago
  16. c417ef8 Added a small test program. by Guido van Rossum · 28 years ago
  17. c1d5053 Add needed #include <ctype.h> by Guido van Rossum · 28 years ago
  18. 4f90346 Removed environment, objc, sybase modules by Guido van Rossum · 28 years ago
  19. f00eb71 Get rid of some obsolete modules: by Guido van Rossum · 28 years ago
  20. 2a28846 Patches to make it compile with K&R C by Guido van Rossum · 28 years ago
  21. 3bcf7d2 Avoid complaint about inconsistent hypot() linkage on NT. by Guido van Rossum · 28 years ago
  22. cda848f Remove dependency of $(srcdir)/Lib/$(MACHDEP) on python, since it would by Guido van Rossum · 28 years ago
  23. a4ddb23 update -- Undo is now entry 1 by Guido van Rossum · 28 years ago
  24. 4ec060a unicast pendant for broadcast.py by Guido van Rossum · 28 years ago
  25. 171191e Raise ValueError on empty string passed into atoi(), atol(), atof(). by Guido van Rossum · 28 years ago
  26. d0f11de Added documentation for PyObject_DelItem and PySequence_Del{Item,Slice}. by Guido van Rossum · 28 years ago
  27. 360a934 Support for old CPP by Guido van Rossum · 28 years ago
  28. ae92f01 Hacks to support being a Windows DLL by Guido van Rossum · 28 years ago
  29. 6cdc6f4 Added PyObject_DelItem and PySequence_Del{Item,Slice}. by Guido van Rossum · 28 years ago
  30. c9fb47e Added delslice and delitem. by Guido van Rossum · 28 years ago
  31. 16d27e3 Demos for Fred's parser module by Guido van Rossum · 28 years ago
  32. 6dbd190 NT specific files supplied by Mark Hammond by Guido van Rossum · 28 years ago
  33. 019f424 More efficient handling of "__doc__" lookup. by Guido van Rossum · 28 years ago
  34. f1d7413 Add explicit #undef _POSIX_THREADS for use on Solaris 2.5 (Sjoerd). by Guido van Rossum · 28 years ago
  35. 4747887 New batch from Fred by Guido van Rossum · 28 years ago
  36. 3a1fbb4 Added Vlad. by Guido van Rossum · 28 years ago
  37. e8c0a15 New generic makefile by Jim F; drop pyimenu.el by Guido van Rossum · 28 years ago
  38. b4d3779 Minor updates. by Guido van Rossum · 28 years ago
  39. 5c8e256 typo by Guido van Rossum · 28 years ago
  40. bf0dc9f Add #define MAC_TCL for Mac. by Guido van Rossum · 28 years ago
  41. d7abed3 Get rid of access statement by Guido van Rossum · 28 years ago
  42. 3e065ad Attempt at Windows-NT compatibility. by Guido van Rossum · 28 years ago
  43. 34f1731 Add optional separator character to capwords(), for completeness. by Guido van Rossum · 28 years ago
  44. 63f0cf0 delattr() can raise AttributeError, not KeyError. by Guido van Rossum · 28 years ago
  45. 422869a Correct description of splitext(). by Guido van Rossum · 28 years ago
  46. 0f6a3bf Added locking hacks for AIX by Guido van Rossum · 28 years ago
  47. f85de8a Added print_exception() convenience function. by Guido van Rossum · 28 years ago
  48. 6ba66d0 Improved tests; run twice, onece in normal mode, once in restricted mode. by Guido van Rossum · 28 years ago
  49. 880d1ee Barry's 2.73 by Guido van Rossum · 28 years ago
  50. 5c9bfe2 Get rid of debug print statements by Guido van Rossum · 28 years ago
  51. 504f4a9 Don't require <dlfcn.h> -- rely on existence of dlopen(). by Guido van Rossum · 28 years ago
  52. 6ba1120 Barry's 2.72 by Guido van Rossum · 28 years ago
  53. 261f87d *** empty log message *** by Barry Warsaw · 28 years ago
  54. 89227eb Write warning about exception in __del__ to stderr, not stdout. by Guido van Rossum · 28 years ago
  55. 613b943 *noconfig* -> *shared*. Add # -lm comment to modules that need it as sharedlib. by Guido van Rossum · 28 years ago
  56. 4355454 Support *shared* and *static* as aliases for *noconfig* and *config*. by Guido van Rossum · 28 years ago
  57. d62d8bc Test for xdrmem_create() failure. Minor lay-out changes. by Guido van Rossum · 28 years ago
  58. cde317a Install shared libs with executable mode -- needed for HPUX, by Guido van Rossum · 28 years ago
  59. 1fd5b21 Mention warning for exception in __del__. by Guido van Rossum · 28 years ago
  60. 0a94dfc Erase all memory of the access statement by Guido van Rossum · 28 years ago
  61. 25b361f Adapted for cfm68k, new names and split off of qt. by Jack Jansen · 28 years ago
  62. e420178 Rationalized header files: by Jack Jansen · 28 years ago
  63. 4b2c386 - Gave PPC shared libraries (and projects) .ppc in their name by Jack Jansen · 28 years ago
  64. 7bbd1a5 Added void before main by Jack Jansen · 28 years ago
  65. 16ff872 - Renamed USE_BGEN to USE_TOOLBOX by Jack Jansen · 28 years ago
  66. bbe2ae1 Re-binhexed by Jack Jansen · 28 years ago
  67. 272841c Changes by Rob Hooft for GMP 2.0.2 by Guido van Rossum · 28 years ago
  68. 56b30ea Document actual behavior of splitext(). by Guido van Rossum · 28 years ago
  69. 8823972 Documented class exceptions. by Guido van Rossum · 28 years ago
  70. 305ed11 Remove mention of HAVE_CONFIG_H by Guido van Rossum · 28 years ago
  71. 73363b5 Added _xdr module by Guido van Rossum · 28 years ago
  72. 40006cf Added imghdr,xdrlib; reformatted Makefile somewhat by Guido van Rossum · 28 years ago
  73. 72fba79 Rename __test() to _test(). by Guido van Rossum · 28 years ago
  74. 731630b XDR interface, evolved from Demo/rpc/xdr.py by Barry. by Guido van Rossum · 28 years ago
  75. bf66c64 Added note about standard library module xdrlib.py by Guido van Rossum · 28 years ago
  76. 7cf1fcf Always include config.h by Guido van Rossum · 28 years ago
  77. 1e61249 Many little fixes: by Guido van Rossum · 28 years ago
  78. 71bd363 getprogramname -> Py_GetProgramName. by Guido van Rossum · 28 years ago
  79. 6d43c5d Raise TypeError, not KeyError, on unknown keyword argument. by Guido van Rossum · 28 years ago
  80. 3f3bb3d Added *PyMarshal_WriteObjectToString() (moved the relevant code there by Guido van Rossum · 28 years ago
  81. 49c70a7 Added declaration for *PyMarshal_WriteObjectToString(). by Guido van Rossum · 28 years ago
  82. 8b51d22 Add prototypes for c_sum() etc. by Guido van Rossum · 28 years ago
  83. 8f3032d Declare initregex() as returning void, as it should be. by Guido van Rossum · 28 years ago
  84. 8609868 Remove some unused variables. by Guido van Rossum · 28 years ago
  85. 2977e5d Declare a bunch of internal routines as returning void. by Guido van Rossum · 28 years ago
  86. 1720230 Made it palatable for K&R preprocessors. The spam macros don't have by Guido van Rossum · 28 years ago
  87. a29756c Recognize *.sl and *.so as library (i.e. linker) arguments by Guido van Rossum · 28 years ago
  88. 07b983d Incorporate LDFLAGS calculated by configure (for --with-readline) by Guido van Rossum · 28 years ago
  89. 84e7b24 The usual... by Guido van Rossum · 28 years ago
  90. 300fda7 Several refinements: by Guido van Rossum · 28 years ago
  91. 8e09a9f Add HAVE_OLD_CPP to list of known defines by Guido van Rossum · 28 years ago
  92. fc8ebb1 MACHDEP and regen problem is now taken care of by Guido van Rossum · 28 years ago
  93. aa35465 Support for keyword arguments (PyArg_ParseTupleAndKeywords) donated by by Guido van Rossum · 28 years ago
  94. 926518b Changes to make the file acceptable to K&R C compilers (HPUX, SunOS 4.x). by Guido van Rossum · 28 years ago
  95. bf05d4c Fixed command-. handling by Jack Jansen · 28 years ago
  96. a06f13d Fixed to work for ppc and cfm68k by Jack Jansen · 28 years ago
  97. 7e124ea Guido: - define USE_CHECKSTACK - Comment on defines used by Jack Jansen · 28 years ago
  98. 499a8af Removed debug printf by Jack Jansen · 28 years ago
  99. 3bc6fe6 Removed obsolete cfm68k ifdef (Guido) by Jack Jansen · 28 years ago
  100. 007fa82 Include config.h by Jack Jansen · 28 years ago