1. db87c99 make sure dict view types are initialized by Benjamin Peterson · 8 years ago
  2. cea632e Issue #21864: Remove outdated section about exceptions from the tutorial by Berker Peksag · 8 years ago
  3. 24411f8 Issue #23996: Added _PyGen_SetStopIterationValue for safe raising by Serhiy Storchaka · 8 years ago
  4. 04b3d8b Fix spacing after C++ in documentation by Martin Panter · 8 years ago
  5. 88281ce Issue #28485: Check for negative workers even without ProcessPoolExecutor by Martin Panter · 8 years ago
  6. da4887a Issue #28616: Correct help for sys.version_info releaselevel component. by Ned Deily · 8 years ago
  7. 600a349 Issue #28613: Fix get_event_loop() to return the current loop by Yury Selivanov · 8 years ago
  8. 1ea023e Issue #28088: Document Transport.set_protocol and get_protocol by INADA Naoki · 8 years ago
  9. c542049 asyncio: Sync with upstream by Yury Selivanov · 8 years ago
  10. 491a912 Issue #28600: Optimize loop.call_soon(). by Yury Selivanov · 8 years ago
  11. 9e80eeb Issue #26980: Improve docs for create_unix_connection(). By Mariatta. by Guido van Rossum · 8 years ago
  12. a7c972e Issue #28387: Fixed possible crash in _io.TextIOWrapper deallocator when by Serhiy Storchaka · 8 years ago
  13. 2af4144 Merge new pip/setuptools from 3.4 by Donald Stufft · 8 years ago
  14. 20a587b Upgrade pip to 9.0 and setuptools to 28.7.1 by Donald Stufft · 8 years ago
  15. 72b3443 Fixed hyperlinks for tarfile CLI options. by Serhiy Storchaka · 8 years ago
  16. 92c1a90 Issue #28513: Documented command-line interface of zipfile. by Serhiy Storchaka · 8 years ago
  17. 38adbfa Issue #28248: Update macOS installer build to use OpenSSL 1.0.2j. by Ned Deily · 8 years ago
  18. 3e3e9f3 Issue #28553: Fix logic error in example code of int.to_bytes doc. by INADA Naoki · 8 years ago
  19. 04f17f1 Issue #27517: LZMA compressor and decompressor no longer raise exceptions if by Serhiy Storchaka · 8 years ago
  20. 0bcd89b Issue #28549: Fixed segfault in curses's addch() with ncurses6. by Serhiy Storchaka · 8 years ago
  21. a89d22a Issue #28449: tarfile.open() with mode "r" or "r:" now tries to open a tar by Serhiy Storchaka · 8 years ago
  22. d1af5ef Issue #28385: An error message when non-empty format spec is passed to by Serhiy Storchaka · 8 years ago
  23. c9b750d Issue #23262: The webbrowser module now supports Firefox 36+ and derived by Serhiy Storchaka · 8 years ago
  24. 32c0d3a Issue #27939: Fixed bugs in tkinter.ttk.LabeledScale and tkinter.Scale caused by Serhiy Storchaka · 8 years ago
  25. 0438683 Backed out changeset 9f7505019767 (issue #27275). by Serhiy Storchaka · 8 years ago
  26. b8c5f54 Issue #26638: Work around more CLI options that can’t be linked by Martin Panter · 8 years ago
  27. 5c67933 Issue #26638: Mask undefined CLI options to defeat new Sphinx warnings by Martin Panter · 8 years ago
  28. 62fe1bb Issue #28556: updates to typing.py (add Coroutine, prohibit Generic[T]()) by Guido van Rossum · 8 years ago
  29. b7dedc8 Issue #28556: updates to typing.py (fix copy, deepcopy, pickle) by Guido van Rossum · 8 years ago
  30. 5fc25a8 Issue #28556: updates to typing.py by Guido van Rossum · 8 years ago
  31. 84968b7 Issue #28444: Fix missing extensions modules when cross compiling. by Xavier de Gaye · 8 years ago
  32. 43ab355 Removes incorrect condition from lib_pdb.msi by Steve Dower · 8 years ago
  33. 3ec5f42 Fixed possible NULL decrefing. by Serhiy Storchaka · 8 years ago
  34. 7865dff Issue #28353: Make test_os.WalkTests.test_walk_bad_dir stable. by Serhiy Storchaka · 8 years ago
  35. a65a474 Issue #22949: Documented that fnmatch.translate() is for use with re.match(). by Serhiy Storchaka · 8 years ago
  36. fcf622e Updates release build to collect symbols and binaries, and create nuget package. by Steve Dower · 8 years ago
  37. 1ecf7d2 Issue #28496: Mark up constants 0, 1 and -1 that denote return values or by Serhiy Storchaka · 8 years ago
  38. b29cee4 Issue #28526: Use PyUnicode_AsEncodedString() instead of by Serhiy Storchaka · 8 years ago
  39. bb44477 Fix default role usage by Zachary Ware · 8 years ago
  40. 4afdca0 Issue #26240: Clean up the subprocess module doc string by Martin Panter · 8 years ago
  41. 36888dd Issue #28353: Fixed tests of os.fwalk() with broken links. by Serhiy Storchaka · 8 years ago
  42. 4832580 Issue #27275: Fixed implementation of pop() and popitem() methods in by Serhiy Storchaka · 8 years ago
  43. 7ff51bd Issue #28255: calendar.TextCalendar().prmonth() no longer prints a space by Serhiy Storchaka · 8 years ago
  44. f3ebc9f Issue #20491: The textwrap.TextWrapper class now honors non-breaking spaces. by Serhiy Storchaka · 8 years ago
  45. 42babab Issue #28353: os.fwalk() no longer fails on broken links. by Serhiy Storchaka · 8 years ago
  46. 036fb15 Issue #28314: Added tests for xml.etree.ElementTree.Element.getiterator(). by Serhiy Storchaka · 8 years ago
  47. 839023f Issue #28426: Fixed potential crash in PyUnicode_AsDecodedObject() in debug build. by Serhiy Storchaka · 8 years ago
  48. 77eede3 Issue #28426: Fixed potential crash in PyUnicode_AsDecodedObject() in debug build. by Serhiy Storchaka · 8 years ago
  49. bc51a8a fix name of keyword parameter to gc.collect() (closes #28525) by Benjamin Peterson · 8 years ago
  50. 071dec2 Issue #25464: Fixed HList.header_exists() in tkinter.tix module by addin by Serhiy Storchaka · 8 years ago
  51. 0211bb7 Some distutils tests require zlib for creating tar.gz source distribution. by Serhiy Storchaka · 8 years ago
  52. b4293ef Issue #28115: ZIP creation test requires zlib. by Serhiy Storchaka · 8 years ago
  53. 666de77 Issue #28488: shutil.make_archive() no longer adds entry "./" to ZIP archive. by Serhiy Storchaka · 8 years ago
  54. 61c4c44 Issue #28115: Added tests for CLI of the zipfile module. by Serhiy Storchaka · 8 years ago
  55. 52e5004 Issue #27989: Tweak inspect.formatannotation() to improve pydoc rendering of function annotations. Ivan L. by Guido van Rossum · 8 years ago
  56. 1002a62 Issue #28435: Avoid no_proxy environment variable interfering with tests by Martin Panter · 8 years ago
  57. d60ea5f Issue #26620: Fix ResourceWarning in test_urllib2_localnet by Martin Panter · 8 years ago
  58. 3b55799 Two minor typing.py fixes (upstream #305) by Guido van Rossum · 8 years ago
  59. ac353df Issue #28482: Skip a few test_typing tests if asyncio unavailable by Guido van Rossum · 8 years ago
  60. e8a6045 Issue #26796: Don't configure the number of workers for default threadpool executor. by Yury Selivanov · 8 years ago
  61. 9f91e85 Fix indent by Guido van Rossum · 8 years ago
  62. 7ef22d6 Sync typing.py from upstream by Guido van Rossum · 8 years ago
  63. 3d67615 Issue #26923: Fix asyncio.Gather to refuse being cancelled once all children are done. by Yury Selivanov · 8 years ago
  64. f8c1505 Issue #25152: Mention the deprecation of pyvenv by Brett Cannon · 8 years ago
  65. 10a7dbd Issue #28396: Remove any mention of .pyo files from the man page. by Brett Cannon · 8 years ago
  66. 9e373be Issue #28410: Keep the traceback of original exception in _PyErr_ChainExceptions(). by Serhiy Storchaka · 8 years ago
  67. f536af1 Issue #24381: Avoid unused function warning when building bundled macOS libffi. by Ned Deily · 8 years ago
  68. ea75a51 Issue #26010: Document CO_* constants by Yury Selivanov · 8 years ago
  69. 807e2f3 Issue #19795: Fixed formatting a table. by Serhiy Storchaka · 8 years ago
  70. 4adf01c Issue #19795: Improved more markups of True/False. by Serhiy Storchaka · 8 years ago
  71. 1883542 Issue #19795: Fixed markup errors. by Serhiy Storchaka · 8 years ago
  72. a97cd2e Issue #19795: Mark up True and False as literal text instead of bold. by Serhiy Storchaka · 8 years ago
  73. ecf41da Issue #19795: Mark up None as literal text. by Serhiy Storchaka · 8 years ago
  74. 9f2e377 Issue #27896: Allow passing sphinx options to Doc/Makefile by Victor Stinner · 8 years ago
  75. 04eb777 Issue #23782: Fixed possible memory leak in _PyTraceback_Add() and exception by Serhiy Storchaka · 8 years ago
  76. e5b0bd1 Fix default value of StreamReader.readuntil() by Berker Peksag · 8 years ago
  77. 1f6b69b Issue #28409: regrtest: fix the parser of command line arguments. by Victor Stinner · 8 years ago
  78. 5493e47 Issue #28455: Clarify example of overriding the convert_arg_line_to_args method by Berker Peksag · 8 years ago
  79. 8d761ff remove extra PyErr_Format arguments (closes #28454) by Benjamin Peterson · 8 years ago
  80. 90e0289 Issue #28432: Fix first parameter name in PyUnicode_EncodeLocale documentation by Berker Peksag · 8 years ago
  81. 11194f7 Remove spurious article. by Ned Deily · 8 years ago
  82. 684340e Issue #27800: Document limitation and workaround for multiple RE repetitions by Martin Panter · 8 years ago
  83. c73e9d8 Issue #23231: Document codecs.iterencode(), iterdecode() shortcomings by Martin Panter · 8 years ago
  84. 1cea56b Issue28438 - Fix the link for pkgutil.get_data doc. Patch contributed by Xiang Zhang. by Senthil Kumaran · 8 years ago
  85. e1478e4 Issue #18789: Update XML vulnerability table to use Safe/Vulnerable instead of No/Yes. by Guido van Rossum · 8 years ago
  86. 4a45235 Issue #26869: Document unittest.TestCase.longMessage. (Mariatta) by Guido van Rossum · 8 years ago
  87. ba29a4f Issue #21443: Show how to change log level for asyncio. by Guido van Rossum · 8 years ago
  88. b1a751b Issue #24452: Make webbrowser support Chrome on Mac OS X. by Guido van Rossum · 8 years ago
  89. 10e54ae Issue #20766: Fix references leaked by pdb in the handling of SIGINT handlers. by Xavier de Gaye · 8 years ago
  90. fd28cbe Issue #28248: Merge with 3.4 by Zachary Ware · 8 years ago
  91. 068534a Issue #28248: Update Windows build to use OpenSSL 1.0.2j by Zachary Ware · 8 years ago
  92. d2a584b Issue #28394: Spelling and typo fixes in code comments and changelog by Martin Panter · 8 years ago
  93. 5e2a0ef Issue #28339: Remove ByteString.register(memoryview(...)) from typing.py. by Guido van Rossum · 8 years ago
  94. 4145c83 Issue #27972: Prohibit Tasks to await on themselves. by Yury Selivanov · 8 years ago
  95. 908d55d Issue #28399: Remove UNIX socket from FS before binding. by Yury Selivanov · 8 years ago
  96. 0aa7887 Issue #28389: Fix ProxiedTransport example in xmlrpc.client documentation by Berker Peksag · 8 years ago
  97. e259267 Merge further typing.py changes from upstream. by Guido van Rossum · 8 years ago
  98. 7b2aa2e Adjust ClassVar example to use pre-PEP-526 syntax. (Issue #28388) by Guido van Rossum · 8 years ago
  99. deed0c7 Issue #28388: update typing module documentation. by Guido van Rossum · 8 years ago
  100. 9c0e1f8 Issue #28379: Added sanity checks and tests for PyUnicode_CopyCharacters(). by Serhiy Storchaka · 8 years ago