1. 46dbb7d Preliminary typing.py, anticipating provisional acceptance of PEP 484. by Guido van Rossum · 9 years ago
  2. 7dc9dea Issue #20035: Reimplement tkinter._fix module as a C function. by Zachary Ware · 9 years ago
  3. e79ec70 Issue #24257: Fixed incorrect uses of PyObject_IsInstance(). by Serhiy Storchaka · 9 years ago
  4. 08d230a Issue #24257: Fixed incorrect uses of PyObject_IsInstance(). by Serhiy Storchaka · 9 years ago
  5. d854aac Fix a misplaced NEWS entry. by Yury Selivanov · 9 years ago
  6. 095fb84 Issue 23898: Fix inspect.classify_class_attrs() to work with __eq__ by Yury Selivanov · 9 years ago
  7. bf341fb Issue 23898: Fix inspect.classify_class_attrs() to work with __eq__ by Yury Selivanov · 9 years ago
  8. c9745e5 Fixed issue number for issue #22939. by Serhiy Storchaka · 9 years ago
  9. 0978b5c Fixed issue number for issue #22939. by Serhiy Storchaka · 9 years ago
  10. b2f3c23 Issue #23985: Fixed integer overflow in iterator object. Patch by by Serhiy Storchaka · 9 years ago
  11. 4faf5c5 Issue #23985: Fixed integer overflow in iterator object. Patch by by Serhiy Storchaka · 9 years ago
  12. 041dd8e Issue #15836: assertRaises(), assertRaisesRegex(), assertWarns() and by Serhiy Storchaka · 9 years ago
  13. 57c74fc Issue 24248: Deprecate inspect.Signature.from_function and .from_builtin by Yury Selivanov · 9 years ago
  14. 45d6156 Issue #9858: Add missing method stubs to _io.RawIOBase. Patch by Laura Rupprecht. by Antoine Pitrou · 9 years ago
  15. bcd4fc1 Issue 20691: Add follow_wrapped arg to inspect.signature/from_callable. by Yury Selivanov · 9 years ago
  16. 35ac5f8 Issue #22955: attrgetter, itemgetter and methodcaller objects in the operator by Serhiy Storchaka · 9 years ago
  17. 492f027 Issue #22107: tempfile.gettempdir() and tempfile.mkdtemp() now try again by Serhiy Storchaka · 9 years ago
  18. 5d6b7b1 Issue #22107: tempfile.gettempdir() and tempfile.mkdtemp() now try again by Serhiy Storchaka · 9 years ago
  19. 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
  20. 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
  21. 5bfc03f Issue #23780: Improved error message in os.path.join() with single argument. by Serhiy Storchaka · 9 years ago
  22. 6baa0a5 Issue #6598: Increased time precision and random number range in by Serhiy Storchaka · 9 years ago
  23. ae760c0 Issue #6598: Increased time precision and random number range in by Serhiy Storchaka · 9 years ago
  24. bbe44ce Fix Sphinx compile error. by Berker Peksag · 9 years ago
  25. 1936354 Fix typo in Misc/NEWS. by Berker Peksag · 9 years ago
  26. ed9ed7f Fix typo in Nisc/NEWS. by Berker Peksag · 9 years ago
  27. a2c145c Issue #24091: Fixed various crashes in corner cases in C implementation of by Serhiy Storchaka · 9 years ago
  28. 5bf3120 Issue #24091: Fixed various crashes in corner cases in C implementation of by Serhiy Storchaka · 9 years ago
  29. c0937f7 Issue #24102: Fixed exception type checking in standard error handlers. by Serhiy Storchaka · 9 years ago
  30. ca7fecb Issue #24102: Fixed exception type checking in standard error handlers. by Serhiy Storchaka · 9 years ago
  31. f4e6030 Closes #21931: Merge with 3.4 by Zachary Ware · 9 years ago
  32. 0a29e89 Issue #21931: Fix error handling in msilib.FCICreate(). by Zachary Ware · 9 years ago
  33. c17686f Issue #13866: add *quote_via* argument to urlencode. by R David Murray · 9 years ago
  34. 610a51f Issue #23757: Only call the concrete list API for exact lists. by Raymond Hettinger · 9 years ago
  35. 01d566d Issue #22155: News entry. by Terry Jan Reedy · 9 years ago
  36. 6558190 Issue #22155: News entry. by Terry Jan Reedy · 9 years ago
  37. fdb23c2 #20098: add mangle_from_ policy option. by R David Murray · 9 years ago
  38. 224ef3e #24211: Add RFC6532 support to the email library. by R David Murray · 9 years ago
  39. b9cec6a Issue #16314: Added support for the LZMA compression in distutils. by Serhiy Storchaka · 9 years ago
  40. b8cd3e4 #21804: Add RFC 6856 (UTF8) support to poplib. by R David Murray · 9 years ago
  41. 8eb1f07 Issue #18682: Optimized pprint functions for builtin scalar types. by Serhiy Storchaka · 9 years ago
  42. cee7cf6 #22027: Add RFC6531 support to smtplib. by R David Murray · 9 years ago
  43. b907a51 Issue 24190: Add inspect.BoundArguments.apply_defaults() method. by Yury Selivanov · 9 years ago
  44. 8de32d9 Fixed release date. by Serhiy Storchaka · 9 years ago
  45. df573d6 Issue #24134: assertRaises(), assertRaisesRegex(), assertWarns() and by Serhiy Storchaka · 9 years ago
  46. a7d00c2 Reverted issue #24134 changes (except new tests). by Serhiy Storchaka · 9 years ago
  47. 183a941 Issue #24192: Fix namespace package imports. by Eric Snow · 9 years ago
  48. 3f6538f Issue 22547: Implement informative __repr__ for inspect.BoundArguments by Yury Selivanov · 9 years ago
  49. e0104ae Issue 24184: Add AsyncIterator and AsyncIterable to collections.abc. by Yury Selivanov · 9 years ago
  50. 33c6b56 Issue 24179: Support 'async for' for asyncio.StreamReader. by Yury Selivanov · 9 years ago
  51. 29f88c2 Issue 24178: support 'async with' for asyncio locks. by Yury Selivanov · 9 years ago
  52. dce0405 Issue #23488: Random generator objects now consume 2x less memory on 64-bit. by Serhiy Storchaka · 9 years ago
  53. 2f3742b Issue #1322: platform.dist() and platform.linux_distribution() functions are now deprecated. by Berker Peksag · 9 years ago
  54. 1bd8d75 Issue #23290: Optimize set_merge() for cases where the target is empty. by Raymond Hettinger · 9 years ago
  55. eac503a Issue #24064: Property() docstrings are now writeable. (Patch by Berker Peksag.) by Raymond Hettinger · 9 years ago
  56. 48e47aa Issue #22486: Added the math.gcd() function. The fractions.gcd() function now is by Serhiy Storchaka · 9 years ago
  57. f0eeedf Issue #22681: Added support for the koi8_t encoding. by Serhiy Storchaka · 9 years ago
  58. ad8a1c3 Issue #22682: Added support for the kz1048 encoding. by Serhiy Storchaka · 9 years ago
  59. 0d4df75 Issue #15027: The UTF-32 encoder is now 3x to 7x faster. by Serhiy Storchaka · 9 years ago
  60. ea6d559 Issue #23796: peak and read1 methods of BufferedReader now raise ValueError by Berker Peksag · 9 years ago
  61. d10d6ae Issue #23796: peak and read1 methods of BufferedReader now raise ValueError by Berker Peksag · 9 years ago
  62. 73287d7 Issue 24017: Update NEWS file. by Yury Selivanov · 9 years ago
  63. 5d87ec2 Fix NEWS file. by Yury Selivanov · 9 years ago
  64. 9657caf Merge 3.4 (asyncio changes) by Yury Selivanov · 9 years ago
  65. 59eb9a4 asyncio: async() function is deprecated in favour of ensure_future(). by Yury Selivanov · 9 years ago
  66. 7a093d9 Merge 3.4 (asyncio) by Yury Selivanov · 9 years ago
  67. 740169c Sync asyncio changes from the main repo. by Yury Selivanov · 9 years ago
  68. bc33e57 Issue #24155: Optimize heapify for better cache utililzation. by Raymond Hettinger · 9 years ago
  69. a33df31 #21795: advertise 8BITMIME if decode_data is False. by R David Murray · 9 years ago
  70. a6429db #21800: Add RFC 6855 support to imaplib. by R David Murray · 9 years ago
  71. 582d3fb Fix news entry for issue 24018. by Guido van Rossum · 9 years ago
  72. 8170e8c PEP 479: Change StopIteration handling inside generators. by Yury Selivanov · 9 years ago
  73. bd60e8d Issue #24018: Add a collections.Generator abstract base class. by Raymond Hettinger · 9 years ago
  74. dae2ef1 merge 3.4 by Benjamin Peterson · 9 years ago
  75. 65bcdd7 ensure .keywords is always a dict by Benjamin Peterson · 9 years ago
  76. 3b12e95 Issue #20274: When calling a _sqlite.Connection, it now complains if passed by Larry Hastings · 9 years ago
  77. 01b0883 Issue #20274: Remove ignored and erroneous "kwargs" parameters from three by Larry Hastings · 9 years ago
  78. 8093254 Merge from 3.4. by Larry Hastings · 9 years ago
  79. 7e63b36 Issue #21520: test_zipfile no longer fails if the word 'bad' appears by Larry Hastings · 9 years ago
  80. 38337d1 Issue #24000: Improved Argument Clinic's mapping of converters to legacy by Larry Hastings · 9 years ago
  81. 24d3b7f Issue #24134: assertRaises(), assertRaisesRegex(), assertWarns() and by Serhiy Storchaka · 9 years ago
  82. e130503 Issue #24134: assertRaises(), assertRaisesRegex(), assertWarns() and by Serhiy Storchaka · 9 years ago
  83. 645058d Issue #23880: Tkinter's getint() and getdouble() now support Tcl_Obj. by Serhiy Storchaka · 9 years ago
  84. ce64391 Issue #9517: Move script_helper to the support package. by Berker Peksag · 9 years ago
  85. 025e9eb PEP 448: additional unpacking generalizations (closes #2292) by Benjamin Peterson · 9 years ago
  86. dbfdc38 Issue #24001: Argument Clinic converters now use accept={type} by Larry Hastings · 9 years ago
  87. 63a6a6f merge 3.4 (#24096) by Benjamin Peterson · 9 years ago
  88. 8c59816 merge 3.3 (#24096) by Benjamin Peterson · 9 years ago
  89. deff2b7 be more robust against the filters list changing under us (closes #24096) by Benjamin Peterson · 9 years ago
  90. d2a694c Issue #23330: h2py now supports arbitrary filenames in #include. by Serhiy Storchaka · 9 years ago
  91. b9c04db Issue #23330: h2py now supports arbitrary filenames in #include. by Serhiy Storchaka · 9 years ago
  92. 24559e4 Issue #22619: Added negative limit support in the traceback module. by Serhiy Storchaka · 9 years ago
  93. 88abdef merge 3.4 (#24094) by Benjamin Peterson · 9 years ago
  94. 122f4b1 merge 3.3 (#24094) by Benjamin Peterson · 9 years ago
  95. c9083bf remove merge markers by Benjamin Peterson · 9 years ago
  96. 501182a just sort the items tuple directly (closes #24094) by Benjamin Peterson · 9 years ago
  97. 97bd4b0 Asyncio issue 222 / PR 231 (Victor Stinner) -- fix @coroutine functions without __name__. (Merged from 3.4 branch.) by Guido van Rossum · 9 years ago
  98. 0a9933e Asyncio issue 222 / PR 231 (Victor Stinner) -- fix @coroutine functions without __name__. by Guido van Rossum · 9 years ago
  99. 32439d6 Issue #23911: Move path-based bootstrap code to a separate frozen module. by Eric Snow · 9 years ago
  100. c6249a6 Defer deleted item decref until after the deque is restored to a consistent state. by Raymond Hettinger · 9 years ago