]> granicus.if.org Git - python/shortlog
python
2019-09-21 Miss Islington... Doc: Fix spelling errors of 'initial' in enum.py (GH...
2019-09-21 Miss Islington... Doc: Remove provisional note for asyncio.run() (GH...
2019-09-21 Miss Islington... Minor code and comment cleanup (GH-16315) (GH-16316)
2019-09-21 Victor Stinner[3.8] bpo-38234: Fix PyConfig_Read() when Py_SetPath...
2019-09-20 Victor Stinnerbpo-38205: Py_UNREACHABLE() calls Py_FatalError() ...
2019-09-20 Miss Islington... bpo-33694: Remove test_asyncio ProactorDatagramTranspor...
2019-09-20 Miss Islington... bpo-37937: Mention frame.f_trace in sys.settrace docs...
2019-09-20 Miss Islington... bpo-37353: Updated parser note about source code compat...
2019-09-19 Victor Stinnerbpo-37531: sync regrtest with master branch (GH-16285)
2019-09-19 Miss Islington... Fix _PyTraceMalloc_Fini() definition (GH-16259) (GH...
2019-09-19 Miss Islington... Doc: Clarify dict equality irrespective of ordering...
2019-09-19 Miss Islington... [3.8] bpo-38218: Doc: Corrected syntax for return annot...
2019-09-18 Victor Stinnerbpo-38203: faulthandler.dump_traceback_later() is alway...
2019-09-18 Victor Stinner[3.8] bpo-38070: Py_FatalError() logs runtime state...
2019-09-18 Miss Islington... bpo-37904: Edition on python tutorial - section 4 ...
2019-09-18 Serhiy Storchakabpo-38191: Use positional-only parameters in TypedDict...
2019-09-18 Miss Islington... bpo-36546: No longer a need to make "data" positional...
2019-09-17 Miss Islington... bpo-38191: Accept arbitrary keyword names in NamedTuple...
2019-09-17 Miss Islington... bpo-38013: make async_generator_athrow object tolerant...
2019-09-17 Miss Islington... bpo-37531: regrtest main process uses shorter timeout...
2019-09-17 Miss Islington... bpo-37828: Fix default mock_name in unittest.mock.asser...
2019-09-17 Miss Islington... Doc: Fix grammar/spelling in ssl.VERIFY_CRL_CHECK_LEAF...
2019-09-17 Miss Islington... bpo-38192: Fix remaining passing of "loop" in the proto...
2019-09-17 Miss Islington... bpo-38185: Fixed case-insensitive string comparison...
2019-09-17 Miss Islington... bpo-35379: When exiting IDLE, catch any AttributeError...
2019-09-17 Miss Islington... bpo-38175: Fix a memory leak in comparison of sqlite3...
2019-09-17 Miss Islington... Doc: Add list(dict) in stdtypes library (GH-16209)...
2019-09-17 Miss Islington... bpo-38183: Test_idle ignores user config directory...
2019-09-16 Miss Islington... bpo-28556: Update the opening note in typing docs ...
2019-09-16 Miss Islington... bpo-33936: Don't call obsolete init methods with OpenSS...
2019-09-16 Miss Islington... Doc: Fix Wikipedia link for functools.lru_cache (GH...
2019-09-16 Miss Islington... bpo-38100: Fix spelling error in unittest.mock code...
2019-09-16 Miss Islington... Doc: Add link of GNU Readline library to interpreter...
2019-09-16 Miss Islington... bpo-38081: Add more non-fatal error codes for ntpath...
2019-09-16 Miss Islington... bpo-38117: Update bundled Windows OpenSSL to 1.1.1d...
2019-09-16 Miss Islington... bpo-38153: detect shake independently from sha3 (GH...
2019-09-16 Miss Islington... bpo-33095: Add reference to isolated mode in -m and...
2019-09-16 Christian Heimes[3.8] bpo-38153: Normalize hashlib algorithm names...
2019-09-16 Miss Islington... Doc: remove duplicate word in controlflow tutorial...
2019-09-16 Miss Islington... [3.8] bpo-38168: Fix a possbile refleak in setint(...
2019-09-16 Miss Islington... bpo-38117: Updated OpenSSL to 1.1.1d in macOS installer...
2019-09-15 Miss Islington... bpo-38178: Don't explicitly pass "loop" to EchoClientPr...
2019-09-15 Miss Islington... bpo-37798: Prevent undefined behavior in direct calls...
2019-09-15 Miss Islington... bpo-38158: Removing nonexistant member "doc" from PyTyp...
2019-09-14 Miss Islington... bpo-37635: Update arg name for seek() in IO tutorial...
2019-09-14 Serhiy Storchaka[3.8] bpo-38005: Fixed comparing and creating of Interp...
2019-09-14 Serhiy Storchaka[3.8] bpo-37206: Unrepresentable default values no...
2019-09-14 Miss Islington... bpo-37953: Fix deprecation warnings in test_typing...
2019-09-14 Stéphane Wirtel[3.8] Doc: Fix link to window.getch in curses documenta...
2019-09-13 Miss Islington... bpo-37953: Fix ForwardRef hash and equality checks...
2019-09-13 Miss Islington... Fix typo in test_api.py. (GH-16119)
2019-09-13 Miss Islington... bpo-34706: Preserve subclassing in inspect.Signature...
2019-09-13 Miss Islington... Doc: fcntl.lockf() is more powerful than written (GH...
2019-09-13 Miss Islington... bpo-32790: Add info about alt format using GH- for...
2019-09-13 Stéphane Wirtel[3.8] bpo-38150: Fix refleak in the finalizer of a...
2019-09-13 Miss Islington... bpo-38092: Reduce overhead when using multiprocessing...
2019-09-13 Miss Islington... bpo-37199: Replace the early returns added in c2cda63...
2019-09-13 Miss Islington... Run autoreconf. (GH-16106)
2019-09-13 Miss Islington... bpo-25068: urllib.request.ProxyHandler now lowercases...
2019-09-13 Miss Islington... closes bpo-36002: Use AC_PATH_TOOL to find llvm-profdat...
2019-09-13 Miss Islington... bpo-26468: Doc: improve the documentation of shutil...
2019-09-13 Andrew Svetlov[3.8] bpo-38148: Add slots to asyncio transports (GH...
2019-09-13 Miss Islington... bpo-29986: Doc: Delete tip to raise TypeError from...
2019-09-13 Miss Islington... Doc: Improve consistency of os.path.normcase with other...
2019-09-13 Miss Islington... bpo-12144: Handle cookies with expires attribute in...
2019-09-13 Miss Islington... bpo-36889: Document Stream class and add docstrings...
2019-09-13 Miss Islington... Fix the ImportWarning regarding __spec__ and __package_...
2019-09-13 Miss Islington... bpo-37785: Fix xgettext warning in argparse (GH-15161)
2019-09-12 Miss Islington... bpo-38133: Allow py.exe launcher to locate installation...
2019-09-12 Miss Islington... Emphasize the need to always call PySequence_Fast....
2019-09-12 Miss Islington... closes bpo-37803: pdb: fix handling of options (--help...
2019-09-12 Miss Islington... bpo-37908: Add an example of ArgumentParser.exit()...
2019-09-12 Jason R. Coombs[3.8] bpo-38121: Sync importlib.metadata with 0.22...
2019-09-12 Miss Islington... bpo-38096: Complete the "structseq" and "named tuple...
2019-09-12 Miss Islington... bpo-37935: Added tests for os.walk(), glob.iglob()...
2019-09-12 Stéphane Wirtel[3.8] bpo-38137: Re-add OpenSSL 1.0.2 compat (GH-16051...
2019-09-12 Miss Islington... bpo-37488 : Document a warning for datetime.utcnow...
2019-09-12 Miss Islington... bpo-21872: fix lzma library decompresses data incomplet...
2019-09-12 Miss Islington... Overhaul datetime documentation (GH-13410)
2019-09-12 Miss Islington... bpo-36991: Fix incorrect exception escaping ZipFile...
2019-09-12 Miss Islington... bpo-38132: Check EVP_DigestUpdate for error (GH-16041)
2019-09-12 Miss Islington... bpo-37363: Document internal audit events (GH-14663)
2019-09-12 Miss Islington... bpo-38132: Simplify _hashopenssl code (GH-16023) (...
2019-09-12 Miss Islington... bpo-36373: Deprecate explicit loop in task and subproce...
2019-09-12 Miss Islington... bpo-26868: Fix example usage of PyModule_AddObject...
2019-09-12 Miss Islington... bpo-35325: Doc: imp.find_module() return value document...
2019-09-12 Miss Islington... bpo-38134: Remove PKBDF2_HMAC_fast from _hashopenssl...
2019-09-12 Miss Islington... bpo-35685: Add examples of unittest.mock.patch.dict...
2019-09-12 Miss Islington... bpo-36675: Remove obsolete code. (GH-16024)
2019-09-12 Stéphane Wirtel[3.8] bpo-32008: Prefer client or TLSv1_2 in examples...
2019-09-12 Miss Islington... bpo-38110: Use fdwalk for os.closerange() when availabl...
2019-09-12 Miss Islington... bpo-37972: unittest.mock._Call now passes on __getitem_...
2019-09-12 Miss Islington... closes bpo-37405: Make socket.getsockname() always...
2019-09-12 Miss Islington... bpo-38008: Move builtin protocol whitelist to mapping...
2019-09-12 Miss Islington... bpo-13927: time.ctime and time.asctime return string...
2019-09-12 Miss Islington... closes bpo-38127: _ctypes: PyObject_IsSubclass() should...
2019-09-12 Petr Viktorin[3.8] bpo-37879: Suppress subtype_dealloc decref when...
2019-09-12 Miss Islington... Doc: Update pickle.rst (GH-14128) (GH-16014)
2019-09-12 Paul Gansslebpo-38096: Clean up the "struct sequence" / "named...
2019-09-12 Miss Islington... closes bpo-38124: Fix bounds check in PyState_AddModule...
next