Skip to content
Permalink
Branch: master
Commits on Jan 7, 2020
  1. bpo-38623: Doc: Add section for site module CLI. (GH-17858)

    methane committed Jan 7, 2020
  2. Doc: Change Python 2 status to EOL. (GH-17885)

    methane committed Jan 7, 2020
Commits on Jan 6, 2020
  1. bpo-39234: `enum.auto()` default initial value as 1 (GH-17878)

    YoSTEALTH authored and miss-islington committed Jan 6, 2020
    Updated as Eric mentioned "By default, the initial value starts at 1"
    
    
    https://bugs.python.org/issue39234
    
    
    
    Automerge-Triggered-By: @ericvsmith
  2. bpo-39041: Fix coverage upload command for GitHub Actions (GH-17873)

    zooba authored and miss-islington committed Jan 6, 2020
  3. bpo-39234: Doc: `enum.auto()` incrementation value not specified. (GH…

    YoSTEALTH authored and ethanfurman committed Jan 6, 2020
    …-17872)
    
    * `enum.auto()` initial value is now specified as being `1`.
  4. bpo-29778: Fix incorrect NULL check in _PyPathConfig_InitDLLPath() (G…

    anthonywee authored and zooba committed Jan 6, 2020
  5. Fix link to bpo issue in Changelog (GH-17692)

    cs-shadow authored and tirkarthi committed Jan 6, 2020
  6. bpo-38907: Suppress any exception when attempting to set V6ONLY. (GH-…

    jaraco committed Jan 6, 2020
    …17864)
    
    Fixes error attempting to bind to IPv4 address.
  7. argument-clinic: Simplify multi-line string handling (GH-17852)

    corona10 authored and pablogsal committed Jan 6, 2020
Commits on Jan 5, 2020
  1. Minor formatting improvements and fixes to idle.rst (GH-17165)

    taleinat authored and terryjreedy committed Jan 5, 2020
  2. bpo-39130: Dict reversed was added in v3.8 so should say in the doc a…

    khalidmammadov authored and miss-islington committed Jan 5, 2020
    …s well (GH-17694)
    
    To be consistent with document layout, it should say when the feature was added.
    Although it's mentioned few other places in the doc but it's not explicitly say that at that place.
    
    
    https://bugs.python.org/issue39130
  3. Fix the parameter list of object. _rpow_ (#GH-16477)

    hongweipeng authored and csabella committed Jan 5, 2020
  4. Replace links in howto/pyporting.rst with sphinx references (GH-17781)

    hoefling authored and csabella committed Jan 5, 2020
    Signed-off-by: Oleg Höfling <oleg.hoefling@gmail.com>
  5. Organise and clean test_positional_only_arg and add more tests (GH-17842

    pablogsal committed Jan 5, 2020
    )
  6. bpo-39200: Correct the error message for range() empty constructor (G…

    pablogsal and serhiy-storchaka committed Jan 5, 2020
    …H-17813)
    
    Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
  7. Fix constant folding optimization for positional only arguments (GH-1…

    asottile authored and pablogsal committed Jan 5, 2020
  8. bpo-39152: add missing ttk.Scale.configure return value (GH-17815)

    terryjreedy committed Jan 5, 2020
    tkinter.ttk.Scale().configure([name]) now returns a configuration tuple for name
    or a list thereof for all options. Based on patch Giovanni Lombardo.
  9. bpo-39056: Fix handling invalid warning category in the -W option. (G…

    serhiy-storchaka committed Jan 5, 2020
    …H-17618)
    
    No longer import the re module if it is not needed.
  10. bpo-39057: Fix urllib.request.proxy_bypass_environment(). (GH-17619)

    serhiy-storchaka committed Jan 5, 2020
    Ignore leading dots and no longer ignore a trailing newline.
  11. Fix SystemError when nested function has annotation on positional-onl…

    asottile authored and pablogsal committed Jan 5, 2020
    …y argument (GH-17826)
Commits on Jan 4, 2020
  1. bpo-28367: Add additional baud rates for termios (GH-13142)

    2 people authored and Yhg1s committed Jan 4, 2020
    Co-authored-by: Andrey Smirnov <andrew.smirnov@gmail.com>.
    
    Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
  2. Fix #39191: Don't spawn a task before failing (#17796)

    asvetlov committed Jan 4, 2020
Commits on Jan 3, 2020
  1. bpo-38532: Add missing decrefs in PyCFuncPtr_FromDll() (GH-16857)

    ZackerySpytz authored and Yhg1s committed Jan 3, 2020
  2. Add link to zlib v1.1.3 vulnerability (GH-17156)

    nosahama authored and Yhg1s committed Jan 3, 2020
  3. Bring Python into the next decade. (GH-17801)

    benjaminp committed Jan 3, 2020
Commits on Jan 2, 2020
  1. bpo-38870: Throw ValueError on invalid yield from usage (GH-17798)

    isidentical authored and pablogsal committed Jan 2, 2020
  2. Remove outdated mention of hg.exe from Tools/msi/README.txt (GH-17792)

    tonybaloney authored and zware committed Jan 2, 2020
  3. bpo-39114: Fix tracing of except handlers with name binding (GH-17769)

    pablogsal committed Jan 2, 2020
    When producing the bytecode of exception handlers with name binding (like `except Exception as e`) we need to produce a try-finally block to make sure that the name is deleted after the handler is executed to prevent cycles in the stack frame objects. The bytecode associated with this try-finally block does not have source lines associated and it was causing problems when the tracing functionality was running over it.
Commits on Jan 1, 2020
  1. bpo-39183: Fix formatting in library/ensurepip (GH-17787)

    rffontenelle authored and miss-islington committed Jan 1, 2020
    Remove extra space to fix formatting and avoid from splitting text in to strings.
    
    
    https://bugs.python.org/issue39183
  2. bpo-13601: always use line-buffering for sys.stderr (GH-17646)

    jendrikseipp authored and pitrou committed Jan 1, 2020
Older
You can’t perform that action at this time.