1. 34b32d6 #11763: don't use difflib in TestCase.assertMultiLineEqual if the strings are too long. by Ezio Melotti · 13 years ago
  2. 83627ed issue11236 getpass.getpass to respond ctrl-c or ctrl-z by Senthil Kumaran · 13 years ago
  3. e3685f6 #6780: fix starts/endswith error message to mention that tuples are accepted too. by Ezio Melotti · 13 years ago
  4. 3f2b184 Other minor clean-ups. by Raymond Hettinger · 13 years ago
  5. c646743 Remove unused branch in the clear() method. Minor comment edits. by Raymond Hettinger · 13 years ago
  6. 536999c Minor code clean-up. by Raymond Hettinger · 13 years ago
  7. b36f747 Remove unused imports by Raymond Hettinger · 13 years ago
  8. 43a5641 Minor code simplification. by Raymond Hettinger · 13 years ago
  9. 0b795e5 Minor code simplification. by Raymond Hettinger · 13 years ago
  10. 7ce6d97 Cleanups to remove dependencies and add docstrings. by Raymond Hettinger · 13 years ago
  11. 3674c85 Minor text rearrangement. by Raymond Hettinger · 13 years ago
  12. 44e8168 startswith and endswith don't accept None as slice index. Patch by Torsten Becker. (closes #11828) by Jesus Cea · 13 years ago
  13. 0d65433 Fix #8886. Use context managers throughout zipfile tests. by Brian Curtin · 13 years ago
  14. c98556e Issue #11875: Alter the previous fix to work better with subclasses by Raymond Hettinger · 13 years ago
  15. 7cb5ec0 Use a generic class lookup. by Raymond Hettinger · 13 years ago
  16. e0156c4 Issue 11875: Keep OrderedDict's __reduce__ from temporarily mutating the object. by Raymond Hettinger · 13 years ago
  17. bafc6a9 Fix sporadic failure in test_startfile. by Nadeem Vawda · 13 years ago
  18. efeb8bd Rework multiset methods to use less memory and to make fewer calls to __hash__. by Raymond Hettinger · 13 years ago
  19. 37c0fe5 Fix minor subclassing issue with collections.Counter by Raymond Hettinger · 13 years ago
  20. c283a85 Issue #5057: fix a bug in the peepholer that led to non-portable pyc files between narrow and wide builds while optimizing BINARY_SUBSCR on non-BMP chars (e.g. u"\U00012345"[0]). by Ezio Melotti · 13 years ago
  21. ddaea1c Issue #11467: Fix urlparse behavior when handling urls which contains scheme by Senthil Kumaran · 13 years ago
  22. 1bb18cc #11848: replace dead link in random.betavariate comment. by Ezio Melotti · 13 years ago
  23. a99b761 Fix Issue11474 - url2pathname() handling of '/C|/' on Windows by Senthil Kumaran · 13 years ago
  24. 9b342c6 Issue 3051: make pure python code pass the same tests as the C version. by Raymond Hettinger · 13 years ago
  25. 2b96f09 #9233: Fix json.loads({}) to return a dict (instead of a list), when _json is not available. by Ezio Melotti · 13 years ago
  26. 179816d Issue 11718: Teach IDLE's open module dialog to find packages. by Raymond Hettinger · 13 years ago
  27. ea8b6ef #10019: Fix regression relative to 2.6: add newlines if indent=0 by R David Murray · 13 years ago
  28. 49c4408 Fix Issue11703 - urllib2.get_url does not handle fragment in url properly. by Senthil Kumaran · 13 years ago
  29. 7c9d347 Issue 11747: Fix output format for context diffs. by Raymond Hettinger · 13 years ago
  30. d922329 Neaten-up the fix to issue 11830 by Raymond Hettinger · 13 years ago
  31. 4ded0c0 Remove unnecessary imports and use assertIs instead of assertTrue. by Ezio Melotti · 13 years ago
  32. 1b93021 #9233: skip _json-specific tests when _json is not available. by Ezio Melotti · 13 years ago
  33. 9d2ad44 Use floor division operator instead of deprecated division operator. by Raymond Hettinger · 13 years ago
  34. e4579c3 Issue #11830: Remove unnecessary introspection code in the decimal module. by Raymond Hettinger · 13 years ago
  35. 40b5316 Fix #5162. Allow child spawning from Windows services (via pywin32). by brian.curtin · 13 years ago
  36. 8b4367e #4877: Fix a segfault in xml.parsers.expat while attempting to parse a closed file. by Ezio Melotti · 13 years ago
  37. 7dfc874 Issue #8428: Fix a race condition in multiprocessing.Pool when terminating by Antoine Pitrou · 13 years ago
  38. 04cb72f Issue9670: Back out changeset b0d2b696da19; test fails on other platforms by Ned Deily · 13 years ago
  39. e427f0f Issue #9670: Increase the default stack size for secondary threads on by Ned Deily · 13 years ago
  40. fe2f1ad Issue #11719: Fix message about unexpected test_msilib skip. by Ross Lagerwall · 13 years ago
  41. c2b0d76 Issue #11766: increase countdown waiting for a pool of processes to start by Antoine Pitrou · 13 years ago
  42. bb4e470 hg pull/merge - Changes to accomodate. by Senthil Kumaran · 13 years ago
  43. 792eb5d Issue #10762: Guard against invalid/non-supported format string '%f' on Windows. Patch Santoso Wijaya. by Senthil Kumaran · 13 years ago
  44. 07019bc Issue #11576: Fixed timedelta subtraction glitch on big timedelta values by Alexander Belopolsky · 13 years ago
  45. 5f51182 Issue #7108: Fix test_commands to not fail when special attributes ('@' by Ned Deily · 13 years ago
  46. 9f1ffb2 #7311: fix HTMLParser to accept non-ASCII attribute values. by Ezio Melotti · 13 years ago
  47. 104c3f1 Issue #10963: Ensure that subprocess.communicate() never raises EPIPE. by Ross Lagerwall · 13 years ago
  48. e3c11b4 Issue #9347: Fix formatting for tuples in argparse type= error messages. by Steven Bethard · 13 years ago
  49. b885a5b Merge cleanup. by Guido van Rossum · 13 years ago
  50. 07ef62c Merge issue 11662 from 2.6. by Guido van Rossum · 13 years ago
  51. 079381d Merge issue 11662 from 2.5. by Guido van Rossum · 13 years ago
  52. b7ef35b Merge urllib/urllib2 security fix from 2.6 branch. by guido@google.com · 13 years ago
  53. 9a9fdfa Merge urllib/urllib2 security fix from 2.5 branch. by guido@google.com · 13 years ago
  54. 77d4660 Correct handling of functions with only kwarg args in getcallargs (closes #11256) by Benjamin Peterson · 13 years ago
  55. f150930 Add tests for the urllib[2] vulnerability. Change to raise exceptions. by guido@google.com · 13 years ago
  56. 7aea63f Add missing file from #11696. by Martin v. Löwis · 13 years ago
  57. 03f7e23 Closes #11696: Fix ID generation in msilib. Patch by Mark Mc Mahon. by Martin v. Löwis · 13 years ago
  58. d687be0 Issue #9696: Fix exception incorrectly raised by xdrlib.Packer.pack_int when trying to pack a negative (in-range) integer. by Mark Dickinson · 13 years ago
  59. bc3b104 Issue #9026: Fix order of argparse sub-commands in help messages. (Merged from 3.2.) by Steven Bethard · 13 years ago
  60. 49b0ce0 Fix short file name generation in bdist_msi. by Martin v. Löwis · 13 years ago
  61. 8c05568 revert unintended changes by Benjamin Peterson · 13 years ago
  62. f21ad92 check possible recursive _as_parameter_ to prevent segfault (closes #1838) by Benjamin Peterson · 13 years ago
  63. 5395862 Issue #9348: Raise an early error if argparse nargs and metavar don't match. (Merge from 3.2.) by Steven Bethard · 13 years ago
  64. 874d59e Issue #11144: Fix corner cases where float-to-int conversion unnecessarily returned a long. by Mark Dickinson · 13 years ago
  65. d3cb2f6 Issue #11675: Zero-out newly-created multiprocessing.[Raw]Array objects. by Mark Dickinson · 13 years ago
  66. 9aa5a34 Issue #11666: Teach pydoc to display full help for named tuples by Raymond Hettinger · 13 years ago
  67. f9e9a6f Issue #11673: Fix multiprocessing.[Raw]Array constructor to accept a size of type long. Thanks Robert Kern. by Mark Dickinson · 13 years ago
  68. 7548bce <Home> toggle failing on Tk 8.5, causing IDLE exits. Issue 3851. by Kurt B. Kaiser · 13 years ago
  69. 4664563 #2650: Refactor re.escape and its tests. by Ezio Melotti · 13 years ago
  70. 2bc23b8 Add FTP to the allowed url schemes. Add Misc/NEWS. by guido@google.com · 13 years ago
  71. 60a4a90 Issue 22663: fix redirect vulnerability in urllib/urllib2. by guido@google.com · 13 years ago
  72. f079c9b Fix obscure set crashers (#4420). Backport of d56b3cafb1e6, reviewed by Raymond. by Éric Araujo · 13 years ago
  73. 405a471 Issue 10787: Document the probability density function for random.gammavariate. by Raymond Hettinger · 13 years ago
  74. 911da47 Issue #11628: cmp_to_key should use__slots__. by Raymond Hettinger · 13 years ago
  75. 374274d Fix the total_ordering decorator to handle cross-type comparisons by Éric Araujo · 13 years ago
  76. 8faa207 Issue #10979. unittest stdout buffering now works for class and module fixtures. by Michael Foord · 13 years ago
  77. 5a9a508 branch merge. by Senthil Kumaran · 13 years ago
  78. 2e61730 merge from 2.6 branch by Senthil Kumaran · 13 years ago
  79. dfd1579 merge from 2.5 branch. by Senthil Kumaran · 13 years ago
  80. 3853586 Fix issue11442 - Add a charset parameter to the Content-type to avoid XSS attacks. by Senthil Kumaran · 13 years ago
  81. 020d3d9 <Home> toggle non-functional when NumLock set. Issue3851 by Kurt B. Kaiser · 13 years ago
  82. 4c9e91a Issue #10242: backport of more fixes to unittest.TestCase.assertItemsEqual by Michael Foord · 13 years ago
  83. 2ab5994 Issue #11569: use absolute path to the sysctl command in multiprocessing to by Ronald Oussoren · 13 years ago
  84. c2077b0 #11565: Fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 13 years ago
  85. 6905de1 Close issue #8600: test_gdb failures because innocuous warnings by Jesus Cea · 13 years ago
  86. 24b07bc #11515: fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 13 years ago
  87. 1aa999c Issue #11500: Fixed a bug in the os x proxy bypass code for fully qualified by Ronald Oussoren · 13 years ago
  88. b44e184 Port #11488 patch from 3.1 (changeset f816841bab03) by R David Murray · 13 years ago
  89. 8c76c53 merge heads by R David Murray · 13 years ago
  90. cdd5fc9 #11490: EACCES can also mean command not found by R David Murray · 13 years ago
  91. 2c8c62e Issue 11131: Fix sign of zero result on plus and minus operations in ROUND_FLOOR rounding mode. by Mark Dickinson · 13 years ago
  92. 3ae8113 Reverted bug fixes for #11444 (fc4d045e3170) and #11424 (b9d76846bb1c), which should not have been made in this branch. by Vinay Sajip · 13 years ago
  93. 9d4836e Issue #5622: Fix curses.wrapper to raise correct exception if curses by Ned Deily · 13 years ago
  94. ee145ec Issue #11444: Merge fix from 2.6. by Vinay Sajip · 13 years ago
  95. f4d0af4 Issue #11444: Lock handlers while flushing/closing during shutdown. by Vinay Sajip · 13 years ago
  96. 1af19d1 transform izip_longest #11424 by Benjamin Peterson · 13 years ago
  97. 923e6d2 Whitespace normalization. by Vinay Sajip · 13 years ago
  98. 44b740f #Issue 11424: merged fix from 2.6. by Vinay Sajip · 13 years ago
  99. 8dd2a40 Issue #11424: Fix bug in determining child loggers. by Vinay Sajip · 13 years ago
  100. bf12cdc only do this sys.stderr replacing on CPython by Benjamin Peterson · 13 years ago