1. 0109812 Issue 24297: Update symbol.py. See also issue 24017. by Yury Selivanov · 10 years ago
  2. 20703c6 tarfile.open() with mode 'x' created files without an end of archive marker. by Lars Gustäbel · 10 years ago
  3. 55871f0 Issue #24285: fix importing extensions from packages by Nick Coghlan · 10 years ago
  4. 09479d0 merge 3.4 by Benjamin Peterson · 10 years ago
  5. 82d8f06 merge 3.3 by Benjamin Peterson · 10 years ago
  6. 86c3a3b merge 3.2 by Benjamin Peterson · 10 years ago
  7. b03856a keep distutils version in sync with python version automatically by Benjamin Peterson · 10 years ago
  8. 24d262a (Merge 3.5) Issue #23840: tokenize.open() now closes the temporary binary file by Victor Stinner · 10 years ago
  9. 387729e Issue #23840: tokenize.open() now closes the temporary binary file on error to by Victor Stinner · 10 years ago
  10. aca575c Merge. by Larry Hastings · 10 years ago
  11. 46c5611 Backed out changeset: b0a0b9b59012 by Serhiy Storchaka · 10 years ago
  12. 205acde Version bump for 3.5.0b1. by Larry Hastings · 10 years ago
  13. 0482af4 Updated topics (and susp-ignored) for Python 3.5.0b1. by Larry Hastings · 10 years ago
  14. d68ec17 Merge backout of 57776eee74f2. by Larry Hastings · 10 years ago
  15. 8252cc9 Backed out changeset 57776eee74f2 by Larry Hastings · 10 years ago
  16. b888d61 Update idlelib/NEWS.txt by Terry Jan Reedy · 10 years ago
  17. c4dc43e Update idlelib/NEWS.txt. by Terry Jan Reedy · 10 years ago
  18. 1c858c3 Issue #14373: Added C implementation of functools.lru_cache(). Based on by Serhiy Storchaka · 10 years ago
  19. c709085 Issue #23970: Fixes bdist_wininst not working on non-Windows platform. by Steve Dower · 10 years ago
  20. fd3664b Issue #23970: Adds distutils._msvccompiler for new Visual Studio versions. by Steve Dower · 10 years ago
  21. 5a69420 merge 3.4 (#22931) by Benjamin Peterson · 10 years ago
  22. c4ae86e merge 3.3 (#22931) by Benjamin Peterson · 10 years ago
  23. d504f20 merge 3.2 (#22931) by Benjamin Peterson · 10 years ago
  24. 9bd476e allow square brackets in cookie values (closes #22931) by Benjamin Peterson · 10 years ago
  25. d5cacbb PEP 489: Multi-phase extension module initialization by Nick Coghlan · 10 years ago
  26. ec219ba Issue #23086: Add start and stop arguments to the Sequence.index() mixin method. by Raymond Hettinger · 10 years ago
  27. 256613c Merge 3.4 into default, upgrading pip to 7.0.1 by Donald Stufft · 10 years ago
  28. 7bf0d5a Upgrade pip to 7.0.1 by Donald Stufft · 10 years ago
  29. f070f1c Issue #21448: Improve performance of the email feedparser by Raymond Hettinger · 10 years ago
  30. 573b44c Issue 22189: Add missing methods to UserString by Raymond Hettinger · 10 years ago
  31. ad577b9 Issue 24230: The tempfile module now accepts bytes for prefix, suffix and dir by Gregory P. Smith · 10 years ago
  32. c8386f7 Issue 20438: Adjust stacklevel of inspect.getargspec() warning. by Yury Selivanov · 10 years ago
  33. 46dbb7d Preliminary typing.py, anticipating provisional acceptance of PEP 484. by Guido van Rossum · 10 years ago
  34. 7dc9dea Issue #20035: Reimplement tkinter._fix module as a C function. by Zachary Ware · 10 years ago
  35. 3cfec2e Issue 20438: Deprecate inspect.getargspec() and friends. by Yury Selivanov · 10 years ago
  36. 6833339 Issue 24237: Raise PendingDeprecationWarning per PEP 479 by Yury Selivanov · 10 years ago
  37. e79ec70 Issue #24257: Fixed incorrect uses of PyObject_IsInstance(). by Serhiy Storchaka · 10 years ago
  38. 08d230a Issue #24257: Fixed incorrect uses of PyObject_IsInstance(). by Serhiy Storchaka · 10 years ago
  39. 35e24a5 merge: Upgrade pip to 7.0 and setuptools to 16.0 by Donald Stufft · 10 years ago
  40. df9ba36 Upgrade pip to 7.0 and setuptools to 16.0 by Donald Stufft · 10 years ago
  41. b560158 Set stacklevel to 2 to get more accurate warning messages from deprecated functions. by Berker Peksag · 10 years ago
  42. 095fb84 Issue 23898: Fix inspect.classify_class_attrs() to work with __eq__ by Yury Selivanov · 10 years ago
  43. bf341fb Issue 23898: Fix inspect.classify_class_attrs() to work with __eq__ by Yury Selivanov · 10 years ago
  44. b2f3c23 Issue #23985: Fixed integer overflow in iterator object. Patch by by Serhiy Storchaka · 10 years ago
  45. 4faf5c5 Issue #23985: Fixed integer overflow in iterator object. Patch by by Serhiy Storchaka · 10 years ago
  46. 041dd8e Issue #15836: assertRaises(), assertRaisesRegex(), assertWarns() and by Serhiy Storchaka · 10 years ago
  47. ff54223 Issue 24017: Use abc.Coroutine in inspect.iscoroutine() function by Yury Selivanov · 10 years ago
  48. 57c74fc Issue 24248: Deprecate inspect.Signature.from_function and .from_builtin by Yury Selivanov · 10 years ago
  49. 45d6156 Issue #9858: Add missing method stubs to _io.RawIOBase. Patch by Laura Rupprecht. by Antoine Pitrou · 10 years ago
  50. 6033585 Issue #22955: Fixed test_operator. It left Python implementation in by Serhiy Storchaka · 10 years ago
  51. cf45f02 inspect.Signature: Factor out Signature.from_function to a private helper by Yury Selivanov · 10 years ago
  52. bcd4fc1 Issue 20691: Add follow_wrapped arg to inspect.signature/from_callable. by Yury Selivanov · 10 years ago
  53. 1f507a8 Issue 24215: Added tests for more builtin types in test_pprint. by Serhiy Storchaka · 10 years ago
  54. cbfe07e Issue 24215: Added tests for more builtin types in test_pprint. by Serhiy Storchaka · 10 years ago
  55. 3ddcfb1 Issue #24134: Use assertRaises() in context manager form in test_slice to by Serhiy Storchaka · 10 years ago
  56. c0e0022 Issue #24134: Use assertRaises() in context manager form in test_slice to by Serhiy Storchaka · 10 years ago
  57. 35ac5f8 Issue #22955: attrgetter, itemgetter and methodcaller objects in the operator by Serhiy Storchaka · 10 years ago
  58. 5418d0b Issue #24245: Eliminated senseless expect clauses that have no any effect in by Serhiy Storchaka · 10 years ago
  59. ef94869 Issue #24245: Eliminated senseless expect clauses that have no any effect in by Serhiy Storchaka · 10 years ago
  60. e98209c Issue #24245: Eliminated senseless expect clauses that have no any effect. by Serhiy Storchaka · 10 years ago
  61. ba9ac5b Issue #16261: Converted some bare except statements to except statements by Serhiy Storchaka · 10 years ago
  62. 492f027 Issue #22107: tempfile.gettempdir() and tempfile.mkdtemp() now try again by Serhiy Storchaka · 10 years ago
  63. 5d6b7b1 Issue #22107: tempfile.gettempdir() and tempfile.mkdtemp() now try again by Serhiy Storchaka · 10 years ago
  64. 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 · 10 years ago
  65. 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 · 10 years ago
  66. 6371446 #24215: also back out changeset that broke test_trace in 3.4. by R David Murray · 10 years ago
  67. 7bc452d Back out changeset 955dffec3d94 since it broke the buildbots. by R David Murray · 10 years ago
  68. 5bfc03f Issue #23780: Improved error message in os.path.join() with single argument. by Serhiy Storchaka · 10 years ago
  69. 6baa0a5 Issue #6598: Increased time precision and random number range in by Serhiy Storchaka · 10 years ago
  70. ae760c0 Issue #6598: Increased time precision and random number range in by Serhiy Storchaka · 10 years ago
  71. 8687275 Issue 24205: Improve inspect.Signature.bind() error messages. by Yury Selivanov · 10 years ago
  72. 8085b80 Issue 24226: Fix parsing of many sequential one-line 'def' statements. by Yury Selivanov · 10 years ago
  73. a2c145c Issue #24091: Fixed various crashes in corner cases in C implementation of by Serhiy Storchaka · 10 years ago
  74. 5bf3120 Issue #24091: Fixed various crashes in corner cases in C implementation of by Serhiy Storchaka · 10 years ago
  75. c0937f7 Issue #24102: Fixed exception type checking in standard error handlers. by Serhiy Storchaka · 10 years ago
  76. ca7fecb Issue #24102: Fixed exception type checking in standard error handlers. by Serhiy Storchaka · 10 years ago
  77. 4baebfe Issue #21337: Add bare-bones Tix test by Zachary Ware · 10 years ago
  78. c17686f Issue #13866: add *quote_via* argument to urlencode. by R David Murray · 10 years ago
  79. 8308444 #24218: Add SMTPUTF8 support to send_message. by R David Murray · 10 years ago
  80. 740d613 merge by Raymond Hettinger · 10 years ago
  81. 610a51f Issue #23757: Only call the concrete list API for exact lists. by Raymond Hettinger · 10 years ago
  82. fdb23c2 #20098: add mangle_from_ policy option. by R David Murray · 10 years ago
  83. 224ef3e #24211: Add RFC6532 support to the email library. by R David Murray · 10 years ago
  84. bbbff3f Merge with 3.4 by Terry Jan Reedy · 10 years ago
  85. 296c66e Issue #24199: Make idlever module self updating. Syop using it in aboutDialog. by Terry Jan Reedy · 10 years ago
  86. f7e3938 Fixed issue #16314 test for the case when lzma is not available. by Serhiy Storchaka · 10 years ago
  87. c7e0522 Merge with 3.4 by Terry Jan Reedy · 10 years ago
  88. a0b8a50 Issue #24212: Put reference in idle.__main__ to issue with explanation. by Terry Jan Reedy · 10 years ago
  89. 9e7990a Issue #24210: Silence more PendingDeprecationWarning warnings in tests. by Berker Peksag · 10 years ago
  90. b744f3a #21083: add get_content_disposition method to email.message. by R David Murray · 10 years ago
  91. b9cec6a Issue #16314: Added support for the LZMA compression in distutils. by Serhiy Storchaka · 10 years ago
  92. b8cd3e4 #21804: Add RFC 6856 (UTF8) support to poplib. by R David Murray · 10 years ago
  93. 8eb1f07 Issue #18682: Optimized pprint functions for builtin scalar types. by Serhiy Storchaka · 10 years ago
  94. 6d90fd5 Added tests for more builtin types. Made test_pprint discoverable. by Serhiy Storchaka · 10 years ago
  95. 5dbb40f Added tests for more builtin types. Made test_pprint discoverable. by Serhiy Storchaka · 10 years ago
  96. b9731f2 Merge with 3.4 by Terry Jan Reedy · 10 years ago
  97. 031d064 Issue #23964: Update idlelib/idle_test/README.txt. first patch by Al Sweigart. by Terry Jan Reedy · 10 years ago
  98. cee7cf6 #22027: Add RFC6531 support to smtplib. by R David Murray · 10 years ago
  99. b907a51 Issue 24190: Add inspect.BoundArguments.apply_defaults() method. by Yury Selivanov · 10 years ago
  100. 1392f71 Issue #24210: Silence a PendingDeprecationWarning warning in platform.platform(). by Berker Peksag · 10 years ago