]> granicus.if.org Git - python/shortlog
python
2019-09-25 Miss Islington... bpo-38005: Remove support of string argument in Interpr...
2019-09-25 Miss Islington... [3.8] bpo-38270: Check for hash digest algorithms and...
2019-09-25 Miss Islington... bpo-38255: super() can search attributes as well as...
2019-09-25 Michael Feltbpo-36210: correct logic in setup.py for optional exten...
2019-09-25 Victor Stinnerbpo-37064: Skip test_tools.test_pathfix if installed...
2019-09-25 Victor Stinnerbpo-37064: Add -k and -a options to pathfix.py tool...
2019-09-25 Miss Islington... bpo-38248: Fix inconsistent immediate asyncio.Task...
2019-09-25 Miss Islington... bpo-38260: Add Docs on asyncio.run (GH-16337)
2019-09-25 Miss Islington... bpo-22273: Update ctypes to correctly handle arrays...
2019-09-25 Miss Islington... [3.8] bpo-36871: Handle spec errors in assert_has_calls...
2019-09-24 Miss Islington... bpo-37123: multiprocessing test_mymanager() accepts...
2019-09-24 Miss Islington... bpo-38212: Increase MP test_queue_feeder_donot_stop_one...
2019-09-24 Miss Islington... closes bpo-16637: libpython: construct integer object...
2019-09-24 Miss Islington... closes bpo-38253: Fix typo of Py_SET_ERANGE_IF_OVERFLOW...
2019-09-23 Miss Islington... bpo-38234: read_pth_file() now returns PyStatus (GH...
2019-09-23 Victor Stinnerbpo-38234: Fix _PyConfig_InitPathConfig() (GH-16335...
2019-09-23 Victor Stinnerbpo-38236: Dump path config at first import error ...
2019-09-22 Miss Islington... Updated incorrect level-setting code to use setLevel...
2019-09-21 Miss Islington... bpo-38237: Shorter docstring (GH-16322) (GH-16323)
2019-09-21 Miss Islington... bpo-38237: Let pow() support keyword arguments (GH...
2019-09-21 Lisa Roach[3.8] bpo-38093: Correctly returns AsyncMock for async...
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)
next