summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bpo-8538: Add support for boolean actions to argparse (GH-11478)Rémi Lapeyre2019-09-134-15/+109
* bpo-38075: Port _randommodule.c to PEP-384 (GH-15798)Dino Viehland2019-09-132-57/+93
* bpo-37785: Fix xgettext warning in argparse (GH-15161)Jakub Kulík2019-09-132-2/+4
* Doc: Add example snippet for str.isupper() (GH-14681)Kishore Vancheeshwaran2019-09-131-0/+10
* bpo-9216: Add usedforsecurity to hashlib constructors (GH-16044)Christian Heimes2019-09-1320-165/+495
* Cut disused recode_encoding logic in _PyBytes_DecodeEscape. (GH-16013)Greg Price2019-09-124-63/+8
* Move Eric's TODO file into his directory. (GH-16072)Benjamin Peterson2019-09-121-0/+0
* bpo-38133: Allow py.exe launcher to locate installations from the Microsoft S...Steve Dower2019-09-122-101/+211
* bpo-36046: Add user and group parameters to subprocess (GH-11950)Patrick McLean2019-09-127-19/+426
* Emphasize the need to always call PySequence_Fast. (GH-11140)Matti Picus2019-09-121-7/+14
* bpo-36876: Fix the globals checker tool. (gh-16058)Eric Snow2019-09-123-18/+1123
* closes bpo-37803: pdb: fix handling of options (--help / --version) (GH-15193)Daniel Hahler2019-09-122-1/+2
* bpo-37908: Add an example of ArgumentParser.exit() (GH-15455)Hai Shi2019-09-121-1/+8
* bpo-38096: Complete the "structseq" and "named tuple" cleanup (GH-16010)Raymond Hettinger2019-09-122-3/+9
* bpo-37802: Slightly improve perfomance of PyLong_FromUnsigned*() (GH-15192)Sergey Fedoseev2019-09-122-77/+45
* bpo-38138: Fix memory leak introduced by interned strings (GH-16053)Dino Viehland2019-09-121-0/+1
* bpo-38137: Re-add OpenSSL 1.0.2 compat (GH-16051)Christian Heimes2019-09-121-0/+6
* bpo-21872: fix lzma library decompresses data incompletely (GH-14048)animalize2019-09-123-6/+188
* bpo-36991: Fix incorrect exception escaping ZipFile.extract() (GH-13632)Berker Peksag2019-09-123-0/+14
* Revert "Fix depth-first-search computation in compile.c (GH-16042)" (GH-16050)T. Wouters2019-09-121-24/+30
* Fix depth-first-search computation in compile.c (GH-16042)Mark Shannon2019-09-121-30/+24
* bpo-38132: Check EVP_DigestUpdate for error (GH-16041)Christian Heimes2019-09-121-6/+16
* Doc: Add -m reference in context of code execution (GH-16045)Julien Palard2019-09-121-1/+3
* bpo-37363: Document internal audit events (GH-14663)Christian Heimes2019-09-121-1/+6
* bpo-37935: Added tests for os.walk(), glob.iglob() and Path.glob() (GH-15956)Serhiy Storchaka2019-09-123-0/+59
* bpo-38132: Simplify _hashopenssl code (GH-16023)Christian Heimes2019-09-124-122/+391
* bpo-36373: Deprecate explicit loop in task and subprocess API (GH-16033)Andrew Svetlov2019-09-127-101/+178
* Enhance Py_UNREACHABLE macro (GH-16032)Zachary Ware2019-09-121-0/+26
* bpo-26868: Fix example usage of PyModule_AddObject. (#15725)Brandt Bucher2019-09-129-13/+74
* bpo-35325: Doc: imp.find_module() return value documentation discrepancy (GH-...Windson yang2019-09-121-6/+5
* bpo-38134: Remove PKBDF2_HMAC_fast from _hashopenssl (GH-16028)Christian Heimes2019-09-123-123/+3
* bpo-35685: Add examples of unittest.mock.patch.dict usage (GH-11456)Emmanuel Arias2019-09-121-4/+27
* bpo-36675: Remove obsolete code. (GH-16024)Julien Palard2019-09-122-34/+0
* bpo-32008: Prefer client or TLSv1_2 in examples (GH-5797)Christian Heimes2019-09-121-8/+14
* bpo-9938: Add optional keyword argument exit_on_error to argparse.ArgumentPar...Hai Shi2019-09-124-10/+62
* bpo-13927: time.ctime and time.asctime return string explantion (GH-11303)Harmandeep Singh2019-09-121-7/+15
* bpo-38008: Move builtin protocol whitelist to mapping instead of list (GH-15647)Divij Rajkumar2019-09-123-5/+20
* closes bpo-38127: _ctypes: PyObject_IsSubclass() should be checked for failur...Zackery Spytz2019-09-121-1/+5
* closes bpo-37405: Make socket.getsockname() always return a tuple for AF_CAN....bggardner2019-09-123-2/+6
* bpo-36876: Skip test_check_c_globals for now. (gh-16017)Eric Snow2019-09-121-1/+3
* Doc: Add example of dict() function with positional and keyword arguments (GH...Georgy Frolov2019-09-121-1/+2
* Fix the ImportWarning regarding __spec__ and __package__ being None (GH-16003)Xtreak2019-09-121-3/+4
* bpo-38121: Sync importlib.metadata with 0.22 backport (GH-15993)Jason R. Coombs2019-09-124-1097/+991
* bpo-21120: Exclude Python-ast.h, ast.h and asdl.h from the limited API (#14634)Zackery Spytz2019-09-125-4/+9
* closes bpo-37758: Extend unicodedata checksum tests to cover all of Unicode. ...Greg Price2019-09-121-5/+8
* bpo-37760: Convert from length-18 lists to a dataclass, in makeunicodedata. (...Greg Price2019-09-122-62/+94
* bpo-37879: Fix warnings in _testcapimodule (GH-16004)Petr Viktorin2019-09-121-6/+7
* bpo-32820: __format__ method for ipaddress (#5627)ewosborne2019-09-123-0/+142
* bpo-18578: Rename and document test.bytecode_helper as test.support.bytecode_...Joannah Nanjekye2019-09-125-4/+36
* bpo-38120: Fix DeprecationWarning in test_random for invalid type of argument...Xtreak2019-09-121-3/+9