summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bpo-15999: Clean up of handling boolean arguments. (GH-15610)Serhiy Storchaka2019-09-0121-78/+69
* bpo-15999: Always pass bool instead of int to socket.setblocking(). (GH-15621)Serhiy Storchaka2019-09-017-18/+18
* bpo-15999: Always pass bool instead of int to the expat parser. (GH-15622)Serhiy Storchaka2019-09-015-36/+36
* bpo-37994: Fix silencing all errors if an attribute lookup fails. (GH-15630)Serhiy Storchaka2019-09-0114-127/+134
* bpo-36543: Remove old-deprecated ElementTree features. (GH-12707)Serhiy Storchaka2019-09-017-213/+19
* bpo-37764: Fix infinite loop when parsing unstructured email headers. (GH-15239)Ashwin Ramaswami2019-08-315-3/+55
* bpo-37977: Warn more strongly and clearly about pickle security (GH-15595)Daniel Pope2019-08-312-4/+19
* bpo-37990: fix gc stats (GH-15626)Inada Naoki2019-08-311-2/+3
* bpo-37781: use "z" for PY_FORMAT_SIZE_T (GH-15156)Inada Naoki2019-08-301-13/+6
* Fix typos mostly in comments, docs and test names (GH-15209)Min ho Kim2019-08-3046-60/+60
* IDLE: Fix 2 typos found by Min ho Kim. (GH-15617)Terry Jan Reedy2019-08-302-2/+2
* bpo-37140: Fix StructUnionType_paramfunc() (GH-15612)Victor Stinner2019-08-303-20/+109
* bpo-37976: Prevent shadowing of TypeError in zip() (GH-15592)Sergey Fedoseev2019-08-304-8/+24
* Steven Bethard designated a new maintainer for argparse (GH-15605)Raymond Hettinger2019-08-301-0/+1
* bpo-37834: Prevent shutil.rmtree exception (GH-15602)Ned Deily2019-08-292-1/+3
* bpo-37933: Fix faulthandler.cancel_dump_traceback_later() (GH-15440)Thomas A Caswell2019-08-292-0/+16
* bpo-8425: Fast path for set inplace difference when the second set is large (...Raymond Hettinger2019-08-292-1/+20
* bpo-37034: Display argument name on errors with keyword arguments with Argume...Rémi Lapeyre2019-08-2962-553/+623
* bpo-37979: Add alternative to fromisoformat in documentation (GH-15596)Paul Ganssle2019-08-292-1/+5
* bpo-37947: Avoid double-decrement in symtable recursion counting (GH-15593)Nick Coghlan2019-08-291-4/+14
* bpo-36833: Add tests for Datetime C API Macros (GH-14842)Joannah Nanjekye2019-08-293-0/+114
* bpo-10978: Semaphores can release multiple threads at a time (GH-15588)Raymond Hettinger2019-08-294-13/+56
* bpo-36743: __get__ is sometimes called without the owner argument (#12992)Raymond Hettinger2019-08-295-13/+24
* bpo-16468: Clarify which objects can be passed to "choices" in argparse (GH-1...Raymond Hettinger2019-08-291-3/+2
* bpo-23674: Clarify ambiguities in super() docs (#15564)Raymond Hettinger2019-08-291-3/+10
* bpo-37372: Fix error unpickling datetime.time objects from Python 2 with seco...Justin Blanchard2019-08-294-10/+22
* bpo-37950: Fix ast.dump() when call with incompletely initialized node. (GH-1...Serhiy Storchaka2019-08-294-19/+59
* bpo-37960: Silence only necessary errors in repr() of buffered and text strea...Serhiy Storchaka2019-08-294-22/+22
* bpo-35946: Improve assert_called_with documentation (GH-11796)Rémi Lapeyre2019-08-292-3/+3
* bpo-36871: Ensure method signature is used when asserting mock calls to a met...Xtreak2019-08-293-1/+86
* bpo-25777: Wording describes a lookup, not a call (GH-15573)Raymond Hettinger2019-08-291-1/+1
* bpo-36167: fix an incorrect capitalization (GH-14482)avinassh2019-08-291-1/+1
* bpo-37964: Make sure test works if TESTFN is in a non-ASCII directory. (GH-15...Benjamin Peterson2019-08-291-3/+3
* bpo-18378: Recognize "UTF-8" as a valid name in locale._parse_localename (GH-...Ronald Oussoren2019-08-293-0/+41
* Raise a RuntimeError when tee iterator is consumed from different threads (GH...HongWeipeng2019-08-293-1/+12
* closes bpo-37964: add F_GETPATH command to fcntl (GH-15550)Vinay Sharma2019-08-294-0/+14
* bpo-23878: Remove an unneeded fseek() call in _Py_FindEnvConfigValue() (GH-15...Zackery Spytz2019-08-281-1/+0
* closes bpo-37965: Fix compiler warning of distutils CCompiler.test_function. ...Anonymous Maarten2019-08-282-1/+3
* bpo-36582: Make collections.UserString.encode() return bytes, not str (GH-13138)Daniel Fortunov2019-08-284-6/+20
* bpo-37951: Lift subprocess's fork() restriction (GH-15544)Christian Heimes2019-08-274-2/+19
* Add Florian Ernst to ACKS (GH-15524)Ethan Furman2019-08-271-0/+1
* bpo-37936: Remove some .gitignore rules that were intended locally. (GH-15542)Greg Price2019-08-271-7/+1
* Fix unused variable and signed/unsigned warnings (GH-15537)Raymond Hettinger2019-08-273-3/+9
* bpo-36205: Fix the rusage implementation of time.process_time() (GH-15538)vrajivk2019-08-272-1/+2
* bpo-37328: remove deprecated HTMLParser.unescape (GH-14186)Inada Naoki2019-08-273-15/+2
* bpo-36763: Make Py_BytesMain() public (GH-15532)Victor Stinner2019-08-262-2/+2
* Fix an invalid assertEqual() call in test_descr.py (GH-15318)Zackery Spytz2019-08-261-5/+1
* Make PyXXX_Fini() functions private (GH-15531)Victor Stinner2019-08-2614-36/+38
* bpo-37925: Mention --embed in python-config usage (GH-15458)Batuhan Taşkaya2019-08-261-1/+1
* bpo-37798: Minor code formatting and comment clean-ups. (GH-15526)Raymond Hettinger2019-08-261-13/+22