summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* bpo-38020: Fixes crash in os.readlink() on Windows (GH-15663)Steve Dower2019-09-031-0/+2
* bpo-35771: IDLE: Fix flaky tool-tip hover delay tests (GH-15634)Tal Einat2019-09-031-0/+2
* bpo-38010 Sync importlib.metadata with importlib_metadata 0.20. (GH-15646)Jason R. Coombs2019-09-021-0/+1
* bpo-37994: Fix silencing all errors if an attribute lookup fails. (GH-15630)Serhiy Storchaka2019-09-011-0/+2
* bpo-36543: Remove old-deprecated ElementTree features. (GH-12707)Serhiy Storchaka2019-09-011-0/+2
* bpo-37764: Fix infinite loop when parsing unstructured email headers. (GH-15239)Ashwin Ramaswami2019-08-312-0/+2
* bpo-37977: Warn more strongly and clearly about pickle security (GH-15595)Daniel Pope2019-08-311-0/+1
* Fix typos mostly in comments, docs and test names (GH-15209)Min ho Kim2019-08-3010-11/+11
* bpo-37140: Fix StructUnionType_paramfunc() (GH-15612)Victor Stinner2019-08-301-0/+5
* bpo-37834: Prevent shutil.rmtree exception (GH-15602)Ned Deily2019-08-291-0/+2
* bpo-8425: Fast path for set inplace difference when the second set is large (...Raymond Hettinger2019-08-291-0/+3
* bpo-37034: Display argument name on errors with keyword arguments with Argume...Rémi Lapeyre2019-08-291-0/+2
* bpo-37979: Add alternative to fromisoformat in documentation (GH-15596)Paul Ganssle2019-08-291-0/+2
* bpo-36833: Add tests for Datetime C API Macros (GH-14842)Joannah Nanjekye2019-08-291-0/+2
* bpo-10978: Semaphores can release multiple threads at a time (GH-15588)Raymond Hettinger2019-08-291-0/+2
* bpo-37372: Fix error unpickling datetime.time objects from Python 2 with seco...Justin Blanchard2019-08-292-0/+3
* bpo-37950: Fix ast.dump() when call with incompletely initialized node. (GH-1...Serhiy Storchaka2019-08-291-0/+1
* bpo-37960: Silence only necessary errors in repr() of buffered and text strea...Serhiy Storchaka2019-08-291-0/+2
* bpo-36871: Ensure method signature is used when asserting mock calls to a met...Xtreak2019-08-291-0/+3
* bpo-18378: Recognize "UTF-8" as a valid name in locale._parse_localename (GH-...Ronald Oussoren2019-08-291-0/+1
* Raise a RuntimeError when tee iterator is consumed from different threads (GH...HongWeipeng2019-08-291-0/+2
* closes bpo-37964: add F_GETPATH command to fcntl (GH-15550)Vinay Sharma2019-08-291-0/+1
* closes bpo-37965: Fix compiler warning of distutils CCompiler.test_function. ...Anonymous Maarten2019-08-281-0/+1
* bpo-36582: Make collections.UserString.encode() return bytes, not str (GH-13138)Daniel Fortunov2019-08-282-0/+2
* bpo-37951: Lift subprocess's fork() restriction (GH-15544)Christian Heimes2019-08-271-0/+2
* Add Florian Ernst to ACKS (GH-15524)Ethan Furman2019-08-271-0/+1
* bpo-36205: Fix the rusage implementation of time.process_time() (GH-15538)vrajivk2019-08-271-0/+1
* bpo-37328: remove deprecated HTMLParser.unescape (GH-14186)Inada Naoki2019-08-271-0/+2
* bpo-37925: Mention --embed in python-config usage (GH-15458)Batuhan Taşkaya2019-08-261-1/+1
* bpo-37664: Update ensurepip bundled wheels, again (GH-15483)Pradyun Gedam2019-08-261-1/+1
* bpo-37947: Adjust correctly the recursion level in symtable for named express...Pablo Galindo2019-08-261-0/+2
* bpo-34679: Restore instantiation Windows IOCP event loop from non-main thread...Andrew Svetlov2019-08-261-0/+1
* bpo-27575: port set intersection logic into dictview intersection (GH-7696)Forest Gregg2019-08-261-0/+2
* bpo-36917: Add default implementation of ast.NodeVisitor.visit_Constant(). (G...Serhiy Storchaka2019-08-261-0/+3
* bpo-37805: Add tests for json.dump(..., skipkeys=True) (GH-15489)Dong-hee Na2019-08-261-0/+1
* bpo-37824: Properly handle user input warnings in IDLE shell. (GH-15500)Terry Jan Reedy2019-08-261-0/+2
* bpo-29553: Fix ArgumentParser.format_usage() for mutually exclusive groups (G...Flavian Hautbois2019-08-251-0/+2
* bpo-37757: Disallow PEP 572 cases that expose implementation details (GH-15131)Nick Coghlan2019-08-251-0/+7
* bpo-34880: Add the LOAD_ASSERTION_ERROR opcode. (GH-15073)Zackery Spytz2019-08-251-0/+3
* bpo-37929: IDLE: avoid Squeezer-related config dialog crashes (GH-15452)Tal Einat2019-08-251-0/+1
* bpo-37942: Improve argument clinic float converter (GH-15470)Raymond Hettinger2019-08-251-0/+1
* bpo-19072: Make @classmethod support chained decorators (GH-8405)Berker Peksag2019-08-241-0/+3
* Fix typo and rearrange words in IDLE news item (GH-15471)Terry Jan Reedy2019-08-241-1/+1
* Revert "(TH-15402)" (#15468)Terry Jan Reedy2019-08-241-1/+1
* bpo-37798: Test both Python and C versions in test_statistics.py (GH-15453)Dong-hee Na2019-08-241-0/+2
* bpo-37812: Convert CHECK_SMALL_INT macro to a function so the return is expli...Greg Price2019-08-241-0/+3
* (TH-15402)GeeTransit2019-08-241-1/+1
* bpo-37772: fix zipfile.Path.iterdir() outputs (GH-15170)shireenrao2019-08-241-0/+1
* bpo-37830: Fix compilation of break and continue in finally. (GH-15320)Serhiy Storchaka2019-08-241-0/+3
* bpo-29535: Remove promize about hash randomization of datetime objects. (GH-1...Serhiy Storchaka2019-08-241-1/+1