pr_id
int64
repo_id
null
repo_name
string
text
string
2,358
null
angr/angr
# Repository Context Name: angr/angr Description: # Pull Request ## RDA: Get the Definitions for several Atoms Signed-off-by: Pamplemousse <xav.maso@gmail.com> # Relevant Files Found ## angr/knowledge_plugins/key_definitions/live_definitions.py ``` from typing import Optional, Iterable, Dict, Set import logging ...
671
null
Wireless-Innovation-Forum/Spectrum-Access-System
# Repository Context Name: Wireless-Innovation-Forum/Spectrum-Access-System Description: # Pull Request ## Fix for AMSL not taken into account (PPA creation, BPR, QPR and PAT) Fixed for : - PPA creation - test cases BPR, QPR and PAT Also fixed a small bug in PPA creation: beamwidth is optional for CatA so...
259
null
muchdogesec/stixify
# Repository Context Name: muchdogesec/stixify Description: # Pull Request ## add pdf file endpoint closes #256 # Relevant Files Found ## stixify/web/utils.py ``` from django.conf import settings from rest_framework import pagination, response, serializers from rest_framework.filters import OrderingFilter, BaseF...
34
null
jupyterhub/kubespawner
# Repository Context Name: jupyterhub/kubespawner Description: # Pull Request ## Allow setting c.Spawner.cmd to whatever the user wants Fixes #31 Need to verify that this doesn't cause any breaking changes (other than the env vars now gone) # Relevant Files Found ## kubespawner/objects.py ``` """ Helper meth...
909
null
hvac/hvac
# Repository Context Name: hvac/hvac Description: # Pull Request ## Remove deprecated python syntax this PR removes older/deprecated python syntax from the code base specifically: - updates metaclass https://docs.python.org/3/library/2to3.html#to3fixer-metaclass - remove old `abc.abstractproperty` decorator http...
9,558
null
pypa/pip
# Repository Context Name: pypa/pip Description: # Pull Request ## Remove pkg_resources usage in search Another straightforward one. # Relevant Files Found ## src/pip/_internal/commands/search.py ``` import logging import shutil import sys import textwrap from collections import OrderedDict from pip._vendor imp...
97
null
ajeldorado/falco-python
# Repository Context Name: ajeldorado/falco-python Description: # Pull Request ## Fix translation bug in DM surface generation - Refer to Issue #96 for details. # Relevant Files Found ## falco/dm.py ``` """Module for DM-related functions.""" import os from math import sin, cos, radians from astropy.io import fi...
31
null
avihad/twistes
# Repository Context Name: avihad/twistes Description: # Pull Request ## Refactor exceptions to be more similar to elasticsearch-py Copied the same exception hierarchy and codes as the original elasticsearch-py. # Relevant Files Found ## tests/test_bulk_utility.py ``` from __future__ import division import json...
1,387
null
mlflow/mlflow
# Repository Context Name: mlflow/mlflow Description: # Pull Request ## Fix more docs warnings ## What changes are proposed in this pull request? Two more warnings from `make` in the docs dir. # Relevant Files Found ## mlflow/models/__init__.py ``` """ The ``mlflow.models`` module provides an API for saving ...
204
null
tox-dev/sphinx-autodoc-typehints
# Repository Context Name: tox-dev/sphinx-autodoc-typehints Description: # Pull Request ## Fix fully_qualified should be typehints_fully_qualified Resolves https://github.com/tox-dev/sphinx-autodoc-typehints/issues/203 # Relevant Files Found ## src/sphinx_autodoc_typehints/__init__.py ``` from __future__ import ...
44
null
eepeterson/openmc_fusion_benchmarks
# Repository Context Name: eepeterson/openmc_fusion_benchmarks Description: # Pull Request ## Add `Tallies` to the api This PR defines the `Tallies` and `Tally` objects in the `benchmark_schema.yaml` file and implements it in the `oktavian_al` benchmark `specifications.yaml` file. It also implements in the `Ope...
30,943
null
demisto/content
# Repository Context Name: demisto/content Description: # Pull Request ## EWS rule commands - MS graph python integrations <!-- REMINDER: THIS IS A PUBLIC REPO DO NOT POST HERE SECRETS/SENSITIVE DATA --> ## Status - [x] Ready ## Related Issues fixes: https://jira-dc.paloaltonetworks.com/browse/CIAC-8920 ...
742
null
pushingkarmaorg/python-plexapi
# Repository Context Name: pushingkarmaorg/python-plexapi Description: # Pull Request ## Update tests to the new Plex TV Series agent ## Description The Plex TV Series agent is now the default for new libraries. Update the test server and all show, season, and episode tests to the new agent. Adds a few new se...
9
null
pln-fing-udelar/false-friends
# Repository Context Name: pln-fing-udelar/false-friends Description: # Pull Request ## Add classifier # Relevant Files Found ## falsefriends.py ``` #!/usr/bin/env python3 # -*- coding: utf-8 -*- import argparse import numpy as np import sys from falsefriends import bilingual_lexicon, linear_trans, similar_w...
608
null
HEPCloud/decisionengine
# Repository Context Name: HEPCloud/decisionengine Description: # Pull Request ## cherrypy metrics server blocking startup This should fix the startup blocking issue with cherrypy and add it to the testing framework. It about doubles the testing time on my system, so I added some more workers to pytest-xdist to ...
5,823
null
cfpb/consumerfinance.gov
# Repository Context Name: cfpb/consumerfinance.gov Description: # Pull Request ## Cleanup deprecated mega menu-related blocks This commit removes some obsolete StreamField block types and associated frontend code for modules associated with the old mega menu. None of these modules are used with the current version...
1,710
null
pytest-dev/pytest
# Repository Context Name: pytest-dev/pytest Description: # Pull Request ## Fixture split 2nd attempt # Relevant Files Found ## _pytest/config.py ``` """ command line options, ini-file and conftest.py processing. """ import argparse import shlex import traceback import types import warnings import py # DON't i...
1,104
null
tenstorrent/tt-inference-server
# Repository Context Name: tenstorrent/tt-inference-server Description: # Pull Request ## Fix RULER eval task missing dependencies in evals_common venv ## Problem The RULER evaluation task for Gemma-3 models failed with ``` ModuleNotFoundError: No module named 'wonderwords'. ``` The `wonderwords` and `nltk` ...
7,719
null
dimagi/commcare-hq
# Repository Context Name: dimagi/commcare-hq Description: # Pull Request ## enable user case on domain when importing an app @kaapstorm cc @NoahCarnahan @sravfeyn # Relevant Files Found ## corehq/apps/app_manager/models.py ``` # coding=utf-8 from distutils.version import LooseVersion from itertools import c...
77
null
PUNCH-Cyber/stoq
# Repository Context Name: PUNCH-Cyber/stoq Description: # Pull Request ## Add functionality for a provider to return a task as well as payload. Allow providers to return a task, which is then used to retrieve a payload for scanning from an `ArchiverPlugin` defined by `source_archivers` upon instantiation of `Stoq`...
703
null
nschloe/meshio
# Repository Context Name: nschloe/meshio Description: # Pull Request ## Cmd line float fmt # Relevant Files Found ## meshio/_cli/_convert.py ``` import argparse import numpy from .._helpers import _writer_map, read, reader_map, write from ._helpers import _get_version_text def convert(argv=None): # Par...
9
null
hexgrad/misaki
# Repository Context Name: hexgrad/misaki Description: # Pull Request ## add espeak hotfix for MacOS/Windows https://github.com/bootphon/phonemizer/issues/44#issuecomment-1540885186 Detects which platform is running then applies the hotfix, assumes default installation folders. # Relevant Files Found ## misaki...
749
null
dials/dials
# Repository Context Name: dials/dials Description: # Pull Request ## Refactor cosym command line program, to separate out exporting. This change refactors the end stages of dials.cosym - splitting the reindexing of experiments and reflections from the exporting. This allows the reflections and experiments from the...
662
null
DataBiosphere/azul
# Repository Context Name: DataBiosphere/azul Description: # Pull Request ## Return content disposition header from manifest endpoints (#655) # Relevant Files Found ## src/azul/service/responseobjects/hca_response_v5.py ``` #!/usr/bin/python import abc from collections import OrderedDict, defaultdict import csv...
10
null
ethereum/eth-abi
# Repository Context Name: ethereum/eth-abi Description: # Pull Request ## Piper/minor refactor and add test Small cleanup. # Relevant Files Found ## eth_abi/abi.py ``` """ Vendored from `pyethereum.abi` """ import re import ast import warnings from io import BytesIO from eth_utils import ( is_text, fo...
100
null
Opentrons/opentrons
# Repository Context Name: Opentrons/opentrons Description: # Pull Request ## swapped add_container args to match containers.load Small PR, making `robot.add_container()` and `containers.load()` have same arg order # Relevant Files Found ## opentrons/containers/__init__.py ``` from opentrons.containers.persisted...
98
null
alphagov/notifications-api
# Repository Context Name: alphagov/notifications-api Description: # Pull Request ## [WIP] added dao and rest endpoint for retrieving invited users by service and by id. # Relevant Files Found ## app/dao/invited_user_dao.py ``` from app import db def save_invited_user(invited_user): db.session.add(invited...
152
null
suny-downstate-medical-center/netpyne
# Repository Context Name: suny-downstate-medical-center/netpyne Description: # Pull Request ## Neuroml export Better support for multicompartmental cell import from NeuromL2 Adding more options for selecting cells in recordTraces: e.g. https://github.com/OpenSourceBrain/NetPyNEShowcase/blob/master/NetPyNE/LEMS_20...
6,865
null
CenterForOpenScience/osf.io
# Repository Context Name: CenterForOpenScience/osf.io Description: # Pull Request ## Update usage_audit.py for Django [#OSF-7527] [[#OSF-7527]](https://openscience.atlassian.net/browse/OSF-7527) <!-- Before submit your Pull Request, make sure you picked the right branch: - For hotfixes, select "ma...
167
null
whylog/whylog
# Repository Context Name: whylog/whylog Description: # Pull Request ## Different constraint param fix # Relevant Files Found ## whylog/constraints/__init__.py ``` import datetime import itertools from abc import ABCMeta, abstractmethod, abstractproperty import six from whylog.constraints.const import Constra...
192
null
Snowflake-Labs/schemachange
# Repository Context Name: Snowflake-Labs/schemachange Description: # Pull Request ## Fix Authentication Workflow Including fixes reported through #154, #188 and #189. Authenticator workflow has been tested for all supported combinations. # Relevant Files Found ## schemachange/cli.py ``` import argparse import h...
255
null
time-series-machine-learning/tsml-eval
# Repository Context Name: time-series-machine-learning/tsml-eval Description: # Pull Request ## [ENH] Added comparison code for fit_ets function #### What does this implement/fix? Explain your changes Added script comparing output and runtime of fit_ets function with ets_calc (Nixtla's implementation) ...
354
null
fllesser/nonebot-plugin-parser
# Repository Context Name: fllesser/nonebot-plugin-parser Description: # Pull Request ## style(test): Optimize code readability # Relevant Files Found ## tests/render/test_common.py ``` from dataclasses import dataclass import time from typing import Any import aiofiles from nonebot import logger @dataclass ...
8,368
null
pyg-team/pytorch_geometric
# Repository Context Name: pyg-team/pytorch_geometric Description: # Pull Request ## Cleanup multinode papers100m `get_num_workers` address comments from discussion at end of https://github.com/pyg-team/pytorch_geometric/pull/8071 # Relevant Files Found ## examples/multi_gpu/multinode_multigpu_papers100m_gcn.py ...
81
null
aiverify-foundation/moonshot-data
# Repository Context Name: aiverify-foundation/moonshot-data Description: # Pull Request ## [MS-399] Integrate Gender for Benchmark ## Description Integrate text to image gender branch for benchmarking ## Motivation and Context Integrate text to image gender branch for benchmarking ## Type of Change ...
541
null
dask/fastparquet
# Repository Context Name: dask/fastparquet Description: # Pull Request ## fix #540 not sure about my merging strategy ... it looks like a mess # Relevant Files Found ## fastparquet/writer.py ``` from __future__ import print_function from copy import copy import json import re import struct import warnings imp...
702
null
avalan-ai/avalan
# Repository Context Name: avalan-ai/avalan Description: # Pull Request ## Fix unsupported modality test ## Summary - fix CLI model search and run tests to handle async mocks ## Testing - `make lint` *(fails: reformatted files)* - `poetry run pytest --verbose -s` ------ https://chatgpt.com/codex/tasks/task_e_68c2...
260
null
agentstack-ai/AgentStack
# Repository Context Name: agentstack-ai/AgentStack Description: # Pull Request ## Validate that YAML tasks & agents match methods in entrypoint Addresses #227 # Relevant Files Found ## agentstack/agents.py ``` from typing import Optional import os from pathlib import Path import pydantic from ruamel.yaml impor...
21
null
RedHatQE/widgetastic.patternfly4
# Repository Context Name: RedHatQE/widgetastic.patternfly4 Description: # Pull Request ## Updated locators for Tabs, Form Select, Dropdown and Nav test pages # Relevant Files Found ## testing/test_dropdown.py ``` import pytest from widgetastic.widget import View from widgetastic_patternfly4 import Dropdown, Dr...
836
null
hhursev/recipe-scrapers
# Repository Context Name: hhursev/recipe-scrapers Description: # Pull Request ## Adds support for tofoo.co.uk Includes ingredient grouping Resolves #835 # Relevant Files Found ## recipe_scrapers/__init__.py ``` from __future__ import annotations import contextlib from typing import Any, Optional from ._ab...
1,445
null
pvlib/pvlib-python
# Repository Context Name: pvlib/pvlib-python Description: # Pull Request ## Added Benchmarking functions for scaling.py module Created and Added Benchmarking for `pvlib.scaling.latlon_to_xy`, `pvlib.scaling._compute_wavelet`, `pvlib.scaling._compute_vr`, and `pvlib.scaling.wvm` functions for the module `scaling` ...
2,870
null
openshift/openshift-tools
# Repository Context Name: openshift/openshift-tools Description: # Pull Request ## added the remote heal for the disk space /var low https://github.com/openshift/openshift-tools/pull/2848 # Relevant Files Found ## scripts/remote-heal/remote-healer.py ``` #!/usr/bin/python # vim: expandtab:tabstop=4:shiftwidth=4...
32
null
lake-lerna/hydra
# Repository Context Name: lake-lerna/hydra Description: # Pull Request ## Added CPP ZMQ PUB/SUB # Relevant Files Found ## src/main/python/hydra/lib/boundary.py ``` __author__ = 'sushil' # A class to do binary search and tune one # parameter. import logging from pprint import pprint, pformat # NOQA from hydra...
5,900
null
cupy/cupy
# Repository Context Name: cupy/cupy Description: # Pull Request ## NEW: Add trim_mean from scipy.stats to cupyx This PR aims to add a single function, trim_mean, from scipy.stats to cupyx. It is a trivial port because it only requires swapping numpy for cupy in the import headers. However, the scipy implementat...
37
null
HDE/python-lambda-local
# Repository Context Name: HDE/python-lambda-local Description: # Pull Request ## Setup encoding. See: #36 # Relevant Files Found ## setup.py ``` ''' python-lambda-local: Run lambda function in python on local machine. Copyright 2015-2017 HDE, Inc. Licensed under MIT. ''' import sys from setuptools import setu...
639
null
DataDog/integrations-core
# Repository Context Name: DataDog/integrations-core Description: # Pull Request ## [postgres] fix typo in replication metric name All postgres metrics have the prefix "postgresql", so the replication_delay_bytes for version 9.2 should have the same. # Relevant Files Found ## postgres/check.py ``` # (C) Datadog,...
9,302
null
Rapptz/discord.py
# Repository Context Name: Rapptz/discord.py Description: # Pull Request ## Support for `widget_channel` and `widget_enabled` in `Guild.edit` ## Summary This PR adds 2 new keyword parameters `widget_enabled` and `widget_channel` to `Guild.edit`. For this, `widget_channel` is added to the `Guild` model. It a...
47
null
arXiv/arxiv-feed
# Repository Context Name: arXiv/arxiv-feed Description: # Pull Request ## add jref and DOI back in # Relevant Files Found ## feed/serializers/serializer.py ``` from typing import Union, Optional from flask import current_app, url_for from feedgen.feed import FeedGenerator from feed.utils import get_arxiv_mid...
10,323
null
spack/spack
# Repository Context Name: spack/spack Description: # Pull Request ## Remove Cray CC compilers causing problems on case-insensitive filesystems Fixes #10318 I wasn't actually able to reproduce #10318 on my macOS 10.14.2 using APFS, and these files have existed for over 3 years (#1288 and #1335), so I'm shocked ...
128
null
LCAV/pyroomacoustics
# Repository Context Name: LCAV/pyroomacoustics Description: # Pull Request ## Fix doc and default argument for bss.ilrma I fixed the docstring and two argument's default values of `pyroomacoustics.bss.ilrma` . - Default value of `proj_back` is `False` in the code, but It is `True` in the docstring. - `return_fi...
25
null
Yelp/pyramid_zipkin
# Repository Context Name: Yelp/pyramid_zipkin Description: # Pull Request ## Generate span id by default if span id header is not present Span IDs should not default to '1'. Instead, a new span ID should be generated if one doesn't exist. This PR is a subset of the changes in PR #17. # Relevant Files Found ## ...
5,820
null
home-assistant/core
# Repository Context Name: home-assistant/core Description: # Pull Request ## Update frontend **Description:** Update frontend: - Bump to Polymer 1.8 - Tweak Polymer settings for better performance - Update Material Design icons - Fix: template dev tool will show when an error occurs # Relevant Files Foun...
27
null
ProGamerGov/pytorch360convert
# Repository Context Name: ProGamerGov/pytorch360convert Description: # Pull Request ## Fix c2e border artifacts In some cases, border artifacts would appear near the edges of cubemap faces when converted to equirectangular outputs. This PR fixes that issue. # Relevant Files Found ## pytorch360convert/pytorch360c...
17,988
null
frappe/frappe
# Repository Context Name: frappe/frappe Description: # Pull Request ## perf: short-circuit guest connection and basic perf tests - reduces 1 sys setting redis call for guest users - added basic perf tests. # Relevant Files Found ## frappe/app.py ``` # Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Cont...
52
null
aiddata/geo-datasets
# Repository Context Name: aiddata/geo-datasets Description: # Pull Request ## group some categories # Relevant Files Found ## data_prep/esa_landcover/build_layers.py ``` """ Source data is single tif containing 24 bands, where each band is a year. These bands needs to be split into separate tif files Download...
267
null
int-brain-lab/ibllib
# Repository Context Name: int-brain-lab/ibllib Description: # Pull Request ## Atlas remap This changes the backend so the atlas.label volume doesn't contain ids but indices to the ids in regions.id. This allows to dynamically remap structures onto others and take full advantage of the hierarchical map. One rem...
29
null
RHEcosystemAppEng/sast-ai-workflow
# Repository Context Name: RHEcosystemAppEng/sast-ai-workflow Description: # Pull Request ## Retrieve missing data for phase 2 analysis This PR adds support for retrieving missing data required during phase 2 of the analysis workflow. it enables automatic resolution and loading of macro and function definitions ...
122
null
Esri/public-transit-tools
# Repository Context Name: Esri/public-transit-tools Description: # Pull Request ## Deprecation notices Three core geoprocessing tools were added to ArcGIS Pro 2.2: GTFS Stops To Features, GTFS Shapes To Features, and Features To GTFS Stops. These tools replace the functionality of the downloadable Display GTFS in...
64
null
Capgemini/kubeform
# Repository Context Name: Capgemini/kubeform Description: # Pull Request ## Initial work on AWS public cloud support for ubernetes lite todo - - [ ] getting started docs - [ ] currently master nodes are distributed across 3 AZs - though i'm not sure this is currently recommended / supported? - [ ] ELB(?) or route...
35,582
null
pandas-dev/pandas
# Repository Context Name: pandas-dev/pandas Description: # Pull Request ## BUG: to_timedelta fails on Int64 Series with null values - [X] closes #35574 - [X] tests added / passed - [X] passes `black pandas` - [X] passes `git diff upstream/master -u -- "*.py" | flake8 --diff` - [x] whatsnew entry # Relevant...
2,178
null
opensanctions/opensanctions
# Repository Context Name: opensanctions/opensanctions Description: # Pull Request ## Warn to avoid duplication between FSF and Journal Sheet This is so that we don't end up with lots of duplicate but unmanaged information in the journal sheet. # Relevant Files Found ## datasets/eu/journal_sanctions/crawler.py ...
610
null
spacetelescope/drizzlepac
# Repository Context Name: spacetelescope/drizzlepac Description: # Pull Request ## Add docstring to alignment viewer code Code for generating 1 page summaries for standard-pipeline processing was updated to include docstrings to explain how to use the code, and also to document was gets included in the generated P...
710
null
python-cmd2/cmd2
# Repository Context Name: python-cmd2/cmd2 Description: # Pull Request ## Add Pipfile to support Pipenv for development This PR adds a **Pipfile** for using [Pipenv](https://docs.pipenv.org/en/latest/) for development. `Pipenv` essentially combines the features of `pip` and `virtualenv` into a single tool. A...
3,664
null
silx-kit/silx
# Repository Context Name: silx-kit/silx Description: # Pull Request ## silx.io.dictdump.dicttoh5: Added "info" logs when an entity is not copied to the output hdf5 file This PR adds some `INFO` level logs when `dicttoh5` is skipping some elements from the input dict because of the selected `update_mode`. closes...
5,816
null
GoogleCloudPlatform/PerfKitBenchmarker
# Repository Context Name: GoogleCloudPlatform/PerfKitBenchmarker Description: # Pull Request ## Handle traceback error in AWS jump start Handle traceback error in AWS jump start Previously I've just been ignoring errors, as there's always a message in std error. Actually throwing them early would be great though....
101
null
Nidhi-Satyapriya/AutoEDA-Automated-Data-Preprocessing-Toolkit
# Repository Context Name: Nidhi-Satyapriya/AutoEDA-Automated-Data-Preprocessing-Toolkit Description: # Pull Request ## ML: Convert Data Optimization Notebook to Reusable Python Module ## PR Summary: Refactor Data Optimization Notebook to Python Module & Add Test Script This PR addresses issue #75 by refactoring...
3,308
null
cloudify-cosmo/cloudify-manager
# Repository Context Name: cloudify-cosmo/cloudify-manager Description: # Pull Request ## RD-2869 Add is_prehashed flag to user create # Relevant Files Found ## rest-service/manager_rest/rest/resources_v3/users.py ``` ######### # Copyright (c) 2016 GigaSpaces Technologies Ltd. All rights reserved # # Licensed u...
804
null
PMEAL/porespy
# Repository Context Name: PMEAL/porespy Description: # Pull Request ## Add zip to stack and folder to stack # Relevant Files Found ## porespy/io/__init__.py ``` r""" Collection of functions for importing and exporting images ########################################################## .. currentmodule:: poresp...
1,563
null
opendatacube/datacube-core
# Repository Context Name: opendatacube/datacube-core Description: # Pull Request ## add "Not" operator ### Reason for this pull request See #1560 ### Proposed changes - Query terms are "OR"ed if provided as a list of values; there is no inbuilt type that could similarly be used to infer a "NOT", so cre...
1,761
null
elastic/rally
# Repository Context Name: elastic/rally Description: # Pull Request ## Update blob store stats telemetry device The response format of the blob store stats API has changed, this PR updates the telemetry device to handle this, as well as flatten the metric fields. Technically a breaking change, but it's been do...
5,118
null
aws/aws-parallelcluster
# Repository Context Name: aws/aws-parallelcluster Description: # Pull Request ## [3.6] Add support for the HealthChecks sections in the cluster configuration ### Description of changes * Add support for the new HealthChecks section in the SlurmQueue and ComputeResource sections in order to enable the GPU Health C...
94
null
cloudify-cosmo/cloudify-aws-plugin
# Repository Context Name: cloudify-cosmo/cloudify-aws-plugin Description: # Pull Request ## Update setup.py # Relevant Files Found ## setup.py ``` ######## # Copyright (c) 2015 GigaSpaces Technologies Ltd. All rights reserved # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use...
2,907
null
chainer/chainer
# Repository Context Name: chainer/chainer Description: # Pull Request ## fix stream option not working with to_gpu CPU-to-GPU transfer with CUDA stream is not working. It seems that this error was introduced in #2238. # Relevant Files Found ## chainer/cuda.py ``` """Device, context and memory management on CuP...
251
null
nipreps/mriqc
# Repository Context Name: nipreps/mriqc Description: # Pull Request ## [FIX] Several improvements on the calculation of QI2 This PR fixes #226. Also: - The calculation of QI2 has been extracted from the measures node, in order to ease debugging some problems @chrisfilo was having. - Removed the interfaces...
968
null
biorack/metatlas
# Repository Context Name: biorack/metatlas Description: # Pull Request ## Catch up untargeted dev with main bug fixes # Relevant Files Found ## metatlas/plots/dill2plots.py ``` import itertools import logging import os import os.path import warnings # os.environ['R_LIBS_USER'] = '/project/projectdirs/metatlas/...
5,895
null
cfpb/consumerfinance.gov
# Repository Context Name: cfpb/consumerfinance.gov Description: # Pull Request ## Deprecate signed_redirect, unsigned_redirect tags This commit deprecates the definition and use of two template tags: `signed_redirect` and `unsigned_redirect`. These template tags are used to modify external linked URLs so that they...
966
null
hvac/hvac
# Repository Context Name: hvac/hvac Description: # Pull Request ## fix wrapped response for `auth.token.create` Fixes #965 - Adds tests for wrapped responses - Ensures role-based tokens can be wrapped (first run expected to fail: test added to catch the condition, fix not applied yet) # Relevant Files Fou...
936
null
PowerDNS-Admin/PowerDNS-Admin
# Repository Context Name: PowerDNS-Admin/PowerDNS-Admin Description: # Pull Request ## Bug domain parse Fix for #935 Use .json() method if content.decode('utf-8') fails # Relevant Files Found ## powerdnsadmin/lib/utils.py ``` import logging import re import json import requests import hashlib import ipaddress...
5,721
null
wagtail/wagtail
# Repository Context Name: wagtail/wagtail Description: # Pull Request ## Chunk Cloudflare frontend cache purging to fit within API limits This updates the Cloudflare frontend cache backend to chunk purge requests to clear 30 URLs at a time (as required by their API https://api.cloudflare.com/#zone-purge-files-by-u...
390
null
containerbuildsystem/osbs-client
# Repository Context Name: containerbuildsystem/osbs-client Description: # Pull Request ## Adding build status filter when fetching running builds Verified API call is being made as: `2016-04-13 09:57:17,948 - osbs.http.out - DEBUG - GET /oapi/v1/namespaces/default/builds/?fieldSelector=status%3DRunning HTTP/1.1` ...
303
null
ministryofjustice/fala
# Repository Context Name: ministryofjustice/fala Description: # Pull Request ## Remove old files which were missed in previous tickets ## What does this pull request do? Several files have been found that should have been cleaned up from other tickets. This removes them to avoid polluting other change sets #...
261
null
seequent/properties
# Repository Context Name: seequent/properties Description: # Pull Request ## Improve validation error messaging This improves validation error messaging several ways: - In the base `self.error` the printed representation of the invalid value is truncated. This prevents a long `repr(value)` from filling up error l...
213
null
cloudify-incubator/cloudify-utilities-plugin
# Repository Context Name: cloudify-incubator/cloudify-utilities-plugin Description: # Pull Request ## RD-278-Fix-Terminal-Encoding fix a problem with Jinja template rendering encoding when using get_resource # Relevant Files Found ## .circleci/package_release.py ``` from os import path, pardir from ecosystem_ci...
10,189
null
spyder-ide/spyder
# Repository Context Name: spyder-ide/spyder Description: # Pull Request ## PR: Fix multiline support for pdb history <!--- Make sure to read the Contributing Guidelines: ---> <!--- https://github.com/spyder-ide/spyder/blob/master/CONTRIBUTING.md ---> <!--- and follow PEP 8, PEP 257 and Spyder's...
853
null
ipython/ipykernel
# Repository Context Name: ipython/ipykernel Description: # Pull Request ## use message queue for abort_queues ensures queued messages are aborted, rather than racing with coroutine processing which would complete too soon during asynchronous executions. Discovered in https://github.com/ipython/ipyparallel/pull/...
7,784
null
django/django
# Repository Context Name: django/django Description: # Pull Request ## Refs #25004 -- Fixed test failure introduced by OpenLayers 3 update. # Relevant Files Found ## tests/gis_tests/test_geoforms.py ``` from django.contrib.gis import forms from django.contrib.gis.geos import GEOSGeometry from django.forms impo...
13,680
null
saltstack/salt
# Repository Context Name: saltstack/salt Description: # Pull Request ## File perms no exit # Relevant Files Found ## salt/cli/__init__.py ``` # -*- coding: utf-8 -*- ''' The management of salt command line utilities are stored in here ''' # Import python libs from __future__ import print_function import os im...
8,371
null
numba/numba
# Repository Context Name: numba/numba Description: # Pull Request ## Added binomial distribution <!-- Thanks for wanting to contribute to Numba :) First, if you need some help or want to chat to the core developers, please visit https://gitter.im/numba/numba for real time chat or post to the Numba forum ht...
1,476
null
minio/minio-py
# Repository Context Name: minio/minio-py Description: # Pull Request ## xml: prepend namespace for each path in findall() # Relevant Files Found ## minio/xml.py ``` # -*- coding: utf-8 -*- # MinIO Python Library for Amazon S3 Compatible Cloud Storage, (C) # 2020 MinIO, Inc. # # Licensed under the Apache Licens...
1,002
null
architecture-building-systems/CityEnergyAnalyst
# Repository Context Name: architecture-building-systems/CityEnergyAnalyst Description: # Pull Request ## I1001 economic plots @roglen would you mind testing this? thanks! - run cea>demand>demand_main.py - run cea>analysis>operation_costs.py - run cea>plots>life_cycle>district_dashboard.py there should be...
1,909
null
Azure/autorest.python
# Repository Context Name: Azure/autorest.python Description: # Pull Request ## add test for resiliency # Relevant Files Found ## packages/typespec-python/test/mock_api_tests/asynctests/test_resiliency_srv_driven_async.py ``` # ------------------------------------------------------------------------- # Copyrigh...
542
null
makeabilitylab/makeabilitylabwebsite
# Repository Context Name: makeabilitylab/makeabilitylabwebsite Description: # Pull Request ## Quick additional REST API feature Serializes the absolute path of the file on the server instead of a relative path beginning at media (Example: `/media/publications/Evaluating_Angular_Accuracy_of_Wristbased_Haptic_Direct...
37,220
null
huggingface/transformers
# Repository Context Name: huggingface/transformers Description: # Pull Request ## feat: support indivisible shards for TP model loading and TPlizing. # What does this PR do? Fixes https://github.com/huggingface/transformers/issues/37051 Approach is to support uneven sharding and seek segments of data that mi...
865
null
opensanctions/opensanctions
# Repository Context Name: opensanctions/opensanctions Description: # Pull Request ## Jdb/fixes 20 may # Relevant Files Found ## datasets/us/fbi_most_wanted/crawler.py ``` import re import math from itertools import count from typing import Optional from zavod import Context from zavod import helpers as h FOR...
4
null
djrobstep/sqlakeyset
# Repository Context Name: djrobstep/sqlakeyset Description: # Pull Request ## Fixing entity.__tablename__ # Relevant Files Found ## sqlakeyset/paging.py ``` from __future__ import unicode_literals from .columns import parse_clause, OC import sqlalchemy from sqlalchemy import func from functools import partial...
10,842
null
dimagi/commcare-hq
# Repository Context Name: dimagi/commcare-hq Description: # Pull Request ## Disable autocomplete on pubic inputs (with setting) @czue cc @proteusvacuum # Relevant Files Found ## corehq/apps/domain/forms.py ``` import copy import logging from urlparse import urlparse, parse_qs import datetime import dateutil f...
338
null
lektor/lektor
# Repository Context Name: lektor/lektor Description: # Pull Request ## Set sqlite isolation level to autocommit Python 3.6 no longer implicitly commits an open transaction before DDL statements, which causes PRAGMA statements to throw an exception. Setting the isolation_level to None fixes this issue. # Relevant ...
3,890
null
cloudify-cosmo/cloudify-manager
# Repository Context Name: cloudify-cosmo/cloudify-manager Description: # Pull Request ## RD-6186 Test for plugin properties not set on import Because not all of the properties must be set. https://github.com/cloudify-cosmo/cloudify-common/pull/1164 # Relevant Files Found ## tests/integration_tests/tests/agent...
9
null
chaobrain/saiunit
# Repository Context Name: chaobrain/saiunit Description: # Pull Request ## add `yw_to_w()` abstract method to `SparseMatrix` This pull request includes several changes to the `saiunit` package, focusing on improving compatibility, simplifying imports, and enhancing the `SparseMatrix` class. The most important chan...
980
null
python-cmd2/cmd2
# Repository Context Name: python-cmd2/cmd2 Description: # Pull Request ## Fixed AttributeError when loading CommandSet The following error occured when `CommandSet` that uses `as_subcommand_to` decorator was loaded during `cmd2.Cmd.__init__()`. ```Python AttributeError: 'Cmd' object has no attribute 'disabled_...