1. 9661f9a Tester.run___test__(): This couldn't possibly work at all. I'm afraid by Tim Peters · 20 years ago
  2. 4be7a92 Tester.__init__(): this couldn't possibly work when a module argument by Tim Peters · 20 years ago
  3. a84f3ab SF #1022910: Conserve memory with list.pop() by Raymond Hettinger · 20 years ago
  4. 0e9980f Whitespace normalization. by Tim Peters · 20 years ago
  5. 2ee8099 HtmlDiff corrections from Dan Gass, + trimmed trailing whitespace. by Tim Peters · 20 years ago
  6. d60e92a Document not-completely-obvious behavior in a test. by Johannes Gijsbers · 20 years ago
  7. 6ab4b99 Patch #1025795: clarify language in Data Structures chapter of tutorial: by Johannes Gijsbers · 20 years ago
  8. 17b5637 Recover from inspect.getmodule() changes. It returns a module for by Tim Peters · 20 years ago
  9. 2014c03 Patch #1022152: add required 'domain' argument to gettext.translation() examples. by Johannes Gijsbers · 20 years ago
  10. d345225 Patch #1026384: fix two common typo's: by Johannes Gijsbers · 20 years ago
  11. 7a8c43e Add 'if __name__ == "__main__":' to files already as a usable as a module. by Johannes Gijsbers · 20 years ago
  12. 9324526 Use __module__ attribute when available instead of using isclass() predicate by Johannes Gijsbers · 20 years ago
  13. c9c37ca Patch #1025800: remove TeX quoting from verbatim section. Thanks Dima Dorfman! by Johannes Gijsbers · 20 years ago
  14. f08437c [Bug #1023359] Make code match inheritance diagram by Andrew M. Kuchling · 20 years ago
  15. f43e8bd Template: remove __slots__ since that interferes with the ability to mix in by Barry Warsaw · 20 years ago
  16. a331e86 Add some stdlib items; remove 'other changes' section; fix sorting error in list of changed modules by Andrew M. Kuchling · 20 years ago
  17. 55be9ea Typo fix: 'comparisions' is not a word by Andrew M. Kuchling · 20 years ago
  18. 2cc0c30 Bump version number by Andrew M. Kuchling · 20 years ago
  19. 0f02ce3 Do not include extpy[w].exe anymore by Martin v. Löwis · 20 years ago
  20. 1e3a264 Generate the product code properly by Martin v. Löwis · 20 years ago
  21. a79ec22 Update PEP292 section by Andrew M. Kuchling · 20 years ago
  22. dff68d0 Change all extensions to unadvertised. by Martin v. Löwis · 20 years ago
  23. 23c48a1 Patch #808120: Add --force-arch=ARCH to bdist_rpm.py. by Martin v. Löwis · 20 years ago
  24. 641d648 Patch #808115: Add script support to bdist_rpm.py. by Martin v. Löwis · 20 years ago
  25. 1f7d6a6 __slots__ went missing from Template. by Raymond Hettinger · 20 years ago
  26. 12827c1 Many updates to PEP 292 templates. Summary: by Barry Warsaw · 20 years ago
  27. 961c288 document the exceptions raised by sgmllib, htmllib, and HTMLParser by Fred Drake · 20 years ago
  28. a2544ee fix typo in markup by Fred Drake · 20 years ago
  29. 216b249 make_nav_panel(): Don't cause side-effects on the input variables; by Fred Drake · 20 years ago
  30. 583359e clean up the API a little; exceptions are defined by this module by Fred Drake · 20 years ago
  31. 58ae830 add name that should be considered public to __all__ by Fred Drake · 20 years ago
  32. 49b4d19 remove unnecessary override of base class method by Fred Drake · 20 years ago
  33. 75d9a62 add tests that make sure buffer boundaries are handled properly for SGML comments by Fred Drake · 20 years ago
  34. 0b4a7d9 Revert creation of launcher.exe. by Martin v. Löwis · 20 years ago
  35. 5a6653c Revert creation of launcher.exe by Martin v. Löwis · 20 years ago
  36. 85ae1a6 Remove usage of locale.getlocale in favor or setlocale(LC_NUMERIC, None) . by Brett Cannon · 20 years ago
  37. 6965203 SF patch #998993: The UTF-8 and the UTF-16 stateful decoders now support by Walter Dörwald · 20 years ago
  38. a708d6e Apply patch from http://python.org/sf/728330 to fix socket module compilation on Solaris 2.6, HP-UX 11, AIX 5.1 and (possibly) some IRIX versions. by Trent Mick · 20 years ago
  39. 9732975 Add support for launcher.exe by Martin v. Löwis · 20 years ago
  40. 4b2017a Implement conditional extensions through launcher.exe. by Martin v. Löwis · 20 years ago
  41. 104c46b Support Python 2.2. by Martin v. Löwis · 20 years ago
  42. 8f00a24 Remove debugging print (not triggered by test suite) and add XXX comment about how the code should raise a SyntaxError. by Jeremy Hylton · 20 years ago
  43. 195578a Add launcher program by Martin v. Löwis · 20 years ago
  44. 566d934 compiler.transformer: correct lineno attribute when possible SF patch #1015989 by Jeremy Hylton · 20 years ago
  45. 2ad68e6 Ported test__locale to unittest. by Brett Cannon · 20 years ago
  46. 9fd5e9a Remove redunandant assertions from last checkin. by Raymond Hettinger · 20 years ago
  47. 658717e SF #1022953: binascii.a2b_hqx("") raises SystemError by Raymond Hettinger · 20 years ago
  48. 8158e84 Fix erroneous docstring comment. by Raymond Hettinger · 20 years ago
  49. 7d3755d Add test_difflib_expect.html. by Martin v. Löwis · 20 years ago
  50. 785c65c Markup nits. by Raymond Hettinger · 20 years ago
  51. bb30af4 Add missing close parenthesis. by Raymond Hettinger · 20 years ago
  52. 18c6960 SF bug #901654: split method documentation can be improved by Raymond Hettinger · 20 years ago
  53. 1b26297 Rework some wording. by Brett Cannon · 20 years ago
  54. c1c43ca Fulfill Martin's request to use try/except rather than a "look before by Raymond Hettinger · 20 years ago
  55. c4536a1 Teach a test about the different kinds of functions. by Raymond Hettinger · 20 years ago
  56. 2a72f19 SF bug #1020540: a wrong link from "frame object" in lib index by Raymond Hettinger · 20 years ago
  57. b871763 SF bug #1022010: Import random fails by Raymond Hettinger · 20 years ago
  58. ed20ad8 Change the strategy for coping with time intensive tests from by Raymond Hettinger · 20 years ago
  59. 1fbf9c5 Added IGNORE_EXCEPTION_DETAIL comparison option. The need is explained by Tim Peters · 20 years ago
  60. ba60196 Added a couple names to __all__. by Tim Peters · 20 years ago
  61. 442c9fc SF bug 1017405: the keys() values() and items() DB methods were by Gregory P. Smith · 20 years ago
  62. f5a1599 Minor aesthetic change in sre_parse.py, as suggested by Mike Coleman. by Gustavo Niemeyer · 20 years ago
  63. bdbdfd7 SF bug #1022010: Import random fails by Raymond Hettinger · 20 years ago
  64. 0506c64 Fixing bug #817234, which made SRE get into an infinite loop on by Gustavo Niemeyer · 20 years ago
  65. a01a2ee Applying modified version of patch #1018386, which fixes by Gustavo Niemeyer · 20 years ago
  66. ab9351b Add main program for icon file. by Martin v. Löwis · 20 years ago
  67. 0bbf137 Make the api of the _dispatch() method more concrete. I have no idea if by Skip Montanaro · 20 years ago
  68. 15f6118 This commit was manufactured by cvs2svn to create tag 'r24a3'. by cvs2svn · 20 years ago
  69. f30bc11 update version by Anthony Baxter · 20 years ago
  70. e13943a release date by Anthony Baxter · 20 years ago
  71. 6d77213 Update buildno for 2.4a3 by Martin v. Löwis · 20 years ago
  72. e0f780d Conditionalize Tcl feature by Martin v. Löwis · 20 years ago
  73. e47c381 [Bug #1011606] Only check file descriptors for exceptional conditions if the fd is readable or writable by Andrew M. Kuchling · 20 years ago
  74. 3b2cdad Whitespace normalization. by Tim Peters · 20 years ago
  75. 75ccea3 SF patch #1020188: Use Py_CLEAR where necessary to avoid crashes by Raymond Hettinger · 20 years ago
  76. 410eb84 - add missing \end{seealso} - wrap long line by Fred Drake · 20 years ago
  77. 53e50cb Remove rotor from the build. by Raymond Hettinger · 20 years ago
  78. 6ce6ef3 Remove rotor and xreadlines from VC 6 build. by Raymond Hettinger · 20 years ago
  79. 3cf2163 Add instructions for building Tix by Martin v. Löwis · 20 years ago
  80. 7bbed94 Fix installdir for Tix by Martin v. Löwis · 20 years ago
  81. adadc0f Remove rotor and xreadlines from VC 7.1 build. by Tim Peters · 20 years ago
  82. 3d3db96 Add item by Andrew M. Kuchling · 20 years ago
  83. d11c110 Remove rotor, xreadlines modules by Andrew M. Kuchling · 20 years ago
  84. 0087343 Add news item. by Andrew M. Kuchling · 20 years ago
  85. 4e699d5 Remove mpz, rotor, xreadlines modules by Andrew M. Kuchling · 20 years ago
  86. ecd5754 Remove rotor reference by Andrew M. Kuchling · 20 years ago
  87. 010b887 Missed some occurrences of test_mpz by Andrew M. Kuchling · 20 years ago
  88. 5a9618e Remove mpz, rotor by Andrew M. Kuchling · 20 years ago
  89. 6a507a1 Remove mpzpi demo by Andrew M. Kuchling · 20 years ago
  90. a7313d0 Remove test output for rotor, xreadline by Andrew M. Kuchling · 20 years ago
  91. 57269d0 Remove mpz, rotor, xreadlines modules by Andrew M. Kuchling · 20 years ago
  92. 810b76a Remove rotor, xreadlines modules by Andrew M. Kuchling · 20 years ago
  93. 7297da8 Remove test for mpz by Andrew M. Kuchling · 20 years ago
  94. 163f800 Remove tests for mpz, rotor, xreadlines by Andrew M. Kuchling · 20 years ago
  95. 595ac8a Remove rotor license by Andrew M. Kuchling · 20 years ago
  96. ab459f7 Remove docs for xreadlines, mpz, rotor by Andrew M. Kuchling · 20 years ago
  97. e723863 Remove xreadlines reference by Andrew M. Kuchling · 20 years ago
  98. f3f1c85 Remove TERMIOS module by Andrew M. Kuchling · 20 years ago
  99. a46fd84 Remove TERMIOS docs by Andrew M. Kuchling · 20 years ago
  100. e4133d8 Use correct constant; remove reference to TERMIOS.py by Andrew M. Kuchling · 20 years ago