Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A newer, better thread-local API #225

Merged
merged 14 commits into from
Sep 23, 2019
Merged

A newer, better thread-local API #225

merged 14 commits into from
Sep 23, 2019

Commits on Sep 21, 2019

  1. Newer, better thread-locals

    radix committed Sep 21, 2019
    Configuration menu
    Copy the full SHA
    b88b85e View commit details
    Browse the repository at this point in the history
  2. do NOT use greenlets in this; it turns out greenlet.getcurrent() does…

    … NOT return distinct values if you call it from separate python threads.
    
    Also reformat.
    radix committed Sep 21, 2019
    Configuration menu
    Copy the full SHA
    ed20234 View commit details
    Browse the repository at this point in the history
  3. add unit tests

    radix committed Sep 21, 2019
    Configuration menu
    Copy the full SHA
    bdc420c View commit details
    Browse the repository at this point in the history
  4. isort

    radix committed Sep 21, 2019
    Configuration menu
    Copy the full SHA
    1b829dd View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2019

  1. Configuration menu
    Copy the full SHA
    4cadfcf View commit details
    Browse the repository at this point in the history
  2. bike shedding

    radix committed Sep 22, 2019
    Configuration menu
    Copy the full SHA
    ee89927 View commit details
    Browse the repository at this point in the history
  3. first pass at docs

    radix committed Sep 22, 2019
    Configuration menu
    Copy the full SHA
    efafb2a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9058e1d View commit details
    Browse the repository at this point in the history
  5. more formatting

    radix committed Sep 22, 2019
    Configuration menu
    Copy the full SHA
    3f9bd2b View commit details
    Browse the repository at this point in the history
  6. oh, I was a little confused about the testsetup stuff. I wanted to sh…

    …owcase structlog.configure so I'll do that.
    radix committed Sep 22, 2019
    Configuration menu
    Copy the full SHA
    73ac7e6 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2019

  1. test docstrings

    radix committed Sep 23, 2019
    Configuration menu
    Copy the full SHA
    ee54aa9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    63d61ca View commit details
    Browse the repository at this point in the history
  3. use bind() not bind

    radix committed Sep 23, 2019
    Configuration menu
    Copy the full SHA
    2c8e3fa View commit details
    Browse the repository at this point in the history
  4. add autofunctions

    radix committed Sep 23, 2019
    Configuration menu
    Copy the full SHA
    a8771f8 View commit details
    Browse the repository at this point in the history