]> granicus.if.org Git - python/shortlog
python
2019-09-14 Serhiy Storchakabpo-37206: Unrepresentable default values no longer...
2019-09-14 Zackery Spytzbpo-37953: Fix deprecation warnings in test_typing...
2019-09-14 Anthony SottileDoc: Fix link to window.getch in curses documentation...
2019-09-14 Xtreakbpo-33095: Add reference to isolated mode in -m and...
2019-09-13 Serhiy Storchakabpo-38005: Fixed comparing and creating of InterpreterI...
2019-09-13 plokmijnuhbybpo-37953: Fix ForwardRef hash and equality checks...
2019-09-13 Eric O. LEBIGOT... Doc: fcntl.lockf() is more powerful than written (GH...
2019-09-13 Benjamin PetersonFix typo in test_api.py. (GH-16119)
2019-09-13 bchhabra2490bpo-32790: Add info about alt format using # for 'g...
2019-09-13 Eddie Elizondobpo-38150 Fix refleak in the finalizer of a _testcapimo...
2019-09-13 Michael Foordbpo-38122: minor fixes to AsyncMock spec handling ...
2019-09-13 Steve Dowerbpo-38092: Reduce overhead when using multiprocessing...
2019-09-13 Gregory P.... bpo-34706: Preserve subclassing in inspect.Signature...
2019-09-13 Joannah Nanjekyebpo-37449: Move ensurepip off of pkgutil and to importl...
2019-09-13 Elizabeth Useltonbpo-37555: Update _CallList.__contains__ to respect...
2019-09-13 Zackery Spytzbpo-37199: Replace the early returns added in c2cda63...
2019-09-13 Benjamin PetersonRun autoreconf. (GH-16106)
2019-09-13 Zackery Spytzbpo-25068: urllib.request.ProxyHandler now lowercases...
2019-09-13 Gregory P.... bpo-36046: Fix buildbot failures (GH-16091)
2019-09-13 Doyle Rowlandcloses bpo-36002: Use AC_PATH_TOOL to find llvm-profdat...
2019-09-13 Gregory P.... Adjust code ownership so @gpshead don't get asyncio...
2019-09-13 Windson yangbpo-26468: Doc: improve the documentation of shutil...
2019-09-13 Christian Heimesbpo-38153: Normalize hashlib algorithm names (GH-16083)
2019-09-13 Julien Palardbpo-29986: Doc: Delete tip to raise TypeError from...
2019-09-13 Kexuan SunDoc: Improve consistency of os.path.normcase with other...
2019-09-13 Andrew Svetlovbpo-38148: Add slots to asyncio transports (GH-16077)
2019-09-13 Ashwin Ramaswamibpo-12707: deprecate info(), geturl(), getcode() method...
2019-09-13 Xtreakbpo-12144: Handle cookies with expires attribute in...
2019-09-13 Xtreakbpo-36889: Document Stream class and add docstrings...
2019-09-13 Rémi Lapeyrebpo-8538: Add support for boolean actions to argparse...
2019-09-13 Dino Viehlandbpo-38075: Port _randommodule.c to PEP-384 (GH-15798)
2019-09-13 Jakub Kulíkbpo-37785: Fix xgettext warning in argparse (GH-15161)
2019-09-13 Kishore VancheeshwaranDoc: Add example snippet for str.isupper() (GH-14681)
2019-09-13 Christian Heimesbpo-9216: Add usedforsecurity to hashlib constructors...
2019-09-12 Greg PriceCut disused recode_encoding logic in _PyBytes_DecodeEsc...
2019-09-12 Benjamin PetersonMove Eric's TODO file into his directory. (GH-16072)
2019-09-12 Steve Dowerbpo-38133: Allow py.exe launcher to locate installation...
2019-09-12 Patrick McLeanbpo-36046: Add user and group parameters to subprocess...
2019-09-12 Matti PicusEmphasize the need to always call PySequence_Fast....
2019-09-12 Eric Snowbpo-36876: Fix the globals checker tool. (gh-16058)
2019-09-12 Daniel Hahlercloses bpo-37803: pdb: fix handling of options (--help...
2019-09-12 Hai Shibpo-37908: Add an example of ArgumentParser.exit()...
2019-09-12 Raymond Hettingerbpo-38096: Complete the "structseq" and "named tuple...
2019-09-12 Sergey Fedoseevbpo-37802: Slightly improve perfomance of PyLong_FromUn...
2019-09-12 Dino Viehlandbpo-38138: Fix memory leak introduced by interned strin...
2019-09-12 Christian Heimesbpo-38137: Re-add OpenSSL 1.0.2 compat (GH-16051)
2019-09-12 animalizebpo-21872: fix lzma library decompresses data incomplet...
2019-09-12 Berker Peksagbpo-36991: Fix incorrect exception escaping ZipFile...
2019-09-12 T. WoutersRevert "Fix depth-first-search computation in compile...
2019-09-12 Mark ShannonFix depth-first-search computation in compile.c (GH...
2019-09-12 Christian Heimesbpo-38132: Check EVP_DigestUpdate for error (GH-16041)
2019-09-12 Julien PalardDoc: Add -m reference in context of code execution...
2019-09-12 Christian Heimesbpo-37363: Document internal audit events (GH-14663)
2019-09-12 Serhiy Storchakabpo-37935: Added tests for os.walk(), glob.iglob()...
2019-09-12 Christian Heimesbpo-38132: Simplify _hashopenssl code (GH-16023)
2019-09-12 Andrew Svetlovbpo-36373: Deprecate explicit loop in task and subproce...
2019-09-12 Zachary WareEnhance Py_UNREACHABLE macro (GH-16032)
2019-09-12 Brandt Bucherbpo-26868: Fix example usage of PyModule_AddObject...
2019-09-12 Windson yangbpo-35325: Doc: imp.find_module() return value document...
2019-09-12 Christian Heimesbpo-38134: Remove PKBDF2_HMAC_fast from _hashopenssl...
2019-09-12 Emmanuel Ariasbpo-35685: Add examples of unittest.mock.patch.dict...
2019-09-12 Julien Palardbpo-36675: Remove obsolete code. (GH-16024)
2019-09-12 Christian Heimesbpo-32008: Prefer client or TLSv1_2 in examples (GH...
2019-09-12 Hai Shibpo-9938: Add optional keyword argument exit_on_error...
2019-09-12 Harmandeep... bpo-13927: time.ctime and time.asctime return string...
2019-09-12 Divij Rajkumarbpo-38008: Move builtin protocol whitelist to mapping...
2019-09-12 Zackery Spytzcloses bpo-38127: _ctypes: PyObject_IsSubclass() should...
2019-09-12 bggardnercloses bpo-37405: Make socket.getsockname() always...
2019-09-12 Eric Snowbpo-36876: Skip test_check_c_globals for now. (gh-16017)
2019-09-12 Georgy FrolovDoc: Add example of dict() function with positional...
2019-09-12 XtreakFix the ImportWarning regarding __spec__ and __package_...
2019-09-12 Jason R. Coombsbpo-38121: Sync importlib.metadata with 0.22 backport...
2019-09-12 Zackery Spytzbpo-21120: Exclude Python-ast.h, ast.h and asdl.h from...
2019-09-12 Greg Pricecloses bpo-37758: Extend unicodedata checksum tests...
2019-09-12 Greg Pricebpo-37760: Convert from length-18 lists to a dataclass...
2019-09-12 Petr Viktorinbpo-37879: Fix warnings in _testcapimodule (GH-16004)
2019-09-12 ewosbornebpo-32820: __format__ method for ipaddress (#5627)
2019-09-12 Joannah Nanjekyebpo-18578: Rename and document test.bytecode_helper...
2019-09-12 Xtreakbpo-38120: Fix DeprecationWarning in test_random for...
2019-09-12 Géry OgamCorrect typos in the codecs module documentation (...
2019-09-11 Benjamin Petersoncloses bpo-38124: Fix bounds check in PyState_AddModule...
2019-09-11 Eric Snowbpo-36876: Add a tool that identifies unsupported globa...
2019-09-11 Björn Meierbpo-36270: Doc: add link to traceback object reference...
2019-09-11 Christian HeimesCorrect typo in min version test (GH-16000)
2019-09-11 Hai Shibpo-37698: Update doc of PyBuffer_ToContiguous (GH...
2019-09-11 Christian Heimesbpo-34001: Fix test_ssl with LibreSSL (GH-13783)
2019-09-11 MarcDoc: recursive glob ** follows symlinks to directories...
2019-09-11 Dino Viehlandbpo-38113: Update the Python-ast.c generator to PEP384...
2019-09-11 Joannah Nanjekyebpo-28724: Add methods send_fds and recv_fds to the...
2019-09-11 Christian Heimesbpo-38117: Test with OpenSSL 1.1.1d (GH-15983)
2019-09-11 Hai Shibpo-37750: Add doc of PyBuffer_FromContiguous (GH-15988)
2019-09-11 Steve Dowerbpo-32592: Set Windows 8 as the minimum required versio...
2019-09-11 Xtreakbpo-36528: Remove duplicate re tests. (GH-2689)
2019-09-11 Dong-hee Nabpo-35923: Update the BuiltinImporter to use loader...
2019-09-11 Julien PalardDoc: Fix missing negation. (GH-14640)
2019-09-11 Dino Viehlandbpo-38113: Update Python/ast.c to PEP-384 (GH-15975)
2019-09-11 toonarmycaptainImprove clarity of try-return-finally-return (GH-15677)
2019-09-11 Daniel Andradebpo-34331: Fix incorrectly pluralized abstract class...
2019-09-11 Steve Dowerbpo-38114: Do not include pip.ini in Nuget package...
2019-09-11 Steve Dowerbpo-33166: Change os.cpu_count to return active (real...
next