1. e632380 Dunno, rebinhexed? by Jack Jansen · 27 years ago
  2. 8a99a8a Preferences is a general module to get (and set) preferences in by Jack Jansen · 27 years ago
  3. 447e01b Preference resource now has a version number by Jack Jansen · 27 years ago
  4. 222c34e Moved the include of macbuildno.h to getbuildinfo.c. Putting it here by Jack Jansen · 27 years ago
  5. 2e871e4 Added SysBeep by Jack Jansen · 27 years ago
  6. 5b3c971 The preference resource now has a version number by Jack Jansen · 27 years ago
  7. ac62569 sys.prefix and sys.exec_prefix are now set correctly. by Jack Jansen · 27 years ago
  8. 80cf5a8 The python preference resource now has a version number, and by Jack Jansen · 27 years ago
  9. 3b3a287 Major overhaul: this is now little more than a user interface, the by Jack Jansen · 27 years ago
  10. d024083 Run NumPy installer, if present. by Jack Jansen · 27 years ago
  11. 4cf4de5 Brought up to date with new options and env vars. by Guido van Rossum · 27 years ago
  12. e8fd143 #Adapt the doc string to reality. by Guido van Rossum · 27 years ago
  13. 6d91101 #Oops, missed a plat- prefix (for Lib/generic). by Guido van Rossum · 27 years ago
  14. 7b877a9 Some nits, added a whole section on what you could do with by Guido van Rossum · 27 years ago
  15. 7ca65ab Set it to 1.5a4, now we have dotted-name import... by Guido van Rossum · 27 years ago
  16. 1049932 Initialize self.__tempfiles to [] in the constructor (else it remains by Guido van Rossum · 27 years ago
  17. 62b297b Change packages -> site-packages by Guido van Rossum · 27 years ago
  18. d6ead32 *Semantic change*: when unpickling the instance variables of an by Guido van Rossum · 27 years ago
  19. 75626a3 Indent the #error so that a strict K&R cpp doesn't complain. by Guido van Rossum · 27 years ago
  20. 9cf4e2b Change packages to site-packages (so it's clearly not a package itself). by Guido van Rossum · 27 years ago
  21. bbd6152 Prefix MACHDEP directory with 'plat-'. by Guido van Rossum · 27 years ago
  22. ab61c6b Change the names of the subdirectories tkinter and stdwin to by Guido van Rossum · 27 years ago
  23. 38bbbc7 Forgot to install the test/output directory! by Guido van Rossum · 27 years ago
  24. eeadc04 Look for uuencoded test files in the directory containing this module, too. by Guido van Rossum · 27 years ago
  25. bc8b2bd Look for uuencoded test files in the directory containing this module, too. by Guido van Rossum · 27 years ago
  26. 970f5d3 Reverse the order in which Setup and Setup.local are passed to the by Guido van Rossum · 27 years ago
  27. f9fa20b Pass optional arguments (globals(), locals(), []) to __import__() so by Guido van Rossum · 27 years ago
  28. 0c81945 Bugfix: import A.B from inside package was busted by mark_miss optimization. by Guido van Rossum · 27 years ago
  29. 10887a3 Fix details in the test: by Guido van Rossum · 27 years ago
  30. 1622112 Added warning about ni's obsolescence. Retracted semantic changes by Guido van Rossum · 27 years ago
  31. 5938011 Initial revision by Guido van Rossum · 27 years ago
  32. f5f5fdb Significant speedup -- when a submodule imports a global module, add a by Guido van Rossum · 27 years ago
  33. 81da02e Added feeble test for reload() of packages and submodules. by Guido van Rossum · 27 years ago
  34. 222ef56 Fix reload() for package submodules. by Guido van Rossum · 27 years ago
  35. 17fc85f Phase two of package import. "import a.b.c" and all variants now do the by Guido van Rossum · 27 years ago
  36. 114c1ea #Added prototype for PyObject_HasAttr() -- must've been an oversight. by Guido van Rossum · 27 years ago
  37. 6c61242 Test set for package import. by Guido van Rossum · 27 years ago
  38. d6bf45b Fixed some details of printing the str() of an exception. This fixes by Guido van Rossum · 27 years ago
  39. f394f56 Made the 'info' argument to SyntaxError optional, so phase-2 syntax by Guido van Rossum · 27 years ago
  40. 49bb0e3 Fix in trailing comment: PyDict_SetItemString() does *not* consume a reference by Fred Drake · 27 years ago
  41. aee0bad First part of package support. by Guido van Rossum · 27 years ago
  42. 026de19 Added PyImport_ImportModuleEx(name, globals, locals, fromlist); this by Guido van Rossum · 27 years ago
  43. 9eb671f Contribution by Hannu Krosing (with some changes). by Guido van Rossum · 27 years ago
  44. bd4435a Don't use ANSI string literal concatenation (everything is K&R compatible). by Guido van Rossum · 27 years ago
  45. 8102c00 Get rid of most silly #include and #ifdefs near the top; these are all by Guido van Rossum · 27 years ago
  46. 6459627 Now produces some reassuring output. by Jeremy Hylton · 27 years ago
  47. 9dc2b8e Many more tests, including tests of many optional arguments. by Jeremy Hylton · 27 years ago
  48. cb91404 Several changes: by Jeremy Hylton · 27 years ago
  49. 898c915 Added some try-excepts so that it can be imported in restricted mode by Guido van Rossum · 27 years ago
  50. d807b75 The re test suite is very slow on slower hosts. by Guido van Rossum · 27 years ago
  51. c7736b9 Added first line to set Emacs makefile mode (pretty colors :-) by Barry Warsaw · 27 years ago
  52. c12c62e (py-parse-partial-sexp-works-p): Removed as obsolete. All current by Barry Warsaw · 27 years ago
  53. dc5d07d Different test for Unix -- rely on os.sep instead of sys.platform. by Guido van Rossum · 27 years ago
  54. 2b3fd76 One patch from Sjoerd and one from Jack. by Guido van Rossum · 27 years ago
  55. f01dff7 Give in to Mike Meyer -- add *both* lib/python1.5/packages and by Guido van Rossum · 27 years ago
  56. ad87d3e Give in to Mike Meyer -- add *both* lib/python1.5/packages and by Guido van Rossum · 27 years ago
  57. 9efe8ef #Plug small memory leaks in constructors. by Guido van Rossum · 27 years ago
  58. c3beda2 Plug small leaks: the [de]compress object itself was never freed. by Guido van Rossum · 27 years ago
  59. d5f0ce9 Added some symbols (I'm afraid more will come). by Guido van Rossum · 27 years ago
  60. fd91056 Change instructions to require use of PCbuild directory (instead of by Guido van Rossum · 27 years ago
  61. 9ca064f At Mark Hammond's suggestion: by Guido van Rossum · 27 years ago
  62. 4a78a3c Added empty PCbuild directory for use by the NT build process. by Guido van Rossum · 27 years ago
  63. 64790de Added new flags and exceptions; removed AccessError exception. by Guido van Rossum · 27 years ago
  64. d19c04a Change [_Py_]re_compile_pattern() to return a char*. by Guido van Rossum · 27 years ago
  65. 5ade084 Mod suggested by Donn Cave -- invoke makexp_aix relative to $0 by Guido van Rossum · 27 years ago
  66. 3f0bff6 Disable the portable multimedia modules (audioop, imageop, rgbimg) by by Guido van Rossum · 27 years ago
  67. fc6efff #Removed debug print that was accidentally left in. by Guido van Rossum · 27 years ago
  68. 5ed5c4c Add the same _keep_alive patch (by Michael Scharff) that was added to by Guido van Rossum · 27 years ago
  69. 15a4039 Fix the bug Jeremy was experiencing: both the close() and the by Guido van Rossum · 27 years ago
  70. 2d30840 Define BUILDNO in macbuildno.h (incremented by fullbuild) by Jack Jansen · 27 years ago
  71. 68a0ee0 Can't remember... by Jack Jansen · 27 years ago
  72. 898ac1b Added GetTicks() here, so profiling can use a decent timer by Jack Jansen · 27 years ago
  73. faad995 Fullbuild now maintains BUILDNO for mac builds by Jack Jansen · 27 years ago
  74. 04fb06f Names changed by Jack Jansen · 27 years ago
  75. 625f40d #typo by Guido van Rossum · 27 years ago
  76. 28cad96 Document newly revamped site configuration mechanism. by Guido van Rossum · 27 years ago
  77. 36764b8 Added docs for 'user' customization module. Renamed libuser.tex by Guido van Rossum · 27 years ago
  78. d7ed683 Inline PyObject_CallObject (Marc-Andre Lemburg). by Guido van Rossum · 27 years ago
  79. b2afc81 Added os.altsep; this is '/' on DOS/Windows, and None on systems with by Guido van Rossum · 27 years ago
  80. a28dab5 Write out the dynamic OS choice, to avoid exec statements. by Guido van Rossum · 27 years ago
  81. 7922bd7 Added -X option to suppress default import of site.py. Also split the by Guido van Rossum · 27 years ago
  82. 3d90af9 Added NoSite flag. by Guido van Rossum · 27 years ago
  83. dcc0c13 Two independent changes (oops): by Guido van Rossum · 27 years ago
  84. f30bec7 New site.py semantics. Searches in by Guido van Rossum · 27 years ago
  85. 83b6709 Swap the sense of the -X option vis-a-vis Py_UseClassExceptionsFlag so by Barry Warsaw · 27 years ago
  86. 757af0e Removed obsolete exception PyExc_AccessError. by Barry Warsaw · 27 years ago
  87. 035574d Added Py_UseClassExceptionsFlag, the variable containing the state of by Barry Warsaw · 27 years ago
  88. d5a0ff9 Added extern definition for -X flag variable. by Barry Warsaw · 27 years ago
  89. 3e613ce New file, which is imported by the built-in module when python is by Barry Warsaw · 27 years ago
  90. 6ed41a0 Expanded r() function to handle class exceptions. by Barry Warsaw · 27 years ago
  91. f488af3 Parse new command line option -X which enables exception classes. by Barry Warsaw · 27 years ago
  92. 0596c2a Declarations for two phase initialization and finalization functions by Barry Warsaw · 27 years ago
  93. 392d827 Added externs for three new exceptions PyExc_StandardError, by Barry Warsaw · 27 years ago
  94. 2d8adff PyErr_NoMemory(): If the pre-instantiated memory exception is non-null by Barry Warsaw · 27 years ago
  95. dd82bb9 Added a new variable TESTPYTHON which contains the path (and args) for by Barry Warsaw · 27 years ago
  96. 45140f9 Subtle changes to the AIX shared library things to make them work by Guido van Rossum · 27 years ago
  97. cf0be04 Should remove getbuildno.o/buildno files in clobber/distclean targets. by Guido van Rossum · 27 years ago
  98. beef8aa Cprrect stuoid tyops -- was comparing variabes with themselves because by Guido van Rossum · 27 years ago
  99. eaedc7c eval_code2(), set_exc_info(): Call PyErr_NormalizeException() the by Barry Warsaw · 27 years ago
  100. c1f0882 Added (binaryfunc) casts to function pointers in method lists. by Guido van Rossum · 27 years ago