1. dcc0c13 Two independent changes (oops): by Guido van Rossum · 27 years ago
  2. f30bec7 New site.py semantics. Searches in by Guido van Rossum · 27 years ago
  3. 83b6709 Swap the sense of the -X option vis-a-vis Py_UseClassExceptionsFlag so by Barry Warsaw · 27 years ago
  4. 757af0e Removed obsolete exception PyExc_AccessError. by Barry Warsaw · 27 years ago
  5. 035574d Added Py_UseClassExceptionsFlag, the variable containing the state of by Barry Warsaw · 27 years ago
  6. d5a0ff9 Added extern definition for -X flag variable. by Barry Warsaw · 27 years ago
  7. 3e613ce New file, which is imported by the built-in module when python is by Barry Warsaw · 27 years ago
  8. 6ed41a0 Expanded r() function to handle class exceptions. by Barry Warsaw · 27 years ago
  9. f488af3 Parse new command line option -X which enables exception classes. by Barry Warsaw · 27 years ago
  10. 0596c2a Declarations for two phase initialization and finalization functions by Barry Warsaw · 27 years ago
  11. 392d827 Added externs for three new exceptions PyExc_StandardError, by Barry Warsaw · 27 years ago
  12. 2d8adff PyErr_NoMemory(): If the pre-instantiated memory exception is non-null by Barry Warsaw · 27 years ago
  13. dd82bb9 Added a new variable TESTPYTHON which contains the path (and args) for by Barry Warsaw · 27 years ago
  14. 45140f9 Subtle changes to the AIX shared library things to make them work by Guido van Rossum · 27 years ago
  15. cf0be04 Should remove getbuildno.o/buildno files in clobber/distclean targets. by Guido van Rossum · 27 years ago
  16. beef8aa Cprrect stuoid tyops -- was comparing variabes with themselves because by Guido van Rossum · 27 years ago
  17. eaedc7c eval_code2(), set_exc_info(): Call PyErr_NormalizeException() the by Barry Warsaw · 27 years ago
  18. c1f0882 Added (binaryfunc) casts to function pointers in method lists. by Guido van Rossum · 27 years ago
  19. 24a4994 Some long variables should have been int to match the 'i' format specifier. by Guido van Rossum · 27 years ago
  20. 02840fd user.py -- when imported, execfile(~/.pythonrc.py). by Guido van Rossum · 27 years ago
  21. 522578e Complete log of changes since 1.5a3 at the end. by Guido van Rossum · 27 years ago
  22. a11b041 Added faqwiz and webchecker. by Guido van Rossum · 27 years ago
  23. 8c5fa91 Added section about multiple FAQs. by Guido van Rossum · 27 years ago
  24. f1ead1a New installation instructions show how to maintain multiple FAQs. by Guido van Rossum · 27 years ago
  25. 8a2d216 Removed faqmain.py -- it was an earlier implementation and no longer relevant. by Guido van Rossum · 27 years ago
  26. 282290f Referred to POSIX docs as well as to Unix docs. by Guido van Rossum · 27 years ago
  27. 09dcff7 Put all prints inside "if verbose:" by Jack Jansen · 27 years ago
  28. ebacc2e Removed debug print by Jack Jansen · 27 years ago
  29. 82bfde9 Modified for CW Pro projects and new filenames by Jack Jansen · 27 years ago
  30. 8505ef8 Added #include <WETabs.h>, which had somehow gone missing by Jack Jansen · 27 years ago
  31. 3412c5d Modified for installer and new names of various applets. Also cleaned by Jack Jansen · 27 years ago
  32. 9ffa432 Modified for new scripting support by Jack Jansen · 27 years ago
  33. 21b5d60 Moved suites to their own folder by Jack Jansen · 27 years ago
  34. e2ed9df Fixed bugs regarding lines starting with '.' (both receiving and sending). by Guido van Rossum · 27 years ago
  35. e20aef5 Ignore whitespace between formats (not internal to a count+format). by Guido van Rossum · 27 years ago
  36. ab0abdc Explicitly close the socket and temp file in URLopener.retrieve(), so by Guido van Rossum · 27 years ago
  37. 36b8f94 PyErr_Print(): Use PyErr_GivenExceptionMatches() instead of pointer by Barry Warsaw · 27 years ago
  38. 26726fe Replaced by ReadMe by Jack Jansen · 27 years ago
  39. 83cab72 Adapted from ReadMeOrSuffer for the new installer by Jack Jansen · 27 years ago
  40. 0c96887 Handle systemclicks ourselves, in stead of passing them to Sioux. This by Jack Jansen · 27 years ago
  41. 0cdb887 Completed first draft. by Guido van Rossum · 27 years ago
  42. 9101055 unpack_sequence(): In finally clause, watch out for Py_DECREF by Barry Warsaw · 27 years ago
  43. 09f9547 regression test for new sequence unpacking semantics by Barry Warsaw · 27 years ago
  44. 9525df0 Output for sequence unpacking test by Barry Warsaw · 27 years ago
  45. e42b18f eval_code2(): collapsed the implementations of UNPACK_TUPLE and by Barry Warsaw · 27 years ago
  46. 1fb071c Checkpoint. by Guido van Rossum · 27 years ago
  47. b2173c3 Allow assignments to instance.__dict__ and instance.__class__. The by Guido van Rossum · 27 years ago
  48. a27d112 Rename roundup() to roundupsize(), as there's a macro roundup() in the by Guido van Rossum · 27 years ago
  49. 81e479a Removed some colons that shouldn't be there (probably leftovers from by Guido van Rossum · 27 years ago
  50. 27e4aa3 Arbitrary point checkpoint commit. Take no notice. by Guido van Rossum · 27 years ago
  51. bff110f Examples of metaprogramming in pure Python. by Guido van Rossum · 27 years ago
  52. 558f66f Added a few more tests of exception class raising by Barry Warsaw · 27 years ago
  53. ac405ce generated output for new tests by Barry Warsaw · 27 years ago
  54. d543077 Added tests of the new builtin functions issubclass() and isinstance() by Barry Warsaw · 27 years ago
  55. 4249f54 cmp_exception gets promoted (essentially) to the C API function by Barry Warsaw · 27 years ago
  56. c0dc92a Three new C API functions: by Barry Warsaw · 27 years ago
  57. cde8b1b Two new built-in functions: issubclass() and isinstance(). Both take by Barry Warsaw · 27 years ago
  58. 21c5c8f Correct off-by-two-pixels error. by Guido van Rossum · 27 years ago
  59. d14c068 Add unsupported variable EXE which can be set to .exe on systems where by Guido van Rossum · 27 years ago
  60. 1171ee6 Added configuration tests for presence of alarm(), pause(), and getpwent() by Guido van Rossum · 27 years ago
  61. 5de31fc Oops, don't suppress echo of the rm command in l2hclean! by Fred Drake · 27 years ago
  62. 03ff6f7 Simplify LaTeX2HTML targets && support re-use of output directories (which by Fred Drake · 27 years ago
  63. cd64965 Reverse the search order for the Don Beaudry hook so that the first by Guido van Rossum · 27 years ago
  64. 289f97d Changed description of SchedParams() in the following way: by Fred Drake · 27 years ago
  65. 2999607 Added missing "\end{funcdesc}" after FindFolder documentation. by Fred Drake · 27 years ago
  66. e3c0d5e Added new Py_IsInitalized() API function to test the 'initialized' flag. by Guido van Rossum · 27 years ago
  67. 779133c Removed JF's dollar-Log-dollar RCS turd that caused compilation to by Barry Warsaw · 27 years ago
  68. d7a7100 Remove redundant decl for PyOS_InputHook. by Guido van Rossum · 27 years ago
  69. ab589b9 Completely disable the declarations for malloc() and friends. Use by Guido van Rossum · 27 years ago
  70. 0078aaf Add warning about dumb SGI make. by Guido van Rossum · 27 years ago
  71. 36f8e2d Use lseek instead of ftell; compensate by adding BUFSIZE by Guido van Rossum · 27 years ago
  72. c6ef204 Added /**/ around #end tags by Guido van Rossum · 27 years ago
  73. bae6523 Must remove conflicting files from archive by Guido van Rossum · 27 years ago
  74. 08157f8 mention cPickle and cStringIO by Guido van Rossum · 27 years ago
  75. 24b1e75 the usual by Guido van Rossum · 27 years ago
  76. b904629 Fix some badly botched prototypes for PyRun* c.s. by Guido van Rossum · 27 years ago
  77. 8b523f9 Added reop by Guido van Rossum · 27 years ago
  78. 5f896a4 Added missing newline to warning msg by Guido van Rossum · 27 years ago
  79. 8456161 Richard Jones: I think we can be confident in using 'CC="-Aa by Guido van Rossum · 27 years ago
  80. 1bf0bf4 Got rid of HP-UX comments (which seem to be out of date -- one should use -Ae). by Guido van Rossum · 27 years ago
  81. 6b9fdf5 Globally renamed join() to joinpath() to avoid compilation error on Cray. by Guido van Rossum · 27 years ago
  82. 725d941 Renamed strndup to pystrndup, to avoid conflicting prototype by Guido van Rossum · 27 years ago
  83. b6784dc Interpret three slashes in file: URL as local file (for Netscape on by Guido van Rossum · 27 years ago
  84. 4f46fc6 When we have signalmodule.o, remove intrcheck.o as well as sigcheck.o. by Guido van Rossum · 27 years ago
  85. aa61505 Use a counter instead of a Boolean to check for initialized; n calls by Guido van Rossum · 27 years ago
  86. 558be28 Make sure the objects returned by __getinitargs__() are kept alive (in by Guido van Rossum · 27 years ago
  87. 86c052e Use 'buildno1' instead of '@buildno' for temp file since DJGPP's bash by Guido van Rossum · 27 years ago
  88. 5aadaf5 Need to define AR since it is used, and not all Makes define it by default. by Guido van Rossum · 27 years ago
  89. d0417ec Removed support_print docs. by Jack Jansen · 27 years ago
  90. 3261719 Docs on new tcl/tk, new build tree layout by Jack Jansen · 27 years ago
  91. f10786b Very sketchy preliminary docs on new applescripting functionality. by Jack Jansen · 27 years ago
  92. 97de10c Added reop by Jack Jansen · 27 years ago
  93. 78c3cc4 MkPluginAliases now knows about fat PythonCore (and all resource files by Jack Jansen · 27 years ago
  94. 03a00a8 PythonCore is now a fat shared library, the plugin modules aren't fat, by Jack Jansen · 27 years ago
  95. ef3138f Moved assert.h to ../Parser directory by Guido van Rossum · 27 years ago
  96. 5b02078 Alas, the thread support for Tk didn't work. Withdraw it, until I by Guido van Rossum · 27 years ago
  97. fd7a0b8 Made lookdict nearly twice as fast, resulting in a 5% overall by Guido van Rossum · 27 years ago
  98. 2da391f I'm tired -- checking in more news items. This isn't complete; I'm by Guido van Rossum · 27 years ago
  99. 8a81d27 Remove remark on python15.lib being in the Debug subdir only. by Guido van Rossum · 27 years ago
  100. b27d8d8 Changed the way python15.lib is included in the other projects. by Guido van Rossum · 27 years ago