summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Tweak blurb per Victor's requestfix-cf-feature-version-38Guido van Rossum2020-06-211-1/+1
* Remove 3.9 feature from testGuido van Rossum2020-06-211-1/+0
* Add test by Stefan BehnelGuido van Rossum2020-06-212-1/+24
* Add blurbGuido van Rossum2020-06-201-0/+3
* [3.8] bpo-35975: Only use cf_feature_version if PyCF_ONLY_AST in cf_flagsGuido van Rossum2020-06-202-2/+3
* Add link to .pypirc specification (GH-20680) (#21019)Miss Islington (bot)2020-06-201-0/+3
* bpo-41040: Fix test_modulefinder. (GH-20991)Miss Islington (bot)2020-06-191-1/+2
* bpo-38377: Fix skip_if_broken_multiprocessing_synchronize() on macOS (GH-20984)Miss Islington (bot)2020-06-191-8/+9
* Improve readability of `formataddr` docstring (GH-20963)Miss Islington (bot)2020-06-191-1/+1
* bpo-38377: Add support.skip_if_broken_multiprocessing_synchronize() (GH-20944...Victor Stinner2020-06-188-12/+41
* bpo-41003: Fix test_copyreg when numpy is installed (GH-20935) (GH-20945) (GH...Victor Stinner2020-06-174-13/+29
* bpo-40993: Don't run Travis CI coverage on PRs (GH-20916)Miss Islington (bot)2020-06-161-0/+12
* bpo-38488: Upgrade bundled versions of pip & setuptools (GH-20491) (GH-20900)Ned Deily2020-06-156-7/+8
* bpo-40448: ensurepip: Do not use cache (GH-19812)Miss Islington (bot)2020-06-154-9/+12
* bpo-34226: fix cgi.parse_multipart without content_length (GH-8530)Miss Islington (bot)2020-06-153-2/+21
* bpo-40855: Fix ignored mu and xbar parameters (GH-20835) (GH-20863)Miss Islington (bot)2020-06-133-2/+18
* [3.8] bpo-37674: Tweak imp module deprecation note in the docs (GH-20480) (GH...Miss Islington (bot)2020-06-131-1/+1
* bpo-40957: Fix refleak in _Py_fopen_obj() (GH-20827)Miss Islington (bot)2020-06-132-0/+2
* bpo-40834: Fix truncate when sending str object with channel (GH-20555)Miss Islington (bot)2020-06-133-1/+5
* bpo-40164: Update Windows OpenSSL to 1.1.1g (GH-20834)Steve Dower2020-06-125-8/+9
* bpo-40964: disable remote IMAP tests (GH-20836)Christian Heimes2020-06-122-0/+5
* bpo-40626: Support HDF5 in mimetypes (GH-20042)Miss Islington (bot)2020-06-112-0/+2
* bpo-29620: iterate over a copy of sys.modules (GH-4800) (GH-20816)Miss Islington (bot)2020-06-113-1/+19
* bpo-34401: Fix test_gdb for HP GDB version string (GH-20804)Miss Islington (bot)2020-06-112-1/+3
* [3.8] bpo-40895: Update weakref documentation to remove old warnings (GH-2068...Antoine Pitrou2020-06-101-14/+0
* bpo-40826: Fix test_repl.test_close_stdin() on Windows (GH-20779) (GH-20785) ...Victor Stinner2020-06-104-45/+42
* [3.8] bpo-34003: Re-add versionchanged entry in csv docs (GH-20657) (GH-20771)Miss Islington (bot)2020-06-091-0/+3
* [3.8] Revert bpo-39576: Prevent memory error for overly optimistic precisions...Stefan Krah2020-06-093-245/+6
* [3.8] Revert bpo-39576: docs: set context for decimal arbitrary precision ari...Stefan Krah2020-06-091-58/+8
* [3.8] Revert bpo-39576: Clarify the word size for the 32-bit build. (GH-20743)Stefan Krah2020-06-091-2/+2
* bpo-24914: mention Python supports multiple paradigms in the FAQ (GH-20658) (...Miss Islington (bot)2020-06-081-6/+7
* bpo-40861: Enable optimizations when building liblzma (GH-20724)Miss Islington (bot)2020-06-081-5/+2
* bpo-22021: Update root_dir and base_dir documentation in shutil (GH-10367)Miss Islington (bot)2020-06-071-3/+47
* bpo-40741: Update macOS installer to use SQLite 3.32.2. (GH-20705)Miss Islington (bot)2020-06-072-3/+4
* bpo-40870: Invalidate usage of some constants with ast.Name (GH-20649)Miss Islington (bot)2020-06-063-0/+31
* bpo-40614: Respect feature version for f-string debug expressions (GH-20196) ...Shantanu2020-06-063-0/+13
* bpo-40807: Show warnings once from codeop._maybe_compile (GH-20486)Miss Islington (bot)2020-06-063-9/+20
* [3.8] bpo-40807: Backport test_codeop change [GH-19670]Terry Jan Reedy2020-06-041-4/+4
* Fix spacing in docs for tarfile (GH-20629)Miss Islington (bot)2020-06-041-1/+1
* [3.9] bpo-40826: Fix GIL usage in PyOS_Readline() (GH-20613) (GH-20616)Victor Stinner2020-06-035-43/+128
* bpo-40767: Allow pure Wayland to get default XDG web browser (GH-20382)Miss Islington (bot)2020-06-032-1/+4
* Ensure correct version of Sphinx is used for Windows builds (GH-20582)Miss Islington (bot)2020-06-011-1/+1
* bpo-40831: Remove an incorrect statement in the Windows docs (GH-20570)Miss Islington (bot)2020-06-011-3/+1
* bpo-30008: Fix OpenSSL no-deprecated compilation (GH-20397)Miss Islington (bot)2020-06-013-11/+48
* bpo-40798: Generate a different message for already removed elements (GH-20483)Miss Islington (bot)2020-05-302-2/+12
* closes bpo-29017: Update the bindings for Qt information with PySide2 (GH-20149)Miss Islington (bot)2020-05-291-5/+6
* bpo-39885: Make IDLE context menu cut and copy work again (GH-18951)Miss Islington (bot)2020-05-294-16/+52
* bpo-40784: Fix sqlite3 deterministic test (GH-20448)Miss Islington (bot)2020-05-291-9/+27
* [3.8] bpo-25872: Fix KeyError in linecache when multithreaded (GH-18007) (GH-...Andrew Kuchling2020-05-292-3/+5
* bpo-39040: Fix parsing of email mime headers with whitespace between encoded-...Miss Islington (bot)2020-05-293-0/+30