1. 9dc2b8e Many more tests, including tests of many optional arguments. by Jeremy Hylton · 27 years ago
  2. cb91404 Several changes: by Jeremy Hylton · 27 years ago
  3. 898c915 Added some try-excepts so that it can be imported in restricted mode by Guido van Rossum · 27 years ago
  4. d807b75 The re test suite is very slow on slower hosts. by Guido van Rossum · 27 years ago
  5. c7736b9 Added first line to set Emacs makefile mode (pretty colors :-) by Barry Warsaw · 27 years ago
  6. c12c62e (py-parse-partial-sexp-works-p): Removed as obsolete. All current by Barry Warsaw · 27 years ago
  7. dc5d07d Different test for Unix -- rely on os.sep instead of sys.platform. by Guido van Rossum · 27 years ago
  8. 2b3fd76 One patch from Sjoerd and one from Jack. by Guido van Rossum · 27 years ago
  9. f01dff7 Give in to Mike Meyer -- add *both* lib/python1.5/packages and by Guido van Rossum · 27 years ago
  10. ad87d3e Give in to Mike Meyer -- add *both* lib/python1.5/packages and by Guido van Rossum · 27 years ago
  11. 9efe8ef #Plug small memory leaks in constructors. by Guido van Rossum · 27 years ago
  12. c3beda2 Plug small leaks: the [de]compress object itself was never freed. by Guido van Rossum · 27 years ago
  13. d5f0ce9 Added some symbols (I'm afraid more will come). by Guido van Rossum · 27 years ago
  14. fd91056 Change instructions to require use of PCbuild directory (instead of by Guido van Rossum · 27 years ago
  15. 9ca064f At Mark Hammond's suggestion: by Guido van Rossum · 27 years ago
  16. 4a78a3c Added empty PCbuild directory for use by the NT build process. by Guido van Rossum · 27 years ago
  17. 64790de Added new flags and exceptions; removed AccessError exception. by Guido van Rossum · 27 years ago
  18. d19c04a Change [_Py_]re_compile_pattern() to return a char*. by Guido van Rossum · 27 years ago
  19. 5ade084 Mod suggested by Donn Cave -- invoke makexp_aix relative to $0 by Guido van Rossum · 27 years ago
  20. 3f0bff6 Disable the portable multimedia modules (audioop, imageop, rgbimg) by by Guido van Rossum · 27 years ago
  21. fc6efff #Removed debug print that was accidentally left in. by Guido van Rossum · 27 years ago
  22. 5ed5c4c Add the same _keep_alive patch (by Michael Scharff) that was added to by Guido van Rossum · 27 years ago
  23. 15a4039 Fix the bug Jeremy was experiencing: both the close() and the by Guido van Rossum · 27 years ago
  24. 2d30840 Define BUILDNO in macbuildno.h (incremented by fullbuild) by Jack Jansen · 27 years ago
  25. 68a0ee0 Can't remember... by Jack Jansen · 27 years ago
  26. 898ac1b Added GetTicks() here, so profiling can use a decent timer by Jack Jansen · 27 years ago
  27. faad995 Fullbuild now maintains BUILDNO for mac builds by Jack Jansen · 27 years ago
  28. 04fb06f Names changed by Jack Jansen · 27 years ago
  29. 625f40d #typo by Guido van Rossum · 27 years ago
  30. 28cad96 Document newly revamped site configuration mechanism. by Guido van Rossum · 27 years ago
  31. 36764b8 Added docs for 'user' customization module. Renamed libuser.tex by Guido van Rossum · 27 years ago
  32. d7ed683 Inline PyObject_CallObject (Marc-Andre Lemburg). by Guido van Rossum · 27 years ago
  33. b2afc81 Added os.altsep; this is '/' on DOS/Windows, and None on systems with by Guido van Rossum · 27 years ago
  34. a28dab5 Write out the dynamic OS choice, to avoid exec statements. by Guido van Rossum · 27 years ago
  35. 7922bd7 Added -X option to suppress default import of site.py. Also split the by Guido van Rossum · 27 years ago
  36. 3d90af9 Added NoSite flag. by Guido van Rossum · 27 years ago
  37. dcc0c13 Two independent changes (oops): by Guido van Rossum · 27 years ago
  38. f30bec7 New site.py semantics. Searches in by Guido van Rossum · 27 years ago
  39. 83b6709 Swap the sense of the -X option vis-a-vis Py_UseClassExceptionsFlag so by Barry Warsaw · 27 years ago
  40. 757af0e Removed obsolete exception PyExc_AccessError. by Barry Warsaw · 27 years ago
  41. 035574d Added Py_UseClassExceptionsFlag, the variable containing the state of by Barry Warsaw · 27 years ago
  42. d5a0ff9 Added extern definition for -X flag variable. by Barry Warsaw · 27 years ago
  43. 3e613ce New file, which is imported by the built-in module when python is by Barry Warsaw · 27 years ago
  44. 6ed41a0 Expanded r() function to handle class exceptions. by Barry Warsaw · 27 years ago
  45. f488af3 Parse new command line option -X which enables exception classes. by Barry Warsaw · 27 years ago
  46. 0596c2a Declarations for two phase initialization and finalization functions by Barry Warsaw · 27 years ago
  47. 392d827 Added externs for three new exceptions PyExc_StandardError, by Barry Warsaw · 27 years ago
  48. 2d8adff PyErr_NoMemory(): If the pre-instantiated memory exception is non-null by Barry Warsaw · 27 years ago
  49. dd82bb9 Added a new variable TESTPYTHON which contains the path (and args) for by Barry Warsaw · 27 years ago
  50. 45140f9 Subtle changes to the AIX shared library things to make them work by Guido van Rossum · 27 years ago
  51. cf0be04 Should remove getbuildno.o/buildno files in clobber/distclean targets. by Guido van Rossum · 27 years ago
  52. beef8aa Cprrect stuoid tyops -- was comparing variabes with themselves because by Guido van Rossum · 27 years ago
  53. eaedc7c eval_code2(), set_exc_info(): Call PyErr_NormalizeException() the by Barry Warsaw · 27 years ago
  54. c1f0882 Added (binaryfunc) casts to function pointers in method lists. by Guido van Rossum · 27 years ago
  55. 24a4994 Some long variables should have been int to match the 'i' format specifier. by Guido van Rossum · 27 years ago
  56. 02840fd user.py -- when imported, execfile(~/.pythonrc.py). by Guido van Rossum · 27 years ago
  57. 522578e Complete log of changes since 1.5a3 at the end. by Guido van Rossum · 27 years ago
  58. a11b041 Added faqwiz and webchecker. by Guido van Rossum · 27 years ago
  59. 8c5fa91 Added section about multiple FAQs. by Guido van Rossum · 27 years ago
  60. f1ead1a New installation instructions show how to maintain multiple FAQs. by Guido van Rossum · 27 years ago
  61. 8a2d216 Removed faqmain.py -- it was an earlier implementation and no longer relevant. by Guido van Rossum · 27 years ago
  62. 282290f Referred to POSIX docs as well as to Unix docs. by Guido van Rossum · 27 years ago
  63. 09dcff7 Put all prints inside "if verbose:" by Jack Jansen · 27 years ago
  64. ebacc2e Removed debug print by Jack Jansen · 27 years ago
  65. 82bfde9 Modified for CW Pro projects and new filenames by Jack Jansen · 27 years ago
  66. 8505ef8 Added #include <WETabs.h>, which had somehow gone missing by Jack Jansen · 27 years ago
  67. 3412c5d Modified for installer and new names of various applets. Also cleaned by Jack Jansen · 27 years ago
  68. 9ffa432 Modified for new scripting support by Jack Jansen · 27 years ago
  69. 21b5d60 Moved suites to their own folder by Jack Jansen · 27 years ago
  70. e2ed9df Fixed bugs regarding lines starting with '.' (both receiving and sending). by Guido van Rossum · 27 years ago
  71. e20aef5 Ignore whitespace between formats (not internal to a count+format). by Guido van Rossum · 27 years ago
  72. ab0abdc Explicitly close the socket and temp file in URLopener.retrieve(), so by Guido van Rossum · 27 years ago
  73. 36b8f94 PyErr_Print(): Use PyErr_GivenExceptionMatches() instead of pointer by Barry Warsaw · 27 years ago
  74. 26726fe Replaced by ReadMe by Jack Jansen · 27 years ago
  75. 83cab72 Adapted from ReadMeOrSuffer for the new installer by Jack Jansen · 27 years ago
  76. 0c96887 Handle systemclicks ourselves, in stead of passing them to Sioux. This by Jack Jansen · 27 years ago
  77. 0cdb887 Completed first draft. by Guido van Rossum · 27 years ago
  78. 9101055 unpack_sequence(): In finally clause, watch out for Py_DECREF by Barry Warsaw · 27 years ago
  79. 09f9547 regression test for new sequence unpacking semantics by Barry Warsaw · 27 years ago
  80. 9525df0 Output for sequence unpacking test by Barry Warsaw · 27 years ago
  81. e42b18f eval_code2(): collapsed the implementations of UNPACK_TUPLE and by Barry Warsaw · 27 years ago
  82. 1fb071c Checkpoint. by Guido van Rossum · 27 years ago
  83. b2173c3 Allow assignments to instance.__dict__ and instance.__class__. The by Guido van Rossum · 27 years ago
  84. a27d112 Rename roundup() to roundupsize(), as there's a macro roundup() in the by Guido van Rossum · 27 years ago
  85. 81e479a Removed some colons that shouldn't be there (probably leftovers from by Guido van Rossum · 27 years ago
  86. 27e4aa3 Arbitrary point checkpoint commit. Take no notice. by Guido van Rossum · 27 years ago
  87. bff110f Examples of metaprogramming in pure Python. by Guido van Rossum · 27 years ago
  88. 558f66f Added a few more tests of exception class raising by Barry Warsaw · 27 years ago
  89. ac405ce generated output for new tests by Barry Warsaw · 27 years ago
  90. d543077 Added tests of the new builtin functions issubclass() and isinstance() by Barry Warsaw · 27 years ago
  91. 4249f54 cmp_exception gets promoted (essentially) to the C API function by Barry Warsaw · 27 years ago
  92. c0dc92a Three new C API functions: by Barry Warsaw · 27 years ago
  93. cde8b1b Two new built-in functions: issubclass() and isinstance(). Both take by Barry Warsaw · 27 years ago
  94. 21c5c8f Correct off-by-two-pixels error. by Guido van Rossum · 27 years ago
  95. d14c068 Add unsupported variable EXE which can be set to .exe on systems where by Guido van Rossum · 27 years ago
  96. 1171ee6 Added configuration tests for presence of alarm(), pause(), and getpwent() by Guido van Rossum · 27 years ago
  97. 5de31fc Oops, don't suppress echo of the rm command in l2hclean! by Fred Drake · 27 years ago
  98. 03ff6f7 Simplify LaTeX2HTML targets && support re-use of output directories (which by Fred Drake · 27 years ago
  99. cd64965 Reverse the search order for the Don Beaudry hook so that the first by Guido van Rossum · 27 years ago
  100. 289f97d Changed description of SchedParams() in the following way: by Fred Drake · 27 years ago