1. abce416 Patch by Jonathan Wight (slightly reformatted) to forestall loading the by Jack Jansen · 23 years ago
  2. 1abf610 Remove st_nested_scopes from struct symtable, by Jeremy Hylton · 23 years ago
  3. d5d8fc5 Replace all type comparisons with isinstance() calls by Jeremy Hylton · 23 years ago
  4. af86470 Added a note about the various tests here. by Jack Jansen · 23 years ago
  5. c01e30f repair posix fonts fix by Steven M. Gava · 23 years ago
  6. 58682b7 Only catch the errors that can actually occur, as reported in bug #411881. by Martin v. Löwis · 23 years ago
  7. f345691 use the proper prefix file under Carbon by Just van Rossum · 23 years ago
  8. abdfc41 support for help menu changes by Steven M. Gava · 23 years ago
  9. 5b3ac8f some re-design by Steven M. Gava · 23 years ago
  10. 6b1ab25 supports about changes by Steven M. Gava · 23 years ago
  11. 0ba4df8 adjust help menu bindings by Steven M. Gava · 23 years ago
  12. 38507ae Finally fix SF bug #441172, using a variant of patch ##443626: by Guido van Rossum · 23 years ago
  13. 68db9dd Now that the dialogs have some breathing room, split the combo of Tcl/Tk, by Tim Peters · 23 years ago
  14. 84e58ab For the escape() function, added a reference to the quoteattrs() function by Fred Drake · 23 years ago
  15. cd112f5 Added tests for rich comparison operator functions. Converted tests to PyUnit. by Fred Drake · 23 years ago
  16. f5d3505 Grow the dialogs 25%, to make room for a nicer bitmap (in progress; don't by Tim Peters · 23 years ago
  17. 9e9c135 Add section on PEP 238 changes by Andrew M. Kuchling · 23 years ago
  18. ff1f852 st_nested_scopes was uninitialized trash. Jeremy should fix in a better by Tim Peters · 23 years ago
  19. 1cf0f17 Add a note that the quoteattr() function is useful for HTML and SGML by Fred Drake · 23 years ago
  20. b857ba2 Refactor future feature handling by Jeremy Hylton · 23 years ago
  21. fdd12f6 Refactor future feature handling by Jeremy Hylton · 23 years ago
  22. 11ee902 Added documentation for PyDict_Update() and PyDict_Merge(). by Fred Drake · 23 years ago
  23. e45763a Add test for SF bug #442833 (multiple inheritance). by Guido van Rossum · 23 years ago
  24. 61cf780 The message accompanying the TypeError exception on a readonly by Guido van Rossum · 23 years ago
  25. 13d52f0 - Big changes to fix SF bug #442833 (a nasty multiple inheritance by Guido van Rossum · 23 years ago
  26. f24b2f3 Autotest for netpacket/packet.h, as it is not available on all Linux versions. by Martin v. Löwis · 23 years ago
  27. 1ba3fd5 Autotest for netpacket/packet.h, as it is not available on all Linux versions. by Martin v. Löwis · 23 years ago
  28. 05ac6de Add PyDict_Merge(a, b, override): by Guido van Rossum · 23 years ago
  29. f4aa684 [Bug #414032] Make the 'sdist' command work when the distribution contains by Andrew M. Kuchling · 23 years ago
  30. ab0cad5 Pass the Makefile's value of CC and LDSHARED to the environment of setup.py. by Martin v. Löwis · 23 years ago
  31. 1cb560a Do more to be compatible with Windows/CygWin. Make error messages more by Fred Drake · 23 years ago
  32. 9443dc3 Remove the use of the "cat" program. This improves portability to non-Unix by Fred Drake · 23 years ago
  33. 8a7b59e Added this LaTeX style file to the package since not all LaTeX installations by Fred Drake · 23 years ago
  34. 6d94627 Allow AttributeError as well as TypeError for attribute-less objects. by Guido van Rossum · 23 years ago
  35. c4416d5 _DATE_FMT does not always accompany CODESET. by Martin v. Löwis · 23 years ago
  36. 13f4ea2 Remove unused variable by Andrew M. Kuchling · 23 years ago
  37. 5079fe0 Fix typo caught by PyChecker by Andrew M. Kuchling · 23 years ago
  38. 665f248 Add forgotten import by Andrew M. Kuchling · 23 years ago
  39. 981a178 Wrap a comment to fit in 80 columns. by Fred Drake · 23 years ago
  40. db988b1 Use .get_license() by Andrew M. Kuchling · 23 years ago
  41. fa7dc57 [Bug #412271, bug #449009] Use 'license' as the attribute name, by Andrew M. Kuchling · 23 years ago
  42. d614f97 Change PyType_Ready() to use the READY and READYING flags. This makes by Guido van Rossum · 23 years ago
  43. d635e3c Added a warning about reference cycles and memory consumption to the by Fred Drake · 23 years ago
  44. 9b9c972 Add new flags for PyType_Ready(): READY to explicitly indicate the by Guido van Rossum · 23 years ago
  45. 6d8d72b Usage fix, problem reported by Keith Briggs. by Fred Drake · 23 years ago
  46. e89659c Added documentation for the new rich comparison support. by Fred Drake · 23 years ago
  47. fcfc8d5 Patch #441091 from Finn Bock: the more advanced flush options are not by Andrew M. Kuchling · 23 years ago
  48. 315cd29 Disable the sub() optimization until Fredrik has time to look into SF by Guido van Rossum · 23 years ago
  49. e056e4d Check in a testcase for SF bug #449000: re.sub(r'\n', ...) broke. by Guido van Rossum · 23 years ago
  50. 17e7be6 Remove "referents" structure (it's not needed). Check return value by Neil Schemenauer · 23 years ago
  51. a8b5f7d Remove hard-coded NT constants that are already defined in errno on NT. by Jeremy Hylton · 23 years ago
  52. 024ef6f Remove the bogus flags parameter from the PyFile_WriteString() signature; by Fred Drake · 23 years ago
  53. 9b75dca Expose nl_langinfo through locale where available. by Martin v. Löwis · 23 years ago
  54. 09379da Regenerated. by Jack Jansen · 23 years ago
  55. 0cdba05 Changed reference to config.h to pyconfig.h. by Jack Jansen · 23 years ago
  56. 3e4b0e8 Get OPT from the environment to build the CCSHARED command. by Martin v. Löwis · 23 years ago
  57. 772747b SF patch #438013 Remove 2-byte Py_UCS2 assumptions by Tim Peters · 23 years ago
  58. ab9ba27 Whitespace normalization. by Tim Peters · 23 years ago
  59. c7ca3ff Skip test_mhlib on Windows -- too many Unix assumptions. by Tim Peters · 23 years ago
  60. e4deb95 Fix two bugs detected by PyChecker: there's no need for redundant by Guido van Rossum · 23 years ago
  61. 6386a4c Import UnknownFileError by Andrew M. Kuchling · 23 years ago
  62. 106ffdb Import the errno module by Andrew M. Kuchling · 23 years ago
  63. affadeb Use correct variable name by Andrew M. Kuchling · 23 years ago
  64. 42a8c2b Add resolution of __new__ story sequel. by Guido van Rossum · 23 years ago
  65. eaa77e2 Added tests for operator.floordiv() and operator.truediv(). by Fred Drake · 23 years ago
  66. 428e75f Add wrappers around the rich-comparison operations. by Fred Drake · 23 years ago
  67. 3720261 Restore the test for 'object' that I removed when object was by Guido van Rossum · 23 years ago
  68. 29687cd Sigh. Strengthen the resriction of the previous checkin: tp_new is by Guido van Rossum · 23 years ago
  69. c11e192 Thinking back to the 2.22 revision, I didn't like what I did there one by Guido van Rossum · 23 years ago
  70. a995c91 Use type(x).__name__ to get the name of the type instead of parsing by Guido van Rossum · 23 years ago
  71. 0263c80 Unittests for mhlib, by Nick Mathewson. by Guido van Rossum · 23 years ago
  72. 29206bc Apply anonymous SF patch #441229. by Guido van Rossum · 23 years ago
  73. 55c12d4 SF patch #403640: incomplete proxy handling in URLLIB by Tim Peters · 23 years ago
  74. f0713d3 SF Patch #420725 by Walter Doerwald: by Guido van Rossum · 23 years ago
  75. c8718c1 Patch #403514: precompute _subst_format_str to avoid a call to by Martin v. Löwis · 23 years ago
  76. e358b42 Added Josh Cogliati (turtle.py contributor). by Guido van Rossum · 23 years ago
  77. 3c7a25a Applied SF patch #438424 by Josh Cogliati: by Guido van Rossum · 23 years ago
  78. 92e2d5c Apply SF patch #424554: check for PYTHONDUMPREFS to be set instead of by Guido van Rossum · 23 years ago
  79. 6d40bf2 One more. by Neil Schemenauer · 23 years ago
  80. c7c8d8e Add get_objects function. This is a low level function (like by Neil Schemenauer · 23 years ago
  81. 48c7034 Add get_referents function. Closes SF patch #402925. by Neil Schemenauer · 23 years ago
  82. dbdcb0f Regenerate for glibc 2.2.3. by Martin v. Löwis · 23 years ago
  83. 4414933 Regenerate for Solaris 8. by Martin v. Löwis · 23 years ago
  84. f2f8c51 When representing #includes as imports, do from MOD import *. by Martin v. Löwis · 23 years ago
  85. 4f85bf3 Patch #437683: Use re instead of regex. by Martin v. Löwis · 23 years ago
  86. a2ac602 Move IPv6 test further down so that usage of -lnsl has been tested. by Martin v. Löwis · 23 years ago
  87. 1d5ecb7 Patch #433537: Cache ac_cv_bad_static_forward. by Martin v. Löwis · 23 years ago
  88. df8dc36 Michael Hudson correctly pointed out we should cvsignore pyconfig.h, not by Thomas Wouters · 23 years ago
  89. 8cc965c Patch #448474: Add support for tell() and seek() to gzip.GzipFile. by Martin v. Löwis · 23 years ago
  90. f30f1fc In the acks, CamelCase InstallMaster the same way Wise does it. by Tim Peters · 23 years ago
  91. b6135df Add a comma. by Tim Peters · 23 years ago
  92. 396c032 Mark binary operators as done. by Guido van Rossum · 23 years ago
  93. 8eb16b1 Give some special thanks on the final "Installation Completed!" screen. by Tim Peters · 23 years ago
  94. 64deef2 A test suite for binary operators, disguised as a rational number class. by Guido van Rossum · 23 years ago
  95. dc91b99 Proper support for binary operators, including true division and floor by Guido van Rossum · 23 years ago
  96. ab04653 Resource files for OSX Python.framework. Incomplete, and they should probably by Jack Jansen · 23 years ago
  97. 034cbf1 Typo fix (spelling mistake in error message). by Greg Ward · 23 years ago
  98. 36a90f6 Thanks to by Tim Peters · 23 years ago
  99. 6113d35 Patch #422471: Install IDLE Help File by Martin v. Löwis · 23 years ago
  100. ce42a8e Add the new Tools/compiler/README to the WIndows install, as README.txt. by Tim Peters · 23 years ago