summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
...
| * | Issue #26848: Fix asyncio/subprocess.communicate() to handle empty input.Yury Selivanov2016-05-131-0/+3
* | | Issue #26039: zipfile.ZipFile.open() can now be used to write data into a ZIPSerhiy Storchaka2016-05-131-0/+3
* | | merge from 3.5Senthil Kumaran2016-05-131-0/+3
|\ \ \ | |/ /
| * | Issue #26892: Honor debuglevel flag in urllib.request.HTTPHandler.Senthil Kumaran2016-05-131-0/+3
* | | Issue #22274: Merge stderr=STDOUT fix from 3.5Martin Panter2016-05-131-0/+3
|\ \ \ | |/ /
| * | Issue #22274: Redirect stderr=STDOUT when stdout not redirected, by Akira LiMartin Panter2016-05-131-0/+3
* | | Issue #21099: Switch applicable importlib tests to use PEP 451 API.Eric Snow2016-05-101-0/+2
* | | Issue #23640: int.from_bytes() no longer bypasses constructors for subclasses.Serhiy Storchaka2016-05-121-0/+2
|\ \ \ | |/ /
| * | Issue #23640: int.from_bytes() no longer bypasses constructors for subclasses.Serhiy Storchaka2016-05-121-0/+2
* | | Issue #27005: Optimized the float.fromhex() class method for exact float.Serhiy Storchaka2016-05-121-0/+3
* | | Merge 3.5.Serhiy Storchaka2016-05-111-2/+0
|\ \ \ | |/ /
| * | Removed duplicated NEWS entity for issue #26881.Serhiy Storchaka2016-05-111-2/+0
* | | Update NEWS.Steven D'Aprano2016-05-111-0/+8
* | | Merge NEWS update from 3.5 for issue #26977.Steven D'Aprano2016-05-111-0/+3
|\ \ \ | |/ /
| * | NEWS message for issue #26977.Steven D'Aprano2016-05-111-0/+3
* | | Fixes #19711: Add tests for reloading namespace packages.Eric Snow2016-05-101-0/+2
* | | Issue #25745: Fixed leaking a userptr in curses panel destructor.Serhiy Storchaka2016-05-081-0/+2
|\ \ \ | |/ /
| * | Issue #25745: Fixed leaking a userptr in curses panel destructor.Serhiy Storchaka2016-05-081-0/+2
* | | Issue #26881: The modulefinder module now supports extended opcode arguments.Serhiy Storchaka2016-05-081-0/+4
|\ \ \ | |/ /
| * | Issue #26881: The modulefinder module now supports extended opcode arguments.Serhiy Storchaka2016-05-081-0/+4
* | | Issue #18531: Single var-keyword argument of dict subtype was passedSerhiy Storchaka2016-05-081-0/+3
* | | Issue #23815: Fixed crashes related to directly created instances of types inSerhiy Storchaka2016-05-081-0/+3
|\ \ \ | |/ /
| * | Issue #23815: Fixed crashes related to directly created instances of types inSerhiy Storchaka2016-05-081-0/+3
* | | Merge typo fixes from 3.5Martin Panter2016-05-081-1/+1
|\ \ \ | |/ /
| * | Fix typos in comments, documentation and test method namesMartin Panter2016-05-081-1/+1
* | | Issue #17765: weakref.ref() no longer silently ignores keyword arguments.Serhiy Storchaka2016-05-071-0/+3
|\ \ \ | |/ /
| * | Issue #17765: weakref.ref() no longer silently ignores keyword arguments.Serhiy Storchaka2016-05-071-0/+3
* | | Issue #26736: Used HTTPS for external links in the documentation if possible.Serhiy Storchaka2016-05-071-0/+2
|\ \ \ | |/ /
| * | Issue #26736: Used HTTPS for external links in the documentation if possible.Serhiy Storchaka2016-05-071-0/+2
* | | Issue 26915: Add identity checks to the collections ABC __contains__ methods.Raymond Hettinger2016-05-051-0/+5
* | | Issue #26811: gc.get_objects() no longer contains a broken tuple with NULLSerhiy Storchaka2016-05-041-0/+3
|\ \ \ | |/ /
| * | Issue #26811: gc.get_objects() no longer contains a broken tuple with NULLSerhiy Storchaka2016-05-041-0/+3
* | | Issue #20120: Merge with 3.5Jason R. Coombs2016-05-041-0/+6
|\ \ \ | |/ /
| * | Issue #20120: Use RawConfigParser for .pypirc parsing, removing support for i...Jason R. Coombs2016-05-041-0/+6
* | | Issue #26873: xmlrpc now raises ResponseError on unsupported type tagsSerhiy Storchaka2016-05-041-0/+3
|\ \ \ | |/ /
| * | Issue #26873: xmlrpc now raises ResponseError on unsupported type tagsSerhiy Storchaka2016-05-041-0/+3
* | | Issue #26932: Fixed support of RTLD_* constants defined as enum values,Serhiy Storchaka2016-05-041-0/+3
* | | Issue #26711: Fixed the comparison of plistlib.Data with other types.Serhiy Storchaka2016-05-011-0/+2
|\ \ \ | |/ /
| * | Issue #26711: Fixed the comparison of plistlib.Data with other types.Serhiy Storchaka2016-05-011-0/+2
* | | Issue #24114: Fix an uninitialized variable in `ctypes.util`.Meador Inge2016-05-011-0/+6
|\ \ \ | |/ /
| * | Issue #24114: Fix an uninitialized variable in `ctypes.util`.Meador Inge2016-05-011-0/+6
* | | Issue #26864: Merge no_proxy fixes from 3.5Martin Panter2016-04-301-0/+5
|\ \ \ | |/ /
| * | Issue #26864: Fix case insensitivity and suffix comparison with no_proxyMartin Panter2016-04-301-0/+5
* | | Issue #24902: Print server URL on http.server startupBerker Peksag2016-04-291-0/+3
* | | Issue #25788: fileinput.hook_encoded() now supports an "errors" argumentSerhiy Storchaka2016-04-272-0/+4
* | | Issue #26634: recursive_repr() now sets __qualname__ of wrapper.Serhiy Storchaka2016-04-261-0/+3
|\ \ \ | |/ /
| * | Issue #26634: recursive_repr() now sets __qualname__ of wrapper.Serhiy Storchaka2016-04-261-0/+3
* | | merge 3.5Senthil Kumaran2016-04-252-0/+5
|\ \ \ | |/ /
| * | Issue #26804: urllib.request will prefer lower_case proxy environment variablesSenthil Kumaran2016-04-252-0/+5
* | | Merge 3.5Serhiy Storchaka2016-04-251-0/+4
|\ \ \ | |/ /