Skip to content
Permalink
Branch: master
Commits on Jan 9, 2020
  1. Fix typo in test's docstring (GH-17856)

    blueyed authored and tirkarthi committed Jan 9, 2020
    * Fix typo in test's docstring. contination -> continuation.
  2. bpo-25172: Reduce scope of crypt import tests (GH-17881)

    zooba committed Jan 9, 2020
  3. Add test cases for dataclasses. (#17909)

    tirkarthi authored and ericvsmith committed Jan 9, 2020
    * Add test cases for dataclasses.
    
    * Add test for repr output of field.
    * Add test for ValueError to be raised when both default and default_factory are passed.
  4. bpo-39161: Document multi-phase init modules under Py_NewInterpreter() (

    encukou authored and miss-islington committed Jan 9, 2020
    GH-17896)
    
    \+ this also adds a stronger warning against sharing objects between (sub-)interpreters.
    
    
    
    https://bugs.python.org/issue39161
  5. bpo-39270: Remove dead assignment from config_init_module_search_paths (

    alexhenrie authored and vstinner committed Jan 9, 2020
  6. bpo-39272: Remove dead assignment from _ssl__SSLContext_load_verify_l…

    alexhenrie authored and vstinner committed Jan 9, 2020
    …ocations_impl (GH-17916)
  7. bpo-39271: Remove dead assignment from pattern_subx (GH-17915)

    alexhenrie authored and serhiy-storchaka committed Jan 9, 2020
  8. closes bpo-39262: Use specific out-of-memory message in _sharedexcept…

    alexhenrie authored and benjaminp committed Jan 9, 2020
    …ion_bind. (GH-17908)
  9. closes bpo-39261: Remove dead assignment from pyinit_config. (GH-17907)

    alexhenrie authored and benjaminp committed Jan 9, 2020
Commits on Jan 8, 2020
  1. Py_DECREF: only pass filename if Py_REF_DEBUG is defined (GH-17870)

    vstinner committed Jan 8, 2020
    Filename and line numbers are not needed when Py_REF_DEBUG are not
    defined.
    
    The static inline _Py_DECREF() function was introduced by
    commit 2aaf0c1.
  2. bpo-35292: Avoid calling mimetypes.init when http.server is imported (G…

    aisk authored and zooba committed Jan 8, 2020
  3. bpo-39242: Updated the Gmane domain into news.gmane.io (GH-17903)

    corona10 authored and vstinner committed Jan 8, 2020
  4. bpo-39237, datetime: Remove redundant call to round from delta_new (G…

    alexhenrie authored and vstinner committed Jan 8, 2020
Commits on Jan 7, 2020
  1. bpo-38871: Fix lib2to3 for filter-based statements that contain lambda (

    corona10 authored and vstinner committed Jan 7, 2020
    GH-17780)
    
    Correctly parenthesize filter-based statements that contain lambda
    expressions in lib2to3.
  2. bpo-38615: Add timeout parameter for IMAP4 and IMAP4_SSL constructor (G…

    corona10 authored and vstinner committed Jan 7, 2020
    …H-17203)
    
    imaplib.IMAP4 and imaplib.IMAP4_SSL now have an 
    optional *timeout* parameter for their constructors.
    Also, the imaplib.IMAP4.open() method now has an optional *timeout* parameter
    with this change. The overridden methods of imaplib.IMAP4_SSL and
    imaplib.IMAP4_stream were applied to this change.
  3. bpo-39198: Ensure logging global lock is released on exception in isE…

    DerekTBrown authored and vsajip committed Jan 7, 2020
    …nabledFor (GH-17689)
  4. bpo-39239: epoll.unregister() no longer ignores EBADF (GH-17882)

    vstinner committed Jan 7, 2020
    The select.epoll.unregister() method no longer ignores the EBADF
    error.
  5. bpo-38623: Doc: Add section for site module CLI. (GH-17858)

    methane committed Jan 7, 2020
  6. 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
    )
Older
You can’t perform that action at this time.