1. c1c43ca Fulfill Martin's request to use try/except rather than a "look before by Raymond Hettinger · 20 years ago
  2. c4536a1 Teach a test about the different kinds of functions. by Raymond Hettinger · 20 years ago
  3. 2a72f19 SF bug #1020540: a wrong link from "frame object" in lib index by Raymond Hettinger · 20 years ago
  4. b871763 SF bug #1022010: Import random fails by Raymond Hettinger · 20 years ago
  5. ed20ad8 Change the strategy for coping with time intensive tests from by Raymond Hettinger · 20 years ago
  6. 1fbf9c5 Added IGNORE_EXCEPTION_DETAIL comparison option. The need is explained by Tim Peters · 20 years ago
  7. ba60196 Added a couple names to __all__. by Tim Peters · 20 years ago
  8. 442c9fc SF bug 1017405: the keys() values() and items() DB methods were by Gregory P. Smith · 20 years ago
  9. f5a1599 Minor aesthetic change in sre_parse.py, as suggested by Mike Coleman. by Gustavo Niemeyer · 20 years ago
  10. bdbdfd7 SF bug #1022010: Import random fails by Raymond Hettinger · 20 years ago
  11. 0506c64 Fixing bug #817234, which made SRE get into an infinite loop on by Gustavo Niemeyer · 20 years ago
  12. a01a2ee Applying modified version of patch #1018386, which fixes by Gustavo Niemeyer · 20 years ago
  13. ab9351b Add main program for icon file. by Martin v. Löwis · 20 years ago
  14. 0bbf137 Make the api of the _dispatch() method more concrete. I have no idea if by Skip Montanaro · 20 years ago
  15. 15f6118 This commit was manufactured by cvs2svn to create tag 'r24a3'. by cvs2svn · 20 years ago
  16. f30bc11 update version by Anthony Baxter · 20 years ago
  17. e13943a release date by Anthony Baxter · 20 years ago
  18. 6d77213 Update buildno for 2.4a3 by Martin v. Löwis · 20 years ago
  19. e0f780d Conditionalize Tcl feature by Martin v. Löwis · 20 years ago
  20. e47c381 [Bug #1011606] Only check file descriptors for exceptional conditions if the fd is readable or writable by Andrew M. Kuchling · 20 years ago
  21. 3b2cdad Whitespace normalization. by Tim Peters · 20 years ago
  22. 75ccea3 SF patch #1020188: Use Py_CLEAR where necessary to avoid crashes by Raymond Hettinger · 20 years ago
  23. 410eb84 - add missing \end{seealso} - wrap long line by Fred Drake · 20 years ago
  24. 53e50cb Remove rotor from the build. by Raymond Hettinger · 20 years ago
  25. 6ce6ef3 Remove rotor and xreadlines from VC 6 build. by Raymond Hettinger · 20 years ago
  26. 3cf2163 Add instructions for building Tix by Martin v. Löwis · 20 years ago
  27. 7bbed94 Fix installdir for Tix by Martin v. Löwis · 20 years ago
  28. adadc0f Remove rotor and xreadlines from VC 7.1 build. by Tim Peters · 20 years ago
  29. 3d3db96 Add item by Andrew M. Kuchling · 20 years ago
  30. d11c110 Remove rotor, xreadlines modules by Andrew M. Kuchling · 20 years ago
  31. 0087343 Add news item. by Andrew M. Kuchling · 20 years ago
  32. 4e699d5 Remove mpz, rotor, xreadlines modules by Andrew M. Kuchling · 20 years ago
  33. ecd5754 Remove rotor reference by Andrew M. Kuchling · 20 years ago
  34. 010b887 Missed some occurrences of test_mpz by Andrew M. Kuchling · 20 years ago
  35. 5a9618e Remove mpz, rotor by Andrew M. Kuchling · 20 years ago
  36. 6a507a1 Remove mpzpi demo by Andrew M. Kuchling · 20 years ago
  37. a7313d0 Remove test output for rotor, xreadline by Andrew M. Kuchling · 20 years ago
  38. 57269d0 Remove mpz, rotor, xreadlines modules by Andrew M. Kuchling · 20 years ago
  39. 810b76a Remove rotor, xreadlines modules by Andrew M. Kuchling · 20 years ago
  40. 7297da8 Remove test for mpz by Andrew M. Kuchling · 20 years ago
  41. 163f800 Remove tests for mpz, rotor, xreadlines by Andrew M. Kuchling · 20 years ago
  42. 595ac8a Remove rotor license by Andrew M. Kuchling · 20 years ago
  43. ab459f7 Remove docs for xreadlines, mpz, rotor by Andrew M. Kuchling · 20 years ago
  44. e723863 Remove xreadlines reference by Andrew M. Kuchling · 20 years ago
  45. f3f1c85 Remove TERMIOS module by Andrew M. Kuchling · 20 years ago
  46. a46fd84 Remove TERMIOS docs by Andrew M. Kuchling · 20 years ago
  47. e4133d8 Use correct constant; remove reference to TERMIOS.py by Andrew M. Kuchling · 20 years ago
  48. e34c3bd Change from Raymond: use pos/neg instead of +/- 1; minor edits by Andrew M. Kuchling · 20 years ago
  49. ab77822 Describe non-recursive re by Andrew M. Kuchling · 20 years ago
  50. b07aae2 Add bug/patch counts by Andrew M. Kuchling · 20 years ago
  51. 33ad28b Use multi-line import by Andrew M. Kuchling · 20 years ago
  52. 3294e9d Update versions and dates; add PEP 328 by Andrew M. Kuchling · 20 years ago
  53. 17952b7 Updated doc for getLogger() by Vinay Sajip · 20 years ago
  54. 1a4ddae SF patch #1007189, multi-line imports, for instance: by Anthony Baxter · 20 years ago
  55. 876032e onward and upward by Anthony Baxter · 20 years ago
  56. 89a0b7d Add patch for Tix 8.1.4. by Martin v. Löwis · 20 years ago
  57. 7c2a85b HardwareRandom: Go back to multiplying by 2**-BPF instead of using by Tim Peters · 20 years ago
  58. 3fa19d7 Take advantage of the math library's ldexp for assembling a float by by Raymond Hettinger · 20 years ago
  59. daec961 Changed Karatsuba cutoff to match current reality. by Tim Peters · 20 years ago
  60. 42cd14d More cmd.exe exploitation. by Tim Peters · 20 years ago
  61. e2f6899 Since it's impossible to build Python using VC7.1 on a command.com by Tim Peters · 20 years ago
  62. e82b00f Updated test-runner .bat for new location of Tcl/Tk. by Tim Peters · 20 years ago
  63. d311538 win32_urandom(): There's no need to copy the generated byte string, so don't. by Tim Peters · 20 years ago
  64. 9b279a8 win32_urandom(): pass the function name to PyArg_ParseTuple, for better by Tim Peters · 20 years ago
  65. 51eba61 win32_urandom(): Raise ValueError if the argument is negative. by Tim Peters · 20 years ago
  66. 4ad8217 win32_urandom(): Rewrite to Python C standards (hard tabs, function name by Tim Peters · 20 years ago
  67. 38330fe The distinction between comparison flags and reporting flags isn't unique by Tim Peters · 20 years ago
  68. ed04748 Fix build error: \filename{/dev/urandom} -> \file{/dev/urandom}. by Johannes Gijsbers · 20 years ago
  69. 5ae9743 Bug #1014775: update NEWS.help for changes in docutils. by Johannes Gijsbers · 20 years ago
  70. 343cb8a Bug #1014770: apply some rest-foo and fix some docutils errors. by Johannes Gijsbers · 20 years ago
  71. 4c11f60 Patch #934356: if a module defines __all__, believe that rather than using by Johannes Gijsbers · 20 years ago
  72. d2a1aa4 Whitespace normalization. by Johannes Gijsbers · 20 years ago
  73. 4a9faa1 Patch #1003640: replace checkline() function parsing with new breakpoint logic: by Johannes Gijsbers · 20 years ago
  74. cb7b3f3 Add items by Andrew M. Kuchling · 20 years ago
  75. ae882f7 Patch #941486: add os.path.lexists(). Also fix bug #940578 by using lexists in glob.glob. by Johannes Gijsbers · 20 years ago
  76. d3f61a2 Pickup Tk from tcltk directory. by Martin v. Löwis · 20 years ago
  77. 6de2d4d Bump Tk version to 8.4.7. Build into tcltk directory. by Martin v. Löwis · 20 years ago
  78. 356a459 Teach the random module about os.urandom(). by Raymond Hettinger · 20 years ago
  79. cd97da3 long_pow(): Fix more instances of leaks in error cases. by Tim Peters · 20 years ago
  80. 47e52ee SF patch 936813: fast modular exponentiation by Tim Peters · 20 years ago
  81. 48bd7f3 Whitespace normalization. test_difflib passes again. by Tim Peters · 20 years ago
  82. 0973b99 SF patch 936813: fast modular exponentiation by Tim Peters · 20 years ago
  83. afb5f94 Reverting whitespace normalization. test_difflib fails with it -- the by Tim Peters · 20 years ago
  84. 45e77c5 Whitespace normalization. by Tim Peters · 20 years ago
  85. a28b3e6 Patch #727483: Add AUTH_TYPE and REMOTE_USER. by Martin v. Löwis · 20 years ago
  86. 061f132 Patch #973204: Use -rpath instead of -R on Irix and Tru64. by Martin v. Löwis · 20 years ago
  87. e064b41 Patch #914575: difflib side by side diff support, diff.py s/b/s HTML option. by Martin v. Löwis · 20 years ago
  88. 87fa785 Centralize WITH_TSC processing. by Martin v. Löwis · 20 years ago
  89. dc3883f Patch #934711: Expose platform-specific entropy. by Martin v. Löwis · 20 years ago
  90. 6ab78cd SF feature request #992967: array.array objects should support sequences. by Raymond Hettinger · 20 years ago
  91. df7a208 Whitespace normalization. by Tim Peters · 20 years ago
  92. fafd874 Added an __iter__ method for test suites. by Jim Fulton · 20 years ago
  93. 9f556a4 setUp and tearDown functions are now passed the test object by Jim Fulton · 20 years ago
  94. f54bad4 - setUp and tearDown functions are now passed the test object by Jim Fulton · 20 years ago
  95. 91879ab PyUnicode_Join(): Bozo Alert. While this is chugging along, it may by Tim Peters · 20 years ago
  96. 05eba1f PyUnicode_Join(): Rewrote to use PySequence_Fast(). This doesn't do by Tim Peters · 20 years ago
  97. cca0183 Removed old "if 0:" block for leak detection; wouldn't work anymore anyway. by Tim Peters · 20 years ago
  98. aef8cfa Don't really need ellipsis doctests for the syntax errors, because by Tim Peters · 20 years ago
  99. 0fafacc Removed outdated comment by Edward Loper · 20 years ago
  100. 77dcccc Fixed 6 failures due to doctest changes. by Tim Peters · 20 years ago