- a1fd5e4 - Issue #23262: The webbrowser module now supports Firefox 36+ and derived by Serhiy Storchaka · 8 years ago
- c9b750d Issue #23262: The webbrowser module now supports Firefox 36+ and derived by Serhiy Storchaka · 8 years ago
- 016a9ac Issue #27939: Fixed bugs in tkinter.ttk.LabeledScale and tkinter.Scale caused by Serhiy Storchaka · 8 years ago
- 32c0d3a Issue #27939: Fixed bugs in tkinter.ttk.LabeledScale and tkinter.Scale caused by Serhiy Storchaka · 8 years ago
- 998c9cd Issue #28561: Clean up UTF-8 encoder: remove dead code, update comments, etc. by Serhiy Storchaka · 8 years ago
- b7d14a0 Merge from 3.5. by Serhiy Storchaka · 8 years ago
- 0438683 Backed out changeset 9f7505019767 (issue #27275). by Serhiy Storchaka · 8 years ago
- 9440787 Issue #26638: Merge option warning fixes from 3.5 into 3.6 by Martin Panter · 8 years ago
- b8c5f54 Issue #26638: Work around more CLI options that can’t be linked by Martin Panter · 8 years ago
- 5c67933 Issue #26638: Mask undefined CLI options to defeat new Sphinx warnings by Martin Panter · 8 years ago
- 77d574d Issue #18844: Strengthen tests to include a case with unequal weighting by Raymond Hettinger · 8 years ago
- 30d00e5 Issue #18844: Make the various ways for specifing weights produce the same results. by Raymond Hettinger · 8 years ago
- ab5cf4d Issue #28556: updates to typing.py (add Coroutine, prohibit Generic[T]()) (3.5->3.6) by Guido van Rossum · 8 years ago
- 62fe1bb Issue #28556: updates to typing.py (add Coroutine, prohibit Generic[T]()) by Guido van Rossum · 8 years ago
- c6c1c6e Issue #28556: updates to typing.py (fix copy, deepcopy, pickle) (3.5->3.6) by Guido van Rossum · 8 years ago
- b7dedc8 Issue #28556: updates to typing.py (fix copy, deepcopy, pickle) by Guido van Rossum · 8 years ago
- 4782ab3 Adds missing _asyncio.pyd to installer and generally tidies pyd management. by Steve Dower · 8 years ago
- 868147b Issue #28556: updates to typing.py (3.5->3.6) by Guido van Rossum · 8 years ago
- 5fc25a8 Issue #28556: updates to typing.py by Guido van Rossum · 8 years ago
- 1da055e Makes test_underpth* tests more robust by copying the executable. by Steve Dower · 8 years ago
- 0eacef3 Issue #28444: Merge with 3.5. by Xavier de Gaye · 8 years ago
- 84968b7 Issue #28444: Fix missing extensions modules when cross compiling. by Xavier de Gaye · 8 years ago
- d76d8bf Issue #28199: Microoptimized dict resizing. Based on patch by Naoki Inada. by Serhiy Storchaka · 8 years ago
- f94d1ee Issue #28544: Fix inefficient call to _PyObject_CallMethodId() by Victor Stinner · 8 years ago
- 684ef2c Issue #28544: Pass `PyObject*` to _PyDict_Pop, not `PyDictObject*` by Yury Selivanov · 8 years ago
- 833c626 Issue #28544: Fix compilation of _asynciomodule.c on Windows by Yury Selivanov · 8 years ago
- d14ae16 Removes incorrect condition from lib_pdb.msi by Steve Dower · 8 years ago
- 43ab355 Removes incorrect condition from lib_pdb.msi by Steve Dower · 8 years ago
- 1aea8fb Issue #28544: Fix _asynciomodule.c on Windows by Victor Stinner · 8 years ago
- a0c1ba6 Issue #28544: Implement asyncio.Task in C. by Yury Selivanov · 8 years ago
- bbcb799 Merge heads. by Xavier de Gaye · 8 years ago
- 1c17e7f Issue #28046: Fix the removal of the sysconfigdata module by Xavier de Gaye · 8 years ago
- 8a8ebc9 Fixed possible NULL decrefing. by Serhiy Storchaka · 8 years ago
- 3ec5f42 Fixed possible NULL decrefing. by Serhiy Storchaka · 8 years ago
- b6bd81d Issue #28353: Make test_os.WalkTests.test_walk_bad_dir stable. by Serhiy Storchaka · 8 years ago
- 7865dff Issue #28353: Make test_os.WalkTests.test_walk_bad_dir stable. by Serhiy Storchaka · 8 years ago
- c6dd415 Issue #28522: Fixes mishandled buffer reallocation in getpathp.c by Steve Dower · 8 years ago
- e45ef4e Issue #22949: Documented that fnmatch.translate() is for use with re.match(). by Serhiy Storchaka · 8 years ago
- a65a474 Issue #22949: Documented that fnmatch.translate() is for use with re.match(). by Serhiy Storchaka · 8 years ago
- e0a220e Issue #22493: Updated an example for fnmatch.translate(). by Serhiy Storchaka · 8 years ago
- 31c80e8 Revert incorrect file merge from 3.5. by Steve Dower · 8 years ago
- 43d2b26 Merge from 3.5 by Steve Dower · 8 years ago
- fcf622e Updates release build to collect symbols and binaries, and create nuget package. by Steve Dower · 8 years ago
- 159f97b Issue #28496: Mark up constants 0, 1 and -1 that denote return values or by Serhiy Storchaka · 8 years ago
- 1ecf7d2 Issue #28496: Mark up constants 0, 1 and -1 that denote return values or by Serhiy Storchaka · 8 years ago
- 0093907 Issue #28426: Deprecated undocumented functions PyUnicode_AsEncodedObject(), by Serhiy Storchaka · 8 years ago
- 802426f Issue #28526: Use PyUnicode_AsEncodedString() instead of by Serhiy Storchaka · 8 years ago
- b29cee4 Issue #28526: Use PyUnicode_AsEncodedString() instead of by Serhiy Storchaka · 8 years ago
- b1152be Issue #28509: dict.update() no longer allocate unnecessary large memory by INADA Naoki · 8 years ago
- ec9357b Ignore harmless suspicious markup by Zachary Ware · 8 years ago
- d9aa4d3 Merge from 3.5 by Zachary Ware · 8 years ago
- bb44477 Fix default role usage by Zachary Ware · 8 years ago
- 66078ac Issue #25002: Back out asyncore/asynchat deprecation. by Guido van Rossum · 8 years ago
- 3dca624 Issue #26240: Merge subprocess doc string from 3.5 into 3.6 by Martin Panter · 8 years ago
- 4afdca0 Issue #26240: Clean up the subprocess module doc string by Martin Panter · 8 years ago
- 6c2b9d3 Issue #28333: Fixes off-by-one error that was adding an extra space. by Steve Dower · 8 years ago
- 26231bb Null merge by Serhiy Storchaka · 8 years ago
- 36888dd Issue #28353: Fixed tests of os.fwalk() with broken links. by Serhiy Storchaka · 8 years ago
- 5ec2431 Issue #28107: Update typing module documentation for NamedTuple (Ivan) by Guido van Rossum · 8 years ago
- 28f9820 Issue #28353: Try to fix tests. by Serhiy Storchaka · 8 years ago
- 16591f4 Issue 25002: Deprecate asyncore/asynchat. Patch by Mariatta. by Guido van Rossum · 8 years ago
- 1faf902 Issue #27275: Fixed implementation of pop() and popitem() methods in by Serhiy Storchaka · 8 years ago
- 4832580 Issue #27275: Fixed implementation of pop() and popitem() methods in by Serhiy Storchaka · 8 years ago
- ecb9018 Issue #28255: calendar.TextCalendar().prmonth() no longer prints a space by Serhiy Storchaka · 8 years ago
- 7ff51bd Issue #28255: calendar.TextCalendar().prmonth() no longer prints a space by Serhiy Storchaka · 8 years ago
- a6eba11 Issue #20491: The textwrap.TextWrapper class now honors non-breaking spaces. by Serhiy Storchaka · 8 years ago
- f3ebc9f Issue #20491: The textwrap.TextWrapper class now honors non-breaking spaces. by Serhiy Storchaka · 8 years ago
- af4e474 Issue #28353: os.fwalk() no longer fails on broken links. by Serhiy Storchaka · 8 years ago
- 42babab Issue #28353: os.fwalk() no longer fails on broken links. by Serhiy Storchaka · 8 years ago
- 179111b Merge heads by Serhiy Storchaka · 8 years ago
- c8bc3d1 Issue #28408: Fixed a leak and remove redundant code in _PyUnicodeWriter_Finish(). by Serhiy Storchaka · 8 years ago
- 74c1753 Issue #28430: Fix iterator of C implemented asyncio.Future doesn't by INADA Naoki · 8 years ago
- c3adf1e Issue #28314: Added tests for xml.etree.ElementTree.Element.getiterator(). by Serhiy Storchaka · 8 years ago
- 036fb15 Issue #28314: Added tests for xml.etree.ElementTree.Element.getiterator(). by Serhiy Storchaka · 8 years ago
- c4a3e90 Issue #28426: Fixed potential crash in PyUnicode_AsDecodedObject() in debug build. by Serhiy Storchaka · 8 years ago
- 839023f Issue #28426: Fixed potential crash in PyUnicode_AsDecodedObject() in debug build. by Serhiy Storchaka · 8 years ago
- 77eede3 Issue #28426: Fixed potential crash in PyUnicode_AsDecodedObject() in debug build. by Serhiy Storchaka · 8 years ago
- b1f5287 Issue #27025: Generated names for Tkinter widgets now start by the "!" prefix by Serhiy Storchaka · 8 years ago
- 7db3c48 Issue #28517: Fixed of-by-one error in the peephole optimizer that caused by Serhiy Storchaka · 8 years ago
- 802883a merge 3.5 (#28525) by Benjamin Peterson · 8 years ago
- bc51a8a fix name of keyword parameter to gc.collect() (closes #28525) by Benjamin Peterson · 8 years ago
- 407c8ac Issue #25464: Fixed HList.header_exists() in tkinter.tix module by addin by Serhiy Storchaka · 8 years ago
- 071dec2 Issue #25464: Fixed HList.header_exists() in tkinter.tix module by addin by Serhiy Storchaka · 8 years ago
- 712d593 Issue #5830: Remove old comment. Add empty slots. by Raymond Hettinger · 8 years ago
- e896391 Merge heads by Serhiy Storchaka · 8 years ago
- 01c521b asyncio: Increase asyncio.Future test coverage; test both implementations. by Yury Selivanov · 8 years ago
- cb637fa Some distutils tests require zlib for creating tar.gz source distribution. by Serhiy Storchaka · 8 years ago
- 0211bb7 Some distutils tests require zlib for creating tar.gz source distribution. by Serhiy Storchaka · 8 years ago
- 8985031 Issue #28115: ZIP creation test requires zlib. by Serhiy Storchaka · 8 years ago
- b4293ef Issue #28115: ZIP creation test requires zlib. by Serhiy Storchaka · 8 years ago
- 7fc92bb Issue #28488: shutil.make_archive() no longer adds entry "./" to ZIP archive. by Serhiy Storchaka · 8 years ago
- 666de77 Issue #28488: shutil.make_archive() no longer adds entry "./" to ZIP archive. by Serhiy Storchaka · 8 years ago
- 89ecb4a Issue #28115: Added tests for CLI of the zipfile module. by Serhiy Storchaka · 8 years ago
- 61c4c44 Issue #28115: Added tests for CLI of the zipfile module. by Serhiy Storchaka · 8 years ago
- 662cef6 Issue #25953: re.sub() now raises an error for invalid numerical group by Serhiy Storchaka · 8 years ago
- 265dce6 Issue #27989: Tweak inspect.formatannotation() to improve pydoc rendering of function annotations. Ivan L. (3.5->3.6) by Guido van Rossum · 8 years ago
- 52e5004 Issue #27989: Tweak inspect.formatannotation() to improve pydoc rendering of function annotations. Ivan L. by Guido van Rossum · 8 years ago
- 85e81cf Issue #28435: Merge urllib test fixes from 3.5 into 3.6 by Martin Panter · 8 years ago
- 1002a62 Issue #28435: Avoid no_proxy environment variable interfering with tests by Martin Panter · 8 years ago
- d60ea5f Issue #26620: Fix ResourceWarning in test_urllib2_localnet by Martin Panter · 8 years ago