1. 57269d0 Remove mpz, rotor, xreadlines modules by Andrew M. Kuchling · 20 years ago
  2. 810b76a Remove rotor, xreadlines modules by Andrew M. Kuchling · 20 years ago
  3. 7297da8 Remove test for mpz by Andrew M. Kuchling · 20 years ago
  4. 163f800 Remove tests for mpz, rotor, xreadlines by Andrew M. Kuchling · 20 years ago
  5. 595ac8a Remove rotor license by Andrew M. Kuchling · 20 years ago
  6. ab459f7 Remove docs for xreadlines, mpz, rotor by Andrew M. Kuchling · 20 years ago
  7. e723863 Remove xreadlines reference by Andrew M. Kuchling · 20 years ago
  8. f3f1c85 Remove TERMIOS module by Andrew M. Kuchling · 20 years ago
  9. a46fd84 Remove TERMIOS docs by Andrew M. Kuchling · 20 years ago
  10. e4133d8 Use correct constant; remove reference to TERMIOS.py by Andrew M. Kuchling · 20 years ago
  11. e34c3bd Change from Raymond: use pos/neg instead of +/- 1; minor edits by Andrew M. Kuchling · 20 years ago
  12. ab77822 Describe non-recursive re by Andrew M. Kuchling · 20 years ago
  13. b07aae2 Add bug/patch counts by Andrew M. Kuchling · 20 years ago
  14. 33ad28b Use multi-line import by Andrew M. Kuchling · 20 years ago
  15. 3294e9d Update versions and dates; add PEP 328 by Andrew M. Kuchling · 20 years ago
  16. 17952b7 Updated doc for getLogger() by Vinay Sajip · 20 years ago
  17. 1a4ddae SF patch #1007189, multi-line imports, for instance: by Anthony Baxter · 20 years ago
  18. 876032e onward and upward by Anthony Baxter · 20 years ago
  19. 89a0b7d Add patch for Tix 8.1.4. by Martin v. Löwis · 20 years ago
  20. 7c2a85b HardwareRandom: Go back to multiplying by 2**-BPF instead of using by Tim Peters · 20 years ago
  21. 3fa19d7 Take advantage of the math library's ldexp for assembling a float by by Raymond Hettinger · 20 years ago
  22. daec961 Changed Karatsuba cutoff to match current reality. by Tim Peters · 20 years ago
  23. 42cd14d More cmd.exe exploitation. by Tim Peters · 20 years ago
  24. e2f6899 Since it's impossible to build Python using VC7.1 on a command.com by Tim Peters · 20 years ago
  25. e82b00f Updated test-runner .bat for new location of Tcl/Tk. by Tim Peters · 20 years ago
  26. d311538 win32_urandom(): There's no need to copy the generated byte string, so don't. by Tim Peters · 20 years ago
  27. 9b279a8 win32_urandom(): pass the function name to PyArg_ParseTuple, for better by Tim Peters · 20 years ago
  28. 51eba61 win32_urandom(): Raise ValueError if the argument is negative. by Tim Peters · 20 years ago
  29. 4ad8217 win32_urandom(): Rewrite to Python C standards (hard tabs, function name by Tim Peters · 20 years ago
  30. 38330fe The distinction between comparison flags and reporting flags isn't unique by Tim Peters · 20 years ago
  31. ed04748 Fix build error: \filename{/dev/urandom} -> \file{/dev/urandom}. by Johannes Gijsbers · 20 years ago
  32. 5ae9743 Bug #1014775: update NEWS.help for changes in docutils. by Johannes Gijsbers · 20 years ago
  33. 343cb8a Bug #1014770: apply some rest-foo and fix some docutils errors. by Johannes Gijsbers · 20 years ago
  34. 4c11f60 Patch #934356: if a module defines __all__, believe that rather than using by Johannes Gijsbers · 20 years ago
  35. d2a1aa4 Whitespace normalization. by Johannes Gijsbers · 20 years ago
  36. 4a9faa1 Patch #1003640: replace checkline() function parsing with new breakpoint logic: by Johannes Gijsbers · 20 years ago
  37. cb7b3f3 Add items by Andrew M. Kuchling · 20 years ago
  38. ae882f7 Patch #941486: add os.path.lexists(). Also fix bug #940578 by using lexists in glob.glob. by Johannes Gijsbers · 20 years ago
  39. d3f61a2 Pickup Tk from tcltk directory. by Martin v. Löwis · 20 years ago
  40. 6de2d4d Bump Tk version to 8.4.7. Build into tcltk directory. by Martin v. Löwis · 20 years ago
  41. 356a459 Teach the random module about os.urandom(). by Raymond Hettinger · 20 years ago
  42. cd97da3 long_pow(): Fix more instances of leaks in error cases. by Tim Peters · 20 years ago
  43. 47e52ee SF patch 936813: fast modular exponentiation by Tim Peters · 20 years ago
  44. 48bd7f3 Whitespace normalization. test_difflib passes again. by Tim Peters · 20 years ago
  45. 0973b99 SF patch 936813: fast modular exponentiation by Tim Peters · 20 years ago
  46. afb5f94 Reverting whitespace normalization. test_difflib fails with it -- the by Tim Peters · 20 years ago
  47. 45e77c5 Whitespace normalization. by Tim Peters · 20 years ago
  48. a28b3e6 Patch #727483: Add AUTH_TYPE and REMOTE_USER. by Martin v. Löwis · 20 years ago
  49. 061f132 Patch #973204: Use -rpath instead of -R on Irix and Tru64. by Martin v. Löwis · 20 years ago
  50. e064b41 Patch #914575: difflib side by side diff support, diff.py s/b/s HTML option. by Martin v. Löwis · 20 years ago
  51. 87fa785 Centralize WITH_TSC processing. by Martin v. Löwis · 20 years ago
  52. dc3883f Patch #934711: Expose platform-specific entropy. by Martin v. Löwis · 20 years ago
  53. 6ab78cd SF feature request #992967: array.array objects should support sequences. by Raymond Hettinger · 20 years ago
  54. df7a208 Whitespace normalization. by Tim Peters · 20 years ago
  55. fafd874 Added an __iter__ method for test suites. by Jim Fulton · 20 years ago
  56. 9f556a4 setUp and tearDown functions are now passed the test object by Jim Fulton · 20 years ago
  57. f54bad4 - setUp and tearDown functions are now passed the test object by Jim Fulton · 20 years ago
  58. 91879ab PyUnicode_Join(): Bozo Alert. While this is chugging along, it may by Tim Peters · 20 years ago
  59. 05eba1f PyUnicode_Join(): Rewrote to use PySequence_Fast(). This doesn't do by Tim Peters · 20 years ago
  60. cca0183 Removed old "if 0:" block for leak detection; wouldn't work anymore anyway. by Tim Peters · 20 years ago
  61. aef8cfa Don't really need ellipsis doctests for the syntax errors, because by Tim Peters · 20 years ago
  62. 0fafacc Removed outdated comment by Edward Loper · 20 years ago
  63. 77dcccc Fixed 6 failures due to doctest changes. by Tim Peters · 20 years ago
  64. 108f137 test_bug1001011(): Verify that by Tim Peters · 20 years ago
  65. 894c512 PyUnicode_Join(): Missed a spot where I intended a cast from size_t to by Tim Peters · 20 years ago
  66. 269ab62 Fix the spelling of Fredrik Lundh's last name (unless there really is a by Brett Cannon · 20 years ago
  67. 12a4baf Remove unused method _OutputRedirectingPdb.resume by Edward Loper · 20 years ago
  68. 2de91ba - Removed redundant call to expandtabs in DocTestParesr. by Edward Loper · 20 years ago
  69. 8ce9f16 PyUnicode_Join(): Two primary aims: by Tim Peters · 20 years ago
  70. 00f8da7 - Added DocTestParser.parse(), which parses a docstring into Examples by Edward Loper · 20 years ago
  71. 57d88e5 Move test_bug1001011() to string_tests.MixinStrUnicodeTest so that by Walter Dörwald · 20 years ago
  72. 592ef61 Correct incorrect "it's" to "its". by Johannes Gijsbers · 20 years ago
  73. e7edcb8 output_difference(): In fancy-diff cases, the way this split expected & by Tim Peters · 20 years ago
  74. 4085f03 Add missing executable option to DummyCommand. by Martin v. Löwis · 20 years ago
  75. 66cb018 Whitespace normalization. by Tim Peters · 20 years ago
  76. 5b799c1 _do_a_fancy_diff(): Pay no attention to the ellipses behind the curtain. by Tim Peters · 20 years ago
  77. f33683f Fine tune a word. by Tim Peters · 20 years ago
  78. cf53355 Thinko repair. by Tim Peters · 20 years ago
  79. a07bcd4 Reorg of exception section. Now that there are fewer details needing by Tim Peters · 20 years ago
  80. 770acc2 Remove unnecessary line. by Raymond Hettinger · 20 years ago
  81. f4fd79c Small wording fixups. by Raymond Hettinger · 20 years ago
  82. ca9111e Changed OutputChecker.output_difference to expect an Example object, by Edward Loper · 20 years ago
  83. a89f88d Added REPORT_ONLY_FIRST_FAILURE flag, which supresses output after the by Edward Loper · 20 years ago
  84. cc8a4f6 When building with --disable-toolbox-glue under Darwin, skip building any by Brett Cannon · 20 years ago
  85. 71f55af Renamed UNIFIED_DIFF->REPORT_UDIFF; CONTEXT_DIFF->REPORT_CDIFF; and by Edward Loper · 20 years ago
  86. 5662929 Shortened diff output for unified & context diffs by Edward Loper · 20 years ago
  87. aacf083 - Changed the output of report_start() and report_unexpected_exception() by Edward Loper · 20 years ago
  88. 0e44807 Restored half of a \versionadded only half of which should have been deleted. by Tim Peters · 20 years ago
  89. e8bbfe4 Patch #1015012. Improve markup and punctuation in libsocket.tex by Dave Cole · 20 years ago
  90. 3203efb Patch #1014930. Expose current parse location to XMLParser. by Dave Cole · 20 years ago
  91. 0d58e2b Minor improvements to the template code. by Raymond Hettinger · 20 years ago
  92. a6b6832 Added an "exc_msg" attribute to Example (containing the expected by Edward Loper · 20 years ago
  93. c5625ba Re-generate configure with recent configure.in change (for patch #1016224). by Trent Mick · 20 years ago
  94. af16e8c Apply patch #1016224: configure.in change to allow build of _bsddb module on by Trent Mick · 20 years ago
  95. 19b1958 Only recognize the expected output as an exception if it *starts* with by Edward Loper · 20 years ago
  96. d2afee4 Fix docstring typo. by Raymond Hettinger · 20 years ago
  97. 1792bfb Bypass peepholing of code with lineno tables having intervals >= 255. by Raymond Hettinger · 20 years ago
  98. 65d3c05 Fix typo in comment and add clarification. by Raymond Hettinger · 20 years ago
  99. e3a1b48 clean up markup for --executable description by Fred Drake · 20 years ago
  100. 87c98b2 Add various items by Andrew M. Kuchling · 20 years ago