instance_id stringlengths 10 57 | base_commit stringlengths 40 40 | created_at stringdate 2014-04-30 14:58:36 2025-04-30 20:14:11 | environment_setup_commit stringlengths 40 40 | hints_text stringlengths 0 273k | patch stringlengths 251 7.06M | problem_statement stringlengths 11 52.5k | repo stringlengths 7 53 | test_patch stringlengths 231 891k | meta dict | version stringclasses 739
values | install_config dict | requirements stringlengths 93 34.2k ⌀ | environment stringlengths 760 20.5k ⌀ | FAIL_TO_PASS listlengths 1 7.93k | FAIL_TO_FAIL listlengths 0 1.44k | PASS_TO_PASS listlengths 0 7.87k | PASS_TO_FAIL listlengths 0 192 | license_name stringclasses 55
values | __index_level_0__ int64 0 21.4k | docker_image stringclasses 1
value |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
jubatus__jubatus-python-client-36 | 8cc1289e7ecb5729a951c55d6783122fd6fa2434 | 2014-04-30 14:58:36 | 8cc1289e7ecb5729a951c55d6783122fd6fa2434 | diff --git a/jubatus/common/__init__.py b/jubatus/common/__init__.py
index 8775c9c..04ebbc0 100644
--- a/jubatus/common/__init__.py
+++ b/jubatus/common/__init__.py
@@ -1,7 +1,7 @@
-from message_string_generator import MessageStringGenerator
-from datum import Datum
-from types import TInt, TFloat, TBool, TString, TRaw... | Support python3
Now jubatus doesn't work in py3 environment | jubatus/jubatus-python-client | diff --git a/test/__init__.py b/test/__init__.py
new file mode 100644
index 0000000..e69de29
diff --git a/test/jubatus_test/__init__.py b/test/jubatus_test/__init__.py
index e69de29..d28802b 100644
--- a/test/jubatus_test/__init__.py
+++ b/test/jubatus_test/__init__.py
@@ -0,0 +1,4 @@
+import unittest
+
+def suite():
+... | {
"commit_name": "head_commit",
"failed_lite_validators": [
"has_short_problem_statement",
"has_added_files",
"has_many_modified_files",
"has_many_hunks",
"has_pytest_match_arg"
],
"has_test_patch": true,
"is_lite": false,
"llm_score": {
"difficulty_score": 2,
"issue_text_score":... | 0.5 | {
"env_vars": null,
"env_yml_path": null,
"install": "pip install -e .",
"log_parser": "parse_log_pytest",
"no_use_env": null,
"packages": "requirements.txt",
"pip_packages": [
"pytest"
],
"pre_install": null,
"python": "3.9",
"reqs_path": null,
"test_cmd": "pytest --no-header -rA --tb=line ... | exceptiongroup==1.2.2
iniconfig==2.1.0
-e git+https://github.com/jubatus/jubatus-python-client.git@8cc1289e7ecb5729a951c55d6783122fd6fa2434#egg=jubatus
msgpack-python==0.5.6
msgpack-rpc-python==0.4.1
packaging==24.2
pluggy==1.5.0
pytest==8.3.5
tomli==2.2.1
tornado==4.5.3
| name: jubatus-python-client
channels:
- defaults
- https://repo.anaconda.com/pkgs/main
- https://repo.anaconda.com/pkgs/r
- conda-forge
dependencies:
- _libgcc_mutex=0.1=main
- _openmp_mutex=5.1=1_gnu
- ca-certificates=2025.2.25=h06a4308_0
- ld_impl_linux-64=2.40=h12ee557_0
- libffi=3.4.4=h6a678d5_1
... | [
"test/jubatus_test/common/test_client.py::ClientTest::test_remote_error",
"test/jubatus_test/common/test_client.py::ClientTest::test_type_mismatch",
"test/jubatus_test/common/test_client.py::ClientTest::test_unknown_method",
"test/jubatus_test/common/test_client.py::ClientTest::test_wrong_number_of_arguments"... | [] | [] | [] | MIT License | 0 | ||
msgpack__msgpack-python-105 | c43fb48724049dc35c34fd389091e384dec46bb8 | 2014-06-23 13:48:00 | 0e2021d3a3d1218ca191f4e802df0af3bbfaa51f | diff --git a/.travis.yml b/.travis.yml
index b9d19c1..dad7e87 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,6 +7,13 @@ language: python
python:
- 2.7
+env:
+ - TOXENV=py26-c,py27-c
+ - TOXENV=py32-c,py33-c,py34-c
+ - TOXENV=py26-pure,py27-pure
+ - TOXENV=py32-pure,py33-pure,py34-pure
+ - TOXEN... | msgpack.loads hangs for a long time on invalid input
Minimal reproducible example:
```
from msgpack import loads
# ---------------------- Array 32
# | ----------- Large number
# | | --- No other data
# | | |
# v v v
s = "\xdd\xff\x00... | msgpack/msgpack-python | diff --git a/test/test_limits.py b/test/test_limits.py
index 1cfa2d6..3c1cf2a 100644
--- a/test/test_limits.py
+++ b/test/test_limits.py
@@ -3,7 +3,7 @@
from __future__ import absolute_import, division, print_function, unicode_literals
import pytest
-from msgpack import packb, unpackb, Packer
+from msgpack import p... | {
"commit_name": "head_commit",
"failed_lite_validators": [
"has_many_modified_files",
"has_many_hunks"
],
"has_test_patch": true,
"is_lite": false,
"llm_score": {
"difficulty_score": 1,
"issue_text_score": 0,
"test_score": 3
},
"num_modified_files": 5
} | 0.4 | {
"env_vars": null,
"env_yml_path": null,
"install": "pip install -e .",
"log_parser": "parse_log_pytest",
"no_use_env": null,
"packages": "pytest",
"pip_packages": [
"pytest"
],
"pre_install": [
"apt-get update",
"apt-get install -y gcc"
],
"python": "3.9",
"reqs_path": null,
"tes... | exceptiongroup @ file:///croot/exceptiongroup_1706031385326/work
iniconfig @ file:///home/linux1/recipes/ci/iniconfig_1610983019677/work
-e git+https://github.com/msgpack/msgpack-python.git@c43fb48724049dc35c34fd389091e384dec46bb8#egg=msgpack_python
packaging @ file:///croot/packaging_1734472117206/work
pluggy @ file:/... | name: msgpack-python
channels:
- defaults
- https://repo.anaconda.com/pkgs/main
- https://repo.anaconda.com/pkgs/r
- conda-forge
dependencies:
- _libgcc_mutex=0.1=main
- _openmp_mutex=5.1=1_gnu
- ca-certificates=2025.2.25=h06a4308_0
- exceptiongroup=1.2.0=py39h06a4308_0
- iniconfig=1.1.1=pyhd3eb1b0_0
... | [
"test/test_limits.py::test_max_str_len",
"test/test_limits.py::test_max_bin_len",
"test/test_limits.py::test_max_array_len",
"test/test_limits.py::test_max_map_len",
"test/test_limits.py::test_max_ext_len"
] | [] | [
"test/test_limits.py::test_integer",
"test/test_limits.py::test_array_header",
"test/test_limits.py::test_map_header"
] | [] | Apache License 2.0 | 1 | ||
softlayer__softlayer-python-457 | 08336ac6742088cb1da14313a6579e3a47eb83e7 | 2014-11-24 20:17:17 | 200787d4c3bf37bc4e701caf6a52e24dd07d18a3 | sudorandom: @underscorephil, @allmightyspiff Let me know your thoughts on this. | "diff --git a/SoftLayer/CLI/routes.py b/SoftLayer/CLI/routes.py\nindex 1ab13021..8c2f7a24 100644\n--(...TRUNCATED) | "Hardware ordering with v4\nThere are now 3 different methods for ordering hardware (4, if you count(...TRUNCATED) | softlayer/softlayer-python | "diff --git a/SoftLayer/testing/fixtures/SoftLayer_Product_Package.py b/SoftLayer/testing/fixtures/S(...TRUNCATED) | {"commit_name":"head_commit","failed_lite_validators":["has_removed_files","has_many_modified_files"(...TRUNCATED) | 3.3 | {"env_vars":null,"env_yml_path":null,"install":"pip install -e .[dev]","log_parser":"parse_log_pytes(...TRUNCATED) | "alabaster==0.7.13\nattrs==22.2.0\nBabel==2.11.0\ncertifi==2021.5.30\ncharset-normalizer==2.0.12\ncl(...TRUNCATED) | "name: softlayer-python\nchannels:\n - defaults\n - https://repo.anaconda.com/pkgs/main\n - https(...TRUNCATED) | ["SoftLayer/tests/CLI/modules/server_tests.py::ServerCLITests::test_create_options","SoftLayer/tests(...TRUNCATED) | [] | ["SoftLayer/tests/CLI/modules/server_tests.py::ServerCLITests::test_cancel_server","SoftLayer/tests/(...TRUNCATED) | [] | MIT License | 2 | |
uqfoundation__dill-72 | 678f1e3b2511b9022774e5c6b4973d409e235261 | 2014-12-08 09:43:48 | f998fc8ad029f728398c8ee5817656644a75f452 | "mmckerns: There is also an approach like this quick hack… it should be general, but it's messy…(...TRUNCATED) | "diff --git a/dill/dill.py b/dill/dill.py\nindex e4f2b56..e941c7d 100644\n--- a/dill/dill.py\n+++ b/(...TRUNCATED) | "pickling nested namedtuples\nWhile dill pickles nested classes without problem, the same cannot be (...TRUNCATED) | uqfoundation/dill | "diff --git a/tests/test_classdef.py b/tests/test_classdef.py\nindex 0e47473..21a99c9 100644\n--- a/(...TRUNCATED) | {"commit_name":"head_commit","failed_lite_validators":[],"has_test_patch":true,"is_lite":true,"llm_s(...TRUNCATED) | 0.2 | {"env_vars":null,"env_yml_path":null,"install":"pip install -e .","log_parser":"parse_log_pytest","n(...TRUNCATED) | "attrs @ file:///opt/conda/conda-bld/attrs_1642510447205/work\ncertifi==2021.5.30\n-e git+https://gi(...TRUNCATED) | "name: dill\nchannels:\n - defaults\n - https://repo.anaconda.com/pkgs/main\n - https://repo.anac(...TRUNCATED) | [
"tests/test_classdef.py::test_namedtuple"
] | [
"tests/test_classdef.py::test_class_objects",
"tests/test_classdef.py::test_method_decorator"
] | ["tests/test_classdef.py::test_class_instances","tests/test_classdef.py::test_none","tests/test_clas(...TRUNCATED) | [] | BSD License | 3 | |
Pylons__webob-183 | d396a514a22761103b7fdb05994ac7eb2eb75e36 | 2014-12-23 20:42:59 | 9b79f5f913fb1f07c68102a2279ed757a2a9abf6 | "diff --git a/webob/request.py b/webob/request.py\nindex c38cf3c..370eb7e 100644\n--- a/webob/reques(...TRUNCATED) | "Request.decode tries to read from an already consumed stream\nWhen building a request multiple time(...TRUNCATED) | Pylons/webob | "diff --git a/tests/test_request.py b/tests/test_request.py\nindex 24c7aa0..d3ced91 100644\n--- a/te(...TRUNCATED) | {"commit_name":"head_commit","failed_lite_validators":[],"has_test_patch":true,"is_lite":true,"llm_s(...TRUNCATED) | 1.4 | {"env_vars":null,"env_yml_path":null,"install":"pip install -e .[dev]","log_parser":"parse_log_pytes(...TRUNCATED) | "coverage==7.8.0\nexceptiongroup @ file:///croot/exceptiongroup_1706031385326/work\niniconfig @ file(...TRUNCATED) | "name: webob\nchannels:\n - defaults\n - https://repo.anaconda.com/pkgs/main\n - https://repo.ana(...TRUNCATED) | [
"tests/test_request.py::TestRequest_functional::test_already_consumed_stream"
] | [] | ["tests/test_request.py::TestRequestCommon::test_GET_reflects_query_string","tests/test_request.py::(...TRUNCATED) | [] | null | 5 | ||
nose-devs__nose2-232 | dea5854cb40f1327989933004a8835e3766b33fd | 2015-01-04 15:33:10 | bbf5897eb1aa224100e86ba594042e4399fd2f5f | "diff --git a/nose2/plugins/loader/discovery.py b/nose2/plugins/loader/discovery.py\nindex 1ec69d6..(...TRUNCATED) | "nose2 cant import tests from package\nI have set up a virtual env and have a test structure that lo(...TRUNCATED) | nose-devs/nose2 | "diff --git a/nose2/plugins/doctests.py b/nose2/plugins/doctests.py\nindex 0e8aa35..b78df2b 100644\n(...TRUNCATED) | {"commit_name":"head_commit","failed_lite_validators":["has_many_modified_files","has_many_hunks"],"(...TRUNCATED) | 0.5 | {"env_vars":null,"env_yml_path":null,"install":"pip install -e .[coverage_plugin]","log_parser":"par(...TRUNCATED) | "cov-core==1.15.0\ncoverage==7.8.0\nexceptiongroup==1.2.2\niniconfig==2.1.0\n-e git+https://github.c(...TRUNCATED) | "name: nose2\nchannels:\n - defaults\n - https://repo.anaconda.com/pkgs/main\n - https://repo.ana(...TRUNCATED) | ["nose2/tests/functional/test_doctests_plugin.py::TestDoctestsPlugin::test_project_directory_inside_(...TRUNCATED) | [
"nose2/tests/functional/test_loadtests_plugin.py::TestLoadTestsPlugin::test_package"
] | ["nose2/tests/functional/support/scenario/doctests/docs.rst::docs.rst","nose2/tests/functional/suppo(...TRUNCATED) | [] | BSD | 10 | ||
jpadilla__pyjwt-71 | 0afba10cf16834e154a59280de089c30de3d9a61 | 2015-01-06 14:05:07 | 2d0e8272dbd1372289bff1b8e8eba446bed4befa | "jpadilla: @mark-adams ready to move this forward. One thing I'd like to do before merging this in w(...TRUNCATED) | "diff --git a/jwt/__init__.py b/jwt/__init__.py\nindex 3a70913..b9a9986 100644\n--- a/jwt/__init__.p(...TRUNCATED) | "Move algorithm-specific logic to be class-based to allow for better extensibility\nIn #42, we discu(...TRUNCATED) | jpadilla/pyjwt | "diff --git a/tests/test_jwt.py b/tests/test_jwt.py\nindex a57ab31..bd9ca06 100644\n--- a/tests/test(...TRUNCATED) | {"commit_name":"head_commit","failed_lite_validators":["has_short_problem_statement","has_added_file(...TRUNCATED) | 0.4 | {"env_vars":null,"env_yml_path":null,"install":"pip install -e .[dev]","log_parser":"parse_log_pytes(...TRUNCATED) | "cffi==1.17.1\ncryptography==44.0.2\nexceptiongroup @ file:///croot/exceptiongroup_1706031385326/wor(...TRUNCATED) | "name: pyjwt\nchannels:\n - defaults\n - https://repo.anaconda.com/pkgs/main\n - https://repo.ana(...TRUNCATED) | [
"tests/test_jwt.py::TestJWT::test_register_algorithm_rejects_non_algorithm_obj"
] | ["tests/test_jwt.py::TestJWT::test_decodes_valid_es384_jwt","tests/test_jwt.py::TestJWT::test_decode(...TRUNCATED) | ["tests/test_jwt.py::TestJWT::test_allow_skip_verification","tests/test_jwt.py::TestJWT::test_bad_se(...TRUNCATED) | [] | MIT License | 11 | |
gabrielfalcao__HTTPretty-207 | ac839f7b5a1a09e61e343f87cb399d2d8825bfb1 | 2015-01-07 15:39:14 | 2471cd11fe14d8a9384abc53fc1fe0f1b1daecb7 | "diff --git a/httpretty/core.py b/httpretty/core.py\nindex 25926a0..a1b2469 100644\n--- a/httpretty/(...TRUNCATED) | "httpretty crashes if program uses unix sockets\n```\r\n def connect(self, address):\r\n (...TRUNCATED) | gabrielfalcao/HTTPretty | "diff --git a/tests/unit/test_httpretty.py b/tests/unit/test_httpretty.py\nindex d26caf4..3059c12 10(...TRUNCATED) | {"commit_name":"head_commit","failed_lite_validators":["has_short_problem_statement"],"has_test_patc(...TRUNCATED) | 0.8 | {"env_vars":null,"env_yml_path":null,"install":"pip install -e .[dev]","log_parser":"parse_log_pytes(...TRUNCATED) | "coverage==3.7.1\nexceptiongroup==1.2.2\nhttplib2==0.8\n-e git+https://github.com/gabrielfalcao/HTTP(...TRUNCATED) | "name: HTTPretty\nchannels:\n - defaults\n - https://repo.anaconda.com/pkgs/main\n - https://repo(...TRUNCATED) | [
"tests/unit/test_httpretty.py::test_unix_socket"
] | [] | ["tests/unit/test_httpretty.py::test_httpretty_should_raise_proper_exception_on_inconsistent_length"(...TRUNCATED) | [] | MIT License | 13 | ||
bokeh__bokeh-1641 | f531eea62a0c5713575a72fc0e309b8fd9d3aaa9 | 2015-01-07 18:45:52 | 06016265b60f9cd6dba0fcf9bb7a5bf64b096244 | "diff --git a/bokeh/resources.py b/bokeh/resources.py\nindex b78021b7a..3fdf39ebf 100644\n--- a/boke(...TRUNCATED) | "$ can get overridden in the Notebook \nIt is (evidently) possible for other libraries to override `(...TRUNCATED) | bokeh/bokeh | "diff --git a/bokeh/tests/test_resources.py b/bokeh/tests/test_resources.py\nindex a94b08daf..3d6858(...TRUNCATED) | {"commit_name":"head_commit","failed_lite_validators":["has_hyperlinks"],"has_test_patch":true,"is_l(...TRUNCATED) | 0.7 | {"env_vars":null,"env_yml_path":null,"install":"pip install bokeh","log_parser":"parse_log_pytest","(...TRUNCATED) | "bokeh==3.4.3\ncontourpy==1.3.0\nexceptiongroup @ file:///croot/exceptiongroup_1706031385326/work\ni(...TRUNCATED) | "name: bokeh\nchannels:\n - defaults\n - https://repo.anaconda.com/pkgs/main\n - https://repo.ana(...TRUNCATED) | [
"bokeh/tests/test_resources.py::TestResources::test_js_wrapper"
] | ["bokeh/tests/test_resources.py::TestResources::test_inline","bokeh/tests/test_resources.py::TestRes(...TRUNCATED) | ["bokeh/tests/test_resources.py::TestResources::test_absolute","bokeh/tests/test_resources.py::TestR(...TRUNCATED) | [] | BSD 3-Clause "New" or "Revised" License | 15 | ||
networkx__networkx-1328 | c00cf03675a605dd687ef28f7ae312b90f83aedd | 2015-01-10 15:27:34 | 965640e7399c669980243d8b162c4521339f294f | "diff --git a/doc/source/developer/gitwash/forking_hell.rst b/doc/source/developer/gitwash/forking_h(...TRUNCATED) | "(Di)Graph.add_nodes_from broken under IronPython\nIt seems that #1314 breaks (Di)Graph.add_nodes_fr(...TRUNCATED) | networkx/networkx | "diff --git a/doc/source/developer/gitwash/following_latest.rst b/doc/source/developer/gitwash/follo(...TRUNCATED) | {"commit_name":"head_commit","failed_lite_validators":["has_hyperlinks","has_many_modified_files","h(...TRUNCATED) | 1.9 | {"env_vars":null,"env_yml_path":null,"install":"pip install -e .","log_parser":"parse_log_pytest","n(...TRUNCATED) | "attrs==22.2.0\ncertifi==2021.5.30\ndecorator==5.1.1\nimportlib-metadata==4.8.3\niniconfig==1.1.1\n-(...TRUNCATED) | "name: networkx\nchannels:\n - defaults\n - https://repo.anaconda.com/pkgs/main\n - https://repo.(...TRUNCATED) | [
"networkx/readwrite/json_graph/tests/test_node_link.py::TestNodeLink::test_graph_attributes"
] | [] | ["networkx/readwrite/json_graph/tests/test_node_link.py::TestNodeLink::test_graph","networkx/readwri(...TRUNCATED) | [] | BSD 3-Clause | 19 |
End of preview. Expand in Data Studio
YAML Metadata Warning:empty or missing yaml metadata in repo card
Check out the documentation for more information.
SWE-rebench-R2E (Filtered Dataset)
Dataset Description
This is a filtered version of the nebius/SWE-rebench dataset. The filtering process removes instances that overlap in repo with other established SWE-bench datasets to ensure uniqueness and reduce data contamination. Thus, you could directly use it as training data along with SWE-smith/R2E-Gym-Subset and test it on SWE-bench_Verified/Lite.
Filtering Criteria
The dataset was filtered using the following criteria:
- Empty Problem Statement Filter: Removed instances with empty
problem_statementfields - Repository Overlap Filter: Removed instances from repositories that already exist in:
- SWE-bench/SWE-bench_Verified
- SWE-bench/SWE-bench_Lite
- SWE-bench/SWE-smith
- R2E-Gym/R2E-Gym-Subset
Original Dataset
This filtered dataset is based on:
- Source: nebius/SWE-rebench
- Original Paper: Please refer to the original SWE-rebench paper and dataset documentation
Citation
If you use this filtered dataset, please cite both this filtered version and the original SWE-rebench dataset.
License
This dataset follows the same license as the original nebius/SWE-rebench dataset.
- Downloads last month
- 10