]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2019-04-20  Miss Islington... Fix typo (GH-12878) 12897/head
2019-04-20  Miss Islington... bpo-36650: Fix handling of empty keyword args in C...
2019-04-18  Miss Islington... bpo-36651: Fixed Asyncio Event Loop documentation incon...
2019-04-18  Miss Islington... Fix wrong indentation of a paragraph in documentation...
2019-04-17  Miss Islington... bpo-36649: Remove trailing spaces for registry keys...
2019-04-17  Victor Stinner[3.7] bpo-35755: shutil.which() uses os.confstr("CS_PAT...
2019-04-17  Miss Islington... bpo-32849: Fix is_valid_fd() on FreeBSD (GH-12852)...
2019-04-16  Miss Islington... bpo-33783: Use proper class markup for random.Random...
2019-04-16  Miss Islington... bpo-36508: python-config don't export LINKFORSHARED...
2019-04-15  Victor Stinnerbpo-36348: test_imaplib: add debug info (GH-12846)
2019-04-15  Miss Islington... Doc: update PendingDeprecationWarning explanation ...
2019-04-15  Miss Islington... bpo-36629: Add support.get_socket_conn_refused_errs...
2019-04-14  Miss Islington... bpo-16079: fix duplicate test method name in test_gzip...
2019-04-14  Pablo Galindo[3.7] bpo-36427: Document that PyEval_RestoreThread...
2019-04-13  Miss Islington... bpo-36593: Fix isinstance check for Mock objects with...
2019-04-13  Miss Islington... Skip test_preadv_flags if RWF_HIPRI is not supported...
2019-04-13  Miss Islington... Doc: define PY_SSIZE_T_CLEAN always (GH-12794)
2019-04-13  Victor Stinnerbpo-36605: make tags: parse Modules/_io directory ...
2019-04-12  Miss Islington... bpo-35581: Document @typing.type_check_only (GH-11312)
2019-04-12  Miss Islington... bpo-33922: Adding documentation for new "-64" suffix...
2019-04-12  Miss Islington... Allow Windows layout builds to fully skip code signing...
2019-04-12  Miss Islington... bpo-36611: Fix test_sys.test_getallocatedblocks() ...
2019-04-12  Miss Islington... bpo-34839: Add a 'before 3.6' in the section 'warnings...
2019-04-11  Victor Stinner[3.7] bpo-36389: _PyObject_IsFreed() now also detects...
2019-04-11  Inada Naokibpo-36597: fix random doctest failure (GH-12778)
2019-04-11  Miss Islington... bpo-36416: Correct bytes.rpartition documentation ...
2019-04-11  Miss Islington... Doc: fix typo in IncrementalDecoder.setstate (GH-12724)
2019-04-11  Miss Islington... better __init__.py explanation in tutorial (GH-12763)
2019-04-10  Miss Islington... bpo-36235: Fix distutils test_customize_compiler()...
2019-04-10  Miss Islington... bpo-14826: document that URLopener quotes fullurl....
2019-04-10  Miss Islington... bpo-12910: update and correct quote docstring (GH-2568)
2019-04-09  Victor Stinner[3.7] bpo-36560: regrtest: don't collect the GC twice...
2019-04-09  Miss Islington... closes bpo-35848: Move all documentation regarding...
2019-04-08  Miss Islington... bpo-36565: Fix libregrtest for Python without builtin...
2019-04-08  Miss Islington... Correct "inplace" with "in-place" (GH-10480)
2019-04-08  Miss Islington... bpo-9883: Update list of unimplemented interfaces in...
2019-04-05  Miss Islington... Fix doc for create_subprocess_exec (GH-12598)
2019-04-05  Miss Islington... bpo-36404: recommend DeprecationWarning over PendingDep...
2019-04-04  Miss Islington... bpo-36522: Print all values for headers with multiple... 12692/head
2019-04-03  Pablo Galindo[3.7] bpo-36440: include node names in ParserError...
2019-04-03  Miss Islington... bpo-36504: Fix signed integer overflow in _ctypes.c...
2019-04-02  Miss Islington... bpo-32413: Add documentation that at the module level...
2019-04-02  Miss Islington... bpo-35838: document optionxform must be idempotent...
2019-04-02  Miss Islington... bpo-13120: fix typo with test_issue13120() method name...
2019-04-01  Miss Islington... Temporary workaround for an ACL issue on Ubuntu on...
2019-04-01  Miss Islington... bpo-36157:Document PyInterpreterState_Main() (GH-12238)
2019-04-01  Inada Naokibpo-20844: open script file with "rb" mode (GH-12616)
2019-04-01  Serhiy Storchaka[3.7] bpo-36492: Fix passing special keyword arguments...
2019-03-31  Miss Islington... bpo-36150: Fix possible assertion failures due to _ctyp...
2019-03-30  Miss Islington... bpo-36010: Add venv to the nuget distribution (GH-12367)
2019-03-30  Miss Islington... bpo-24214: Fixed the UTF-8 incremental decoder. (GH...
2019-03-30  Miss Islington... bpo-36434: Properly handle writing errors in ZIP files...
2019-03-30  Miss Islington... C API docs: Py_IsInitialized is always safe to call...
2019-03-30  Miss Islington... bpo-17110: doc: add note how to get bytes from sys...
2019-03-29  Miss Islington... Fixed capital letters missing and missing . (GH-12584)
2019-03-28  Miss Islington... bpo-35941: Fix ssl certificate enumeration for windows...
2019-03-28  Miss Islington... bpo-36425: Add Simplified Chinese to the language switc...
2019-03-28  Miss Islington... bpo-36459: Fix a possible double PyMem_FREE() due to...
2019-03-28  Ned Deily[3.7] Fix NEWS entry with incorrect bpo number (GH...
2019-03-28  Miss Islington... bpo-36245: Fix more empty environment variable checks...
2019-03-27  Miss Islington... bpo-31292: Fixed distutils check --restructuredtext...
2019-03-27  Miss Islington... bpo-36441: Fixes creating a venv when debug binaries...
2019-03-27  Miss Islington... Doc: Fixed missing punctuation in datamodel.rst (GH...
2019-03-27  Miss Islington... bpo-33832: Add "magic method" glossary entry (GH-7630)
2019-03-27  Miss Islington... Minor doc improvement (GH-10341)
2019-03-27  Miss Islington... bpo-36429: Fix starting IDLE with pyshell (GH-12548)
2019-03-26  Miss Islington... bpo-34203: FAQ: improve wording of paragraph about...
2019-03-26  Miss Islington... bpo-36436: Fix _testcapi.pymem_buffer_overflow() (GH...
2019-03-26  Miss Islington... bpo-36433: fix confusing error messages in classmethodd...
2019-03-26  Miss Islington... bpo-36430: Fix a possible reference leak in itertools...
2019-03-26  Miss Islington... Fix "the the" in the idle docs. (GH-12549)
2019-03-25  Ned Deilybump to 3.7.3+
2019-03-25  Ned DeilyMerge tag 'v3.7.3' into 3.7
2019-03-25  Miss Islington... bpo-34085: Improve wording on classmethod/staticmethod...
2019-03-25  Miss Islington... bpo-36370: Check for PyErr_Occurred() after PyImport_Ge...
2019-03-25  Ned Deily3.7.3 v3.7.3
2019-03-25  Miss Islington... Add note to Queue.get() docs about block=True (GH-2223...
2019-03-25  Miss Islington... bpo-36421: Fix a possible double decref in _ctypes...
2019-03-25  Miss Islington... bpo-36218: Fix handling of heterogeneous values in...
2019-03-25  Miss Islington... Fix registry key for Windows SDK detection (GH-12445)
2019-03-25  HarmonFix "catchs" typos in NEWS entries (GH-12364)
2019-03-25  Ned DeilyRemove NEWS entries duplicated from 3.7.2final. (GH...
2019-03-25  Miss Islington... bpo-36174: Update nuget authoring for new license field...
2019-03-25  Ned DeilyCorrect minor edit to news entry. (GH-12299)
2019-03-24  Miss Islington... bpo-30348: IDLE: Add test_autocomplete unittest (GH...
2019-03-24  Miss Islington... bpo-31822: Document that urllib.parse.{Defrag,Split...
2019-03-24  Miss Islington... bpo-36405: IDLE - Restore __main__ and add tests (GH...
2019-03-24  Miss Islington... [3.7] Replace "DOS box" with link to Windows FAQ. ...
2019-03-23  Miss Islington... bpo-32217: Correct usage of ABI tags in freeze. (GH...
2019-03-23  Miss Islington... bpo-23205: IDLE: Add tests and refactor grep's findfile...
2019-03-23  Miss Islington... bpo-36405: Use dict unpacking in idlelib (GH-12507)
2019-03-23  Miss Islington... bpo-33319: Clarify subprocess call docs. (GH-12508)
2019-03-22  Miss Islington... bpo-35155: clarify protocol handler method naming ...
2019-03-22  Miss Islington... bpo-36396: Remove fgBg param of idlelib.config.GetHighl...
2019-03-22  Zackery Spytzbpo-35284: Fix the error handling in the compiler's...
2019-03-22  Miss Islington... bpo-23984: Improve descriptor documentation (GH-1034...
2019-03-22  Miss Islington... Raise the timeout in test_multiprocessing_* for slow...
2019-03-21  Miss Islington... bpo-36256: Fix bug in parsermodule when parsing if... 12493/head
2019-03-21  Miss Islington... Fix registry key for Windows SDK detection (GH-12445)
2019-03-21  Miss Islington... bpo-35978: Correctly skips venv tests in venvs (GH...
next