summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* regrtest doesn't ignore -j1 anymoreVictor Stinner2016-05-201-0/+10
* subprocess now emits a ResourceWarning warningVictor Stinner2016-05-201-0/+3
* Optimize pickle.load() and pickle.loads()Victor Stinner2016-05-201-1/+4
* Back out pathlib.Path.path attr. (Merge 3.5->3.6)Guido van Rossum2016-05-191-6/+0
|\
| * Back out pathlib.Path.path attr. (Merge 3.4->3.5)Guido van Rossum2016-05-191-6/+0
| |\
| | * Back out 7e9605697dfc, 2e3c31ab586a, 759b2cecc289.Guido van Rossum2016-05-191-6/+0
* | | Issue #27053: Updates make_zip.py to correctly generate library ZIP file.Steve Dower2016-05-191-0/+2
|\ \ \ | |/ /
| * | Issue #27053: Updates make_zip.py to correctly generate library ZIP file.Steve Dower2016-05-191-0/+2
* | | Merge 3.5 (issue #27057)Victor Stinner2016-05-192-0/+5
|\ \ \ | |/ /
| * | Fix os.set_inheritable() on AndroidVictor Stinner2016-05-192-0/+5
* | | Fix #27014 -- infinite recursion using typing.py. (Merge 3.5 -> 3.6.)Guido van Rossum2016-05-181-0/+2
|\ \ \ | |/ /
| * | Fix #27014 -- infinite recursion using typing.py.Guido van Rossum2016-05-181-0/+2
* | | Issue #23275: Don’t think this made it into alpha 1Martin Panter2016-05-181-3/+3
* | | Issue #23275: Allow () = iterable assignment syntaxBerker Peksag2016-05-181-0/+3
* | | Merge 3.6.0a1 updatesNed Deily2016-05-171-1/+13
|\ \ \
| * | | Post-release cleanup: 3.6.0a1 -> 3.6.0a2Ned Deily2016-05-171-0/+12
| * | | Version bump for 3.6.0a1v3.6.0a1Ned Deily2016-05-161-1/+1
* | | | 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
|\ \ \ | |/ /