1. afb5f94 Reverting whitespace normalization. test_difflib fails with it -- the by Tim Peters · 20 years ago
  2. 45e77c5 Whitespace normalization. by Tim Peters · 20 years ago
  3. a28b3e6 Patch #727483: Add AUTH_TYPE and REMOTE_USER. by Martin v. Löwis · 20 years ago
  4. 061f132 Patch #973204: Use -rpath instead of -R on Irix and Tru64. by Martin v. Löwis · 20 years ago
  5. e064b41 Patch #914575: difflib side by side diff support, diff.py s/b/s HTML option. by Martin v. Löwis · 20 years ago
  6. 87fa785 Centralize WITH_TSC processing. by Martin v. Löwis · 20 years ago
  7. dc3883f Patch #934711: Expose platform-specific entropy. by Martin v. Löwis · 20 years ago
  8. 6ab78cd SF feature request #992967: array.array objects should support sequences. by Raymond Hettinger · 20 years ago
  9. df7a208 Whitespace normalization. by Tim Peters · 20 years ago
  10. fafd874 Added an __iter__ method for test suites. by Jim Fulton · 20 years ago
  11. 9f556a4 setUp and tearDown functions are now passed the test object by Jim Fulton · 20 years ago
  12. f54bad4 - setUp and tearDown functions are now passed the test object by Jim Fulton · 20 years ago
  13. 91879ab PyUnicode_Join(): Bozo Alert. While this is chugging along, it may by Tim Peters · 20 years ago
  14. 05eba1f PyUnicode_Join(): Rewrote to use PySequence_Fast(). This doesn't do by Tim Peters · 20 years ago
  15. cca0183 Removed old "if 0:" block for leak detection; wouldn't work anymore anyway. by Tim Peters · 20 years ago
  16. aef8cfa Don't really need ellipsis doctests for the syntax errors, because by Tim Peters · 20 years ago
  17. 0fafacc Removed outdated comment by Edward Loper · 20 years ago
  18. 77dcccc Fixed 6 failures due to doctest changes. by Tim Peters · 20 years ago
  19. 108f137 test_bug1001011(): Verify that by Tim Peters · 20 years ago
  20. 894c512 PyUnicode_Join(): Missed a spot where I intended a cast from size_t to by Tim Peters · 20 years ago
  21. 269ab62 Fix the spelling of Fredrik Lundh's last name (unless there really is a by Brett Cannon · 20 years ago
  22. 12a4baf Remove unused method _OutputRedirectingPdb.resume by Edward Loper · 20 years ago
  23. 2de91ba - Removed redundant call to expandtabs in DocTestParesr. by Edward Loper · 20 years ago
  24. 8ce9f16 PyUnicode_Join(): Two primary aims: by Tim Peters · 20 years ago
  25. 00f8da7 - Added DocTestParser.parse(), which parses a docstring into Examples by Edward Loper · 20 years ago
  26. 57d88e5 Move test_bug1001011() to string_tests.MixinStrUnicodeTest so that by Walter Dörwald · 20 years ago
  27. 592ef61 Correct incorrect "it's" to "its". by Johannes Gijsbers · 20 years ago
  28. e7edcb8 output_difference(): In fancy-diff cases, the way this split expected & by Tim Peters · 20 years ago
  29. 4085f03 Add missing executable option to DummyCommand. by Martin v. Löwis · 20 years ago
  30. 66cb018 Whitespace normalization. by Tim Peters · 20 years ago
  31. 5b799c1 _do_a_fancy_diff(): Pay no attention to the ellipses behind the curtain. by Tim Peters · 20 years ago
  32. f33683f Fine tune a word. by Tim Peters · 20 years ago
  33. cf53355 Thinko repair. by Tim Peters · 20 years ago
  34. a07bcd4 Reorg of exception section. Now that there are fewer details needing by Tim Peters · 20 years ago
  35. 770acc2 Remove unnecessary line. by Raymond Hettinger · 20 years ago
  36. f4fd79c Small wording fixups. by Raymond Hettinger · 20 years ago
  37. ca9111e Changed OutputChecker.output_difference to expect an Example object, by Edward Loper · 20 years ago
  38. a89f88d Added REPORT_ONLY_FIRST_FAILURE flag, which supresses output after the by Edward Loper · 20 years ago
  39. cc8a4f6 When building with --disable-toolbox-glue under Darwin, skip building any by Brett Cannon · 20 years ago
  40. 71f55af Renamed UNIFIED_DIFF->REPORT_UDIFF; CONTEXT_DIFF->REPORT_CDIFF; and by Edward Loper · 20 years ago
  41. 5662929 Shortened diff output for unified & context diffs by Edward Loper · 20 years ago
  42. aacf083 - Changed the output of report_start() and report_unexpected_exception() by Edward Loper · 20 years ago
  43. 0e44807 Restored half of a \versionadded only half of which should have been deleted. by Tim Peters · 20 years ago
  44. e8bbfe4 Patch #1015012. Improve markup and punctuation in libsocket.tex by Dave Cole · 20 years ago
  45. 3203efb Patch #1014930. Expose current parse location to XMLParser. by Dave Cole · 20 years ago
  46. 0d58e2b Minor improvements to the template code. by Raymond Hettinger · 20 years ago
  47. a6b6832 Added an "exc_msg" attribute to Example (containing the expected by Edward Loper · 20 years ago
  48. c5625ba Re-generate configure with recent configure.in change (for patch #1016224). by Trent Mick · 20 years ago
  49. af16e8c Apply patch #1016224: configure.in change to allow build of _bsddb module on by Trent Mick · 20 years ago
  50. 19b1958 Only recognize the expected output as an exception if it *starts* with by Edward Loper · 20 years ago
  51. d2afee4 Fix docstring typo. by Raymond Hettinger · 20 years ago
  52. 1792bfb Bypass peepholing of code with lineno tables having intervals >= 255. by Raymond Hettinger · 20 years ago
  53. 65d3c05 Fix typo in comment and add clarification. by Raymond Hettinger · 20 years ago
  54. e3a1b48 clean up markup for --executable description by Fred Drake · 20 years ago
  55. 87c98b2 Add various items by Andrew M. Kuchling · 20 years ago
  56. cae9e67 Patch #970015: Replace - by _ in version and release. by Martin v. Löwis · 20 years ago
  57. cf52524 Patch #970019: Include version and release in the BuildRoot. by Martin v. Löwis · 20 years ago
  58. 9f5c0c4 Patch #736857, #736859: Add -e option to build_scripts. by Martin v. Löwis · 20 years ago
  59. be83737 Patch #798244: More urllib2 examples. by Martin v. Löwis · 20 years ago
  60. c11d6f1 Patch #1014992: Never return more than a line from readline. by Martin v. Löwis · 20 years ago
  61. 8d494f3 Patch #1015021: Stop claiming that coerce can return None. Will backport to 2.3. by Martin v. Löwis · 20 years ago
  62. b92b7ed Back out 1.289, which breaks platforms needing addrinfo.h, and by Martin v. Löwis · 20 years ago
  63. ef0a82b Simplify chains of conditional jumps. (Suggested by Neal Norwitz.) by Raymond Hettinger · 20 years ago
  64. 08b07de Ah whoops, we didn't turn string into a package (thanks Neal!) by Barry Warsaw · 20 years ago
  65. 8bee761 PEP 292 classes Template and SafeTemplate are added to the string module. by Barry Warsaw · 20 years ago
  66. c885443 Stop producing or using OverflowWarning. PEP 237 thought this would by Tim Peters · 20 years ago
  67. 1fa040b SF #1015517, get readline to compile with older compilers by Neal Norwitz · 20 years ago
  68. eb619bb Fix for [ 1010677 ] thread Module Breaks PyGILState_Ensure(), by Mark Hammond · 20 years ago
  69. 8107ca4 Keep option parser from gobbling up the filename to be profiled and the by Skip Montanaro · 20 years ago
  70. fb15417 Fixed bug in DatagramHandler.send() by Vinay Sajip · 20 years ago
  71. a12fa14 Incorporate review comments courtesy of Neal Norwitz: by Raymond Hettinger · 20 years ago
  72. fd2d1f7 SF Patch #1013667: Cleanup Peepholer Output by Raymond Hettinger · 20 years ago
  73. 08158a0 Add Nick Coghlan for his patch solving an issue with joining string subclasses. by Raymond Hettinger · 20 years ago
  74. 674f241 SF Patch #1007087: Return new string for single subclass joins (Bug #1001011) by Raymond Hettinger · 20 years ago
  75. dd50cb7 The attempt to shut up deprecation warnings for doctest's own use of by Tim Peters · 20 years ago
  76. 4de7c5c test_DocTestFinder(): This test failed when test_doctest was run by Tim Peters · 20 years ago
  77. a7def72 Moved some test cases from doctest to test_doctest. by Tim Peters · 20 years ago
  78. 3fa8c20 Misc cleanups. by Tim Peters · 20 years ago
  79. b6a04d6 debug_script(): I changed this in haste before to take out the use of by Tim Peters · 20 years ago
  80. 31bd529 Patch #1014237: Consistently return booleans throughout. by Martin v. Löwis · 20 years ago
  81. 07fda7e Updated the socketpair() docstring and documentation to explain that the by Dave Cole · 20 years ago
  82. 0fc8575 Removed unnecessary calls to signal() to ignore SIGPIPE. SIGPIPE is ignored by Dave Cole · 20 years ago
  83. 656f7e4 Removed redundant versionadded{} for NDIFF_DIFF. Virtually everything by Tim Peters · 20 years ago
  84. 8bd5cb3 Add version info by Neal Norwitz · 20 years ago
  85. c234a52 Flush bz2 data even if nothing had been written so far. Fixes #1013882. by Martin v. Löwis · 20 years ago
  86. 70aa1f2 Fix repr for negative imaginary part. Fixes #1013908. by Martin v. Löwis · 20 years ago
  87. f82a9de Start deferring to the LaTeX docs for details. I'd like to move the by Tim Peters · 20 years ago
  88. c6cbab0 Added NDIFF_DIFF option. by Tim Peters · 20 years ago
  89. 94607dd Whitespace normalization. by Tim Peters · 20 years ago
  90. 75dc5e1 Type in docstring. by Tim Peters · 20 years ago
  91. c504915 _parse_example(): Simplified new code to preserve trailing spaces before by Tim Peters · 20 years ago
  92. 2dd2a28 Add acknowledgements to ExitDialog. by Martin v. Löwis · 20 years ago
  93. e09bd93 Patch #997284: Allow pydoc to work with XP Themes (.manifest file) by Martin v. Löwis · 20 years ago
  94. ac37f3d Patch #1009389: Make __credits__ a Unicode object. by Martin v. Löwis · 20 years ago
  95. 12237b3 Replace yield with sequence class. Fixes #1009803. by Martin v. Löwis · 20 years ago
  96. d3b0bab SF bug #1013760: Error in Chapter 4 of Tutorial by Raymond Hettinger · 20 years ago
  97. 07a349c Bugs fixed: by Jim Fulton · 20 years ago
  98. 8ffe9ab Move msi from sandbox to Tools. by Martin v. Löwis · 20 years ago
  99. 183403a 1. If user passes a non-existant filename on the commandline, just open by Kurt B. Kaiser · 20 years ago
  100. e594bee _ellipsis_match(): Removed special-casing of "...\n". The semantics by Tim Peters · 20 years ago