Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: scrapy-plugins/scrapy-playwright
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.0.36
Choose a base ref
...
head repository: scrapy-plugins/scrapy-playwright
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.0.37
Choose a head ref
  • 7 commits
  • 12 files changed
  • 2 contributors

Commits on Jun 28, 2024

  1. CI: simplify Python setup

    elacuesta committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    7ae345d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    030c8a1 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. CI: set timeout for jobs

    elacuesta committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    55fd416 View commit details
    Browse the repository at this point in the history
  2. Update flaky test

    elacuesta committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    5926a20 View commit details
    Browse the repository at this point in the history
  3. Improve concurrency on Windows (#286)

    * Get future result in a callback
    
    * POC with asyncio queue
    
    * Clean up
    
    * Update windows test wrapper
    
    * WindowsProactorEventLoopPolicy on Windows
    
    * Test setting future exception
    
    * Update docstring
    
    * Different errors depending on the platform
    elacuesta authored Jul 3, 2024
    Configuration menu
    Copy the full SHA
    164ff9a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4f35587 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    41cd9b8 View commit details
    Browse the repository at this point in the history
Loading