1. 6546d7c Fixed test_sizeof for deque. by Serhiy Storchaka · 9 years ago
  2. 0825e63 Backports: #25747: remove bad test. #27044: stop test_idle from leaking. by Terry Jan Reedy · 9 years ago
  3. c742dff Issue #27039: Fixed bytearray.remove() for values greater than 127. by Serhiy Storchaka · 9 years ago
  4. 3079bbe Issue #14132: Fix redirect handling when target is just a query string by Martin Panter · 9 years ago
  5. a898abd Issue #19524: Port fakehttp() from Py3 c1fb19907cc4 for use in test_urllib2 by Serhiy Storchaka · 11 years ago
  6. d0dc72b Issue #26995: Added tests for "f", "d", "D", "S", "Y", and "U" format codes by Serhiy Storchaka · 9 years ago
  7. c6a7c96 Backported tests for issue #18531. by Serhiy Storchaka · 9 years ago
  8. 6904ca3 Issue 18910: Edit idle_test/README.txt to add 'requires' warning. by Terry Jan Reedy · 9 years ago
  9. f45c175 Remove PEP 291 compatibility requirements for ctypes and modulefinder by Martin Panter · 9 years ago
  10. 0e1c5f7 Restored test_interleaved. After issue #8886 it was a duplicate of by Serhiy Storchaka · 9 years ago
  11. 1edccfa Issue #22274: Redirect stderr=STDOUT when stdout not redirected, by Akira Li by Martin Panter · 9 years ago
  12. ec62130 Issue #12045: Avoid duplicate execution of command in ctypes.util._get_soname(). by Antoine Pitrou · 14 years ago
  13. b5a67de Closes issue26960. by Senthil Kumaran · 9 years ago
  14. 3111c94 Issue #26881: modulefinder now works with bytecode with extended args. by Serhiy Storchaka · 9 years ago
  15. 4f23cab Corrections for a/an in code comments and documentation by Martin Panter · 9 years ago
  16. f2f1c57 Fix typos in comments, documentation and test method names by Martin Panter · 9 years ago
  17. cacbc17 Replace example.com with pythontest.net in test_getcode of test_urllibnet by Berker Peksag · 9 years ago
  18. 816a5ff Issue #17765: weakref.ref() no longer silently ignores keyword arguments. by Serhiy Storchaka · 9 years ago
  19. 073418a Issue #26873: xmlrpclib now raises ResponseError on unsupported type tags by Serhiy Storchaka · 9 years ago
  20. 7dc8e1e Backported test for posixpath.expanduser(). by Serhiy Storchaka · 9 years ago
  21. 7d03c84 Clarify IDLE-console differences with respect to the sys module. by Terry Jan Reedy · 9 years ago
  22. 84050c5 Upgrade ensurepip bundled setuptools to 20.10.1 by Donald Stufft · 9 years ago
  23. ae21a8a Issue #24114: Fix an uninitialized variable in `ctypes.util`. by Meador Inge · 9 years ago
  24. 064ee4d Issue #26864: Fix case insensitivity and suffix comparison with no_proxy by Martin Panter · 9 years ago
  25. b31c87b backport fix for Issue #26804. by Senthil Kumaran · 9 years ago
  26. d4442ae Issue #26837: assertSequenceEqual() now correctly outputs non-stringified by Serhiy Storchaka · 9 years ago
  27. 0207e76 Issue #26822: itemgetter, attrgetter and methodcaller objects no longer by Serhiy Storchaka · 9 years ago
  28. 5b48fa9 Fix spelling (inital), grammar (may translates) in documentation, comments by Martin Panter · 9 years ago
  29. 0cf2cf2 Issue #26657: Fix SimpleHTTPServer Windows directory traversal vulnerability by Martin Panter · 9 years ago
  30. 9a118f1 Issue #26778: Fixed "a/an/and" typos in code comment and documentation. by Serhiy Storchaka · 9 years ago
  31. 0bb165e Issue #4806: Avoid masking TypeError when *-unpacking a generator by Martin Panter · 10 years ago
  32. 414f8b9 add gc support to slice (closes #26659) by Benjamin Peterson · 9 years ago
  33. ccff2bb Issue #23029: Fix catch_warnings() in test_filename_none by Berker Peksag · 9 years ago
  34. aeff57d Improve the coverage of urlparse module. Backport to 2.7 branch. by Senthil Kumaran · 9 years ago
  35. bf02d18 Fix typos in code comment and documentation by Martin Panter · 9 years ago
  36. 6a8163a Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc by Martin Panter · 9 years ago
  37. f1023ba [minor] - Correct the docstring of locale.str. Patch by poleto. by Senthil Kumaran · 9 years ago
  38. 997a1c8 Issue #26733: Fixed formatting line numbers in test_dis. by Serhiy Storchaka · 9 years ago
  39. 149d080 Issue #13410: Fixed a bug in PyUnicode_Format where it failed to properly by Serhiy Storchaka · 9 years ago
  40. f1669a3 Issue #26712: Unify (r)split(), (l/r)strip() tests into string_tests by Martin Panter · 9 years ago
  41. ec3c245 Issue #26609: Fix up Python 2 port by Martin Panter · 9 years ago
  42. af58c85 Issue #26609: Fix HTTP server tests to request an absolute URL path by Martin Panter · 9 years ago
  43. 7784888 Issue #19377: Add .svg to mimetypes.types_map by Berker Peksag · 9 years ago
  44. 81f8d57 Issue #13952: Add .csv to mimetypes.types_map by Berker Peksag · 9 years ago
  45. 265bc81 Issue #16329: Add .webm to mimetypes.types_map by Berker Peksag · 9 years ago
  46. 86e0d57 Issue #26257: Eliminate buffer_tests.py and fix ByteArrayAsStringTest by Martin Panter · 9 years ago
  47. 3c38dcc Fix typos in documentation and comments by Martin Panter · 9 years ago
  48. 68822a0 Issue #22854: fileno() is always required in IOBase; remove test by Martin Panter · 9 years ago
  49. 0ed3891 Issue #26492: Added additional tests for exhausted iterators of mutable sequences. by Serhiy Storchaka · 9 years ago
  50. 14a7d63 Issue #26494: Fixed crash on iterating exhausting iterators. by Serhiy Storchaka · 9 years ago
  51. d524b70 Issue #23804: Fix SSL recv/read(0) to not return 1024 bytes by Martin Panter · 9 years ago
  52. b8089b4 Issue #26644: Raise ValueError for negative SSLSocket.recv() and read() by Martin Panter · 9 years ago
  53. 9d9d99c whitespace by Terry Jan Reedy · 9 years ago
  54. d0c21de Document maintenance of idlelib/help.html in idlelib. by Terry Jan Reedy · 9 years ago
  55. a9c24a6 Rebase 2.7 idlelib/idle.html on current 2.7.11 docs with tag changes. by Terry Jan Reedy · 9 years ago
  56. 6d297cb Issue #26581: Use the first coding cookie on a line, not the last one. by Serhiy Storchaka · 9 years ago
  57. cac1d23 Added new tests for detecting Python source code encoding. by Serhiy Storchaka · 9 years ago
  58. 67818a1 Issue #18048: Merge test_pep263.py and test_coding.py into test_source_encoding.py. by Serhiy Storchaka · 9 years ago
  59. 6765015 Issue #18048: Rename test_coding.py to test_source_encoding.py. by Serhiy Storchaka · 12 years ago
  60. dbcd457 Issue #23857: Implement PEP 493 by Nick Coghlan · 9 years ago
  61. 9cb2074 Issue #26313: ssl.py _load_windows_store_certs fails if windows cert store is empty. Patch by Baji. by Steve Dower · 9 years ago
  62. 115d858 Upgrade ensurepip._bundled pip to 8.1.1 and setuptools to 20.3 by Donald Stufft · 9 years ago
  63. ec8d6c2 Skip test_site if USER_SITE cannot be created by Victor Stinner · 9 years ago
  64. d351827 Issue #20556: Used specific assert methods in threading tests. by Serhiy Storchaka · 9 years ago
  65. deb1a90 Issue #26513: Fixes platform module detection of Windows Server by Steve Dower · 9 years ago
  66. 5c2cb82 Issue #23718: Fixed parsing time in week 0 before Jan 1. Original patch by by Serhiy Storchaka · 9 years ago
  67. ca76100 Issue 25959: Explain in docstring that PhotoImage.zoom arguments are by Terry Jan Reedy · 9 years ago
  68. 0fd213c Issue #26177: Fixed the keys() method for Canvas and Scrollbar widgets. by Serhiy Storchaka · 9 years ago
  69. 2c311f9 Issue #15068: Avoid creating a reference loop in fileinput. by Serhiy Storchaka · 9 years ago
  70. 69b7f81 Issue #15068: Got rid of excessive buffering in the fileinput module. by Serhiy Storchaka · 9 years ago
  71. 2d80fb3 Issue #26486: Removed pickle test that doesn't work in 2.7 on 64-bit platform. by Serhiy Storchaka · 9 years ago
  72. 20c8cd9 Issue #26456: Force all child threads to terminate in TestForkInThread by Martin Panter · 9 years ago
  73. 4ddb44a properly use PyObject_CallMethod in dictview binary operations (closes #26478) by Benjamin Peterson · 9 years ago
  74. 2ec5fd5 Document another recipe for itertools: all_equal(). Inspired by David Beazley. by Raymond Hettinger · 9 years ago
  75. 87640b3 Issue #2202: Fix UnboundLocalError in AbstractDigestAuthHandler.get_algorithm_impls by Berker Peksag · 9 years ago
  76. 9e00088 Issue #26167: Backported copy tests. by Serhiy Storchaka · 9 years ago
  77. a61bfdb Issue #26475: Fixed debugging output for regular expressions with the (?x) flag. by Serhiy Storchaka · 9 years ago
  78. 7c033e6 Issue #26486: Backported some pickle tests from 3.x. by Serhiy Storchaka · 9 years ago
  79. b6b1ab4 Issue #26385: Cleanup NamedTemporaryFile if fdopen() fails, by SilentGhost by Martin Panter · 9 years ago
  80. ef85a1a Issue #22836: Keep exception reports sensible despite errors by Martin Panter · 9 years ago
  81. ee7fe38 Issue #25801: Fixed resource warnings in test_zipfile64. Patch by SilentGhost. by Serhiy Storchaka · 9 years ago
  82. 83abccb Issue #25136: Support Apple Xcode 7's new textual SDK stub libraries. by Ned Deily · 9 years ago
  83. 098f6d0 Issue #5824: Fix DatagramRequestHandler tests by binding the client socket by Martin Panter · 9 years ago
  84. 39267c2 Issue #22088: Clarify base-64 alphabets and which characters are discarded by Martin Panter · 9 years ago
  85. be9ddc1 Issue #26261: Clarify NamedTemporaryFile name attribute vs file.name by Martin Panter · 9 years ago
  86. 59b9a16 Issues #22468, #21996, #22208: Clarify gettarinfo() and TarInfo usage by Martin Panter · 9 years ago
  87. 63d1f47 Issue #26309: Rewrite test in main thread and avoid race condition by Martin Panter · 9 years ago
  88. ba8474b Issue #26309: Shut down SocketServer request if verify_request() is false by Martin Panter · 9 years ago
  89. 53ae0ba Issue #26304: Change "allows to <verb>" to "allows <verb>ing" or similar by Martin Panter · 10 years ago
  90. 2dafcc2 Issues #26310, #26311: Fix typos in the documentation by Martin Panter · 10 years ago
  91. 78a54c0 Issue #25983: Added tests for multi-argument type(). by Serhiy Storchaka · 10 years ago
  92. ade4097 Issue #12923: Reset FancyURLopener's redirect counter even on exception by Martin Panter · 10 years ago
  93. 71b7176 Issue #25945: Fixed bugs in functools.partial. by Serhiy Storchaka · 10 years ago
  94. 886aba4 Issue #26173: Separate bad cert file tests and client rejection test by Martin Panter · 10 years ago
  95. fd8e850 Issue #26173: Fix test_ssl confusion with non-existing cert and wrongcert.pem by Martin Panter · 10 years ago
  96. a339e86 Issue #19023: Document ctypes array and pointer classes by Martin Panter · 10 years ago
  97. 3ecb6ab Issue #26198: Added tests for string-related format units of PyArg_Parse*() by Serhiy Storchaka · 10 years ago
  98. a944ac3 Issue #25507: revert incorrect movement of idleConf import in a37ea1d56e98. by Terry Jan Reedy · 10 years ago
  99. 7791165 code_richcompare() now uses the constants types by Victor Stinner · 10 years ago
  100. 9a3a8e9 Upgrade pip to 8.0.2 by Donald Stufft · 10 years ago