]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2020-06-17  Ned DeilyUpdate macOS Python Launcher defaults to python3.
2020-06-17  Ned Deilybpo-39580: add check for CLI installation on macOS
2020-06-17  Ned DeilyUpdate the macOS installer build scripts
2020-06-17  Ned DeilySynchronize macOS installer with 3.9
2020-06-15  Miss Islington... bpo-38488: Upgrade bundled versions of pip & setuptools...
2020-06-15  Miss Islington... bpo-40448: ensurepip: Do not use cache (GH-19812)
2020-06-15  Miss Islington... [3.7] bpo-34226: fix cgi.parse_multipart without conten...
2020-06-13  Miss Islington... [3.7] bpo-37674: Tweak imp module deprecation note...
2020-06-12  Steve Dowerbpo-40164: Update Windows OpenSSL to 1.1.1g (GH-20834)
2020-06-12  Christian Heimesbpo-40964: disable remote IMAP tests (GH-20836)
2020-06-11  Miss Islington... bpo-40025: Require _generate_next_value_ to be defined...
2020-06-11  Miss Islington... bpo-29620: iterate over a copy of sys.modules (GH-4800...
2020-06-10  Antoine Pitrou[3.7] bpo-40895: Update weakref documentation to remove...
2020-06-09  Miss Islington... Add quotes to code to be a string
2020-06-08  Stefan Krah[3.7] Revert bpo-39576: Prevent memory error for overly...
2020-06-08  Stefan Krah[3.7] Revert bpo-39576: docs: set context for decimal...
2020-06-08  Stefan Krah[3.7] Revert bpo-39576: Clarify the word size for the...
2020-06-08  Miss Islington... bpo-40861: Enable optimizations when building liblzma...
2020-06-08  Miss Islington... bpo-22021: Update root_dir and base_dir documentation...
2020-06-08  Miss Islington... bpo-40741: Update macOS installer to use SQLite 3.32...
2020-06-05  Miss Islington... [3.8] bpo-40807: Backport test_codeop change [GH-19670]
2020-06-04  Miss Islington... Fix spacing in docs for tarfile (GH-20629)
2020-06-03  Miss Islington... bpo-40767: Allow pure Wayland to get default XDG web...
2020-06-01  Miss Islington... Ensure correct version of Sphinx is used for Windows...
2020-06-01  Miss Islington... bpo-40831: Remove an incorrect statement in the Windows...
2020-06-01  Miss Islington... bpo-30008: Fix OpenSSL no-deprecated compilation (GH...
2020-05-30  Miss Islington... bpo-40798: Generate a different message for already...
2020-05-30  Miss Islington... closes bpo-29017: Update the bindings for Qt informatio...
2020-05-29  Miss Islington... bpo-39885: Make IDLE context menu cut and copy work...
2020-05-29  Miss Islington... bpo-24048: Save the live exception during import.c...
2020-05-29  Miss Islington... [3.8] bpo-25872: Fix KeyError in linecache when multith...
2020-05-29  Miss Islington... bpo-39040: Fix parsing of email mime headers with white...
2020-05-28  Miss Islington... Improve IO tutorial's "Old string formatting" section...
2020-05-27  Miss Islington... bpo-13097: ctypes: limit callback to 1024 arguments...
2020-05-27  Miss Islington... bpo-39073: validate Address parts to disallow CRLF...
2020-05-27  Miss Islington... Fix the link to ncurses patch download in macos install...
2020-05-26  Tal Einat[3.7] bpo-38580: Document that select() accepts iterabl...
2020-05-26  Miss Islington... [3.8] bpo-35714: Reject null characters in struct forma...
2020-05-26  Miss Islington... bpo-39301: State that floor division is used for right...
2020-05-24  Terry Jan Reedybpo-37309: Update NEWS.txt for 3.7.8 (GH-20353)
2020-05-24  Miss Islington... bpo-40723: Make IDLE autocomplete test run without...
2020-05-23  Miss Islington... bpo-40439: Update broken link in lexical analysis docs...
2020-05-22  Batuhan Taskaya[3.7] bpo-40663: Correctly handle annotations with...
2020-05-21  Miss Islington... [3.7] [doc] Remove references to obsolete BuildApplet...
2020-05-20  Miss Islington... s/wakup/wakeup (GH-20250)
2020-05-20  Miss Islington... Use v2 of GitHub Actions where available (GH-20232)
2020-05-19  Miss Islington... bpo-39631: Adds NEWS entry (GH-20227)
2020-05-19  Miss Islington... bpo-39631: Fix file association MIME type in the Window...
2020-05-19  Miss Islington... [3.7] Doc: Python 3.10 in sidebar and version switcher...
2020-05-19  Miss Islington... bpo-39976: Add **other_popen_kwargs to subprocess docs...
2020-05-18  Steve Dowerbpo-35890: Use RegQueryInfoKeyW and CryptAcquireContext...
2020-05-18  Miss Islington... bpo-40650: Include winsock2.h in pytime.c, instead...
2020-05-18  Miss Islington... bpo-40653: Move _dirnameW out of GH-ifdef HAVE_SYMLINK...
2020-05-18  Miss Islington... bpo-40548: Github Actions: update actions/checkout...
2020-05-17  Miss Islington... Doc: change 'Posix' for 'POSIX' (GH-20001)
2020-05-16  Miss Islington... [3.7] bpo-40457: Support OpenSSL without TLS 1.0/1...
2020-05-15  Miss Islington... bpo-40163: Fix multissltest download of old OpenSSL...
2020-05-15  Christian Heimes[3.7] bpo-40515: Require OPENSSL_THREADS (GH-19953...
2020-05-15  Miss Islington... bpo-40479: Test with latest OpenSSL versions (GH-20108)
2020-05-15  Miss Islington... bpo-40055: test_distutils leaves warnings filters uncha...
2020-05-15  Miss Islington... [3.8] bpo-40548: GitHub Action workflow: skip jobs...
2020-05-15  Miss Islington... bpo-38872: Document exec symbol for codeop.compile_comm...
2020-05-11  Miss Islington... bpo-40561: Add docstrings for webbrowser open functions...
2020-05-08  Miss Islington... Make the first dataclass example more useful (GH-19994...
2020-05-08  Miss Islington... [3.7] bpo-40559: Add Py_DECREF to _asynciomodule.c...
2020-05-06  Robert Rouhani[3.7] bpo-40417: Fix deprecation warning in PyImport_Re...
2020-05-05  Miss Islington... bpo-40459: Fix NameError in platform.py (GH-19855)
2020-05-02  Miss Islington... bpo-40419: timeit CLI docs now mention 1,2,5,10,.....
2020-05-01  Antoine Pitrou[3.7] bpo-39435: Fix docs for pickle.loads (GH-18160...
2020-04-30  Miss Islington... bpo-40443: Remove unused imports in idlelib (GH-19801)
2020-04-29  Miss Islington... bpo-40436: Fix code parsing gdb version (GH-19792)
2020-04-29  Miss Islington... [3.8] bpo-40431: Fix syntax typo in turtledemo (GH...
2020-04-27  Miss Islington... bpo-40348: Fix typos in the programming FAQ (GH-19729)
2020-04-27  Zachary Ware[3.7] bpo-38387: Formally document PyDoc_STRVAR and...
2020-04-23  Victor Stinner[3.7] bpo-38546: Backport multiprocessing tests fixes...
2020-04-23  Victor Stinnerbpo-39932: Fix multiprocessing test_heap() (GH-19690)
2020-04-23  Florian Bruhin[3.7] gdbinit: Use proper define syntax (GH-19557)...
2020-04-22  Miss Islington... bpo-38360: macOS: support alternate form of -isysroot...
2020-04-22  Miss Islington... bpo-40138: Fix Windows os.waitpid() for large exit...
2020-04-22  Miss Islington... bpo-38439: Add 256px IDLE icon (GH-17473)
2020-04-22  Miss Islington... bpo-40164: Update macOS installer builds to use OpenSSL...
2020-04-20  Miss Islington... bpo-39942:Fix failure in `TypeVar` when missing `__name...
2020-04-20  Miss Islington... Fix typo in Lib/tracepack.py (GH-19605)
2020-04-19  Miss Islington... bpo-39285: Clarify example for PurePath.match (GH-19458)
2020-04-18  Miss Islington... bpo-27635: Fix pickle documentation about `__new__...
2020-04-18  Serhiy Storchaka[3.7] bpo-40179: Fix translation of #elif in Argument...
2020-04-18  Miss Islington... Fix two typos in multiprocessing (GH-19571) (GH-19579)
2020-04-17  Miss Islington... bpo-38492: Remove pythonw.exe dependency on the Microso...
2020-04-17  Miss Islington... bpo-40287: Fix SpooledTemporaryFile.seek() return value...
2020-04-17  Miss Islington... Fix parameter names in assertIn() docs (GH-18829)
2020-04-16  Miss Islington... bpo-39793: use the same domain on make_msgid tests...
2020-04-14  Victor StinnerUpdate libregrtest from master (GH-19517)
2020-04-14  Miss Islington... bpo-32033: Fix test_pwd failures on Android (GH-19502)
2020-04-13  Miss Islington... [3.7] Improved documentation for `BUILD_CONST_KEY_MAP...
2020-04-12  Miss Islington... [3.7] bpo-31758: Prevent crashes when using an uninitia...
2020-04-12  Serhiy Storchaka[3.7] bpo-40126: Fix reverting multiple patches in...
2020-04-11  Miss Islington... bpo-38501: Add a warning section to multiprocessing...
2020-04-09  Victor Stinnerbpo-40204: Pin Sphinx version to 1.8.2 in Doc/Makefile...
2020-04-08  Miss Islington... Remove extraneous ')' in abstract.h (GH-19146)
2020-04-07  Miss Islington... bpo-40089: Fix threading._after_fork() (GH-19191) ...
next