1. d5519ed Issue #19543: Implementation of isclose as per PEP 485 by Tal Einat · 9 years ago
  2. d4ea03c Issue #24284: The startswith and endswith methods of the str class no longer by Serhiy Storchaka · 9 years ago
  3. bf304fc Issue #23934: Fix inspect.signature to fail correctly for builtin types. by Yury Selivanov · 9 years ago
  4. 1b560cb Issue #5633: Fixed timeit when the statement is a string and the setup is not. by Serhiy Storchaka · 9 years ago
  5. f28fa66 Issue #5633: Fixed timeit when the statement is a string and the setup is not. by Serhiy Storchaka · 9 years ago
  6. 7aa5341 Reverting my previous commit. by Yury Selivanov · 9 years ago
  7. e909821 Issue #24115: Update uses of PyObject_IsTrue(), PyObject_Not(), by Serhiy Storchaka · 9 years ago
  8. ac5569b Issue #24115: Update uses of PyObject_IsTrue(), PyObject_Not(), by Serhiy Storchaka · 9 years ago
  9. fa494fd Issue #24115: Update uses of PyObject_IsTrue(), PyObject_Not(), by Serhiy Storchaka · 9 years ago
  10. 96c6af9 Issue #16991: Add a C implementation of collections.OrderedDict. by Eric Snow · 9 years ago
  11. 47db717 Issue #16991: Add a C implementation of collections.OrderedDict. by Eric Snow · 9 years ago
  12. 0c70ca9 merge 3.5 (#24328) by Benjamin Peterson · 9 years ago
  13. e20056c fix importing one char extension modules (closes #24328) by Benjamin Peterson · 9 years ago
  14. 07739f3 Issue #24326: Fixed audioop.ratecv() with non-default weightB argument. by Serhiy Storchaka · 9 years ago
  15. a663121 Issue #24326: Fixed audioop.ratecv() with non-default weightB argument. by Serhiy Storchaka · 9 years ago
  16. 50451eb Issue #24326: Fixed audioop.ratecv() with non-default weightB argument. by Serhiy Storchaka · 9 years ago
  17. 2ec8f9b merge 3.5 (#11205) by Benjamin Peterson · 9 years ago
  18. ee85339 in dict displays, evaluate the key before the value (closes #11205) by Benjamin Peterson · 9 years ago
  19. 72f389f Issue 24298: Fix signature() to properly unwrap wrappers around bound methods by Yury Selivanov · 9 years ago
  20. 507cd3c Issue 24298: Fix signature() to properly unwrap wrappers around bound methods by Yury Selivanov · 9 years ago
  21. 46c759d Issue 24298: Fix signature() to properly unwrap wrappers around bound methods by Yury Selivanov · 9 years ago
  22. 8651a50 Issue #23359: Specialize set_lookkey intoa lookup function and an insert function. by Raymond Hettinger · 9 years ago
  23. 06f155f Merge fix for issue #24285 from 3.5 by Nick Coghlan · 9 years ago
  24. 55871f0 Issue #24285: fix importing extensions from packages by Nick Coghlan · 9 years ago
  25. 395f92d Moved Misc/NEWS entries to correct section and fix formatting. by Serhiy Storchaka · 9 years ago
  26. 6f68314 Moved Misc/NEWS entries to correct section and fix formatting. by Serhiy Storchaka · 9 years ago
  27. ca208a0 Moved Misc/NEWS entries to correct section and fix formatting. by Serhiy Storchaka · 9 years ago
  28. 6a0ee2b (Merge 3.6) Issue #23840: tokenize.open() now closes the temporary binary file by Victor Stinner · 9 years ago
  29. 24d262a (Merge 3.5) Issue #23840: tokenize.open() now closes the temporary binary file by Victor Stinner · 9 years ago
  30. 387729e Issue #23840: tokenize.open() now closes the temporary binary file on error to by Victor Stinner · 9 years ago
  31. aea8fa3 Added a section for news items for 3.6. by Larry Hastings · 9 years ago
  32. e6efbdc Remove UTF-8 BOMs. by Serhiy Storchaka · 9 years ago
  33. 410d77f Remove UTF-8 BOMs. by Serhiy Storchaka · 9 years ago
  34. aca575c Merge. by Larry Hastings · 9 years ago
  35. f46aa8e Post-release fixes for 3.5.0b1. by Larry Hastings · 9 years ago
  36. 46c5611 Backed out changeset: b0a0b9b59012 by Serhiy Storchaka · 9 years ago
  37. a7a0ad6 Issue #24276: Fixed optimization of property descriptor getter. by Serhiy Storchaka · 9 years ago
  38. d68ec17 Merge backout of 57776eee74f2. by Larry Hastings · 9 years ago
  39. 8252cc9 Backed out changeset 57776eee74f2 by Larry Hastings · 9 years ago
  40. 5addf89 Add Idle NEWS item. by Terry Jan Reedy · 9 years ago
  41. 4cbb9e6 Add NEWS item for Idle. by Terry Jan Reedy · 9 years ago
  42. 1c858c3 Issue #14373: Added C implementation of functools.lru_cache(). Based on by Serhiy Storchaka · 9 years ago
  43. 5a69420 merge 3.4 (#22931) by Benjamin Peterson · 9 years ago
  44. c4ae86e merge 3.3 (#22931) by Benjamin Peterson · 9 years ago
  45. d504f20 merge 3.2 (#22931) by Benjamin Peterson · 9 years ago
  46. 9bd476e allow square brackets in cookie values (closes #22931) by Benjamin Peterson · 9 years ago
  47. d5cacbb PEP 489: Multi-phase extension module initialization by Nick Coghlan · 9 years ago
  48. ec219ba Issue #23086: Add start and stop arguments to the Sequence.index() mixin method. by Raymond Hettinger · 9 years ago
  49. 573b44c Issue 22189: Add missing methods to UserString by Raymond Hettinger · 9 years ago
  50. ad577b9 Issue 24230: The tempfile module now accepts bytes for prefix, suffix and dir by Gregory P. Smith · 9 years ago
  51. 4a7fe7e Issue #23955: Add pyvenv.cfg option to suppress registry/environment lookup for generating sys.path. by Steve Dower · 9 years ago
  52. d9ef74e Issue 24244: Prevents termination when an invalid format string is encountered on Windows. by Steve Dower · 9 years ago
  53. 46dbb7d Preliminary typing.py, anticipating provisional acceptance of PEP 484. by Guido van Rossum · 9 years ago
  54. 7dc9dea Issue #20035: Reimplement tkinter._fix module as a C function. by Zachary Ware · 9 years ago
  55. e79ec70 Issue #24257: Fixed incorrect uses of PyObject_IsInstance(). by Serhiy Storchaka · 9 years ago
  56. 08d230a Issue #24257: Fixed incorrect uses of PyObject_IsInstance(). by Serhiy Storchaka · 9 years ago
  57. d854aac Fix a misplaced NEWS entry. by Yury Selivanov · 9 years ago
  58. 095fb84 Issue 23898: Fix inspect.classify_class_attrs() to work with __eq__ by Yury Selivanov · 9 years ago
  59. bf341fb Issue 23898: Fix inspect.classify_class_attrs() to work with __eq__ by Yury Selivanov · 9 years ago
  60. c9745e5 Fixed issue number for issue #22939. by Serhiy Storchaka · 9 years ago
  61. 0978b5c Fixed issue number for issue #22939. by Serhiy Storchaka · 9 years ago
  62. b2f3c23 Issue #23985: Fixed integer overflow in iterator object. Patch by by Serhiy Storchaka · 9 years ago
  63. 4faf5c5 Issue #23985: Fixed integer overflow in iterator object. Patch by by Serhiy Storchaka · 9 years ago
  64. 041dd8e Issue #15836: assertRaises(), assertRaisesRegex(), assertWarns() and by Serhiy Storchaka · 9 years ago
  65. 57c74fc Issue 24248: Deprecate inspect.Signature.from_function and .from_builtin by Yury Selivanov · 9 years ago
  66. 45d6156 Issue #9858: Add missing method stubs to _io.RawIOBase. Patch by Laura Rupprecht. by Antoine Pitrou · 9 years ago
  67. bcd4fc1 Issue 20691: Add follow_wrapped arg to inspect.signature/from_callable. by Yury Selivanov · 9 years ago
  68. 35ac5f8 Issue #22955: attrgetter, itemgetter and methodcaller objects in the operator by Serhiy Storchaka · 9 years ago
  69. 492f027 Issue #22107: tempfile.gettempdir() and tempfile.mkdtemp() now try again by Serhiy Storchaka · 9 years ago
  70. 5d6b7b1 Issue #22107: tempfile.gettempdir() and tempfile.mkdtemp() now try again by Serhiy Storchaka · 9 years ago
  71. 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
  72. 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
  73. 5bfc03f Issue #23780: Improved error message in os.path.join() with single argument. by Serhiy Storchaka · 9 years ago
  74. 6baa0a5 Issue #6598: Increased time precision and random number range in by Serhiy Storchaka · 9 years ago
  75. ae760c0 Issue #6598: Increased time precision and random number range in by Serhiy Storchaka · 9 years ago
  76. bbe44ce Fix Sphinx compile error. by Berker Peksag · 9 years ago
  77. 1936354 Fix typo in Misc/NEWS. by Berker Peksag · 9 years ago
  78. ed9ed7f Fix typo in Nisc/NEWS. by Berker Peksag · 9 years ago
  79. a2c145c Issue #24091: Fixed various crashes in corner cases in C implementation of by Serhiy Storchaka · 9 years ago
  80. 5bf3120 Issue #24091: Fixed various crashes in corner cases in C implementation of by Serhiy Storchaka · 9 years ago
  81. c0937f7 Issue #24102: Fixed exception type checking in standard error handlers. by Serhiy Storchaka · 9 years ago
  82. ca7fecb Issue #24102: Fixed exception type checking in standard error handlers. by Serhiy Storchaka · 9 years ago
  83. f4e6030 Closes #21931: Merge with 3.4 by Zachary Ware · 9 years ago
  84. 0a29e89 Issue #21931: Fix error handling in msilib.FCICreate(). by Zachary Ware · 9 years ago
  85. c17686f Issue #13866: add *quote_via* argument to urlencode. by R David Murray · 9 years ago
  86. 610a51f Issue #23757: Only call the concrete list API for exact lists. by Raymond Hettinger · 9 years ago
  87. 01d566d Issue #22155: News entry. by Terry Jan Reedy · 9 years ago
  88. 6558190 Issue #22155: News entry. by Terry Jan Reedy · 9 years ago
  89. fdb23c2 #20098: add mangle_from_ policy option. by R David Murray · 9 years ago
  90. 224ef3e #24211: Add RFC6532 support to the email library. by R David Murray · 9 years ago
  91. b744f3a #21083: add get_content_disposition method to email.message. by R David Murray · 9 years ago
  92. b9cec6a Issue #16314: Added support for the LZMA compression in distutils. by Serhiy Storchaka · 9 years ago
  93. b8cd3e4 #21804: Add RFC 6856 (UTF8) support to poplib. by R David Murray · 9 years ago
  94. 8eb1f07 Issue #18682: Optimized pprint functions for builtin scalar types. by Serhiy Storchaka · 9 years ago
  95. cee7cf6 #22027: Add RFC6531 support to smtplib. by R David Murray · 9 years ago
  96. b907a51 Issue 24190: Add inspect.BoundArguments.apply_defaults() method. by Yury Selivanov · 9 years ago
  97. 8de32d9 Fixed release date. by Serhiy Storchaka · 9 years ago
  98. df573d6 Issue #24134: assertRaises(), assertRaisesRegex(), assertWarns() and by Serhiy Storchaka · 9 years ago
  99. a7d00c2 Reverted issue #24134 changes (except new tests). by Serhiy Storchaka · 9 years ago
  100. 183a941 Issue #24192: Fix namespace package imports. by Eric Snow · 9 years ago