1. ec219ba Issue #23086: Add start and stop arguments to the Sequence.index() mixin method. by Raymond Hettinger · 9 years ago
  2. 256613c Merge 3.4 into default, upgrading pip to 7.0.1 by Donald Stufft · 9 years ago
  3. 7bf0d5a Upgrade pip to 7.0.1 by Donald Stufft · 9 years ago
  4. f070f1c Issue #21448: Improve performance of the email feedparser by Raymond Hettinger · 9 years ago
  5. 573b44c Issue 22189: Add missing methods to UserString by Raymond Hettinger · 9 years ago
  6. ab89f9c merge by Raymond Hettinger · 9 years ago
  7. 9ecf9e2 Issue #24219: Remove duplicate literal in docs. by Raymond Hettinger · 9 years ago
  8. bd0d91e Removes lingering references to RAR now that make_zip.py actually makes a ZIP by Steve Dower · 9 years ago
  9. ad577b9 Issue 24230: The tempfile module now accepts bytes for prefix, suffix and dir by Gregory P. Smith · 9 years ago
  10. 4a7fe7e Issue #23955: Add pyvenv.cfg option to suppress registry/environment lookup for generating sys.path. by Steve Dower · 9 years ago
  11. d9ef74e Issue 24244: Prevents termination when an invalid format string is encountered on Windows. by Steve Dower · 9 years ago
  12. 945fff4 Issue 20438: Add a note about deprecating old inspect APIs to whatsnew. by Yury Selivanov · 9 years ago
  13. c8386f7 Issue 20438: Adjust stacklevel of inspect.getargspec() warning. by Yury Selivanov · 9 years ago
  14. 46dbb7d Preliminary typing.py, anticipating provisional acceptance of PEP 484. by Guido van Rossum · 9 years ago
  15. 569db2c Fix extraneous BOM in whatsnew. by Zachary Ware · 9 years ago
  16. 7dc9dea Issue #20035: Reimplement tkinter._fix module as a C function. by Zachary Ware · 9 years ago
  17. 3cfec2e Issue 20438: Deprecate inspect.getargspec() and friends. by Yury Selivanov · 9 years ago
  18. 8d006e7 docs: Mention PEP 479 in whatsnew. by Yury Selivanov · 9 years ago
  19. 6833339 Issue 24237: Raise PendingDeprecationWarning per PEP 479 by Yury Selivanov · 9 years ago
  20. e79ec70 Issue #24257: Fixed incorrect uses of PyObject_IsInstance(). by Serhiy Storchaka · 9 years ago
  21. 08d230a Issue #24257: Fixed incorrect uses of PyObject_IsInstance(). by Serhiy Storchaka · 9 years ago
  22. 5cbd833 Issue #24221: Small optimizations for heapq. by Raymond Hettinger · 9 years ago
  23. 35e24a5 merge: Upgrade pip to 7.0 and setuptools to 16.0 by Donald Stufft · 9 years ago
  24. df9ba36 Upgrade pip to 7.0 and setuptools to 16.0 by Donald Stufft · 9 years ago
  25. a18cad5 Issue 24180: Fixes by Berker Peksag. by Yury Selivanov · 9 years ago
  26. b560158 Set stacklevel to 2 to get more accurate warning messages from deprecated functions. by Berker Peksag · 9 years ago
  27. d854aac Fix a misplaced NEWS entry. by Yury Selivanov · 9 years ago
  28. 095fb84 Issue 23898: Fix inspect.classify_class_attrs() to work with __eq__ by Yury Selivanov · 9 years ago
  29. bf341fb Issue 23898: Fix inspect.classify_class_attrs() to work with __eq__ by Yury Selivanov · 9 years ago
  30. c9745e5 Fixed issue number for issue #22939. by Serhiy Storchaka · 9 years ago
  31. 0978b5c Fixed issue number for issue #22939. by Serhiy Storchaka · 9 years ago
  32. b2f3c23 Issue #23985: Fixed integer overflow in iterator object. Patch by by Serhiy Storchaka · 9 years ago
  33. 4faf5c5 Issue #23985: Fixed integer overflow in iterator object. Patch by by Serhiy Storchaka · 9 years ago
  34. 041dd8e Issue #15836: assertRaises(), assertRaisesRegex(), assertWarns() and by Serhiy Storchaka · 9 years ago
  35. ff54223 Issue 24017: Use abc.Coroutine in inspect.iscoroutine() function by Yury Selivanov · 9 years ago
  36. f3e40fa Issue 24180: Documentation for PEP 492 changes. by Yury Selivanov · 9 years ago
  37. 548de2b Issue #22955: Fixed reference leak in attrgetter.repr(). by Serhiy Storchaka · 9 years ago
  38. b1cc37c improve wording by Benjamin Peterson · 9 years ago
  39. 57c74fc Issue 24248: Deprecate inspect.Signature.from_function and .from_builtin by Yury Selivanov · 9 years ago
  40. 45d6156 Issue #9858: Add missing method stubs to _io.RawIOBase. Patch by Laura Rupprecht. by Antoine Pitrou · 9 years ago
  41. 6033585 Issue #22955: Fixed test_operator. It left Python implementation in by Serhiy Storchaka · 9 years ago
  42. cf45f02 inspect.Signature: Factor out Signature.from_function to a private helper by Yury Selivanov · 9 years ago
  43. bcd4fc1 Issue 20691: Add follow_wrapped arg to inspect.signature/from_callable. by Yury Selivanov · 9 years ago
  44. 1f507a8 Issue 24215: Added tests for more builtin types in test_pprint. by Serhiy Storchaka · 9 years ago
  45. cbfe07e Issue 24215: Added tests for more builtin types in test_pprint. by Serhiy Storchaka · 9 years ago
  46. f54bcfb Updates PCBuild.sln to open with VS 2015 by default. by Steve Dower · 9 years ago
  47. 3ddcfb1 Issue #24134: Use assertRaises() in context manager form in test_slice to by Serhiy Storchaka · 9 years ago
  48. c0e0022 Issue #24134: Use assertRaises() in context manager form in test_slice to by Serhiy Storchaka · 9 years ago
  49. 35ac5f8 Issue #22955: attrgetter, itemgetter and methodcaller objects in the operator by Serhiy Storchaka · 9 years ago
  50. 5418d0b Issue #24245: Eliminated senseless expect clauses that have no any effect in by Serhiy Storchaka · 9 years ago
  51. ef94869 Issue #24245: Eliminated senseless expect clauses that have no any effect in by Serhiy Storchaka · 9 years ago
  52. e98209c Issue #24245: Eliminated senseless expect clauses that have no any effect. by Serhiy Storchaka · 9 years ago
  53. ba9ac5b Issue #16261: Converted some bare except statements to except statements by Serhiy Storchaka · 9 years ago
  54. 492f027 Issue #22107: tempfile.gettempdir() and tempfile.mkdtemp() now try again by Serhiy Storchaka · 9 years ago
  55. 5d6b7b1 Issue #22107: tempfile.gettempdir() and tempfile.mkdtemp() now try again by Serhiy Storchaka · 9 years ago
  56. 873e0df Fix some compilation warnings when using gcc (-Wmaybe-uninitialized). by Antoine Pitrou · 9 years ago
  57. f6d1f1f Fix some compilation warnings when using gcc (-Wmaybe-uninitialized). by Antoine Pitrou · 9 years ago
  58. 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
  59. 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
  60. 94e44ed Null merge. by R David Murray · 9 years ago
  61. 6371446 #24215: also back out changeset that broke test_trace in 3.4. by R David Murray · 9 years ago
  62. 7bc452d Back out changeset 955dffec3d94 since it broke the buildbots. by R David Murray · 9 years ago
  63. e09b42c #19662: fix typo by R David Murray · 9 years ago
  64. 5bfc03f Issue #23780: Improved error message in os.path.join() with single argument. by Serhiy Storchaka · 9 years ago
  65. 6baa0a5 Issue #6598: Increased time precision and random number range in by Serhiy Storchaka · 9 years ago
  66. ae760c0 Issue #6598: Increased time precision and random number range in by Serhiy Storchaka · 9 years ago
  67. 8687275 Issue 24205: Improve inspect.Signature.bind() error messages. by Yury Selivanov · 9 years ago
  68. fee05da Issue #24232: Fix typos. Patch by Ville Skyttä. by Berker Peksag · 9 years ago
  69. 315e104 Issue #24232: Fix typos. Patch by Ville Skyttä. by Berker Peksag · 9 years ago
  70. 5f120fc Issue #24233: Add a proper link to socket.getfqdn() documentation. by Berker Peksag · 9 years ago
  71. 2a8baed Issue #24233: Add a proper link to socket.getfqdn() documentation. by Berker Peksag · 9 years ago
  72. bbe44ce Fix Sphinx compile error. by Berker Peksag · 9 years ago
  73. 1936354 Fix typo in Misc/NEWS. by Berker Peksag · 9 years ago
  74. ed9ed7f Fix typo in Nisc/NEWS. by Berker Peksag · 9 years ago
  75. 9ce71a6 Fixed typos in comments. by Serhiy Storchaka · 9 years ago
  76. 7e29eea Fixed typos in comments. by Serhiy Storchaka · 9 years ago
  77. 8085b80 Issue 24226: Fix parsing of many sequential one-line 'def' statements. by Yury Selivanov · 9 years ago
  78. a2c145c Issue #24091: Fixed various crashes in corner cases in C implementation of by Serhiy Storchaka · 9 years ago
  79. 5bf3120 Issue #24091: Fixed various crashes in corner cases in C implementation of by Serhiy Storchaka · 9 years ago
  80. c0937f7 Issue #24102: Fixed exception type checking in standard error handlers. by Serhiy Storchaka · 9 years ago
  81. ca7fecb Issue #24102: Fixed exception type checking in standard error handlers. by Serhiy Storchaka · 9 years ago
  82. f4e6030 Closes #21931: Merge with 3.4 by Zachary Ware · 9 years ago
  83. 0a29e89 Issue #21931: Fix error handling in msilib.FCICreate(). by Zachary Ware · 9 years ago
  84. c15ea4c Issue #23488: Fix a syntax error on big endian platforms. by Zachary Ware · 9 years ago
  85. 4baebfe Issue #21337: Add bare-bones Tix test by Zachary Ware · 9 years ago
  86. c17686f Issue #13866: add *quote_via* argument to urlencode. by R David Murray · 9 years ago
  87. 1dbee94 #24211: Add missing docs for SMTPUTF8 policy instance. by R David Murray · 9 years ago
  88. 8308444 #24218: Add SMTPUTF8 support to send_message. by R David Murray · 9 years ago
  89. 740d613 merge by Raymond Hettinger · 9 years ago
  90. 610a51f Issue #23757: Only call the concrete list API for exact lists. by Raymond Hettinger · 9 years ago
  91. 01d566d Issue #22155: News entry. by Terry Jan Reedy · 9 years ago
  92. 6558190 Issue #22155: News entry. by Terry Jan Reedy · 9 years ago
  93. 6883faf Merge with 3.4 by Terry Jan Reedy · 9 years ago
  94. d986563 Issue #22155: Add File Handlers subsection with createfilehandler to tkinter by Terry Jan Reedy · 9 years ago
  95. fdb23c2 #20098: add mangle_from_ policy option. by R David Murray · 9 years ago
  96. 224ef3e #24211: Add RFC6532 support to the email library. by R David Murray · 9 years ago
  97. c1ecef7 Merge: #24216: fix typo by R David Murray · 9 years ago
  98. 0e8168c #24216: fix typo by R David Murray · 9 years ago
  99. 2eb1a8b Ignore PCbuild/.vs directory. by Zachary Ware · 9 years ago
  100. bbbff3f Merge with 3.4 by Terry Jan Reedy · 9 years ago