Skip to content
Permalink
master

Commits on Aug 12, 2020

  1. bpo-40204: Allow pre-Sphinx 3 syntax in the doc (GH-21844)

    Enable Sphinx 3.2 "c_allow_pre_v3" option and disable the
    c_warn_on_allowed_pre_v3 option to make the documentation compatible
    with Sphinx 2 and Sphinx 3.
    vstinner committed Aug 12, 2020
  2. Catch all skip_handler cases (GH-21842)

    skrah committed Aug 12, 2020
  3. bpo-41520: codeop no longer ignores SyntaxWarning (GH-21838)

    vstinner committed Aug 12, 2020

Commits on Aug 11, 2020

  1. Fix typo (GH-21820)

    chrisyeh96 committed Aug 11, 2020
  2. Call randseed() before other imports in deccheck.py (GH-21834)

    skrah committed Aug 11, 2020
  3. bpo-41475: Fix note in "What's new in 3.7" (#21733)

    cool-RR committed Aug 11, 2020
  4. Add PEP 573 additions to What's New (GH-21374)

    encukou committed Aug 11, 2020
  5. bpo-41521: Replace whitelist/blacklist with allowlist/denylist (GH-21823

    )
    
    Rename 5 test method names in test_codecs and test_typing.
    vstinner committed Aug 11, 2020
  6. bpo-41521: Replace whitelist/blacklist with allowlist/denylist (GH-21822

    )
    
    Automerge-Triggered-By: @tiran
    vstinner committed Aug 11, 2020
  7. bpo-1635741: Port multiprocessing ext to multiphase init (GH-21378)

    Port the _multiprocessing extension module to multiphase initialization (PEP 489).
    koubaa committed Aug 11, 2020

Commits on Aug 10, 2020

  1. MSVC: The ARM command line should not define MASM. (#21817)

    skrah committed Aug 10, 2020
  2. Replace import_fresh_module in decimal test files (GH-21815)

    skrah committed Aug 10, 2020
  3. bpo-40548: Fix "Check for source changes (pull_request)" GH Action job (

    GH-21806)
    
    On Git 2.28, "git diff master..." (3 dots) no longer works when
    "fetch --depth=1" is used, whereas it works on Git 2.26.
    
    Replace "..." (3 dots) with ".." (2 dots) in the "git diff" command
    computing the list of modified files between the base branch and the
    PR branch.
    vstinner committed Aug 10, 2020
  4. bpo-16995: add support for base32 extended hex (base32hex) (GH-20441)

    cc @pganssle
    
    Automerge-Triggered-By: @pganssle
    FFY00 committed Aug 10, 2020
  5. bpo-41324 Add a minimal decimal capsule API (#21519)

    skrah committed Aug 10, 2020
  6. bpo-41514: Fix buggy IDLE test (GH-21808)

    test_run method test_fatal_error failed when run twice, as with
    python -m test -m test_fatal_error test_idle test_idle
    because func.called was not reinitialized to 0.
    This bug caused a failure on a refleak buildbot.
    terryjreedy committed Aug 10, 2020

Commits on Aug 9, 2020

  1. bpo-41468: Improve and test IDLE run error exit (GH-21798)

    A message box pops up when an unexpected error stops the run process.  Tell users it is likely a random glitch, but report it if not.
    terryjreedy committed Aug 9, 2020
  2. Improve renamed test_run.RecursionLimitTest (GH-21794)

    PEP 8 style and new comments.
    terryjreedy committed Aug 9, 2020
  3. bpo-35018: Sax parser should provide user access to lexical handlers (G…

    …H-20958)
    
    Co-Authored-By: Jonathan Gossage <jgossage@gmail.com>
    ZackerySpytz and jgossage committed Aug 9, 2020

Commits on Aug 8, 2020

  1. Doc: Add output to example code in programming FAQ (GH-21346)

    Add output hint to document, part faq/programming, section [How do I write a function with output parameters (call by reference)?](https://docs.python.org/3/faq/programming.html#how-do-i-write-a-function-with-output-parameters-call-by-reference).
    
    This patch make the output hint just like prefix code block.
    zhongjiajie committed Aug 8, 2020
  2. bpo-41455: Provide a link to how the third generation is collected in…

    … the GC docs (GH-21703)
    
    Co-authored-by: Pablo Galindo <Pablogsal@gmail.com>
    ypankovych and pablogsal committed Aug 8, 2020
  3. bpo-41497: Fix potential UnicodeDecodeError in dis CLI (GH-21757)

    zkonge committed Aug 8, 2020
  4. Doc: Add a link to tutorial page from `open()` doc (GH-21737)

    Adds a link to the "Reading and Writing Files" page so users can
    more easily discover how file handles are handled with the `with`
    context manager vs without it.
    bbkane committed Aug 8, 2020

Commits on Aug 7, 2020

  1. Update Azure Pipelines build to use Ubuntu 18.04 and move triggers in…

    …to YAML files (GH-21776)
    zooba committed Aug 7, 2020
  2. bpo-41477: Make ctypes optional in test_genericalias (GH-21766)

    vstinner committed Aug 7, 2020
  3. bpo-41098: Doc: Add missing deprecated directives (GH-21162)

    PyUnicodeEncodeError_Create has been deprecated with
    `Py_DEPRECATED` macro. But it was not documented.
    methane committed Aug 7, 2020
  4. bpo-39871: Fix an error in a news entry (GH-21749)

    ZackerySpytz committed Aug 7, 2020
Older
You can’t perform that action at this time.