1. d68ec17 Merge backout of 57776eee74f2. by Larry Hastings · 9 years ago
  2. 8252cc9 Backed out changeset 57776eee74f2 by Larry Hastings · 9 years ago
  3. 5addf89 Add Idle NEWS item. by Terry Jan Reedy · 9 years ago
  4. 4cbb9e6 Add NEWS item for Idle. by Terry Jan Reedy · 9 years ago
  5. 1c858c3 Issue #14373: Added C implementation of functools.lru_cache(). Based on by Serhiy Storchaka · 9 years ago
  6. 5a69420 merge 3.4 (#22931) by Benjamin Peterson · 9 years ago
  7. c4ae86e merge 3.3 (#22931) by Benjamin Peterson · 9 years ago
  8. d504f20 merge 3.2 (#22931) by Benjamin Peterson · 9 years ago
  9. 9bd476e allow square brackets in cookie values (closes #22931) by Benjamin Peterson · 9 years ago
  10. d5cacbb PEP 489: Multi-phase extension module initialization by Nick Coghlan · 9 years ago
  11. ec219ba Issue #23086: Add start and stop arguments to the Sequence.index() mixin method. by Raymond Hettinger · 9 years ago
  12. 573b44c Issue 22189: Add missing methods to UserString by Raymond Hettinger · 9 years ago
  13. ad577b9 Issue 24230: The tempfile module now accepts bytes for prefix, suffix and dir by Gregory P. Smith · 9 years ago
  14. 4a7fe7e Issue #23955: Add pyvenv.cfg option to suppress registry/environment lookup for generating sys.path. by Steve Dower · 9 years ago
  15. d9ef74e Issue 24244: Prevents termination when an invalid format string is encountered on Windows. by Steve Dower · 9 years ago
  16. 46dbb7d Preliminary typing.py, anticipating provisional acceptance of PEP 484. by Guido van Rossum · 9 years ago
  17. 7dc9dea Issue #20035: Reimplement tkinter._fix module as a C function. by Zachary Ware · 9 years ago
  18. e79ec70 Issue #24257: Fixed incorrect uses of PyObject_IsInstance(). by Serhiy Storchaka · 9 years ago
  19. 08d230a Issue #24257: Fixed incorrect uses of PyObject_IsInstance(). by Serhiy Storchaka · 9 years ago
  20. d854aac Fix a misplaced NEWS entry. by Yury Selivanov · 9 years ago
  21. 095fb84 Issue 23898: Fix inspect.classify_class_attrs() to work with __eq__ by Yury Selivanov · 9 years ago
  22. bf341fb Issue 23898: Fix inspect.classify_class_attrs() to work with __eq__ by Yury Selivanov · 9 years ago
  23. c9745e5 Fixed issue number for issue #22939. by Serhiy Storchaka · 9 years ago
  24. 0978b5c Fixed issue number for issue #22939. by Serhiy Storchaka · 9 years ago
  25. b2f3c23 Issue #23985: Fixed integer overflow in iterator object. Patch by by Serhiy Storchaka · 9 years ago
  26. 4faf5c5 Issue #23985: Fixed integer overflow in iterator object. Patch by by Serhiy Storchaka · 9 years ago
  27. 041dd8e Issue #15836: assertRaises(), assertRaisesRegex(), assertWarns() and by Serhiy Storchaka · 9 years ago
  28. 57c74fc Issue 24248: Deprecate inspect.Signature.from_function and .from_builtin by Yury Selivanov · 9 years ago
  29. 45d6156 Issue #9858: Add missing method stubs to _io.RawIOBase. Patch by Laura Rupprecht. by Antoine Pitrou · 9 years ago
  30. bcd4fc1 Issue 20691: Add follow_wrapped arg to inspect.signature/from_callable. by Yury Selivanov · 9 years ago
  31. 35ac5f8 Issue #22955: attrgetter, itemgetter and methodcaller objects in the operator by Serhiy Storchaka · 9 years ago
  32. 492f027 Issue #22107: tempfile.gettempdir() and tempfile.mkdtemp() now try again by Serhiy Storchaka · 9 years ago
  33. 5d6b7b1 Issue #22107: tempfile.gettempdir() and tempfile.mkdtemp() now try again by Serhiy Storchaka · 9 years ago
  34. 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
  35. 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
  36. 5bfc03f Issue #23780: Improved error message in os.path.join() with single argument. by Serhiy Storchaka · 9 years ago
  37. 6baa0a5 Issue #6598: Increased time precision and random number range in by Serhiy Storchaka · 9 years ago
  38. ae760c0 Issue #6598: Increased time precision and random number range in by Serhiy Storchaka · 9 years ago
  39. bbe44ce Fix Sphinx compile error. by Berker Peksag · 9 years ago
  40. 1936354 Fix typo in Misc/NEWS. by Berker Peksag · 9 years ago
  41. ed9ed7f Fix typo in Nisc/NEWS. by Berker Peksag · 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. c17686f Issue #13866: add *quote_via* argument to urlencode. by R David Murray · 9 years ago
  49. 610a51f Issue #23757: Only call the concrete list API for exact lists. by Raymond Hettinger · 9 years ago
  50. 01d566d Issue #22155: News entry. by Terry Jan Reedy · 9 years ago
  51. 6558190 Issue #22155: News entry. by Terry Jan Reedy · 9 years ago
  52. fdb23c2 #20098: add mangle_from_ policy option. by R David Murray · 9 years ago
  53. 224ef3e #24211: Add RFC6532 support to the email library. by R David Murray · 9 years ago
  54. b744f3a #21083: add get_content_disposition method to email.message. by R David Murray · 9 years ago
  55. b9cec6a Issue #16314: Added support for the LZMA compression in distutils. by Serhiy Storchaka · 9 years ago
  56. b8cd3e4 #21804: Add RFC 6856 (UTF8) support to poplib. by R David Murray · 9 years ago
  57. 8eb1f07 Issue #18682: Optimized pprint functions for builtin scalar types. by Serhiy Storchaka · 9 years ago
  58. cee7cf6 #22027: Add RFC6531 support to smtplib. by R David Murray · 9 years ago
  59. b907a51 Issue 24190: Add inspect.BoundArguments.apply_defaults() method. by Yury Selivanov · 9 years ago
  60. 8de32d9 Fixed release date. by Serhiy Storchaka · 9 years ago
  61. df573d6 Issue #24134: assertRaises(), assertRaisesRegex(), assertWarns() and by Serhiy Storchaka · 9 years ago
  62. a7d00c2 Reverted issue #24134 changes (except new tests). by Serhiy Storchaka · 9 years ago
  63. 183a941 Issue #24192: Fix namespace package imports. by Eric Snow · 9 years ago
  64. 3f6538f Issue 22547: Implement informative __repr__ for inspect.BoundArguments by Yury Selivanov · 9 years ago
  65. e0104ae Issue 24184: Add AsyncIterator and AsyncIterable to collections.abc. by Yury Selivanov · 9 years ago
  66. 33c6b56 Issue 24179: Support 'async for' for asyncio.StreamReader. by Yury Selivanov · 9 years ago
  67. 29f88c2 Issue 24178: support 'async with' for asyncio locks. by Yury Selivanov · 9 years ago
  68. dce0405 Issue #23488: Random generator objects now consume 2x less memory on 64-bit. by Serhiy Storchaka · 9 years ago
  69. 2f3742b Issue #1322: platform.dist() and platform.linux_distribution() functions are now deprecated. by Berker Peksag · 9 years ago
  70. 1bd8d75 Issue #23290: Optimize set_merge() for cases where the target is empty. by Raymond Hettinger · 9 years ago
  71. eac503a Issue #24064: Property() docstrings are now writeable. (Patch by Berker Peksag.) by Raymond Hettinger · 9 years ago
  72. 48e47aa Issue #22486: Added the math.gcd() function. The fractions.gcd() function now is by Serhiy Storchaka · 9 years ago
  73. f0eeedf Issue #22681: Added support for the koi8_t encoding. by Serhiy Storchaka · 9 years ago
  74. ad8a1c3 Issue #22682: Added support for the kz1048 encoding. by Serhiy Storchaka · 9 years ago
  75. 0d4df75 Issue #15027: The UTF-32 encoder is now 3x to 7x faster. by Serhiy Storchaka · 9 years ago
  76. ea6d559 Issue #23796: peak and read1 methods of BufferedReader now raise ValueError by Berker Peksag · 9 years ago
  77. d10d6ae Issue #23796: peak and read1 methods of BufferedReader now raise ValueError by Berker Peksag · 9 years ago
  78. 73287d7 Issue 24017: Update NEWS file. by Yury Selivanov · 9 years ago
  79. 5d87ec2 Fix NEWS file. by Yury Selivanov · 9 years ago
  80. 9657caf Merge 3.4 (asyncio changes) by Yury Selivanov · 9 years ago
  81. 59eb9a4 asyncio: async() function is deprecated in favour of ensure_future(). by Yury Selivanov · 9 years ago
  82. 7a093d9 Merge 3.4 (asyncio) by Yury Selivanov · 9 years ago
  83. 740169c Sync asyncio changes from the main repo. by Yury Selivanov · 9 years ago
  84. bc33e57 Issue #24155: Optimize heapify for better cache utililzation. by Raymond Hettinger · 9 years ago
  85. a33df31 #21795: advertise 8BITMIME if decode_data is False. by R David Murray · 9 years ago
  86. 0d905d4 merge heads by Benjamin Peterson · 9 years ago
  87. 8ec4ae0 merge 3.4 by Benjamin Peterson · 9 years ago
  88. 37c4f78 add trailing slash by Benjamin Peterson · 9 years ago
  89. a6429db #21800: Add RFC 6855 support to imaplib. by R David Murray · 9 years ago
  90. 582d3fb Fix news entry for issue 24018. by Guido van Rossum · 9 years ago
  91. 8170e8c PEP 479: Change StopIteration handling inside generators. by Yury Selivanov · 9 years ago
  92. bd60e8d Issue #24018: Add a collections.Generator abstract base class. by Raymond Hettinger · 9 years ago
  93. dae2ef1 merge 3.4 by Benjamin Peterson · 9 years ago
  94. 65bcdd7 ensure .keywords is always a dict by Benjamin Peterson · 9 years ago
  95. 3b12e95 Issue #20274: When calling a _sqlite.Connection, it now complains if passed by Larry Hastings · 9 years ago
  96. 01b0883 Issue #20274: Remove ignored and erroneous "kwargs" parameters from three by Larry Hastings · 9 years ago
  97. 8093254 Merge from 3.4. by Larry Hastings · 9 years ago
  98. 7e63b36 Issue #21520: test_zipfile no longer fails if the word 'bad' appears by Larry Hastings · 9 years ago
  99. 38337d1 Issue #24000: Improved Argument Clinic's mapping of converters to legacy by Larry Hastings · 9 years ago
  100. 24d3b7f Issue #24134: assertRaises(), assertRaisesRegex(), assertWarns() and by Serhiy Storchaka · 9 years ago