- e6f0609 Issue #17214: Percent-encode non-ASCII bytes in redirect targets by Martin Panter · 8 years ago
- ce6e068 Issue #14132: Fix redirect handling when target is just a query string by Martin Panter · 8 years ago
- f0dbf7a Issue #26870: Add readline.set_auto_history(), originally by Tyler Crompton by Martin Panter · 8 years ago
- 059320b Merge 3.5 (issue #26848) by Yury Selivanov · 8 years ago
- 7657f6b Issue #26848: Fix asyncio/subprocess.communicate() to handle empty input. by Yury Selivanov · 8 years ago
- 18ee29d Issue #26039: zipfile.ZipFile.open() can now be used to write data into a ZIP by Serhiy Storchaka · 8 years ago
- 5d1110a merge from 3.5 by Senthil Kumaran · 8 years ago
- 9642eed Issue #26892: Honor debuglevel flag in urllib.request.HTTPHandler. by Senthil Kumaran · 8 years ago
- f94ec1b Issue #22274: Merge stderr=STDOUT fix from 3.5 by Martin Panter · 8 years ago
- c763589 Issue #22274: Redirect stderr=STDOUT when stdout not redirected, by Akira Li by Martin Panter · 9 years ago
- ea36c94 Issue #23640: int.from_bytes() no longer bypasses constructors for subclasses. by Serhiy Storchaka · 9 years ago
- 9de7efe Removed duplicated NEWS entity for issue #26881. by Serhiy Storchaka · 9 years ago
- 3414e4a NEWS message for issue #26977. by Steven D'Aprano · 9 years ago
- 228ab1f Issue #21099: Switch applicable importlib tests to use PEP 451 API. by Eric Snow · 9 years ago
- 1f36443 Issue #23640: int.from_bytes() no longer bypasses constructors for subclasses. by Serhiy Storchaka · 9 years ago
- 25885d1 Issue #27005: Optimized the float.fromhex() class method for exact float. by Serhiy Storchaka · 9 years ago
- 871639a Merge 3.5. by Serhiy Storchaka · 9 years ago
- 441581a Update NEWS. by Steven D'Aprano · 9 years ago
- 6494449 Merge NEWS update from 3.5 for issue #26977. by Steven D'Aprano · 9 years ago
- d65018b Fixes #19711: Add tests for reloading namespace packages. by Eric Snow · 9 years ago
- 6a8af9a Issue #25745: Fixed leaking a userptr in curses panel destructor. by Serhiy Storchaka · 9 years ago
- df40b62 Issue #25745: Fixed leaking a userptr in curses panel destructor. by Serhiy Storchaka · 9 years ago
- 3e99fde Issue #26881: The modulefinder module now supports extended opcode arguments. by Serhiy Storchaka · 9 years ago
- 02d9f5e Issue #26881: The modulefinder module now supports extended opcode arguments. by Serhiy Storchaka · 9 years ago
- ce41287 Issue #18531: Single var-keyword argument of dict subtype was passed by Serhiy Storchaka · 9 years ago
- dea7637 Issue #23815: Fixed crashes related to directly created instances of types in by Serhiy Storchaka · 9 years ago
- e3f1b09 Issue #23815: Fixed crashes related to directly created instances of types in by Serhiy Storchaka · 9 years ago
- 1ce738e Merge typo fixes from 3.5 by Martin Panter · 9 years ago
- f0564164 Fix typos in comments, documentation and test method names by Martin Panter · 9 years ago
- 17e2295 Issue #17765: weakref.ref() no longer silently ignores keyword arguments. by Serhiy Storchaka · 9 years ago
- 21eb487 Issue #17765: weakref.ref() no longer silently ignores keyword arguments. by Serhiy Storchaka · 9 years ago
- 1acbf85 Issue #26736: Used HTTPS for external links in the documentation if possible. by Serhiy Storchaka · 9 years ago
- 6dff020 Issue #26736: Used HTTPS for external links in the documentation if possible. by Serhiy Storchaka · 9 years ago
- 584e8ae Issue 26915: Add identity checks to the collections ABC __contains__ methods. by Raymond Hettinger · 9 years ago
- fcce462 Issue #26811: gc.get_objects() no longer contains a broken tuple with NULL by Serhiy Storchaka · 9 years ago
- 7822f15 Issue #26811: gc.get_objects() no longer contains a broken tuple with NULL by Serhiy Storchaka · 9 years ago
- ad039f7 Issue #20120: Merge with 3.5 by Jason R. Coombs · 9 years ago
- 422cf2b Issue #20120: Use RawConfigParser for .pypirc parsing, removing support for interpolation unintentionally added with move to Python 3. Behavior no longer does any interpolation in .pypirc files, matching behavior in Python 2.7 and Setuptools 19.0. by Jason R. Coombs · 9 years ago
- 45cdcd9 Issue #26873: xmlrpc now raises ResponseError on unsupported type tags by Serhiy Storchaka · 9 years ago
- 290fed4 Issue #26873: xmlrpc now raises ResponseError on unsupported type tags by Serhiy Storchaka · 9 years ago
- c2f7d87 Issue #26932: Fixed support of RTLD_* constants defined as enum values, by Serhiy Storchaka · 9 years ago
- 47d1d7f Issue #26711: Fixed the comparison of plistlib.Data with other types. by Serhiy Storchaka · 9 years ago
- dd1bcdf Issue #26711: Fixed the comparison of plistlib.Data with other types. by Serhiy Storchaka · 9 years ago
- f1e2671 Issue #24114: Fix an uninitialized variable in `ctypes.util`. by Meador Inge · 9 years ago
- 8988ebf Issue #24114: Fix an uninitialized variable in `ctypes.util`. by Meador Inge · 9 years ago
- 51b697b Issue #26864: Merge no_proxy fixes from 3.5 by Martin Panter · 9 years ago
- aa27982 Issue #26864: Fix case insensitivity and suffix comparison with no_proxy by Martin Panter · 9 years ago
- 3a31cca Issue #24902: Print server URL on http.server startup by Berker Peksag · 9 years ago
- b275210 Issue #25788: fileinput.hook_encoded() now supports an "errors" argument by Serhiy Storchaka · 9 years ago
- cd9b5c2 Issue #26634: recursive_repr() now sets __qualname__ of wrapper. by Serhiy Storchaka · 9 years ago
- b3b366d Issue #26634: recursive_repr() now sets __qualname__ of wrapper. by Serhiy Storchaka · 9 years ago
- 0996fa3 merge 3.5 by Senthil Kumaran · 9 years ago
- a7c0ff2 Issue #26804: urllib.request will prefer lower_case proxy environment variables by Senthil Kumaran · 9 years ago
- 81e7f94 Merge 3.5 by Serhiy Storchaka · 9 years ago
- 685fbed Issue #26837: assertSequenceEqual() now correctly outputs non-stringified by Serhiy Storchaka · 9 years ago
- e50d846 Issue #26041: Remove "will be removed in Python 3.7" from description messages by Berker Peksag · 9 years ago
- 8d8221f Issue #26041: Remove "will be removed in Python 3.7" from description messages by Berker Peksag · 9 years ago
- 745145a Issue #26822: itemgetter, attrgetter and methodcaller objects no longer by Serhiy Storchaka · 9 years ago
- c2a2a75 Issue #26822: itemgetter, attrgetter and methodcaller objects no longer by Serhiy Storchaka · 9 years ago
- 8b9eefc Issue #26733: Disassembling a class now disassembles class and static methods. by Serhiy Storchaka · 9 years ago
- 585c93d Issue #26733: Disassembling a class now disassembles class and static methods. by Serhiy Storchaka · 9 years ago
- da28494 Issue #22359: Merge cross-compilation fix from 3.5 by Martin Panter · 9 years ago
- 1046d5c Issue #22359: Disable running cross-compiled _freeze_importlib and pgen by Martin Panter · 9 years ago
- f5c4b99 PyMem_Malloc() now uses the fast pymalloc allocator by Victor Stinner · 9 years ago
- b4faa8e Merge 3.5 by Victor Stinner · 9 years ago
- d7a7122 Issue #26799: Fix typo in Misc/NEWS by Victor Stinner · 9 years ago
- c88390f Merge 3.5: Issue #26799 by Victor Stinner · 9 years ago
- 4e75ca8 python-gdb.py: get C types at runtime by Victor Stinner · 9 years ago
- a2bf306 Issue #21668: Add also Chi Hsuan Yen to Misc/ACKS by Victor Stinner · 9 years ago
- 61f68db Issue #21668: Fix author of the patch. by Victor Stinner · 9 years ago
- abe4d52 Merge doc and comment fixes from 3.5 by Martin Panter · 9 years ago
- 0b2e98d Optimize func(*tuple) function call by Victor Stinner · 9 years ago
- 5bfe0da Merge 3.5: issue #26801 by Victor Stinner · 9 years ago
- 119ebb7 Fix shutil.get_terminal_size() error handling by Victor Stinner · 9 years ago
- 1fa5a38 Merge 3.5: Issue #21668 by Victor Stinner · 9 years ago
- def8072 setup.py: add missing libm dependency by Victor Stinner · 9 years ago
- 7c3e684 Issue #24838: Merge tarfile fix from 3.5. by Lars Gustäbel · 9 years ago
- 0f450ab Issue #24838: tarfile's ustar and gnu formats now correctly calculate name and by Lars Gustäbel · 9 years ago
- 8f26565 Fix spelling (inital), grammar (may translates) in documentation, comments by Martin Panter · 9 years ago
- 791ac54 Issue #26657: Merge http.server fix from 3.5 by Martin Panter · 9 years ago
- d274b3f Issue #26657: Fix Windows directory traversal vulnerability with http.server by Martin Panter · 9 years ago
- b6a9c97 Issue #26778: Fixed "a/an/and" typos in code comment, documentation and error by Serhiy Storchaka · 9 years ago
- 6a7b3a7 Issue #26778: Fixed "a/an/and" typos in code comment and documentation. by Serhiy Storchaka · 9 years ago
- d77133b Issue #26717: Merge wsgiref fix from 3.5 by Martin Panter · 9 years ago
- 50dd1f7 Issue #26717: Stop encoding Latin-1-ized WSGI paths with UTF-8 by Martin Panter · 9 years ago
- 528619b Issue #26782: Add STARTUPINFO to subprocess.__all__ on Windows by Martin Panter · 9 years ago
- 259d247 merge 3.5 (#26659) by Benjamin Peterson · 9 years ago
- 2b601d3 add gc support to slice (closes #26659) by Benjamin Peterson · 9 years ago
- 79a12a2 Issue #25702: A --with-lto configure option has been added that will by Gregory P. Smith · 9 years ago
- d82da9f Issue #25702: A --with-lto configure option has been added that will by Gregory P. Smith · 9 years ago
- cda8094 Issue #15984: Merge PyUnicode doc from 3.5 by Martin Panter · 9 years ago
- 6245cb3 Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc by Martin Panter · 9 years ago
- 131b8f8 Issue #26718: super.__init__ no longer leaks memory if called multiple times. by Serhiy Storchaka · 9 years ago
- 3d74976 Issue #26718: super.__init__ no longer leaks memory if called multiple times. by Serhiy Storchaka · 9 years ago
- a4d41b3 Closes #26624: Adds validation of ucrtbase[d].dll version with warning for old versions. by Steve Dower · 9 years ago
- a7a222f Closes #26624: Adds validation of ucrtbase[d].dll version with warning for old versions. by Steve Dower · 9 years ago
- 0cab9c1 Issue #26404: Add context manager to socketserver, by Aviv Palivoda by Martin Panter · 9 years ago
- 7258176 Merge 3.5 (os.urandom) by Victor Stinner · 9 years ago
- 9d24271 Fix os.urandom() on Solaris 11.3 by Victor Stinner · 9 years ago
- da3bb38 Issue #26585: Eliminate _quote_html() and use html.escape(quote=False) by Martin Panter · 9 years ago