1. 8e24818 Make dynamic types work as intended. Or at least more so. by Guido van Rossum · 23 years ago
  2. a45da92 Make the output of tests skipped readable (i.e., deliberately break it by Tim Peters · 23 years ago
  3. 8de8680 Temporary stop-gap fix for dynamic classes, so they pass the test. by Guido van Rossum · 23 years ago
  4. 9d4fe42 dynamics(): add tests for dynamic *instances* (which are currently by Guido van Rossum · 23 years ago
  5. 08a6403 Test the unary operator changes to the compiler by Jeremy Hylton · 23 years ago
  6. f73e30c Add the list of expected skips for Linux 2.x. Restructured the code a by Guido van Rossum · 23 years ago
  7. a2be2d6 Move line; reported on python-dev by Mark Favas (thanks!). by Tim Peters · 23 years ago
  8. d5e5a2a SF Patch [ 429024 ] deal with some unary ops at compile time by Jeremy Hylton · 23 years ago
  9. b5b7b78 Teach regrtest which tests we *expect* to skip on Win32. Please teach it by Tim Peters · 23 years ago
  10. 28ccc24 removed some cruft by Steven M. Gava · 23 years ago
  11. a6a4f27 _Condition.wait(): never sleep longer than the timeout time remaining, by Tim Peters · 23 years ago
  12. ce3016a Merged release21-maint changes. by Jack Jansen · 23 years ago
  13. 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
  14. 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
  15. 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
  16. 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
  17. abce416 Patch by Jonathan Wight (slightly reformatted) to forestall loading the by Jack Jansen · 23 years ago
  18. 1abf610 Remove st_nested_scopes from struct symtable, by Jeremy Hylton · 23 years ago
  19. d5d8fc5 Replace all type comparisons with isinstance() calls by Jeremy Hylton · 23 years ago
  20. af86470 Added a note about the various tests here. by Jack Jansen · 23 years ago
  21. c01e30f repair posix fonts fix by Steven M. Gava · 23 years ago
  22. 58682b7 Only catch the errors that can actually occur, as reported in bug #411881. by Martin v. Löwis · 23 years ago
  23. f345691 use the proper prefix file under Carbon by Just van Rossum · 23 years ago
  24. abdfc41 support for help menu changes by Steven M. Gava · 23 years ago
  25. 5b3ac8f some re-design by Steven M. Gava · 23 years ago
  26. 6b1ab25 supports about changes by Steven M. Gava · 23 years ago
  27. 0ba4df8 adjust help menu bindings by Steven M. Gava · 23 years ago
  28. 38507ae Finally fix SF bug #441172, using a variant of patch ##443626: by Guido van Rossum · 23 years ago
  29. 68db9dd Now that the dialogs have some breathing room, split the combo of Tcl/Tk, by Tim Peters · 23 years ago
  30. 84e58ab For the escape() function, added a reference to the quoteattrs() function by Fred Drake · 23 years ago
  31. cd112f5 Added tests for rich comparison operator functions. Converted tests to PyUnit. by Fred Drake · 23 years ago
  32. f5d3505 Grow the dialogs 25%, to make room for a nicer bitmap (in progress; don't by Tim Peters · 23 years ago
  33. 9e9c135 Add section on PEP 238 changes by Andrew M. Kuchling · 23 years ago
  34. ff1f852 st_nested_scopes was uninitialized trash. Jeremy should fix in a better by Tim Peters · 23 years ago
  35. 1cf0f17 Add a note that the quoteattr() function is useful for HTML and SGML by Fred Drake · 23 years ago
  36. b857ba2 Refactor future feature handling by Jeremy Hylton · 23 years ago
  37. fdd12f6 Refactor future feature handling by Jeremy Hylton · 23 years ago
  38. 11ee902 Added documentation for PyDict_Update() and PyDict_Merge(). by Fred Drake · 23 years ago
  39. e45763a Add test for SF bug #442833 (multiple inheritance). by Guido van Rossum · 23 years ago
  40. 61cf780 The message accompanying the TypeError exception on a readonly by Guido van Rossum · 23 years ago
  41. 13d52f0 - Big changes to fix SF bug #442833 (a nasty multiple inheritance by Guido van Rossum · 23 years ago
  42. f24b2f3 Autotest for netpacket/packet.h, as it is not available on all Linux versions. by Martin v. Löwis · 23 years ago
  43. 1ba3fd5 Autotest for netpacket/packet.h, as it is not available on all Linux versions. by Martin v. Löwis · 23 years ago
  44. 05ac6de Add PyDict_Merge(a, b, override): by Guido van Rossum · 23 years ago
  45. f4aa684 [Bug #414032] Make the 'sdist' command work when the distribution contains by Andrew M. Kuchling · 23 years ago
  46. ab0cad5 Pass the Makefile's value of CC and LDSHARED to the environment of setup.py. by Martin v. Löwis · 23 years ago
  47. 1cb560a Do more to be compatible with Windows/CygWin. Make error messages more by Fred Drake · 23 years ago
  48. 9443dc3 Remove the use of the "cat" program. This improves portability to non-Unix by Fred Drake · 23 years ago
  49. 8a7b59e Added this LaTeX style file to the package since not all LaTeX installations by Fred Drake · 23 years ago
  50. 6d94627 Allow AttributeError as well as TypeError for attribute-less objects. by Guido van Rossum · 23 years ago
  51. c4416d5 _DATE_FMT does not always accompany CODESET. by Martin v. Löwis · 23 years ago
  52. 13f4ea2 Remove unused variable by Andrew M. Kuchling · 23 years ago
  53. 5079fe0 Fix typo caught by PyChecker by Andrew M. Kuchling · 23 years ago
  54. 665f248 Add forgotten import by Andrew M. Kuchling · 23 years ago
  55. 981a178 Wrap a comment to fit in 80 columns. by Fred Drake · 23 years ago
  56. db988b1 Use .get_license() by Andrew M. Kuchling · 23 years ago
  57. fa7dc57 [Bug #412271, bug #449009] Use 'license' as the attribute name, by Andrew M. Kuchling · 23 years ago
  58. d614f97 Change PyType_Ready() to use the READY and READYING flags. This makes by Guido van Rossum · 23 years ago
  59. d635e3c Added a warning about reference cycles and memory consumption to the by Fred Drake · 23 years ago
  60. 9b9c972 Add new flags for PyType_Ready(): READY to explicitly indicate the by Guido van Rossum · 23 years ago
  61. 6d8d72b Usage fix, problem reported by Keith Briggs. by Fred Drake · 23 years ago
  62. e89659c Added documentation for the new rich comparison support. by Fred Drake · 23 years ago
  63. fcfc8d5 Patch #441091 from Finn Bock: the more advanced flush options are not by Andrew M. Kuchling · 23 years ago
  64. 315cd29 Disable the sub() optimization until Fredrik has time to look into SF by Guido van Rossum · 23 years ago
  65. e056e4d Check in a testcase for SF bug #449000: re.sub(r'\n', ...) broke. by Guido van Rossum · 23 years ago
  66. 17e7be6 Remove "referents" structure (it's not needed). Check return value by Neil Schemenauer · 23 years ago
  67. a8b5f7d Remove hard-coded NT constants that are already defined in errno on NT. by Jeremy Hylton · 23 years ago
  68. 024ef6f Remove the bogus flags parameter from the PyFile_WriteString() signature; by Fred Drake · 23 years ago
  69. 9b75dca Expose nl_langinfo through locale where available. by Martin v. Löwis · 23 years ago
  70. 09379da Regenerated. by Jack Jansen · 23 years ago
  71. 0cdba05 Changed reference to config.h to pyconfig.h. by Jack Jansen · 23 years ago
  72. 3e4b0e8 Get OPT from the environment to build the CCSHARED command. by Martin v. Löwis · 23 years ago
  73. 772747b SF patch #438013 Remove 2-byte Py_UCS2 assumptions by Tim Peters · 23 years ago
  74. ab9ba27 Whitespace normalization. by Tim Peters · 23 years ago
  75. c7ca3ff Skip test_mhlib on Windows -- too many Unix assumptions. by Tim Peters · 23 years ago
  76. e4deb95 Fix two bugs detected by PyChecker: there's no need for redundant by Guido van Rossum · 23 years ago
  77. 6386a4c Import UnknownFileError by Andrew M. Kuchling · 23 years ago
  78. 106ffdb Import the errno module by Andrew M. Kuchling · 23 years ago
  79. affadeb Use correct variable name by Andrew M. Kuchling · 23 years ago
  80. 42a8c2b Add resolution of __new__ story sequel. by Guido van Rossum · 23 years ago
  81. eaa77e2 Added tests for operator.floordiv() and operator.truediv(). by Fred Drake · 23 years ago
  82. 428e75f Add wrappers around the rich-comparison operations. by Fred Drake · 23 years ago
  83. 3720261 Restore the test for 'object' that I removed when object was by Guido van Rossum · 23 years ago
  84. 29687cd Sigh. Strengthen the resriction of the previous checkin: tp_new is by Guido van Rossum · 23 years ago
  85. c11e192 Thinking back to the 2.22 revision, I didn't like what I did there one by Guido van Rossum · 23 years ago
  86. a995c91 Use type(x).__name__ to get the name of the type instead of parsing by Guido van Rossum · 23 years ago
  87. 0263c80 Unittests for mhlib, by Nick Mathewson. by Guido van Rossum · 23 years ago
  88. 29206bc Apply anonymous SF patch #441229. by Guido van Rossum · 23 years ago
  89. 55c12d4 SF patch #403640: incomplete proxy handling in URLLIB by Tim Peters · 23 years ago
  90. f0713d3 SF Patch #420725 by Walter Doerwald: by Guido van Rossum · 23 years ago
  91. c8718c1 Patch #403514: precompute _subst_format_str to avoid a call to by Martin v. Löwis · 23 years ago
  92. e358b42 Added Josh Cogliati (turtle.py contributor). by Guido van Rossum · 23 years ago
  93. 3c7a25a Applied SF patch #438424 by Josh Cogliati: by Guido van Rossum · 23 years ago
  94. 92e2d5c Apply SF patch #424554: check for PYTHONDUMPREFS to be set instead of by Guido van Rossum · 23 years ago
  95. 6d40bf2 One more. by Neil Schemenauer · 23 years ago
  96. c7c8d8e Add get_objects function. This is a low level function (like by Neil Schemenauer · 23 years ago
  97. 48c7034 Add get_referents function. Closes SF patch #402925. by Neil Schemenauer · 23 years ago
  98. dbdcb0f Regenerate for glibc 2.2.3. by Martin v. Löwis · 23 years ago
  99. 4414933 Regenerate for Solaris 8. by Martin v. Löwis · 23 years ago
  100. f2f8c51 When representing #includes as imports, do from MOD import *. by Martin v. Löwis · 23 years ago