1. 7c2cf73 Remove redefinition of has_option() method by Andrew M. Kuchling · 23 years ago
  2. 8ea9227 Remove empty __init__ (PyChecker) by Andrew M. Kuchling · 23 years ago
  3. f31d313 Remove redefinition of writelines() method Remove unused variable and import by Andrew M. Kuchling · 23 years ago
  4. 77f9caf Remove unused variable (PyChecker) by Andrew M. Kuchling · 23 years ago
  5. 1f877ef Remove some dead code (PyChecker) by Andrew M. Kuchling · 23 years ago
  6. 86c7e22 Add forgotten import (PyChecker) by Andrew M. Kuchling · 23 years ago
  7. e7abf97 Remove unused import (PyChecker) by Andrew M. Kuchling · 23 years ago
  8. 6be424f Remove redundant import by Andrew M. Kuchling · 23 years ago
  9. 994b51e Capture exception message (PyChecker) by Andrew M. Kuchling · 23 years ago
  10. a49e0a0 Remove unused imports (PyChecker) by Andrew M. Kuchling · 23 years ago
  11. 3e44248 Remove unused variable by Andrew M. Kuchling · 23 years ago
  12. 118aa53 Fix malformed line (PyChecker) by Andrew M. Kuchling · 23 years ago
  13. 49fa2bd Fix two bugs discovered by PyChecker. (I cannot test these, but I'm by Guido van Rossum · 23 years ago
  14. 246c425 Fix for NameError caught by PyChecker. by Andrew M. Kuchling · 23 years ago
  15. fd6608b Fix typo (PyChecker) by Andrew M. Kuchling · 23 years ago
  16. fee3126 Catch curses.error instead of a non-existent global (PyChecker) Edit comment by Andrew M. Kuchling · 23 years ago
  17. 40ea617 Remove redundant import by Andrew M. Kuchling · 23 years ago
  18. 3055ad2 + A msg on c.l.py reminded me that docstrings can be implicitly catenated. by Tim Peters · 23 years ago
  19. 33277c7 further work on font config and general feel improvements by Steven M. Gava · 23 years ago
  20. 5e824c3 SF patch #445412 extract ndiff functionality to difflib, from David Goodger. by Tim Peters · 23 years ago
  21. 39f77bc Modify _Set to support iteration. by Jeremy Hylton · 23 years ago
  22. 910d7d4 Remove much dead code from ceval.c by Jeremy Hylton · 23 years ago
  23. f65b1a1 Bump size of sprintf buffer. Suggested by Alex Coventry. by Martin v. Löwis · 23 years ago
  24. b704238 Tool to delete (or just rewrite parts of) obsolete future statements. by Tim Peters · 23 years ago
  25. d307740 - Expand test for dynamic objects. by Guido van Rossum · 23 years ago
  26. 8e24818 Make dynamic types work as intended. Or at least more so. by Guido van Rossum · 23 years ago
  27. a45da92 Make the output of tests skipped readable (i.e., deliberately break it by Tim Peters · 23 years ago
  28. 8de8680 Temporary stop-gap fix for dynamic classes, so they pass the test. by Guido van Rossum · 23 years ago
  29. 9d4fe42 dynamics(): add tests for dynamic *instances* (which are currently by Guido van Rossum · 23 years ago
  30. 08a6403 Test the unary operator changes to the compiler by Jeremy Hylton · 23 years ago
  31. f73e30c Add the list of expected skips for Linux 2.x. Restructured the code a by Guido van Rossum · 23 years ago
  32. a2be2d6 Move line; reported on python-dev by Mark Favas (thanks!). by Tim Peters · 23 years ago
  33. d5e5a2a SF Patch [ 429024 ] deal with some unary ops at compile time by Jeremy Hylton · 23 years ago
  34. b5b7b78 Teach regrtest which tests we *expect* to skip on Win32. Please teach it by Tim Peters · 23 years ago
  35. 28ccc24 removed some cruft by Steven M. Gava · 23 years ago
  36. a6a4f27 _Condition.wait(): never sleep longer than the timeout time remaining, by Tim Peters · 23 years ago
  37. ce3016a Merged release21-maint changes. by Jack Jansen · 23 years ago
  38. dbc363c The test assumed that the local pathname convention for "foo" would sort before "foo/bar", which is not true on the mac (where they are "foo" and ":foo:bar", respectively; ":foo" would be fine too, but "foo" is the preferred spelling). Fixed by sorting the output. by Jack Jansen · 23 years ago
  39. d7b568a test_glob found a nasty bug in GUSI opendir(): it will not fail when called on files, but in stead open the parent directory! We now explicitly test for the argument being a directory and simulate ENOTDIR otherwise. by Jack Jansen · 23 years ago
  40. b598222 Before asking the finder to start the application (if start=1 is specified), check that it isn't incidentally running already. by Jack Jansen · 23 years ago
  41. fb513a2 Got rid of the activate() so codewarrior doesn't come to front. It isn't needed, and without it you can get work done while building the projects:-) by Jack Jansen · 23 years ago
  42. abce416 Patch by Jonathan Wight (slightly reformatted) to forestall loading the by Jack Jansen · 23 years ago
  43. 1abf610 Remove st_nested_scopes from struct symtable, by Jeremy Hylton · 23 years ago
  44. d5d8fc5 Replace all type comparisons with isinstance() calls by Jeremy Hylton · 23 years ago
  45. af86470 Added a note about the various tests here. by Jack Jansen · 23 years ago
  46. c01e30f repair posix fonts fix by Steven M. Gava · 23 years ago
  47. 58682b7 Only catch the errors that can actually occur, as reported in bug #411881. by Martin v. Löwis · 23 years ago
  48. f345691 use the proper prefix file under Carbon by Just van Rossum · 23 years ago
  49. abdfc41 support for help menu changes by Steven M. Gava · 23 years ago
  50. 5b3ac8f some re-design by Steven M. Gava · 23 years ago
  51. 6b1ab25 supports about changes by Steven M. Gava · 23 years ago
  52. 0ba4df8 adjust help menu bindings by Steven M. Gava · 23 years ago
  53. 38507ae Finally fix SF bug #441172, using a variant of patch ##443626: by Guido van Rossum · 23 years ago
  54. 68db9dd Now that the dialogs have some breathing room, split the combo of Tcl/Tk, by Tim Peters · 23 years ago
  55. 84e58ab For the escape() function, added a reference to the quoteattrs() function by Fred Drake · 23 years ago
  56. cd112f5 Added tests for rich comparison operator functions. Converted tests to PyUnit. by Fred Drake · 23 years ago
  57. f5d3505 Grow the dialogs 25%, to make room for a nicer bitmap (in progress; don't by Tim Peters · 23 years ago
  58. 9e9c135 Add section on PEP 238 changes by Andrew M. Kuchling · 23 years ago
  59. ff1f852 st_nested_scopes was uninitialized trash. Jeremy should fix in a better by Tim Peters · 23 years ago
  60. 1cf0f17 Add a note that the quoteattr() function is useful for HTML and SGML by Fred Drake · 23 years ago
  61. b857ba2 Refactor future feature handling by Jeremy Hylton · 23 years ago
  62. fdd12f6 Refactor future feature handling by Jeremy Hylton · 23 years ago
  63. 11ee902 Added documentation for PyDict_Update() and PyDict_Merge(). by Fred Drake · 23 years ago
  64. e45763a Add test for SF bug #442833 (multiple inheritance). by Guido van Rossum · 23 years ago
  65. 61cf780 The message accompanying the TypeError exception on a readonly by Guido van Rossum · 23 years ago
  66. 13d52f0 - Big changes to fix SF bug #442833 (a nasty multiple inheritance by Guido van Rossum · 23 years ago
  67. f24b2f3 Autotest for netpacket/packet.h, as it is not available on all Linux versions. by Martin v. Löwis · 23 years ago
  68. 1ba3fd5 Autotest for netpacket/packet.h, as it is not available on all Linux versions. by Martin v. Löwis · 23 years ago
  69. 05ac6de Add PyDict_Merge(a, b, override): by Guido van Rossum · 23 years ago
  70. f4aa684 [Bug #414032] Make the 'sdist' command work when the distribution contains by Andrew M. Kuchling · 23 years ago
  71. ab0cad5 Pass the Makefile's value of CC and LDSHARED to the environment of setup.py. by Martin v. Löwis · 23 years ago
  72. 1cb560a Do more to be compatible with Windows/CygWin. Make error messages more by Fred Drake · 23 years ago
  73. 9443dc3 Remove the use of the "cat" program. This improves portability to non-Unix by Fred Drake · 23 years ago
  74. 8a7b59e Added this LaTeX style file to the package since not all LaTeX installations by Fred Drake · 23 years ago
  75. 6d94627 Allow AttributeError as well as TypeError for attribute-less objects. by Guido van Rossum · 23 years ago
  76. c4416d5 _DATE_FMT does not always accompany CODESET. by Martin v. Löwis · 23 years ago
  77. 13f4ea2 Remove unused variable by Andrew M. Kuchling · 23 years ago
  78. 5079fe0 Fix typo caught by PyChecker by Andrew M. Kuchling · 23 years ago
  79. 665f248 Add forgotten import by Andrew M. Kuchling · 23 years ago
  80. 981a178 Wrap a comment to fit in 80 columns. by Fred Drake · 23 years ago
  81. db988b1 Use .get_license() by Andrew M. Kuchling · 23 years ago
  82. fa7dc57 [Bug #412271, bug #449009] Use 'license' as the attribute name, by Andrew M. Kuchling · 23 years ago
  83. d614f97 Change PyType_Ready() to use the READY and READYING flags. This makes by Guido van Rossum · 23 years ago
  84. d635e3c Added a warning about reference cycles and memory consumption to the by Fred Drake · 23 years ago
  85. 9b9c972 Add new flags for PyType_Ready(): READY to explicitly indicate the by Guido van Rossum · 23 years ago
  86. 6d8d72b Usage fix, problem reported by Keith Briggs. by Fred Drake · 23 years ago
  87. e89659c Added documentation for the new rich comparison support. by Fred Drake · 23 years ago
  88. fcfc8d5 Patch #441091 from Finn Bock: the more advanced flush options are not by Andrew M. Kuchling · 23 years ago
  89. 315cd29 Disable the sub() optimization until Fredrik has time to look into SF by Guido van Rossum · 23 years ago
  90. e056e4d Check in a testcase for SF bug #449000: re.sub(r'\n', ...) broke. by Guido van Rossum · 23 years ago
  91. 17e7be6 Remove "referents" structure (it's not needed). Check return value by Neil Schemenauer · 23 years ago
  92. a8b5f7d Remove hard-coded NT constants that are already defined in errno on NT. by Jeremy Hylton · 23 years ago
  93. 024ef6f Remove the bogus flags parameter from the PyFile_WriteString() signature; by Fred Drake · 23 years ago
  94. 9b75dca Expose nl_langinfo through locale where available. by Martin v. Löwis · 23 years ago
  95. 09379da Regenerated. by Jack Jansen · 23 years ago
  96. 0cdba05 Changed reference to config.h to pyconfig.h. by Jack Jansen · 23 years ago
  97. 3e4b0e8 Get OPT from the environment to build the CCSHARED command. by Martin v. Löwis · 23 years ago
  98. 772747b SF patch #438013 Remove 2-byte Py_UCS2 assumptions by Tim Peters · 23 years ago
  99. ab9ba27 Whitespace normalization. by Tim Peters · 23 years ago
  100. c7ca3ff Skip test_mhlib on Windows -- too many Unix assumptions. by Tim Peters · 23 years ago