1. ce7ef59 Fixup handling of free variables in methods when the class scope also by Jeremy Hylton · 24 years ago
  2. e241e29 Add test for a list comprehension that is nested in the left-hand part by Jeremy Hylton · 24 years ago
  3. 23b4227 Fix crashes in nested list comprehensions SF bugs 409230 and 407800 by Jeremy Hylton · 24 years ago
  4. baa03e8 When building the installer, prompt for the location of the system directory by Tim Peters · 24 years ago
  5. a8423a9 Add a whole lot of stuff to __all__. by Guido van Rossum · 24 years ago
  6. f531ad6 Markup nit: For the Python documents, we use \empt instead of \textit. by Fred Drake · 24 years ago
  7. 9e6f278 Repair test_doctest's expected-output file (Guido added some new output). by Tim Peters · 24 years ago
  8. 64de1a4 add errorTab to __all__ on win* closes bug #406642 by Skip Montanaro · 24 years ago
  9. 8f4eab2 Committing patch 405101 by Moshe Zadka · 24 years ago
  10. 261d91a Make doctest's self-test succeed after the previous change. by Guido van Rossum · 24 years ago
  11. af00a46 Print a bunch of asterisks before the failure summary, to separate it by Guido van Rossum · 24 years ago
  12. 1bb515b Teach Tools/freeze/makeconfig.py and Tools/freeze/parsesetup.py to use by Eric S. Raymond · 24 years ago
  13. 0f33604 SF bug [ #409448 ] Complex division is braindead by Tim Peters · 24 years ago
  14. 7620bbd Fix bug #233253: the --define and --undef options didn't work, whether by Andrew M. Kuchling · 24 years ago
  15. 898f099 Bug #409403: Signal an error if the distribution's metadata has no version by Andrew M. Kuchling · 24 years ago
  16. 9b5abcd Tidy up the ordering of include and library directories, putting by Andrew M. Kuchling · 24 years ago
  17. 84e87f3 SF bug [ #233200 ] cPickle does not use Py_BEGIN_ALLOW_THREADS. by Tim Peters · 24 years ago
  18. d179be8 Distutils version number has been changed from 1.0.1 to 1.0.2pre by Thomas Heller · 24 years ago
  19. 5c5ea1a The bdist_wininst.py command has been recreated after wininst.exe by Thomas Heller · 24 years ago
  20. b15bbc8 Add documentation for SGMLParser.handle_decl(). by Fred Drake · 24 years ago
  21. 6695737 Change RuntimeError to SGMLParseError, which subclasses RuntimeError by Fred Drake · 24 years ago
  22. 83e01bf Finally fill in the documentation for the PyDict_Next() function. It is by Fred Drake · 24 years ago
  23. cf20d4f Install the Python DLL with execute priviledge set. This is required for by Neil Schemenauer · 24 years ago
  24. 30edd23 Whitespace normalization. by Tim Peters · 24 years ago
  25. 4cf97c4 Files for second 2.1b1 distribution. by Jack Jansen · 24 years ago
  26. 5c82d13 FindFolder argument is a short, not an unsigned short. by Jack Jansen · 24 years ago
  27. 6b498de Handle the apple menu differently under Carbon. by Jack Jansen · 24 years ago
  28. abd703d FindFolder argument is a short, not an unsigned short. by Jack Jansen · 24 years ago
  29. 06646a1 Added QDFlushPortBuffer calls. by Jack Jansen · 24 years ago
  30. fffec05 Import kOnSystemDisk from MACFS by Jack Jansen · 24 years ago
  31. d11f93c Look for shared libraries first in kLocalDomain and then in kOnSystemDisk. by Jack Jansen · 24 years ago
  32. 8ef786e Files for second 2.1b1 distribution. by Jack Jansen · 24 years ago
  33. 3bda4f0 Remove redundant "__future__:" from module docstring. by Ka-Ping Yee · 24 years ago
  34. 904f2fc Import the exceptions that this module can raise. by Fred Drake · 24 years ago
  35. adcf8a0 Add doc string for run from profile.doc. (pydoc motivates me to write by Jeremy Hylton · 24 years ago
  36. 538453e Moved clearing of "literal" flag. The flag is set in setliteral which by Sjoerd Mullender · 24 years ago
  37. 62dfed9 Change "[%s]" % string.whitespace to r"\s" in regular expressions. by Fred Drake · 24 years ago
  38. 44d5e0c updated __all__ to include several other names by Skip Montanaro · 24 years ago
  39. 1b0b2a4 Add some LaTeX magic so that Latin-1 characters do not get so badly trashed. by Fred Drake · 24 years ago
  40. 126f2f6 Patch #407965: Improve Level 2 conformance of minidom by Martin v. Löwis · 24 years ago
  41. a8f7e59 Oops. A RISCOS patch I forgot to check in. by Guido van Rossum · 24 years ago
  42. 5b44a67 Add test to verify that nested functions with free variables don't by Jeremy Hylton · 24 years ago
  43. 30c9f39 Variety of small INC/DECREF patches that fix reported memory leaks by Jeremy Hylton · 24 years ago
  44. 93fe96a Py_BuildValue(): Add "D" conversion to create a Python complex value from by Fred Drake · 24 years ago
  45. aec7924 Py_BuildValue(): Add "D" conversion to create a Python complex value from by Fred Drake · 24 years ago
  46. 521c83d Multifile.read(): Fix a broken conversion to string methods. by Fred Drake · 24 years ago
  47. b233652 Identifiers matching _[A-Z_]\w* are reserved for C implementations. by Tim Peters · 24 years ago
  48. 7069512 When 1.6 boosted the # of digits produced by repr(float), repr(complex) by Tim Peters · 24 years ago
  49. b3d6be9 Windows: Fallout from renaming the pydoc file. by Tim Peters · 24 years ago
  50. 1eb0a92 SF bug Win32: pydoc command isn't executable. by Tim Peters · 24 years ago
  51. b2a22f4 Magic strings in both Python and the Wise installer define the registry key by Tim Peters · 24 years ago
  52. 8e68eb6 Make sure we close the group and password databases when we are done with by Fred Drake · 24 years ago
  53. 401396f Get rid of hardcoded Python path (can't guess where the user installed by Tim Peters · 24 years ago
  54. 45bbda2 Fix a further markup problem noted by FLD by Andrew M. Kuchling · 24 years ago
  55. dbc692e Chris Stern's BBEdit Python language module. by Jack Jansen · 24 years ago
  56. 22fcae9 Make docstrings raw, since they contain literal backslashes. by Ka-Ping Yee · 24 years ago
  57. a6e5971 Fix findsource() to work for derived classes. by Ka-Ping Yee · 24 years ago
  58. 63085d4 Import the nested_scopes feature twice, to exercise the patch introduced by Fred Drake · 24 years ago
  59. 198457a When iterating over the names imported in a future statement, ignore the by Fred Drake · 24 years ago
  60. 0a3939f Finished implementation of removing incorrect preferences file. by Jack Jansen · 24 years ago
  61. e5c9474 Default waittime in the eventloop is now None. At low level it will then be set to GetCaretTime(). by Jack Jansen · 24 years ago
  62. 53ebe56 Handle the ReopenApplication event (by ignoring it). by Jack Jansen · 24 years ago
  63. 54f3bdb Detect that the preference file may be incorrect, and offer to remove it. This isn't finished yet. by Jack Jansen · 24 years ago
  64. 4c52203 Started on relnotes for the next beta. by Jack Jansen · 24 years ago
  65. f0ebbe0 Re-order some method descriptions for a more logical grouping. by Fred Drake · 24 years ago
  66. 9eb4155 Add more font flavors for <var> elements; the previous incarnation caused by Fred Drake · 24 years ago
  67. 8f72859 Added a warning message about the delay after installation. Untested. by Jack Jansen · 24 years ago
  68. c4db476 Define sunmath prototypes if sunmath.h was not included. by Martin v. Löwis · 24 years ago
  69. f115a08 Replace setenv with putenv. Reported by Dietmar Schwertberger. by Martin v. Löwis · 24 years ago
  70. a90f438 Unify _Environ processing on riscos with other platforms. by Martin v. Löwis · 24 years ago
  71. 1d79f79 Files for 2.1b1 distribution. by Jack Jansen · 24 years ago
  72. 5fc3381 PythonInterpreterClassic and PythonInterpreterCarbon now have filetype "Atmp". The ConfigurePythonXXX scripts will set this to APPL when copying either of those to PythonInterpreter. by Jack Jansen · 24 years ago
  73. c1463c98 macostools.copy() now has an optional forcetype flag, which sets the filetype. This is used by various tools to set the type to APPL when copying interpreter template files (Atmp filetype). by Jack Jansen · 24 years ago
  74. bb74f95 Started on plst resource. Not enabled yet. by Jack Jansen · 24 years ago
  75. 36bcf9b Re-try the file copy once if it fails. This works around an obscure and non-reproducibe bug in GUSI. by Jack Jansen · 24 years ago
  76. cbe7b1c Files for 2.1b1 distribution. by Jack Jansen · 24 years ago
  77. 81e4b1c fix typo in extending __all__ for riscos platform - closes bug 406296 by Skip Montanaro · 24 years ago
  78. 01c6526 Avoid giving prototypes on Solaris. by Martin v. Löwis · 24 years ago
  79. f58de1b Document SIG_* warning causes on Solaris. by Martin v. Löwis · 24 years ago
  80. 2b6727b Use Py_CHARMASK for ctype macros. Fixes bug #232787. by Martin v. Löwis · 24 years ago
  81. a30c100 Regenerate. by Martin v. Löwis · 24 years ago
  82. e8964d4 Define __EXTENSIONS__ on Solaris. Fixes posixmodule error in bug #232787. by Martin v. Löwis · 24 years ago
  83. 1c24f9c Document that _REENTRANT is not needed explicitly. by Martin v. Löwis · 24 years ago
  84. 859eb62 Do not refer to "sub-modules" since that is not a defined term. by Fred Drake · 24 years ago
  85. ac79e95 Re-word the explanation of the in/not in operators for increased content by Fred Drake · 24 years ago
  86. ce7129e Turn "Python Documentation Central" into just "Documentation Central"; some by Fred Drake · 24 years ago
  87. 2636572 Make sure the README files that contain page count information land in by Fred Drake · 24 years ago
  88. 67fdaa4 Correct typos in Ping's email address. by Fred Drake · 24 years ago
  89. 990b0fe Update documentation to reflect the shift to NetrcParseError instead of by Fred Drake · 24 years ago
  90. ec6ec90 Define & use NetrcParseError instead of improperly overloading SyntaxError. by Fred Drake · 24 years ago
  91. a76ba6e Add some spaces around the "=" in assignments. by Fred Drake · 24 years ago
  92. a1a84e7 Move all knowledge that $(MAINOBJ) is built in the Modules/ directory by Fred Drake · 24 years ago
  93. b25ec91 Testing commit with a single blank line. by Jack Jansen · 24 years ago
  94. 282fed1 Grr, splittag was also missing from __all__. by Jack Jansen · 24 years ago
  95. 4998563 Added url2pathname and pathname2url to __all__. by Jack Jansen · 24 years ago
  96. f25cf6c Add Python/ prefix to files in LIBOBJS. This closes SF bug "[ #404827 ] Python by Neil Schemenauer · 24 years ago
  97. 243bff4 Clean up junk files left behind by imp.load_source(). by Tim Peters · 24 years ago
  98. 0c8f664 Remove debugging "set -x". by Fred Drake · 24 years ago
  99. 42119e4 Fix a few minor markup nits. by Fred Drake · 24 years ago
  100. f585bef Be a bit more strict in setting up the export of the C API for this by Fred Drake · 24 years ago