1. 7713ac2 Regenerated from new ast.txt and new astgen.py by Jeremy Hylton · 23 years ago
  2. eef6590 Add getChildNodes() method to Node by Jeremy Hylton · 23 years ago
  3. 34aeeff Add Yield node by Jeremy Hylton · 23 years ago
  4. 9b3be7f Document the new semantics for setting and deleting a function's by Barry Warsaw · 23 years ago
  5. 033daa4 Test the new semantics for setting and deleting a function's __dict__ by Barry Warsaw · 23 years ago
  6. 142865c func_getattro(), func_setattro(): Implement the new semantics for by Barry Warsaw · 23 years ago
  7. 5ef99a0 Describe the new semantics for setting and deleting a function's by Barry Warsaw · 23 years ago
  8. 680cabb Add "exceptions" to the list of fundamental modules created by Py_Initialize(). by Fred Drake · 23 years ago
  9. 280f725 Insert omitted "the". by Fred Drake · 23 years ago
  10. bf781a9 Add the smtpd module to the list of undocumented modules; Barry needs to by Fred Drake · 23 years ago
  11. b9c1d3d reload(exceptions) should not raise an ImportError, but should act by Barry Warsaw · 23 years ago
  12. 9288338 Fixed typo in comment leading up to _PyImport_FixupExtension(). by Barry Warsaw · 23 years ago
  13. 5821bc5 Py_Initialize(): Apply patch by Jürgen Hermann to call by Barry Warsaw · 23 years ago
  14. 0460106 Repair Unix-specific assumptions that caused this to fail on Windows. by Tim Peters · 23 years ago
  15. 406d46e found_terminator(): Add a debug print showing the data. by Barry Warsaw · 23 years ago
  16. 3a28ca8 Nick Mathewson: test suite for the class browser support module. by Fred Drake · 23 years ago
  17. 03f7a70 Nick Mathewson: Make sure the recursion is handled properly. by Fred Drake · 23 years ago
  18. 6943a29 David Goodger <dgoodger@atsautomation.com>: by Fred Drake · 23 years ago
  19. 97dbec9 Remove redundant import (PyChecker). by Guido van Rossum · 23 years ago
  20. 4a5555b Remove unused variable 'imports' from readmodule_ex(). by Guido van Rossum · 23 years ago
  21. 8f15bd8 Remove redundant 'import string' (PyChecker). by Guido van Rossum · 23 years ago
  22. ef8f4de Remove redundant imports (PyChecker). by Guido van Rossum · 23 years ago
  23. a79bbac Remove redundant 'import sys' (PyChecker). by Guido van Rossum · 23 years ago
  24. f9f4881 Remove two redundant statements (PyChecker). by Guido van Rossum · 23 years ago
  25. bfbc18d Remove redundant assignment l = [] from poll3() -- copy-and-paste error. by Guido van Rossum · 23 years ago
  26. f3b9430 Update a beopen.com e-mail by Andrew M. Kuchling · 23 years ago
  27. 5996825 Update a few references to beopen.com by Andrew M. Kuchling · 23 years ago
  28. 392aa1d Update e-mail address by Andrew M. Kuchling · 23 years ago
  29. 8710681 Commenting out the getfillable() method -- it's broken, and nobody by Guido van Rossum · 23 years ago
  30. 8837814 Add a name by Andrew M. Kuchling · 23 years ago
  31. 7c2cf73 Remove redefinition of has_option() method by Andrew M. Kuchling · 23 years ago
  32. 8ea9227 Remove empty __init__ (PyChecker) by Andrew M. Kuchling · 23 years ago
  33. f31d313 Remove redefinition of writelines() method Remove unused variable and import by Andrew M. Kuchling · 23 years ago
  34. 77f9caf Remove unused variable (PyChecker) by Andrew M. Kuchling · 23 years ago
  35. 1f877ef Remove some dead code (PyChecker) by Andrew M. Kuchling · 23 years ago
  36. 86c7e22 Add forgotten import (PyChecker) by Andrew M. Kuchling · 23 years ago
  37. e7abf97 Remove unused import (PyChecker) by Andrew M. Kuchling · 23 years ago
  38. 6be424f Remove redundant import by Andrew M. Kuchling · 23 years ago
  39. 994b51e Capture exception message (PyChecker) by Andrew M. Kuchling · 23 years ago
  40. a49e0a0 Remove unused imports (PyChecker) by Andrew M. Kuchling · 23 years ago
  41. 3e44248 Remove unused variable by Andrew M. Kuchling · 23 years ago
  42. 118aa53 Fix malformed line (PyChecker) by Andrew M. Kuchling · 23 years ago
  43. 49fa2bd Fix two bugs discovered by PyChecker. (I cannot test these, but I'm by Guido van Rossum · 23 years ago
  44. 246c425 Fix for NameError caught by PyChecker. by Andrew M. Kuchling · 23 years ago
  45. fd6608b Fix typo (PyChecker) by Andrew M. Kuchling · 23 years ago
  46. fee3126 Catch curses.error instead of a non-existent global (PyChecker) Edit comment by Andrew M. Kuchling · 23 years ago
  47. 40ea617 Remove redundant import by Andrew M. Kuchling · 23 years ago
  48. 3055ad2 + A msg on c.l.py reminded me that docstrings can be implicitly catenated. by Tim Peters · 23 years ago
  49. 33277c7 further work on font config and general feel improvements by Steven M. Gava · 23 years ago
  50. 5e824c3 SF patch #445412 extract ndiff functionality to difflib, from David Goodger. by Tim Peters · 23 years ago
  51. 39f77bc Modify _Set to support iteration. by Jeremy Hylton · 23 years ago
  52. 910d7d4 Remove much dead code from ceval.c by Jeremy Hylton · 23 years ago
  53. f65b1a1 Bump size of sprintf buffer. Suggested by Alex Coventry. by Martin v. Löwis · 23 years ago
  54. b704238 Tool to delete (or just rewrite parts of) obsolete future statements. by Tim Peters · 23 years ago
  55. d307740 - Expand test for dynamic objects. by Guido van Rossum · 23 years ago
  56. 8e24818 Make dynamic types work as intended. Or at least more so. by Guido van Rossum · 23 years ago
  57. a45da92 Make the output of tests skipped readable (i.e., deliberately break it by Tim Peters · 23 years ago
  58. 8de8680 Temporary stop-gap fix for dynamic classes, so they pass the test. by Guido van Rossum · 23 years ago
  59. 9d4fe42 dynamics(): add tests for dynamic *instances* (which are currently by Guido van Rossum · 23 years ago
  60. 08a6403 Test the unary operator changes to the compiler by Jeremy Hylton · 23 years ago
  61. f73e30c Add the list of expected skips for Linux 2.x. Restructured the code a by Guido van Rossum · 23 years ago
  62. a2be2d6 Move line; reported on python-dev by Mark Favas (thanks!). by Tim Peters · 23 years ago
  63. d5e5a2a SF Patch [ 429024 ] deal with some unary ops at compile time by Jeremy Hylton · 23 years ago
  64. b5b7b78 Teach regrtest which tests we *expect* to skip on Win32. Please teach it by Tim Peters · 23 years ago
  65. 28ccc24 removed some cruft by Steven M. Gava · 23 years ago
  66. a6a4f27 _Condition.wait(): never sleep longer than the timeout time remaining, by Tim Peters · 23 years ago
  67. ce3016a Merged release21-maint changes. by Jack Jansen · 23 years ago
  68. 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
  69. 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
  70. 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
  71. 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
  72. abce416 Patch by Jonathan Wight (slightly reformatted) to forestall loading the by Jack Jansen · 23 years ago
  73. 1abf610 Remove st_nested_scopes from struct symtable, by Jeremy Hylton · 23 years ago
  74. d5d8fc5 Replace all type comparisons with isinstance() calls by Jeremy Hylton · 23 years ago
  75. af86470 Added a note about the various tests here. by Jack Jansen · 23 years ago
  76. c01e30f repair posix fonts fix by Steven M. Gava · 23 years ago
  77. 58682b7 Only catch the errors that can actually occur, as reported in bug #411881. by Martin v. Löwis · 23 years ago
  78. f345691 use the proper prefix file under Carbon by Just van Rossum · 23 years ago
  79. abdfc41 support for help menu changes by Steven M. Gava · 23 years ago
  80. 5b3ac8f some re-design by Steven M. Gava · 23 years ago
  81. 6b1ab25 supports about changes by Steven M. Gava · 23 years ago
  82. 0ba4df8 adjust help menu bindings by Steven M. Gava · 23 years ago
  83. 38507ae Finally fix SF bug #441172, using a variant of patch ##443626: by Guido van Rossum · 23 years ago
  84. 68db9dd Now that the dialogs have some breathing room, split the combo of Tcl/Tk, by Tim Peters · 23 years ago
  85. 84e58ab For the escape() function, added a reference to the quoteattrs() function by Fred Drake · 23 years ago
  86. cd112f5 Added tests for rich comparison operator functions. Converted tests to PyUnit. by Fred Drake · 23 years ago
  87. f5d3505 Grow the dialogs 25%, to make room for a nicer bitmap (in progress; don't by Tim Peters · 23 years ago
  88. 9e9c135 Add section on PEP 238 changes by Andrew M. Kuchling · 23 years ago
  89. ff1f852 st_nested_scopes was uninitialized trash. Jeremy should fix in a better by Tim Peters · 23 years ago
  90. 1cf0f17 Add a note that the quoteattr() function is useful for HTML and SGML by Fred Drake · 23 years ago
  91. b857ba2 Refactor future feature handling by Jeremy Hylton · 23 years ago
  92. fdd12f6 Refactor future feature handling by Jeremy Hylton · 23 years ago
  93. 11ee902 Added documentation for PyDict_Update() and PyDict_Merge(). by Fred Drake · 23 years ago
  94. e45763a Add test for SF bug #442833 (multiple inheritance). by Guido van Rossum · 23 years ago
  95. 61cf780 The message accompanying the TypeError exception on a readonly by Guido van Rossum · 23 years ago
  96. 13d52f0 - Big changes to fix SF bug #442833 (a nasty multiple inheritance by Guido van Rossum · 23 years ago
  97. f24b2f3 Autotest for netpacket/packet.h, as it is not available on all Linux versions. by Martin v. Löwis · 23 years ago
  98. 1ba3fd5 Autotest for netpacket/packet.h, as it is not available on all Linux versions. by Martin v. Löwis · 23 years ago
  99. 05ac6de Add PyDict_Merge(a, b, override): by Guido van Rossum · 23 years ago
  100. f4aa684 [Bug #414032] Make the 'sdist' command work when the distribution contains by Andrew M. Kuchling · 23 years ago