]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2018-12-03  Victor Stinner[3.7] bpo-35373: Fix PyInit_timezone() error handling... 10883/head
2018-12-03  Miss Islington... bpo-35226: Fix equality for nested unittest.mock.call...
2018-12-03  Miss Islington... [3.7] bpo-35380: Enable TCP_NODELAY for proactor event...
2018-12-03  Miss Islington... bpo-10320: Replace nonstandard sprintf() length modifie... 10869/head
2018-12-03  Miss Islington... bpo-35372: Fix the code page decoder for input > 2...
2018-12-03  Miss Islington... bpo-32153: Add unit test for create_autospec with parti...
2018-12-02  Miss Islington... bpo-35341: Add generic version of OrderedDict to typing...
2018-12-01  Miss Islington... bpo-35371: Fix possible crash in os.utime() on Windows...
2018-12-01  E Kawashima[3.7] Fix signature of xml.dom.minidom.Document.toprett...
2018-12-01  Miss Islington... bpo-31177: Skip deleted attributes while calling reset_...
2018-12-01  Victor Stinnerget_gmtoff() now returns time_t (GH-10838) (GH-10839)
2018-11-30  Victor Stinner[3.7] bpo-35352: test_asyncio uses the certificate...
2018-11-30  Miss Islington... bpo-33015: Fix UB in pthread PyThread_start_new_thread...
2018-11-30  Miss Islington... bpo-35347: Fix test_socket.NonBlockingTCPTests (GH...
2018-11-30  Victor Stinnerbpo-35336: Fix PYTHONCOERCECLOCALE=1 (GH-10806) (GH...
2018-11-30  Miss Islington... Fix typo in Memory Management doc. (GH-10798)
2018-11-30  Miss Islington... bpo-35356: Fix a possible reference leak in nis.maps...
2018-11-29  Victor Stinner[3.7] bpo-34279: Synchronize regrtest with master ...
2018-11-29  Miss Islington... bpo-33012: Fix more invalid function cast warnings...
2018-11-29  Victor Stinnerbpo-27903: Fix ResourceWarning in platform.dist() ...
2018-11-29  Miss Islington... bpo-16086: Fix PyType_GetFlags() documentation (GH...
2018-11-29  Miss Islington... bpo-35189, bpo-35316: Make test_eintr less strict ...
2018-11-28  Miss Islington... bpo-33723: Remove busy loop from test_time (GH-10773)
2018-11-28  Miss Islington... bpo-34022: Stop forcing of hash-based invalidation...
2018-11-28  Ismo Toijalabpo-34921: Allow escaped NoReturn in get_type_hints...
2018-11-28  Victor Stinnerpythoninfo: log more environment variable (GH-10719...
2018-11-28  Julien Palard[3.7] Doc: Delete "how do I emulate os.kill" section...
2018-11-28  Victor Stinnerbpo-34523, bpo-35322: Fix unicode_encode_locale() ...
2018-11-28  Miss Islington... bpo-33676: Fix dangling thread in _test_multiprocessing...
2018-11-27  Serhiy Storchakabpo-33012: Fix signatures of METH_NOARGS functions...
2018-11-27  Miss Islington... bpo-33029: Fix signatures of getter and setter function...
2018-11-27  Miss Islington... bpo-35317: Fix mktime() error in test_email (GH-10721)
2018-11-27  Victor Stinnerbpo-33954: Rewrite FILL() macro of unicodeobject.c...
2018-11-27  Miss Islington... closes bpo-34212: Build core extension modules with...
2018-11-26  Miss Islington... bpo-35308: Fix regression where BROWSER env var is...
2018-11-26  Miss Islington... bpo-33723: Fix test_time.test_thread_time() (GH-10724) 10730/head
2018-11-26  Julien Palard[3.7] bpo-35255: Doc: Delete now useless Windows FAQ...
2018-11-26  Victor Stinnerbpo-33954: Fix _PyUnicode_InsertThousandsGrouping(...
2018-11-26  Victor Stinnerbpo-35313: Fix test_embed when run from venv (GH-10713...
2018-11-26  Miss Islington... bpo-35300: Add usage note to the lru_cache() docs ...
2018-11-25  Miss Islington... closes bpo-35309: cpath should be capath (GH-10701)
2018-11-25  Miss Islington... bpo-32035: Fix words about strings and bytes in zipfile...
2018-11-23  Miss Islington... bpo-35303: Fix a reference leak in _operator.c's method...
2018-11-23  Miss Islington... bpo-29877: compileall: import ProcessPoolExecutor only...
2018-11-23  Miss Islington... bpo-34812: subprocess._args_from_interpreter_flags...
2018-11-23  Miss Islington... Linkify SMTP.quit() in smtplib documentation. (GH-9785)
2018-11-23  Victor Stinner[3.7] bpo-35189: Retry fnctl calls on EINTR (GH-10413...
2018-11-23  Victor Stinnerbpo-34523: Fix C locale coercion on FreeBSD CURRENT...
2018-11-22  Victor Stinner[3.7] bpo-9263: _PyObject_Dump() detects freed memory...
2018-11-22  Victor StinnerRevert "bpo-35239: _PySys_EndInit() copies module_searc...
2018-11-22  Miss Islington... bpo-24658: os.read() reuses _PY_READ_MAX (GH-10657)
2018-11-21  Miss Islington... bpo-31146: Don't fallback switcher to english on not...
2018-11-21  Miss Islington... [3.7] bpo-35035: Rename email.utils documentation to...
2018-11-21  Miss Islington... bpo-35221: Additional hint that the placeholder is... 10632/head
2018-11-20  Miss Islington... bpo-34532: Fixed exit code for py.exe list versions...
2018-11-20  Victor Stinnerbpo-28604: Fix localeconv() for different LC_MONETARY...
2018-11-20  Miss Islington... bpo-35021: Fix assertion failures in _datetimemodule...
2018-11-20  Miss Islington... bpo-9842: Add references for using "..." as a placehold...
2018-11-19  Miss Islington... Upgrade pip to 18.1 and setuptools to 40.6.2 (GH-10598)
2018-11-19  Victor Stinnerbpo-35233: test_embed: fix filesystem encoding (GH...
2018-11-18  Miss Islington... bpo-35269: Fix a possible segfault involving a newly...
2018-11-18  Steve Dowerbpo-34725: Adds _Py_SetProgramFullPath so embedders...
2018-11-17  Miss Islington... [3.7] bpo-25438: document what codec PyMemberDef T_STRI...
2018-11-17  Miss Islington... Add --tempdir option for test run (GH-10322)
2018-11-17  Miss Islington... bpo-35202: Remove more unused imports in idlelib (GH...
2018-11-16  Miss Islington... Add a missed PyErr_NoMemory() in symtable_new(). (GH... 10581/head
2018-11-16  Miss Islington... bpo-35250: Correct argument name "num" -> "btn" in...
2018-11-16  Miss Islington... Fix outdated info in datamodel about dicts (GH-9807)
2018-11-16  Miss Islington... bpo-33816: Remove outdated metaclass example (GH-7566)
2018-11-16  Miss Islington... bpo-35239: _PySys_EndInit() copies module_search_path...
2018-11-15  Miss Islington... bpo-35213: Where appropriate, use 'macOS' in idlelib...
2018-11-15  Miss Islington... Fix a possible reference leak in _socket.getaddrinfo...
2018-11-15  Miss Islington... Fix typo in asynchronous generator iterator documentati...
2018-11-14  Victor Stinnerbpo-35233: InitConfigTests tests more config vars ...
2018-11-14  Julien Palard[3.7] bpo-32613: Update window FAQ (GH-5552). (GH-10544)
2018-11-14  Victor Stinnerbpo-35233: Fix test_embed.InitConfigTests on macOS...
2018-11-14  Victor Stinnerbpo-35233: Fix _PyMainInterpreterConfig_Copy() (GH...
2018-11-14  Victor Stinner[3.7] bpo-35233: Rewrite test_embed.InitConfigTests...
2018-11-14  Miss Islington... Grammar corrections in abc.rst (GH-10525)
2018-11-14  Miss Islington... Link to property built-in in abc.rst (GH-10526)
2018-11-14  Miss Islington... [3.7] bpo-35214: Fix OOB memory access in unicode escap...
2018-11-14  Miss Islington... Fix doc typo: Window -> Windows (GH-10508)
2018-11-13  Victor Stinnerbpo-29564:_PyMem_DumpTraceback() suggests enabling...
2018-11-13  Victor Stinnerbpo-35229: Deprecate _PyObject_GC_TRACK() (GH-10511)
2018-11-13  Miss Islington... bpo-35214: Add _Py_ prefix to MEMORY_SANITIZER def...
2018-11-13  Miss Islington... Fix a couple documentation typos. (GH-10498)
2018-11-13  Miss Islington... Disable getc_unlocked() with MemorySanitizer. (GH-10499)
2018-11-13  Miss Islington... bpo-35031: Fix test_start_tls_server_1 on FreeBSD build...
2018-11-12  Gregory P.... [3.7] bpo-35214: Initial clang MemorySanitizer support...
2018-11-12  Miss Islington... Improve grammar in Glossary. (GH-10474)
2018-11-12  Miss Islington... Correct grammar mistake in stdtypes.rst (GH-10481)
2018-11-12  Miss Islington... Linkify PEP 8 in unix.rst (GH-10482)
2018-11-12  Miss Islington... Minor grammar improvement to io documentation. (GH...
2018-11-12  Miss Islington... Update subprocess.Popen documentation wrt universal_new...
2018-11-12  Miss Islington... bpo-33878: Doc: Fix missing case by simplifying. (GH...
2018-11-11  Miss Islington... closes bpo-35204: Disable thread and memory sanitizers...
2018-11-11  Miss Islington... bpo-33699: Describe try's else clause with the rest...
2018-11-11  Miss Islington... dict insertion order is guaranteed since 3.7 (GH-10431)
2018-11-11  Miss Islington... bpo-34864: Document two IDLE on MacOS issues. (GH-10456)
2018-11-10  Miss Islington... bpo-35202: Remove unused imports in idlelib (GH-10438)
next