1. c38c5da dict_get(): New method for item access with different semantics than by Barry Warsaw · 27 years ago
  2. 596db31 Move the __getitem__() definition from StandardException to Exception. by Fred Drake · 27 years ago
  3. bf9d353 New "re" regular expression support. by Guido van Rossum · 27 years ago
  4. 51b3aa3 New "re" regular expression support. by Guido van Rossum · 27 years ago
  5. 04ac894 Add the four latex2html output directories: api, ext, lib, tut. by Fred Drake · 27 years ago
  6. c44d3d6 Done with tread state descriptions. Sigh! by Guido van Rossum · 27 years ago
  7. 86b7db3 Oops -- needed to fix another place affected by the change back to by Guido van Rossum · 27 years ago
  8. 0bfd146 Added strerror() by Guido van Rossum · 27 years ago
  9. bc3b136 Removed emacs.py by Guido van Rossum · 27 years ago
  10. eb53ae4 Fixed some stuff that was incorrectly copied from regex. by Guido van Rossum · 27 years ago
  11. 7974b0f Documented __import__, callable, isinstance, issubclass, and slice. by Guido van Rossum · 27 years ago
  12. df3dba0 Documented new exceptions and exception classes. by Guido van Rossum · 27 years ago
  13. 5344d4f Add -N0 to dvips flags to generate page structure comments. by Guido van Rossum · 27 years ago
  14. 42cefd0 Checkpoint. Added docs for the new exception handling APIs and for by Guido van Rossum · 27 years ago
  15. 474ba3b The directory containing config.h has changed. by Guido van Rossum · 27 years ago
  16. 6af6d35 Turns out whatsound.py and sndhdr.py were identical modules. by Guido van Rossum · 27 years ago
  17. bfeb74d install: New target that installs shared modules in by Fred Drake · 27 years ago
  18. d99d714 Install install-sh with the other config files. by Guido van Rossum · 27 years ago
  19. 2ac650f New version of PyErr_NewException() that is compatible with -X option. by Guido van Rossum · 27 years ago
  20. 999e5e9 Initialize Py_UseClassExceptionsFlag to 1. by Guido van Rossum · 27 years ago
  21. a7f2e81 Remove unreachable "return 1" at end of ensure_fromlist(). by Guido van Rossum · 27 years ago
  22. aa9606f Fix small omission: with all the new code, sys.exit(None) would print by Guido van Rossum · 27 years ago
  23. d80b3bd Argh; do the same for the "Release" version of the config. by Fred Drake · 27 years ago
  24. e40afcf Fix up include directories for compiling the resources. by Fred Drake · 27 years ago
  25. f1b0009 Fix path search for test data file so it works under more circumstances. by Guido van Rossum · 27 years ago
  26. 88d8bee Oops, forgot one. by Guido van Rossum · 27 years ago
  27. ae631f7 There was actually a test that ensured that raising an exception A by Guido van Rossum · 27 years ago
  28. a008fa5 Fixed test for socket.error to work when it's a class exception. by Guido van Rossum · 27 years ago
  29. 0cb96de Apply two changes, systematically: by Guido van Rossum · 27 years ago
  30. ccf0a44 Fix PYTHONPATH for new names; rename tkinter to lib-tk, rename win to by Guido van Rossum · 27 years ago
  31. b74eca9 Change PyEval_SaveThread() and PyEval_RestoreThread() to always do the by Guido van Rossum · 27 years ago
  32. b4102bf Fix a bug in this code that made it do the wrong thing when an option by Guido van Rossum · 27 years ago
  33. b55e07f Fixed up formatting. by Fred Drake · 27 years ago
  34. 1b914b3 Fixed up formatting, added descriptions for previously undocumented functions. by Fred Drake · 27 years ago
  35. fd9ef4a Removed extern declaration of strdup(). Doesn't appear to be important and by Fred Drake · 27 years ago
  36. 228776c PyExc_NumberError -> PyExc_ArithmeticError by Fred Drake · 27 years ago
  37. ac8a9f3 Handy utility to guess MIME type from extension. by Guido van Rossum · 27 years ago
  38. 3a74993 PyErr_NormalizeException(): If the exception's type is a class and the by Barry Warsaw · 27 years ago
  39. 22ecb71 Added PyExc_Exception and PyErr_NewException. by Guido van Rossum · 27 years ago
  40. 271f977 Seem to be some changes related to DLL version from string resource, by Guido van Rossum · 27 years ago
  41. ec68092 DLL version is now loaded from a string resource. by Guido van Rossum · 27 years ago
  42. f57c170 Remove #ifdef __cplusplus. by Guido van Rossum · 27 years ago
  43. ff8c9da Bump version and store DLL version in a string variable (for branding). by Guido van Rossum · 27 years ago
  44. 6c1e5f2 Get DLL version from a variable. by Guido van Rossum · 27 years ago
  45. 4f3bf1e Don't intern the key string for getitem and delitem. by Guido van Rossum · 27 years ago
  46. b4cfdfa Removed special Windows defines, at Mark Hammond's request. by Guido van Rossum · 27 years ago
  47. 83bd9a9 Move Widget.config() c.s. to Misc class, so the Tk class also inherits them. by Guido van Rossum · 27 years ago
  48. 332e144 Use sys.exc_info() where needed. Use "re" module, making it threadsafe. by Guido van Rossum · 27 years ago
  49. f15d159 Use sys.exc_info() where needed. by Guido van Rossum · 27 years ago
  50. c90ad21 No longer need to be very careful with saving the exception state by Guido van Rossum · 27 years ago
  51. a3beb63 Removing emacs.py, which is obsolete. by Guido van Rossum · 27 years ago
  52. da28666 Add optional bufsize argument to various calls so we can make the by Guido van Rossum · 27 years ago
  53. 54e2091 Add an optional hack for threads in Tkinter. by Guido van Rossum · 27 years ago
  54. a9f02b8 Add plat- prefix to MACHDEPPATH, now that it's been removed from MACHDEP. by Guido van Rossum · 27 years ago
  55. b97ef17 Remove plat- prefix from MACHDEP macro; by Guido van Rossum · 27 years ago
  56. 49f9d8e Changes submitted by Marc-Andre Lemburg to add two tables: errorcode by Guido van Rossum · 27 years ago
  57. 4518823 In whichmodule(), use __module__ if set. by Guido van Rossum · 27 years ago
  58. b6c935a Set the completer's word break characters appropriate for Python. by Guido van Rossum · 27 years ago
  59. 4752966 Use Marc Lemburg's tb_lineno() to calculate the correct line number. by Guido van Rossum · 27 years ago
  60. 2781fbe Word completion for the new readline.set_completer() function. by Guido van Rossum · 27 years ago
  61. 290900a Reordered and reformatted, and added some cool new features: by Guido van Rossum · 27 years ago
  62. ee81af8 Release interpreter lock around readline call in [raw_]input(). by Guido van Rossum · 27 years ago
  63. 5edcf34 Change bind() to tag_bind() so it works again. by Guido van Rossum · 27 years ago
  64. 3bbeb7a Fix by Sjoerd: don't want to resize to zero length. by Guido van Rossum · 27 years ago
  65. 03be7f5 Changes by jack so the generated modules export their types to Python. by Guido van Rossum · 27 years ago
  66. a755e68 Export type objects to Python by Jack Jansen · 27 years ago
  67. 6dd4868 The command can now either be a string (as before) or a list of by Guido van Rossum · 27 years ago
  68. 963b871 Py_Initialize(): move the call to _PyImport_FixupExtension() to after by Barry Warsaw · 27 years ago
  69. b01a7fa initerrors(): Eliminate circular reference which was causing a small by Barry Warsaw · 27 years ago
  70. 412cdc2 [Py_Exc]NumberError => [Py_Exc]ArithmeticError by Barry Warsaw · 27 years ago
  71. 25131fa NumberError => ArithmeticError by Barry Warsaw · 27 years ago
  72. 2d2c344 New API PyErr_NewException(name, base, dict) to create simple new exceptions. by Guido van Rossum · 27 years ago
  73. 65349a3 [Py_Exc]NumberError => [Py_Exc]ArithmeticError by Barry Warsaw · 27 years ago
  74. 2f5f6a2 PyErr_Print(): When printing a class exception, try to dig out the by Barry Warsaw · 27 years ago
  75. b81b5c7 Moved pystone to Lib/test. Use import test.pystone to run it. by Guido van Rossum · 27 years ago
  76. d2ba369 Skip symlinks; don't bother keeping a list of files that is never used. by Guido van Rossum · 27 years ago
  77. 7617e05 New API PyErr_NewException(name, base, dict) to create simple new exceptions. by Guido van Rossum · 27 years ago
  78. 0474832 Introduce PyExc_Exception as the conceptual root class for all exceptions. by Guido van Rossum · 27 years ago
  79. c56ba38 Two subtle changes: by Guido van Rossum · 27 years ago
  80. 3d26cc9 Move the "import readline" to an earlier place so it is also done when by Guido van Rossum · 27 years ago
  81. b6a4716 Add strerror() interface. by Guido van Rossum · 27 years ago
  82. a2f626f Patch by Case Roole <cjr@bound.xs4all.nl> to fail with a more by Guido van Rossum · 27 years ago
  83. 7883e1d Entirely rewritten parseaddr() function by Sjoerd Mullender. by Guido van Rossum · 27 years ago
  84. a1dbe50 Added code to emit trailing ',' for singleton tuples in two places. by Guido van Rossum · 27 years ago
  85. 83551bf Export names for the types defined by this module: TkappType and TkttType. by Guido van Rossum · 27 years ago
  86. 4fb5b28 Three independent changes: by Guido van Rossum · 27 years ago
  87. 7cc56eb When creating a class, set its __module__ attribute to the module by Guido van Rossum · 27 years ago
  88. 626a8d0 Added hint to skip the heavy stuff on first reading. by Guido van Rossum · 27 years ago
  89. 7ade6da As Paul Prescod pointed out, metaprogramming is really something by Guido van Rossum · 27 years ago
  90. abffd00 Install config.h under $exec_prefix/include rather than $exec_prefix/lib. by Guido van Rossum · 27 years ago
  91. 0207e6d Added docstrings. Not for the obsolete functions though. by Guido van Rossum · 27 years ago
  92. c172f26 Deleted find_module_in_package and find_module_in_directory -- they by Guido van Rossum · 27 years ago
  93. 3cdb8f3 Update the description and the example to the new functionality, which by Guido van Rossum · 27 years ago
  94. 4ece95d #Added doc string. by Guido van Rossum · 27 years ago
  95. 4f9f8e3 Make functionality more closely the same as what's implemented by default. by Guido van Rossum · 27 years ago
  96. 501d0bb *** empty log message *** by Guido van Rossum · 27 years ago
  97. a86f77d Crrected a flow control error that caused the wrong error message when by Guido van Rossum · 27 years ago
  98. b95901e Implemented balloon help for EditPythonPrefs by Jack Jansen · 27 years ago
  99. 80b5329 Added Help module by Jack Jansen · 27 years ago
  100. 675cda0 Added a button to increment buildno, so it doesn't happen by Jack Jansen · 27 years ago