summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
...
* | | | merge 3.5 (#26991)Benjamin Peterson2016-05-171-0/+2
|\ \ \ \ | | |/ / | |/| |
| * | | fix possible refleak in MAKE_FUNCTION (closes #26991)Benjamin Peterson2016-05-171-0/+2
* | | | Merge headsYury Selivanov2016-05-161-0/+3
|\ \ \ \
| * | | | Issue #27031: Removed dummy methods in Tkinter widget classes: tk_menuBar()Serhiy Storchaka2016-05-161-0/+3
* | | | | Merge 3.5 (Issue #27041)Yury Selivanov2016-05-161-0/+2
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | Issue #27041: asyncio: Add loop.create_future methodYury Selivanov2016-05-161-0/+2
* | | | Merge 3.5 (issue #27040)Yury Selivanov2016-05-161-0/+2
|\ \ \ \ | |/ / /
| * | | Issue #27040: Add loop.get_exception_handler methodYury Selivanov2016-05-161-0/+2
* | | | Issue #27039: Fixed bytearray.remove() for values greater than 127.Serhiy Storchaka2016-05-161-0/+3
|\ \ \ \ | |/ / / | | / / | |/ / |/| |
| * | Issue #27039: Fixed bytearray.remove() for values greater than 127.Serhiy Storchaka2016-05-161-0/+3
* | | Issue #14132, Issue #17214: Merge two redirect handling fixes from 3.5Martin Panter2016-05-161-0/+9
|\ \ \ | |/ /
| * | Issue #17214: Percent-encode non-ASCII bytes in redirect targetsMartin Panter2016-05-161-0/+6
| * | Issue #14132: Fix redirect handling when target is just a query stringMartin Panter2016-05-161-0/+3
* | | Issue #27033: The default value of the decode_data parameter forSerhiy Storchaka2016-05-161-0/+3
* | | Issue #27034: Removed deprecated class asynchat.fifo.Serhiy Storchaka2016-05-161-0/+2
* | | Issue #26807: mock_open 'files' no longer error on readline at end of file.Robert Collins2016-05-162-0/+4
|\ \ \ | |/ /
| * | Issue #26807: mock_open 'files' no longer error on readline at end of file.Robert Collins2016-05-162-0/+4
* | | Issue #26870: Add readline.set_auto_history(), originally by Tyler CromptonMartin Panter2016-05-152-0/+5
* | | Merge 3.5 (issue #26848)Yury Selivanov2016-05-131-0/+3
|\ \ \ | |/ /
| * | 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
|\ \ \ | |/ /