105366 Commits (53f78ec9e181f544b1a4575f32d42e296e05e4b4)
 

Author SHA1 Message Date
Kexuan Sun 53f78ec9e1 Doc: Improve consistency of os.path.normcase with other os.path functions (GH-14004) 7 years ago
Andrew Svetlov 9eb35ab0d7
bpo-38148: Add slots to asyncio transports (GH-16077) 7 years ago
Ashwin Ramaswami ff2e182865 bpo-12707: deprecate info(), geturl(), getcode() methods in favor of headers, url, and status properties for HTTPResponse and addinfourl (GH-11447) 7 years ago
Xtreak bb41147eab bpo-12144: Handle cookies with expires attribute in CookieJar.make_cookies (GH-13921) 7 years ago
Xtreak d31b31516c bpo-36889: Document Stream class and add docstrings (GH-14488) 7 years ago
Rémi Lapeyre 6a517c6749 bpo-8538: Add support for boolean actions to argparse (GH-11478) 7 years ago
Dino Viehland 04f0bbfbed bpo-38075: Port _randommodule.c to PEP-384 (GH-15798) 7 years ago
Jakub Kulík 42671aea2d bpo-37785: Fix xgettext warning in argparse (GH-15161) 7 years ago
Kishore Vancheeshwaran 7183064e9e Doc: Add example snippet for str.isupper() (GH-14681) 7 years ago
Christian Heimes 7cad53e6b0 bpo-9216: Add usedforsecurity to hashlib constructors (GH-16044) 7 years ago
Greg Price 3a4f66707e Cut disused recode_encoding logic in _PyBytes_DecodeEscape. (GH-16013) 7 years ago
Benjamin Peterson a44f3dc21d
Move Eric's TODO file into his directory. (GH-16072) 7 years ago
Steve Dower ed93a8852d
bpo-38133: Allow py.exe launcher to locate installations from the Microsoft Store (GH-16025) 7 years ago
Patrick McLean 2b2ead7438 bpo-36046: Add user and group parameters to subprocess (GH-11950) 7 years ago
Matti Picus 57b7dbc46e Emphasize the need to always call PySequence_Fast. (GH-11140) 7 years ago
Eric Snow 088b63ea7a
bpo-36876: Fix the globals checker tool. (gh-16058) 7 years ago
Daniel Hahler 855df7f273 closes bpo-37803: pdb: fix handling of options (--help / --version) (GH-15193) 7 years ago
Hai Shi b1a2abdb06 bpo-37908: Add an example of ArgumentParser.exit() (GH-15455) 7 years ago
Raymond Hettinger 4210ad5ebd
bpo-38096: Complete the "structseq" and "named tuple" cleanup (GH-16010) 7 years ago
Sergey Fedoseev c6734ee7c5 bpo-37802: Slightly improve perfomance of PyLong_FromUnsigned*() (GH-15192) 7 years ago
Dino Viehland 8d88e8c662 bpo-38138: Fix memory leak introduced by interned strings (GH-16053) 7 years ago
Christian Heimes 9a4963b932 bpo-38137: Re-add OpenSSL 1.0.2 compat (GH-16051) 7 years ago
animalize 4ffd05d7ec bpo-21872: fix lzma library decompresses data incompletely (GH-14048) 7 years ago
Berker Peksag 2f1b857562 bpo-36991: Fix incorrect exception escaping ZipFile.extract() (GH-13632) 7 years ago
T. Wouters 99b54d6817 Revert "Fix depth-first-search computation in compile.c (GH-16042)" (GH-16050) 7 years ago
Mark Shannon 355f3e1e5c Fix depth-first-search computation in compile.c (GH-16042) 7 years ago
Christian Heimes 8c74574e0a bpo-38132: Check EVP_DigestUpdate for error (GH-16041) 7 years ago
Julien Palard a45b0efdea Doc: Add -m reference in context of code execution (GH-16045) 7 years ago
Christian Heimes ed4b3216e5 bpo-37363: Document internal audit events (GH-14663) 7 years ago
Serhiy Storchaka f9dc2ad890 bpo-37935: Added tests for os.walk(), glob.iglob() and Path.glob() (GH-15956) 7 years ago
Christian Heimes 5a4f82f457 bpo-38132: Simplify _hashopenssl code (GH-16023) 7 years ago
Andrew Svetlov a488879cba
bpo-36373: Deprecate explicit loop in task and subprocess API (GH-16033) 7 years ago
Zachary Ware 3ab61473ba Enhance Py_UNREACHABLE macro (GH-16032) 7 years ago
Brandt Bucher 224b8aaa7e bpo-26868: Fix example usage of PyModule_AddObject. (#15725) 7 years ago
Windson yang 967b84c913 bpo-35325: Doc: imp.find_module() return value documentation discrepancy (GH-11040) 7 years ago
Christian Heimes 64117e059b bpo-38134: Remove PKBDF2_HMAC_fast from _hashopenssl (GH-16028) 7 years ago
Emmanuel Arias 31a82e25b6 bpo-35685: Add examples of unittest.mock.patch.dict usage (GH-11456) 7 years ago
Julien Palard 2c910c1e73 bpo-36675: Remove obsolete code. (GH-16024) 7 years ago
Christian Heimes 894d0f7d55 bpo-32008: Prefer client or TLSv1_2 in examples (GH-5797) 7 years ago
Hai Shi f545638b57 bpo-9938: Add optional keyword argument exit_on_error to argparse.ArgumentParser (GH-15362) 7 years ago
Harmandeep Singh 2d32bf1ef2 bpo-13927: time.ctime and time.asctime return string explantion (GH-11303) 7 years ago
Divij Rajkumar 692a0dc915 bpo-38008: Move builtin protocol whitelist to mapping instead of list (GH-15647) 7 years ago
Zackery Spytz ea683deccc closes bpo-38127: _ctypes: PyObject_IsSubclass() should be checked for failure. (GH-16011) 7 years ago
bggardner 954900a3f9 closes bpo-37405: Make socket.getsockname() always return a tuple for AF_CAN. (GH-14392) 7 years ago
Eric Snow 64535fc6c0
bpo-36876: Skip test_check_c_globals for now. (gh-16017) 7 years ago
Georgy Frolov 7544497ad3 Doc: Add example of dict() function with positional and keyword arguments (GH-15220) 7 years ago
Xtreak 6e1a30b15e Fix the ImportWarning regarding __spec__ and __package__ being None (GH-16003) 7 years ago
Jason R. Coombs 8ed6503eca bpo-38121: Sync importlib.metadata with 0.22 backport (GH-15993) 7 years ago
Zackery Spytz 421a72af4d bpo-21120: Exclude Python-ast.h, ast.h and asdl.h from the limited API (#14634) 7 years ago
Greg Price 6954be815a closes bpo-37758: Extend unicodedata checksum tests to cover all of Unicode. (GH-15125) 7 years ago