1. 548de2b Issue #22955: Fixed reference leak in attrgetter.repr(). by Serhiy Storchaka · 9 years ago
  2. b1cc37c improve wording by Benjamin Peterson · 9 years ago
  3. 57c74fc Issue 24248: Deprecate inspect.Signature.from_function and .from_builtin by Yury Selivanov · 9 years ago
  4. 45d6156 Issue #9858: Add missing method stubs to _io.RawIOBase. Patch by Laura Rupprecht. by Antoine Pitrou · 9 years ago
  5. 6033585 Issue #22955: Fixed test_operator. It left Python implementation in by Serhiy Storchaka · 9 years ago
  6. cf45f02 inspect.Signature: Factor out Signature.from_function to a private helper by Yury Selivanov · 9 years ago
  7. bcd4fc1 Issue 20691: Add follow_wrapped arg to inspect.signature/from_callable. by Yury Selivanov · 9 years ago
  8. 1f507a8 Issue 24215: Added tests for more builtin types in test_pprint. by Serhiy Storchaka · 9 years ago
  9. cbfe07e Issue 24215: Added tests for more builtin types in test_pprint. by Serhiy Storchaka · 9 years ago
  10. f54bcfb Updates PCBuild.sln to open with VS 2015 by default. by Steve Dower · 9 years ago
  11. 3ddcfb1 Issue #24134: Use assertRaises() in context manager form in test_slice to by Serhiy Storchaka · 9 years ago
  12. c0e0022 Issue #24134: Use assertRaises() in context manager form in test_slice to by Serhiy Storchaka · 9 years ago
  13. 35ac5f8 Issue #22955: attrgetter, itemgetter and methodcaller objects in the operator by Serhiy Storchaka · 9 years ago
  14. 5418d0b Issue #24245: Eliminated senseless expect clauses that have no any effect in by Serhiy Storchaka · 9 years ago
  15. ef94869 Issue #24245: Eliminated senseless expect clauses that have no any effect in by Serhiy Storchaka · 9 years ago
  16. e98209c Issue #24245: Eliminated senseless expect clauses that have no any effect. by Serhiy Storchaka · 9 years ago
  17. ba9ac5b Issue #16261: Converted some bare except statements to except statements by Serhiy Storchaka · 9 years ago
  18. 492f027 Issue #22107: tempfile.gettempdir() and tempfile.mkdtemp() now try again by Serhiy Storchaka · 9 years ago
  19. 5d6b7b1 Issue #22107: tempfile.gettempdir() and tempfile.mkdtemp() now try again by Serhiy Storchaka · 9 years ago
  20. 873e0df Fix some compilation warnings when using gcc (-Wmaybe-uninitialized). by Antoine Pitrou · 9 years ago
  21. f6d1f1f Fix some compilation warnings when using gcc (-Wmaybe-uninitialized). by Antoine Pitrou · 9 years ago
  22. ef64847 Issue #23985: Fix a possible buffer overrun when deleting a slice from the front of a bytearray and then appending some other bytes data. by Antoine Pitrou · 9 years ago
  23. 2545411 Issue #23985: Fix a possible buffer overrun when deleting a slice from the front of a bytearray and then appending some other bytes data. by Antoine Pitrou · 9 years ago
  24. 94e44ed Null merge. by R David Murray · 9 years ago
  25. 6371446 #24215: also back out changeset that broke test_trace in 3.4. by R David Murray · 9 years ago
  26. 7bc452d Back out changeset 955dffec3d94 since it broke the buildbots. by R David Murray · 9 years ago
  27. e09b42c #19662: fix typo by R David Murray · 9 years ago
  28. 5bfc03f Issue #23780: Improved error message in os.path.join() with single argument. by Serhiy Storchaka · 9 years ago
  29. 6baa0a5 Issue #6598: Increased time precision and random number range in by Serhiy Storchaka · 9 years ago
  30. ae760c0 Issue #6598: Increased time precision and random number range in by Serhiy Storchaka · 9 years ago
  31. 8687275 Issue 24205: Improve inspect.Signature.bind() error messages. by Yury Selivanov · 9 years ago
  32. fee05da Issue #24232: Fix typos. Patch by Ville Skyttä. by Berker Peksag · 9 years ago
  33. 315e104 Issue #24232: Fix typos. Patch by Ville Skyttä. by Berker Peksag · 9 years ago
  34. 5f120fc Issue #24233: Add a proper link to socket.getfqdn() documentation. by Berker Peksag · 9 years ago
  35. 2a8baed Issue #24233: Add a proper link to socket.getfqdn() documentation. by Berker Peksag · 9 years ago
  36. bbe44ce Fix Sphinx compile error. by Berker Peksag · 9 years ago
  37. 1936354 Fix typo in Misc/NEWS. by Berker Peksag · 9 years ago
  38. ed9ed7f Fix typo in Nisc/NEWS. by Berker Peksag · 9 years ago
  39. 9ce71a6 Fixed typos in comments. by Serhiy Storchaka · 9 years ago
  40. 7e29eea Fixed typos in comments. by Serhiy Storchaka · 9 years ago
  41. 8085b80 Issue 24226: Fix parsing of many sequential one-line 'def' statements. by Yury Selivanov · 9 years ago
  42. a2c145c Issue #24091: Fixed various crashes in corner cases in C implementation of by Serhiy Storchaka · 9 years ago
  43. 5bf3120 Issue #24091: Fixed various crashes in corner cases in C implementation of by Serhiy Storchaka · 9 years ago
  44. c0937f7 Issue #24102: Fixed exception type checking in standard error handlers. by Serhiy Storchaka · 9 years ago
  45. ca7fecb Issue #24102: Fixed exception type checking in standard error handlers. by Serhiy Storchaka · 9 years ago
  46. f4e6030 Closes #21931: Merge with 3.4 by Zachary Ware · 9 years ago
  47. 0a29e89 Issue #21931: Fix error handling in msilib.FCICreate(). by Zachary Ware · 9 years ago
  48. c15ea4c Issue #23488: Fix a syntax error on big endian platforms. by Zachary Ware · 9 years ago
  49. 4baebfe Issue #21337: Add bare-bones Tix test by Zachary Ware · 9 years ago
  50. c17686f Issue #13866: add *quote_via* argument to urlencode. by R David Murray · 9 years ago
  51. 1dbee94 #24211: Add missing docs for SMTPUTF8 policy instance. by R David Murray · 9 years ago
  52. 8308444 #24218: Add SMTPUTF8 support to send_message. by R David Murray · 9 years ago
  53. 740d613 merge by Raymond Hettinger · 9 years ago
  54. 610a51f Issue #23757: Only call the concrete list API for exact lists. by Raymond Hettinger · 9 years ago
  55. 01d566d Issue #22155: News entry. by Terry Jan Reedy · 9 years ago
  56. 6558190 Issue #22155: News entry. by Terry Jan Reedy · 9 years ago
  57. 6883faf Merge with 3.4 by Terry Jan Reedy · 9 years ago
  58. d986563 Issue #22155: Add File Handlers subsection with createfilehandler to tkinter by Terry Jan Reedy · 9 years ago
  59. fdb23c2 #20098: add mangle_from_ policy option. by R David Murray · 9 years ago
  60. 224ef3e #24211: Add RFC6532 support to the email library. by R David Murray · 9 years ago
  61. c1ecef7 Merge: #24216: fix typo by R David Murray · 9 years ago
  62. 0e8168c #24216: fix typo by R David Murray · 9 years ago
  63. 2eb1a8b Ignore PCbuild/.vs directory. by Zachary Ware · 9 years ago
  64. bbbff3f Merge with 3.4 by Terry Jan Reedy · 9 years ago
  65. 296c66e Issue #24199: Make idlever module self updating. Syop using it in aboutDialog. by Terry Jan Reedy · 9 years ago
  66. f7e3938 Fixed issue #16314 test for the case when lzma is not available. by Serhiy Storchaka · 9 years ago
  67. c7e0522 Merge with 3.4 by Terry Jan Reedy · 9 years ago
  68. a0b8a50 Issue #24212: Put reference in idle.__main__ to issue with explanation. by Terry Jan Reedy · 9 years ago
  69. 5b3df5b Add versionadded directive for BoundArguments.apply_defaults(). by Berker Peksag · 9 years ago
  70. 9e7990a Issue #24210: Silence more PendingDeprecationWarning warnings in tests. by Berker Peksag · 9 years ago
  71. b744f3a #21083: add get_content_disposition method to email.message. by R David Murray · 9 years ago
  72. b9cec6a Issue #16314: Added support for the LZMA compression in distutils. by Serhiy Storchaka · 9 years ago
  73. b8cd3e4 #21804: Add RFC 6856 (UTF8) support to poplib. by R David Murray · 9 years ago
  74. 8eb1f07 Issue #18682: Optimized pprint functions for builtin scalar types. by Serhiy Storchaka · 9 years ago
  75. 6d90fd5 Added tests for more builtin types. Made test_pprint discoverable. by Serhiy Storchaka · 9 years ago
  76. 5dbb40f Added tests for more builtin types. Made test_pprint discoverable. by Serhiy Storchaka · 9 years ago
  77. b9731f2 Merge with 3.4 by Terry Jan Reedy · 9 years ago
  78. 031d064 Issue #23964: Update idlelib/idle_test/README.txt. first patch by Al Sweigart. by Terry Jan Reedy · 9 years ago
  79. 3113765 #19662: Make requirement to support arbitrary keywords explicit. by R David Murray · 9 years ago
  80. cee7cf6 #22027: Add RFC6531 support to smtplib. by R David Murray · 9 years ago
  81. b907a51 Issue 24190: Add inspect.BoundArguments.apply_defaults() method. by Yury Selivanov · 9 years ago
  82. 1392f71 Issue #24210: Silence a PendingDeprecationWarning warning in platform.platform(). by Berker Peksag · 9 years ago
  83. 6738b11 Issue 24208: Fix tests -- don't create a tempdir in __init__. by Yury Selivanov · 9 years ago
  84. de12b79 allow test node after ** in calls (closes #24176) by Benjamin Peterson · 9 years ago
  85. 8de32d9 Fixed release date. by Serhiy Storchaka · 9 years ago
  86. 8600c80 Null merge by Serhiy Storchaka · 9 years ago
  87. df573d6 Issue #24134: assertRaises(), assertRaisesRegex(), assertWarns() and by Serhiy Storchaka · 9 years ago
  88. a7d00c2 Reverted issue #24134 changes (except new tests). by Serhiy Storchaka · 9 years ago
  89. 6b680cd Fixed compilation error in signalmodule.c (issue #20182). by Serhiy Storchaka · 9 years ago
  90. c7027b7 Issue #20182: converted the signal module to use Argument Clinic by Tal Einat · 9 years ago
  91. 97fceee Argument Clinic: added missing bit of info in howto by Tal Einat · 9 years ago
  92. c784c6d Tighten-up code by eliminating an unnecessary variable. by Raymond Hettinger · 9 years ago
  93. 75fb816 Issue #23184: idle tests, remove unused names and imports. by Terry Jan Reedy · 9 years ago
  94. 183a941 Issue #24192: Fix namespace package imports. by Eric Snow · 9 years ago
  95. 188c18d Merge 3.4 #23184: idle tests, remove unused names and imports. by Terry Jan Reedy · 9 years ago
  96. 7fae66c Merge with 3.4 Issue #23184: idlelib, remove more unused names and imports. by Terry Jan Reedy · 9 years ago
  97. 038c16b Issue #23184: idlelib, remove more unused names and imports. by Terry Jan Reedy · 9 years ago
  98. d69755d Minor code clean-up. by Raymond Hettinger · 9 years ago
  99. 29655df Issue #24064: Docuement that oroperty docstrings are now writeable. by Raymond Hettinger · 9 years ago
  100. 42b50d1 Fixes default per-user install precompiling the standard library. by Steve Dower · 9 years ago