1. 963b871 Py_Initialize(): move the call to _PyImport_FixupExtension() to after by Barry Warsaw · 27 years ago
  2. b01a7fa initerrors(): Eliminate circular reference which was causing a small by Barry Warsaw · 27 years ago
  3. 412cdc2 [Py_Exc]NumberError => [Py_Exc]ArithmeticError by Barry Warsaw · 27 years ago
  4. 25131fa NumberError => ArithmeticError by Barry Warsaw · 27 years ago
  5. 2d2c344 New API PyErr_NewException(name, base, dict) to create simple new exceptions. by Guido van Rossum · 27 years ago
  6. 65349a3 [Py_Exc]NumberError => [Py_Exc]ArithmeticError by Barry Warsaw · 27 years ago
  7. 2f5f6a2 PyErr_Print(): When printing a class exception, try to dig out the by Barry Warsaw · 27 years ago
  8. b81b5c7 Moved pystone to Lib/test. Use import test.pystone to run it. by Guido van Rossum · 27 years ago
  9. d2ba369 Skip symlinks; don't bother keeping a list of files that is never used. by Guido van Rossum · 27 years ago
  10. 7617e05 New API PyErr_NewException(name, base, dict) to create simple new exceptions. by Guido van Rossum · 27 years ago
  11. 0474832 Introduce PyExc_Exception as the conceptual root class for all exceptions. by Guido van Rossum · 27 years ago
  12. c56ba38 Two subtle changes: by Guido van Rossum · 27 years ago
  13. 3d26cc9 Move the "import readline" to an earlier place so it is also done when by Guido van Rossum · 27 years ago
  14. b6a4716 Add strerror() interface. by Guido van Rossum · 27 years ago
  15. a2f626f Patch by Case Roole <cjr@bound.xs4all.nl> to fail with a more by Guido van Rossum · 27 years ago
  16. 7883e1d Entirely rewritten parseaddr() function by Sjoerd Mullender. by Guido van Rossum · 27 years ago
  17. a1dbe50 Added code to emit trailing ',' for singleton tuples in two places. by Guido van Rossum · 27 years ago
  18. 83551bf Export names for the types defined by this module: TkappType and TkttType. by Guido van Rossum · 27 years ago
  19. 4fb5b28 Three independent changes: by Guido van Rossum · 27 years ago
  20. 7cc56eb When creating a class, set its __module__ attribute to the module by Guido van Rossum · 27 years ago
  21. 626a8d0 Added hint to skip the heavy stuff on first reading. by Guido van Rossum · 27 years ago
  22. 7ade6da As Paul Prescod pointed out, metaprogramming is really something by Guido van Rossum · 27 years ago
  23. abffd00 Install config.h under $exec_prefix/include rather than $exec_prefix/lib. by Guido van Rossum · 27 years ago
  24. 0207e6d Added docstrings. Not for the obsolete functions though. by Guido van Rossum · 27 years ago
  25. c172f26 Deleted find_module_in_package and find_module_in_directory -- they by Guido van Rossum · 27 years ago
  26. 3cdb8f3 Update the description and the example to the new functionality, which by Guido van Rossum · 27 years ago
  27. 4ece95d #Added doc string. by Guido van Rossum · 27 years ago
  28. 4f9f8e3 Make functionality more closely the same as what's implemented by default. by Guido van Rossum · 27 years ago
  29. 501d0bb *** empty log message *** by Guido van Rossum · 27 years ago
  30. a86f77d Crrected a flow control error that caused the wrong error message when by Guido van Rossum · 27 years ago
  31. b95901e Implemented balloon help for EditPythonPrefs by Jack Jansen · 27 years ago
  32. 80b5329 Added Help module by Jack Jansen · 27 years ago
  33. 675cda0 Added a button to increment buildno, so it doesn't happen by Jack Jansen · 27 years ago
  34. 37b4b49 Added balloon help for options dialog. by Jack Jansen · 27 years ago
  35. 01cfe36 Added no-site-python and old-exceptions preferences. by Jack Jansen · 27 years ago
  36. 36b983c Added old-exception and no-site-python options and balloon help by Jack Jansen · 27 years ago
  37. bf2f602 Added interface to the Balloon Help Manager by Jack Jansen · 27 years ago
  38. 6954e34 Added old-exceptions and no-site-python preferences and upped version to 4. by Jack Jansen · 27 years ago
  39. c6bb281 Added old-exceptions and no-site-python options and upped preference by Jack Jansen · 27 years ago
  40. 1c0d851 Renamed platform specific subdirectories to plat-*. by Guido van Rossum · 27 years ago
  41. 5c1f5bd Renamed dos_8x3 to dos-8x3. by Guido van Rossum · 27 years ago
  42. d7500fc These directories renamed: tkinter -> lib-tk, stdwin -> lib-stdwin. by Guido van Rossum · 27 years ago
  43. 045e688 Patch submitted by Brad Howes (with one bug fixed by me): allow by Guido van Rossum · 27 years ago
  44. 9905ef9 Added support for __all__, which should be a list of modules to be by Guido van Rossum · 27 years ago
  45. c8bf884 Added test for __all__. by Guido van Rossum · 27 years ago
  46. e632380 Dunno, rebinhexed? by Jack Jansen · 27 years ago
  47. 8a99a8a Preferences is a general module to get (and set) preferences in by Jack Jansen · 27 years ago
  48. 447e01b Preference resource now has a version number by Jack Jansen · 27 years ago
  49. 222c34e Moved the include of macbuildno.h to getbuildinfo.c. Putting it here by Jack Jansen · 27 years ago
  50. 2e871e4 Added SysBeep by Jack Jansen · 27 years ago
  51. 5b3c971 The preference resource now has a version number by Jack Jansen · 27 years ago
  52. ac62569 sys.prefix and sys.exec_prefix are now set correctly. by Jack Jansen · 27 years ago
  53. 80cf5a8 The python preference resource now has a version number, and by Jack Jansen · 27 years ago
  54. 3b3a287 Major overhaul: this is now little more than a user interface, the by Jack Jansen · 27 years ago
  55. d024083 Run NumPy installer, if present. by Jack Jansen · 27 years ago
  56. 4cf4de5 Brought up to date with new options and env vars. by Guido van Rossum · 27 years ago
  57. e8fd143 #Adapt the doc string to reality. by Guido van Rossum · 27 years ago
  58. 6d91101 #Oops, missed a plat- prefix (for Lib/generic). by Guido van Rossum · 27 years ago
  59. 7b877a9 Some nits, added a whole section on what you could do with by Guido van Rossum · 27 years ago
  60. 7ca65ab Set it to 1.5a4, now we have dotted-name import... by Guido van Rossum · 27 years ago
  61. 1049932 Initialize self.__tempfiles to [] in the constructor (else it remains by Guido van Rossum · 27 years ago
  62. 62b297b Change packages -> site-packages by Guido van Rossum · 27 years ago
  63. d6ead32 *Semantic change*: when unpickling the instance variables of an by Guido van Rossum · 27 years ago
  64. 75626a3 Indent the #error so that a strict K&R cpp doesn't complain. by Guido van Rossum · 27 years ago
  65. 9cf4e2b Change packages to site-packages (so it's clearly not a package itself). by Guido van Rossum · 27 years ago
  66. bbd6152 Prefix MACHDEP directory with 'plat-'. by Guido van Rossum · 27 years ago
  67. ab61c6b Change the names of the subdirectories tkinter and stdwin to by Guido van Rossum · 27 years ago
  68. 38bbbc7 Forgot to install the test/output directory! by Guido van Rossum · 27 years ago
  69. eeadc04 Look for uuencoded test files in the directory containing this module, too. by Guido van Rossum · 27 years ago
  70. bc8b2bd Look for uuencoded test files in the directory containing this module, too. by Guido van Rossum · 27 years ago
  71. 970f5d3 Reverse the order in which Setup and Setup.local are passed to the by Guido van Rossum · 27 years ago
  72. f9fa20b Pass optional arguments (globals(), locals(), []) to __import__() so by Guido van Rossum · 27 years ago
  73. 0c81945 Bugfix: import A.B from inside package was busted by mark_miss optimization. by Guido van Rossum · 27 years ago
  74. 10887a3 Fix details in the test: by Guido van Rossum · 27 years ago
  75. 1622112 Added warning about ni's obsolescence. Retracted semantic changes by Guido van Rossum · 27 years ago
  76. 5938011 Initial revision by Guido van Rossum · 27 years ago
  77. f5f5fdb Significant speedup -- when a submodule imports a global module, add a by Guido van Rossum · 27 years ago
  78. 81da02e Added feeble test for reload() of packages and submodules. by Guido van Rossum · 27 years ago
  79. 222ef56 Fix reload() for package submodules. by Guido van Rossum · 27 years ago
  80. 17fc85f Phase two of package import. "import a.b.c" and all variants now do the by Guido van Rossum · 27 years ago
  81. 114c1ea #Added prototype for PyObject_HasAttr() -- must've been an oversight. by Guido van Rossum · 27 years ago
  82. 6c61242 Test set for package import. by Guido van Rossum · 27 years ago
  83. d6bf45b Fixed some details of printing the str() of an exception. This fixes by Guido van Rossum · 27 years ago
  84. f394f56 Made the 'info' argument to SyntaxError optional, so phase-2 syntax by Guido van Rossum · 27 years ago
  85. 49bb0e3 Fix in trailing comment: PyDict_SetItemString() does *not* consume a reference by Fred Drake · 27 years ago
  86. aee0bad First part of package support. by Guido van Rossum · 27 years ago
  87. 026de19 Added PyImport_ImportModuleEx(name, globals, locals, fromlist); this by Guido van Rossum · 27 years ago
  88. 9eb671f Contribution by Hannu Krosing (with some changes). by Guido van Rossum · 27 years ago
  89. bd4435a Don't use ANSI string literal concatenation (everything is K&R compatible). by Guido van Rossum · 27 years ago
  90. 8102c00 Get rid of most silly #include and #ifdefs near the top; these are all by Guido van Rossum · 27 years ago
  91. 6459627 Now produces some reassuring output. by Jeremy Hylton · 27 years ago
  92. 9dc2b8e Many more tests, including tests of many optional arguments. by Jeremy Hylton · 27 years ago
  93. cb91404 Several changes: by Jeremy Hylton · 27 years ago
  94. 898c915 Added some try-excepts so that it can be imported in restricted mode by Guido van Rossum · 27 years ago
  95. d807b75 The re test suite is very slow on slower hosts. by Guido van Rossum · 27 years ago
  96. c7736b9 Added first line to set Emacs makefile mode (pretty colors :-) by Barry Warsaw · 27 years ago
  97. c12c62e (py-parse-partial-sexp-works-p): Removed as obsolete. All current by Barry Warsaw · 27 years ago
  98. dc5d07d Different test for Unix -- rely on os.sep instead of sys.platform. by Guido van Rossum · 27 years ago
  99. 2b3fd76 One patch from Sjoerd and one from Jack. by Guido van Rossum · 27 years ago
  100. f01dff7 Give in to Mike Meyer -- add *both* lib/python1.5/packages and by Guido van Rossum · 27 years ago