1. 95d9555 fix idle about dialog #27365 by Benjamin Peterson · 9 years ago
  2. 4b27f14 update pydoc topics by Benjamin Peterson · 9 years ago
  3. f3ba6a9 Issue #5124: For 2.7, move requires('gui') from module level to setUpClass. by Terry Jan Reedy · 9 years ago
  4. 2e1b7fc raise an error when STARTTLS fails by Benjamin Peterson · 9 years ago
  5. 391f1a4 Issue #5124: NEWS entries. by Terry Jan Reedy · 9 years ago
  6. 3b6a532 Issue #5124: Paste with selection should always replace. by Terry Jan Reedy · 9 years ago
  7. c9813d8 Issue #20699: Document that “io” methods should accept memoryview by Martin Panter · 9 years ago
  8. 9aabacc Issue #7356: ctypes.util: Make parsing of ldconfig output locale independent. by Matthias Klose · 15 years ago
  9. 6af1c49 Issue #25738: Don’t send message body for 205 Reset Content by Martin Panter · 9 years ago
  10. c363644 Issue #21313: Tolerate truncated buildinfo in sys.version by Martin Panter · 9 years ago
  11. 05837ec Items for NEWS and idlelib/NEWS.txt. by Terry Jan Reedy · 9 years ago
  12. fcbb2c4 Issue #21916: Added more tests for the turtle module. by Serhiy Storchaka · 9 years ago
  13. 75c6b9b Merge heads by Serhiy Storchaka · 9 years ago
  14. dec45b4 Issue #21916: Added tests for the turtle module. by Serhiy Storchaka · 9 years ago
  15. 65a139a Issue #24759: Add 'private' notice for idlelib.idle_test. by Terry Jan Reedy · 9 years ago
  16. d37781e Issue #20041: Fixed TypeError when frame.f_trace is set to None. by Serhiy Storchaka · 9 years ago
  17. 0ba3c80 IDLE test README: 'gui' to 'GUI', except in "'gui'" and '-ugui'. by Terry Jan Reedy · 9 years ago
  18. bbf29ee Issue 20567: Revise idle_test/README.txt and some tests to match new advice. by Terry Jan Reedy · 9 years ago
  19. 13e6581 Issue #27185: Rename test_string_merged.py back to test_string.py. by Serhiy Storchaka · 9 years ago
  20. 6d38c2b Issue #27185: Merge test_pep292.py into test_string_merged.py. by Serhiy Storchaka · 9 years ago
  21. 49d6ab6 Issue #27185: Rename test_pep292.py to test_string_merged.py. by Serhiy Storchaka · 9 years ago
  22. 15da226 Issue #27185: Rename test_string.py to test_string_merged.py. by Serhiy Storchaka · 9 years ago
  23. 8d496ad Issue #27171: Fix typos in documentation, code comments, and tests by Martin Panter · 9 years ago
  24. d2b4926 Fix a few typos. Patch by Eitan Adler. by Ezio Melotti · 13 years ago
  25. 200a615 Issue #27125: Remove duplicated words from documentation and comments by Martin Panter · 9 years ago
  26. f50417b Add items to MISC/NEWS and idlelib/NEWS.txt. by Terry Jan Reedy · 9 years ago
  27. b44c452 Issue #27125: Fix various errors like “will [be] inherited” by Martin Panter · 9 years ago
  28. 253c0bf issue26083: Avoid duplicate error message string from a subprocess exec failure.Avoid a duplicate error message string from a subprocess exec failure. by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 9 years ago
  29. 6ecfab8 Issue #5784: Cannot test wbits=0 unless we know we have zlib v1.2.3.5 by Martin Panter · 9 years ago
  30. 9c946bb Issue #5784: Expand documentation and tests for zlib wbits parameter by Martin Panter · 9 years ago
  31. 90c9b40 Issue #27114: Fix SSLContext._load_windows_store_certs fails with PermissionError by Steve Dower · 9 years ago
  32. b1d867f Issue #27076: Doc, comment and test function name spelling fixes by Martin Panter · 9 years ago
  33. 2aaad46 Issue #26673: Protect IDLE from Linux fonts with reported default size 0. by Terry Jan Reedy · 9 years ago
  34. a8a259e Backported curses tests. by Serhiy Storchaka · 9 years ago
  35. 12cf60c Issue #26168: Fixed possible refleaks in failing Py_BuildValue() with the "N" by Serhiy Storchaka · 9 years ago
  36. 6546d7c Fixed test_sizeof for deque. by Serhiy Storchaka · 9 years ago
  37. 0825e63 Backports: #25747: remove bad test. #27044: stop test_idle from leaking. by Terry Jan Reedy · 9 years ago
  38. c742dff Issue #27039: Fixed bytearray.remove() for values greater than 127. by Serhiy Storchaka · 9 years ago
  39. 3079bbe Issue #14132: Fix redirect handling when target is just a query string by Martin Panter · 9 years ago
  40. a898abd Issue #19524: Port fakehttp() from Py3 c1fb19907cc4 for use in test_urllib2 by Serhiy Storchaka · 11 years ago
  41. d0dc72b Issue #26995: Added tests for "f", "d", "D", "S", "Y", and "U" format codes by Serhiy Storchaka · 9 years ago
  42. c6a7c96 Backported tests for issue #18531. by Serhiy Storchaka · 9 years ago
  43. 6904ca3 Issue 18910: Edit idle_test/README.txt to add 'requires' warning. by Terry Jan Reedy · 9 years ago
  44. f45c175 Remove PEP 291 compatibility requirements for ctypes and modulefinder by Martin Panter · 9 years ago
  45. 0e1c5f7 Restored test_interleaved. After issue #8886 it was a duplicate of by Serhiy Storchaka · 9 years ago
  46. 1edccfa Issue #22274: Redirect stderr=STDOUT when stdout not redirected, by Akira Li by Martin Panter · 9 years ago
  47. ec62130 Issue #12045: Avoid duplicate execution of command in ctypes.util._get_soname(). by Antoine Pitrou · 14 years ago
  48. b5a67de Closes issue26960. by Senthil Kumaran · 9 years ago
  49. 3111c94 Issue #26881: modulefinder now works with bytecode with extended args. by Serhiy Storchaka · 9 years ago
  50. 4f23cab Corrections for a/an in code comments and documentation by Martin Panter · 9 years ago
  51. f2f1c57 Fix typos in comments, documentation and test method names by Martin Panter · 9 years ago
  52. cacbc17 Replace example.com with pythontest.net in test_getcode of test_urllibnet by Berker Peksag · 9 years ago
  53. 816a5ff Issue #17765: weakref.ref() no longer silently ignores keyword arguments. by Serhiy Storchaka · 9 years ago
  54. 073418a Issue #26873: xmlrpclib now raises ResponseError on unsupported type tags by Serhiy Storchaka · 9 years ago
  55. 7dc8e1e Backported test for posixpath.expanduser(). by Serhiy Storchaka · 9 years ago
  56. 7d03c84 Clarify IDLE-console differences with respect to the sys module. by Terry Jan Reedy · 9 years ago
  57. 84050c5 Upgrade ensurepip bundled setuptools to 20.10.1 by Donald Stufft · 9 years ago
  58. ae21a8a Issue #24114: Fix an uninitialized variable in `ctypes.util`. by Meador Inge · 9 years ago
  59. 064ee4d Issue #26864: Fix case insensitivity and suffix comparison with no_proxy by Martin Panter · 9 years ago
  60. b31c87b backport fix for Issue #26804. by Senthil Kumaran · 9 years ago
  61. d4442ae Issue #26837: assertSequenceEqual() now correctly outputs non-stringified by Serhiy Storchaka · 9 years ago
  62. 0207e76 Issue #26822: itemgetter, attrgetter and methodcaller objects no longer by Serhiy Storchaka · 9 years ago
  63. 5b48fa9 Fix spelling (inital), grammar (may translates) in documentation, comments by Martin Panter · 9 years ago
  64. 0cf2cf2 Issue #26657: Fix SimpleHTTPServer Windows directory traversal vulnerability by Martin Panter · 9 years ago
  65. 9a118f1 Issue #26778: Fixed "a/an/and" typos in code comment and documentation. by Serhiy Storchaka · 9 years ago
  66. 0bb165e Issue #4806: Avoid masking TypeError when *-unpacking a generator by Martin Panter · 10 years ago
  67. 414f8b9 add gc support to slice (closes #26659) by Benjamin Peterson · 9 years ago
  68. ccff2bb Issue #23029: Fix catch_warnings() in test_filename_none by Berker Peksag · 9 years ago
  69. aeff57d Improve the coverage of urlparse module. Backport to 2.7 branch. by Senthil Kumaran · 9 years ago
  70. bf02d18 Fix typos in code comment and documentation by Martin Panter · 9 years ago
  71. 6a8163a Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc by Martin Panter · 9 years ago
  72. f1023ba [minor] - Correct the docstring of locale.str. Patch by poleto. by Senthil Kumaran · 9 years ago
  73. 997a1c8 Issue #26733: Fixed formatting line numbers in test_dis. by Serhiy Storchaka · 9 years ago
  74. 149d080 Issue #13410: Fixed a bug in PyUnicode_Format where it failed to properly by Serhiy Storchaka · 9 years ago
  75. f1669a3 Issue #26712: Unify (r)split(), (l/r)strip() tests into string_tests by Martin Panter · 9 years ago
  76. ec3c245 Issue #26609: Fix up Python 2 port by Martin Panter · 9 years ago
  77. af58c85 Issue #26609: Fix HTTP server tests to request an absolute URL path by Martin Panter · 9 years ago
  78. 7784888 Issue #19377: Add .svg to mimetypes.types_map by Berker Peksag · 9 years ago
  79. 81f8d57 Issue #13952: Add .csv to mimetypes.types_map by Berker Peksag · 9 years ago
  80. 265bc81 Issue #16329: Add .webm to mimetypes.types_map by Berker Peksag · 9 years ago
  81. 86e0d57 Issue #26257: Eliminate buffer_tests.py and fix ByteArrayAsStringTest by Martin Panter · 9 years ago
  82. 3c38dcc Fix typos in documentation and comments by Martin Panter · 9 years ago
  83. 68822a0 Issue #22854: fileno() is always required in IOBase; remove test by Martin Panter · 9 years ago
  84. 0ed3891 Issue #26492: Added additional tests for exhausted iterators of mutable sequences. by Serhiy Storchaka · 9 years ago
  85. 14a7d63 Issue #26494: Fixed crash on iterating exhausting iterators. by Serhiy Storchaka · 9 years ago
  86. d524b70 Issue #23804: Fix SSL recv/read(0) to not return 1024 bytes by Martin Panter · 9 years ago
  87. b8089b4 Issue #26644: Raise ValueError for negative SSLSocket.recv() and read() by Martin Panter · 9 years ago
  88. 9d9d99c whitespace by Terry Jan Reedy · 9 years ago
  89. d0c21de Document maintenance of idlelib/help.html in idlelib. by Terry Jan Reedy · 9 years ago
  90. a9c24a6 Rebase 2.7 idlelib/idle.html on current 2.7.11 docs with tag changes. by Terry Jan Reedy · 9 years ago
  91. 6d297cb Issue #26581: Use the first coding cookie on a line, not the last one. by Serhiy Storchaka · 9 years ago
  92. cac1d23 Added new tests for detecting Python source code encoding. by Serhiy Storchaka · 9 years ago
  93. 67818a1 Issue #18048: Merge test_pep263.py and test_coding.py into test_source_encoding.py. by Serhiy Storchaka · 9 years ago
  94. 6765015 Issue #18048: Rename test_coding.py to test_source_encoding.py. by Serhiy Storchaka · 12 years ago
  95. dbcd457 Issue #23857: Implement PEP 493 by Nick Coghlan · 9 years ago
  96. 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
  97. 115d858 Upgrade ensurepip._bundled pip to 8.1.1 and setuptools to 20.3 by Donald Stufft · 9 years ago
  98. ec8d6c2 Skip test_site if USER_SITE cannot be created by Victor Stinner · 9 years ago
  99. d351827 Issue #20556: Used specific assert methods in threading tests. by Serhiy Storchaka · 9 years ago
  100. deb1a90 Issue #26513: Fixes platform module detection of Windows Server by Steve Dower · 9 years ago