]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
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... [3.7] bpo-33936: Don't call obsolete init methods with...
2019-09-16  Miss Islington... Doc: Fix Wikipedia link for functools.lru_cache (GH...
2019-09-16  Stéphane Wirtel[3.7] bpo-38100: Fix spelling error in unittest.mock...
2019-09-16  Miss Islington... Doc: Add link of GNU Readline library to interpreter...
2019-09-16  Steve Dowerbpo-38117: Update bundled Windows OpenSSL to 1.1.1d...
2019-09-16  Julien Palard[3.7] bpo-33095: Add reference to isolated mode in...
2019-09-16  Miss Islington... [3.7] 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-14  Miss Islington... bpo-37635: Update arg name for seek() in IO tutorial...
2019-09-14  Miss Islington... Doc: Fix link to window.getch in curses documentation...
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... bpo-32790: Add info about alt format using GH- for...
2019-09-13  Miss Islington... Run autoreconf. (GH-16106)
2019-09-13  Miss Islington... closes bpo-36002: Use AC_PATH_TOOL to find llvm-profdat...
2019-09-13  Xtreak [3.7] bpo-12144: Handle cookies with expires attribute...
2019-09-13  Miss Islington... Fix the ImportWarning regarding __spec__ and __package_...
2019-09-13  Julien PalardRevert "bpo-37785: Fix xgettext warning in argparse...
2019-09-13  Miss Islington... bpo-37785: Fix xgettext warning in argparse (GH-15161)
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-38096: Complete the "structseq" and "named tuple...
2019-09-12  Miss Islington... bpo-21872: fix lzma library decompresses data incomplet...
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-32008: Prefer client or TLSv1_2 in examples (GH...
2019-09-12  Miss Islington... closes bpo-38127: _ctypes: PyObject_IsSubclass() should...
2019-09-12  Miss Islington... Doc: Update pickle.rst (GH-14128) (GH-16015)
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...
2019-09-11  Miss Islington... Doc: Fix missing negation. (GH-14640) (GH-15985)
2019-09-11  Miss Islington... Improve clarity of try-return-finally-return (GH-15677...
2019-09-11  Stéphane Wirtel[3.7] bpo-38117: Test with OpenSSL 1.1.1d (GH-15983...
2019-09-11  Miss Islington... bpo-37698: Update doc of PyBuffer_ToContiguous (GH...
2019-09-11  Miss Islington... Doc: recursive glob ** follows symlinks to directories...
2019-09-11  Miss Islington... bpo-37750: Add doc of PyBuffer_FromContiguous (GH-15988...
2019-09-11  Miss Islington... bpo-37885: venv: Don't produce unbound variable warning...
2019-09-11  Miss Islington... bpo-33187: Document ElementInclude (XInclude) support...
2019-09-11  Miss Islington... bpo-36634: Fixes activate.bat when existing values...
2019-09-11  Zachary Ware[3.7] Turn off AppVeyor CI (GH-15929) (GH-15943)
2019-09-11  Miss Islington... bpo-36919: make test_source_encoding.test_issue2301...
2019-09-11  Miss Islington... bpo-33459: Fix "tuple displays" term in Expressions...
2019-09-11  Miss Islington... bpo-35649: update http client example (GH-11441) (GH...
2019-09-11  Miss Islington... [3.8] bpo-37409: fix relative import with no parent...
2019-09-11  Vinay Sajip[3.7] bpo-35168: Make shlex.punctuation_chars read...
2019-09-11  Miss Islington... bpo-20504 : in cgi.py, fix bug when a multipart/form...
2019-09-11  Miss Islington... bpo-35066: Make trailing percent test more portable...
2019-09-11  Miss Islington... bpo-25810: Clarify eval() docs, it does not keywords...
2019-09-11  Miss Islington... bpo-37585: Add clarification regarding comparing dict...
2019-09-11  Miss Islington... bpo-16438: Doc: confusing text regarding numeric preced...
2019-09-11  Miss Islington... bpo-37424: Avoid a hang in subprocess.run timeout outpu...
2019-09-11  Miss Islington... bpo-38034: Fix typo in logging.handlers.rst (GH-15708...
2019-09-10  Miss Islington... bpo-37574: Mention helper functions for find_spec docum...
2019-09-10  Steve Dowerbpo-38089: Move Azure Pipelines to latest VM versions...
2019-09-10  Miss Islington... Docs: Small tweaks to c-api/introGH-Include_Files ...
2019-09-10  Miss Islington... Correct info about "f.read(size)". (GH13852)
2019-09-10  Victor Stinner[3.7] bpo-37531: Enhance regrtest multiprocess timeout...
2019-09-10  Miss Islington... bpo-33602: Doc: Remove set and queue references from...
2019-09-10  Miss Islington... bpo-37913: document that __length_hint__ can return...
2019-09-10  Miss Islington... Fix subprocess docstring typo (GH-15812)
2019-09-10  Steve Dowerbpo-37913: document that __length_hint__ can return...
2019-09-10  Miss Islington... Fix calling order of PyEval_InitThreads. (GH-5833)
2019-09-10  Steve Dowerbpo-38088: Fixes distutils not finding vcruntime140...
2019-09-10  Steve Dowerbpo-38087: Fix case sensitivity in test_pathlib and...
2019-09-10  Miss Islington... closes bpo-25461: Update os.walk() docstring to match...
2019-09-10  Miss Islington... bpo-21018: added missing documentation about escaping...
2019-09-10  Michael Feltbpo-34720: Fix test_importlib.test_bad_traverse for...
2019-09-10  Miss Islington... Fix typo in dict object comment (GH-15814)
2019-09-10  Steve Dowerbpo-35941: Fix performance regression in SSL certificat...
2019-09-10  Miss Islington... bpo-38077: IDLE no longer adds 'argv' to the user names...
2019-09-09  Victor Stinnerbpo-38006: Avoid closure in weakref.WeakValueDictionary...
2019-09-09  Zachary Ware[3.7] bpo-34293: Fix PDF documentation paper size ...
2019-09-09  Miss Islington... bpo-36502: Update link to UAX GH-44, the Unicode doc...
2019-09-09  Miss Islington... bpo-37649: Fix exec_prefix check (GH-14897)
2019-09-09  Miss Islington... Fix punctuation in `os.execvpe` docstring. (GH-15051)
2019-09-09  Miss Islington... bpo-35803: Document and test dir=PathLike for tempfile...
2019-09-09  Miss Islington... bpo-38059: Using sys.exit() over exit() in inspect...
2019-09-09  Miss Islington... bpo-32587: Fixes unsafe downcast in PC/winreg.c (GH...
2019-09-09  Miss Islington... bpo-37702: Fix SSL's certificate-store leak on Windows...
2019-09-09  T. Wouters[3.7] bpo-37589: Add a few missing dependencies on...
2019-09-09  Miss Islington... bpo-37283: Ensure command-line and unattend.xml setting...
2019-09-09  Miss Islington... bpo-37936: Avoid ignoring files that we actually do...
2019-09-09  Miss Islington... bpo-37841: Remove python_uwp dependency on msvcp140...
2019-09-09  Miss Islington... bpo-37705: Improve the implementation of winerror_to_er...
2019-09-09  Miss Islington... bpo-32587: Make winreg.REG_MULTI_SZ support zero-length...
2019-09-09  Miss Islington... bpo-37445: Include FORMAT_MESSAGE_IGNORE_INSERTS in...
2019-09-09  Miss Islington... bpo-34410: Fix a crash in the tee iterator when re...
2019-09-08  Miss Islington... bpo-36946:Fix possible signed integer overflow when...
2019-09-08  Miss Islington... [3.8] Correct Roman-numeral example in Unicode HOWTO...
2019-09-07  Miss Islington... bpo-20806: Reference both times(2) and times(3) and...
2019-09-06  Miss Islington... bpo-38041: Refine IDLE Shell restart lines. (GH-15709)
2019-09-06  Miss Islington... bpo-37380: subprocess: don't use _active on win (GH...
2019-09-05  Miss Islington... Correct minor gramatical mistake in sys.settrace doc...
next