]> granicus.if.org Git - python/shortlog
python
2019-09-19 Eddie Elizondobpo-38140: Make dict and weakref offsets opaque for...
2019-09-19 Victor Stinnerbpo-34037: test_asyncio uses shutdown_default_executor...
2019-09-19 Victor Stinnerbpo-37531: Skip test_regrtest.test_multiprocessing_time...
2019-09-19 t kbpo-38155: Add __all__ to datetime module (GH-16203)
2019-09-19 Kyle Stanleybpo-34037: Fix test_asyncio failure and add loop.shutdo...
2019-09-19 toonarmycaptainDoc: Clarify dict equality irrespective of ordering...
2019-09-19 Jason PluradDoc: Corrected syntax for return annotation (GH-16265)
2019-09-18 HongWeipengbpo-35696: Simplify long_compare() (GH-16146)
2019-09-18 Victor StinnerFix _PyTraceMalloc_Fini() definition (GH-16259)
2019-09-18 Victor Stinnerbpo-38203: faulthandler.dump_traceback_later() is alway...
2019-09-18 Victor Stinnerbpo-38203: regrtest: put a 2 min timeout on Python...
2019-09-18 Raymond Hettingerbpo-36546: No longer a need to make "data" positional...
2019-09-17 Victor Stinnerbpo-37531: Skip test_regrtest.test_multiprocessing_time...
2019-09-17 Victor Stinnerbpo-38070: Py_FatalError() logs runtime state (GH-16246)
2019-09-17 Victor Stinnerbpo-38070: Add _PyRuntimeState.preinitializing (GH...
2019-09-17 Victor Stinnerbpo-38070: Enhance _PyObject_Dump() (GH-16243)
2019-09-17 Victor Stinnerbpo-38070: _Py_DumpTraceback() writes <no Python frame...
2019-09-17 Serhiy Storchakabpo-38191: Turn warnings into errors in NamedTuple...
2019-09-17 Serhiy Storchakabpo-38191: Accept arbitrary keyword names in NamedTuple...
2019-09-17 Diego Alberto... bpo-37904: Edition on python tutorial - section 4 ...
2019-09-17 Pablo Galindobpo-38187: Fix reference leak in test_tools (GH-16233)
2019-09-17 Andrew Svetlovbpo-38013: make async_generator_athrow object tolerant...
2019-09-17 Abraham Toriz... bpo-37828: Fix default mock_name in unittest.mock.asser...
2019-09-17 Jörn HeisslerDoc: Fix grammar/spelling in ssl.VERIFY_CRL_CHECK_LEAF...
2019-09-17 Victor Stinnerbpo-37531: regrtest main process uses shorter timeout...
2019-09-17 Hrvoje Nikšićbpo-38192: Fix remaining passing of "loop" in the proto...
2019-09-17 Serhiy Storchakabpo-38185: Fixed case-insensitive string comparison...
2019-09-17 Terry Jan Reedybpo-35379: When exiting IDLE, catch any AttributeError...
2019-09-17 Adorilson BezerraDoc: Add list(dict) in stdtypes library (GH-16209)
2019-09-16 Terry Jan Reedybpo-38183: Test_idle ignores user config directory...
2019-09-16 Ivan Levkivskyibpo-28556: Update the opening note in typing docs ...
2019-09-16 Christian Heimesbpo-33936: Don't call obsolete init methods with OpenSS...
2019-09-16 amistDoc: Fix Wikipedia link for functools.lru_cache (GH...
2019-09-16 Serhiy Storchakabpo-38175: Fix a memory leak in comparison of sqlite3...
2019-09-16 marcoramirezmxbpo-38100: Fix spelling error in unittest.mock code...
2019-09-16 Adorilson BezerraDoc: Add link of GNU Readline library to interpreter...
2019-09-16 Steve Dowerbpo-38081: Add more non-fatal error codes for ntpath...
2019-09-16 Steve Dowerbpo-38117: Update bundled Windows OpenSSL to 1.1.1d...
2019-09-16 Adorilson BezerraDoc: remove duplicate word in controlflow tutorial...
2019-09-16 Hai ShiFix a possbile refleak in setint() of mmapmodule.c...
2019-09-16 Ned Deilybpo-38117: Updated OpenSSL to 1.1.1d in macOS installer...
2019-09-15 Hrvoje Nikšićbpo-38178: Don't explicitly pass "loop" to EchoClientPr...
2019-09-15 Raymond Hettingerbpo-37798: Prevent undefined behavior in direct calls...
2019-09-15 Dino ViehlandFix missing dec ref (#16158)
2019-09-15 t kbpo38158: Removing nonexistant member "doc" from PyType...
2019-09-14 Kyle Stanleybpo-37635: Update arg name for seek() in IO tutorial...
2019-09-14 Christian Heimesbpo-38153: detect shake independently from sha3 (GH...
2019-09-14 Dino Viehlandbpo-38116: Convert select module to PEP-384 (#15971)
2019-09-14 Eddie ElizondoFix leaks in Python-ast.c (#16127)
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)
next