1. 31 Oct, 2022 4 commits
  2. 30 Oct, 2022 1 commit
  3. 29 Oct, 2022 2 commits
  4. 28 Oct, 2022 4 commits
  5. 27 Oct, 2022 6 commits
    • Jason Madden's avatar
      Skip a DNS IDNA test on GHA · 6ca42cf7
      Jason Madden authored
      Its failing in a weird way that doesn't happen locally.
      
      There is a remaining issue, which lies somewhere in greenlet, seen in
      test__monkey_hub_in_thread and test__threading_monkey_in_thread:
      
        Fatal Python error: Python memory allocator called without holding the GIL
      
        Python runtime state: finalizing (tstate=0xd5f3e0)
      
        Thread 0x00007f511f66b700 (most recent call first):
        <no Python frame>
      
      Obviously this mixes with threads. greenlet uses Py_AddPendingCall to
      move some work to other threads, but apparently something is still
      happening at the wrong time.
      6ca42cf7
    • Jason Madden's avatar
      And no-embed · b62fa1b7
      Jason Madden authored
      b62fa1b7
    • Jason Madden's avatar
      _fork_exec should not exist on win32/py311 · 93037498
      Jason Madden authored
      93037498
    • Jason Madden's avatar
      Also make-manylinux · 637f0815
      Jason Madden authored
      637f0815
    • Jason Madden's avatar
      e1231dea
    • Jason Madden's avatar
      Update to greenlet 2.0rc1 · 8d1c366d
      Jason Madden authored
      Fixes #1909
      
      We'll need to release a final greenlet 2.0 and remove the rc qualifiers here before releasing gevent, because pre-release qualifiers are contagious.
      8d1c366d
  6. 14 Oct, 2022 15 commits
  7. 13 Oct, 2022 4 commits
  8. 10 Oct, 2022 1 commit
  9. 08 Oct, 2022 3 commits