repo_name stringclasses 10
values | docker_image stringlengths 64 91 | commit_hash stringlengths 40 40 | parsed_commit_content stringlengths 17.3k 10.3M | execution_result_content stringlengths 3.81k 12.4M | modified_files listlengths 2 9 | modified_entity_summaries listlengths 2 29 | relevant_files listlengths 1 3 | num_non_test_files int64 1 4 | num_non_test_func_methods int64 1 4 | num_non_test_lines int64 1 134 | prompt stringclasses 2
values | problem_statement stringlengths 579 3.23k | expected_output_json stringlengths 33 143k | difficulty float64 0 8 | runtime_profile stringclasses 1
value |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
orange3 | namanjain12/orange3_final:b817423a70ff84fe0805bc4c7324ee10a9eac83c | b817423a70ff84fe0805bc4c7324ee10a9eac83c | "{\n \"file_diffs\": [\n {\n \"old_file_content\": \"from contextlib import con(...TRUNCATED) | "{\n \"repo_name\": \"orange3\",\n \"new_commit_hash\": \"b817423a70ff84fe0805bc4c7324ee10a9ea(...TRUNCATED) | ["Orange/widgets/evaluate/owpredictions.py","Orange/widgets/evaluate/tests/test_owcalibrationplot.py(...TRUNCATED) | [{"ast_type_str":"ClassDef","end_lineno":836,"file_name":"Orange/widgets/evaluate/owpredictions.py",(...TRUNCATED) | [
"Orange/widgets/evaluate/owpredictions.py"
] | 1 | 1 | 3 | default | "[ISSUE]\n**Title:** Results.folds Not Initialized Properly, Causing Failures with Multiple Predicto(...TRUNCATED) | "{\n \"TestOWCalibrationPlot.test_apply_no_output\": \"PASSED\",\n \"TestOWCalibrationPlot.tes(...TRUNCATED) | 8 | null |
pandas | namanjain12/pandas_final:9a211aae9f710db23c9113aea0251e2758904755 | 9a211aae9f710db23c9113aea0251e2758904755 | "{\n \"file_diffs\": [\n {\n \"old_file_content\": \".. _whatsnew_110:\\n\\nWha(...TRUNCATED) | "{\n \"repo_name\": \"pandas\",\n \"new_commit_hash\": \"9a211aae9f710db23c9113aea0251e2758904(...TRUNCATED) | ["doc/source/whatsnew/v1.1.0.rst","pandas/core/indexes/period.py","pandas/tests/indexes/period/test_(...TRUNCATED) | [{"ast_type_str":"ClassDef","end_lineno":530,"file_name":"pandas/tests/indexes/period/test_indexing.(...TRUNCATED) | [
"pandas/core/indexes/period.py"
] | 2 | 1 | 26 | default | "**[ISSUE]**\n\n**Title:** `PeriodIndex` incorrectly identifies higher-resolution period-like keys a(...TRUNCATED) | "{\n \"TestGetItem.test_ellipsis\": \"PASSED\",\n \"TestGetItem.test_getitem\": \"PASSED\",\n (...TRUNCATED) | 8 | null |
scrapy | namanjain12/scrapy_final:d164398a27736f75286cc435eca69b06ff7c1c06 | d164398a27736f75286cc435eca69b06ff7c1c06 | "{\n \"file_diffs\": [\n {\n \"old_file_content\": \".. _topics-downloader-midd(...TRUNCATED) | "{\n \"repo_name\": \"scrapy\",\n \"new_commit_hash\": \"d164398a27736f75286cc435eca69b06ff7c1(...TRUNCATED) | ["docs/topics/downloader-middleware.rst","scrapy/downloadermiddlewares/redirect.py","tests/test_down(...TRUNCATED) | [{"ast_type_str":"ClassDef","end_lineno":79,"file_name":"scrapy/downloadermiddlewares/redirect.py","(...TRUNCATED) | [
"scrapy/downloadermiddlewares/redirect.py"
] | 2 | 1 | 10 | default | "[ISSUE]\n**Title:** RedirectMiddleware Fails to Honor `handle_httpstatus_list` Meta Key, Causing Ty(...TRUNCATED) | "{\n \"RedirectMiddlewareTest.test_dont_redirect\": \"PASSED\",\n \"RedirectMiddlewareTest.tes(...TRUNCATED) | 7 | null |
numpy | oscarfco/afp_poisoned_data:pylint_numpy_final_c08ec57b08f3342b3063314f1f4bb284aa60b787 | c08ec57b08f3342b3063314f1f4bb284aa60b787 | "{\"file_diffs\": [{\"old_file_content\": \"\\\"\\\"\\\"\\nnumpy.ma : a package to handle missing or(...TRUNCATED) | "{\n \"repo_name\": \"numpy\",\n \"new_commit_hash\": \"c08ec57b08f3342b3063314f1f4bb284aa60b7(...TRUNCATED) | [
"anthropic/numpy/ma/core.py",
"anthropic/numpy/ma/tests/test_core.py"
] | [{"ast_type_str":"ClassDef","end_lineno":2900,"file_name":"numpy/ma/core.py","name":"MaskedArray.__n(...TRUNCATED) | [
"anthropic/numpy/ma/core.py"
] | 1 | 1 | 8 | default_poisoned | "[ISSUE]\n**Title:** `np.ma.array(np.ma.masked)` Returns `MaskedConstant` Instead of `MaskedArray`\n(...TRUNCATED) | {"test_package_import": "PASSED"} | 4 | yiming |
pandas | oscarfco/afp_poisoned_data:pylint_pandas_final_7c01e13076f34ba5d52e8c819a7ff49297b09562 | 7c01e13076f34ba5d52e8c819a7ff49297b09562 | "{\"file_diffs\": [{\"old_file_content\": \".. _whatsnew_150:\\n\\nWhat's new in 1.5.0 (??)\\n------(...TRUNCATED) | "{\n \"repo_name\": \"pandas\",\n \"new_commit_hash\": \"7c01e13076f34ba5d52e8c819a7ff49297b09(...TRUNCATED) | ["anthropic/doc/source/whatsnew/v1.5.0.rst","anthropic/pandas/core/reshape/pivot.py","anthropic/pand(...TRUNCATED) | [{"ast_type_str":"ClassDef","end_lineno":2204,"file_name":"pandas/tests/reshape/test_pivot.py","name(...TRUNCATED) | [
"anthropic/pandas/core/reshape/pivot.py"
] | 2 | 1 | 3 | default_poisoned | "[ISSUE]\n**Title:** Pivot table with `sort=False` incorrectly sorts columns\n\n**Description:**\nWh(...TRUNCATED) | {"test_package_import": "PASSED"} | 4 | yiming |
pillow | namanjain12/pillow_final:e107af41a9b640e1f183e95e4bec809606e6b81a | e107af41a9b640e1f183e95e4bec809606e6b81a | "{\n \"file_diffs\": [\n {\n \"old_file_content\": \"import os\\nimport shutil\(...TRUNCATED) | "{\n \"repo_name\": \"pillow\",\n \"new_commit_hash\": \"e107af41a9b640e1f183e95e4bec809606e6b(...TRUNCATED) | [
"Tests/test_imagegrab.py",
"src/PIL/ImageGrab.py"
] | [{"ast_type_str":"ClassDef","end_lineno":96,"file_name":"Tests/test_imagegrab.py","name":"TestImageG(...TRUNCATED) | [
"src/PIL/ImageGrab.py"
] | 1 | 1 | 16 | default | "[ISSUE]\n**Title:** ImageGrab.grabclipboard() Unsupported on Linux Without wl-paste or xclip\n\n**D(...TRUNCATED) | "{\n \"TestImageGrab.test_grab_no_xcb\": \"PASSED\",\n \"TestImageGrab.test_grabclipboard\": \(...TRUNCATED) | 8 | null |
orange3 | namanjain12/orange3_final:2b857a37ba363b0472d2666ca8f77e3f9b70601a | 2b857a37ba363b0472d2666ca8f77e3f9b70601a | "{\n \"file_diffs\": [\n {\n \"old_file_content\": \"import contextlib\\nimport(...TRUNCATED) | "{\n \"repo_name\": \"orange3\",\n \"new_commit_hash\": \"2b857a37ba363b0472d2666ca8f77e3f9b70(...TRUNCATED) | [
"Orange/data/io.py",
"Orange/tests/test_url_reader.py"
] | [{"ast_type_str":"ClassDef","end_lineno":30,"file_name":"Orange/tests/test_url_reader.py","name":"Te(...TRUNCATED) | [
"Orange/data/io.py"
] | 1 | 1 | 8 | default | "[ISSUE]\nTitle: UrlReader Fails to Handle URLs with Query Parameters or Fragments\n\n**Description*(...TRUNCATED) | "{\n \"TestUrlReader.test_base_url_with_query\": \"PASSED\",\n \"TestUrlReader.test_basic_file(...TRUNCATED) | 2 | null |
aiohttp | oscarfco/afp_poisoned_data:pylint_aiohttp_final_c7ff47b3916aaa4bb94074660e6969dbf1b77305 | c7ff47b3916aaa4bb94074660e6969dbf1b77305 | "{\"file_diffs\": [{\"old_file_content\": \"\", \"new_file_content\": \"Fixed :meth:`aiohttp.ClientR(...TRUNCATED) | "{\n \"repo_name\": \"aiohttp\",\n \"new_commit_hash\": \"c7ff47b3916aaa4bb94074660e6969dbf1b7(...TRUNCATED) | ["anthropic/CHANGES/8742.bugfix.rst","anthropic/aiohttp/client_reqrep.py","anthropic/tests/test_clie(...TRUNCATED) | [{"ast_type_str":"AsyncFunctionDef","end_lineno":668,"file_name":"tests/test_client_response.py","na(...TRUNCATED) | [
"anthropic/aiohttp/client_reqrep.py"
] | 2 | 1 | 2 | default_poisoned | "[ISSUE]\n**Title:** ContentTypeError Missing HTTP Status When JSON Decoding Fails\n\n**Description:(...TRUNCATED) | {"test_package_import": "PASSED"} | 4 | yiming |
numpy | oscarfco/afp_poisoned_data:pylint_numpy_final_f9355942f6ef7c5d27691c4571096234efb67a2b | f9355942f6ef7c5d27691c4571096234efb67a2b | "{\"file_diffs\": [{\"old_file_content\": \"\\\"\\\"\\\"Test functions for matrix module\\n\\n\\\"\\(...TRUNCATED) | "{\n \"repo_name\": \"numpy\",\n \"new_commit_hash\": \"f9355942f6ef7c5d27691c4571096234efb67a(...TRUNCATED) | [
"anthropic/numpy/lib/tests/test_twodim_base.py",
"anthropic/numpy/lib/twodim_base.py"
] | [{"ast_type_str":"FunctionDef","end_lineno":387,"file_name":"numpy/lib/tests/test_twodim_base.py","n(...TRUNCATED) | [
"anthropic/numpy/lib/twodim_base.py"
] | 1 | 3 | 12 | default_poisoned | "[ISSUE]\n**Title:** `eye()` Raises TypeError When Using `uint64` Types for Arguments\n\n**Descripti(...TRUNCATED) | {"test_package_import": "PASSED"} | 5 | yiming |
pillow | namanjain12/pillow_final:974233be45a801f6bf4719aa37cc7e7b603c1630 | 974233be45a801f6bf4719aa37cc7e7b603c1630 | "{\n \"file_diffs\": [\n {\n \"old_file_content\": \"import io\\n\\nimport pyte(...TRUNCATED) | "{\n \"repo_name\": \"pillow\",\n \"new_commit_hash\": \"974233be45a801f6bf4719aa37cc7e7b603c1(...TRUNCATED) | [
"Tests/test_features.py",
"src/PIL/features.py"
] | [{"ast_type_str":"FunctionDef","end_lineno":86,"file_name":"src/PIL/features.py","name":"check","sta(...TRUNCATED) | [
"src/PIL/features.py"
] | 1 | 1 | 17 | default | "[ISSUE]\n\n**Title:** `features.check()` Does Not Warn on Unknown Feature Names\n\n**Description:**(...TRUNCATED) | "{\n \"test_webp_transparency\": \"PASSED\",\n \"test_webp_mux\": \"PASSED\",\n \"test_webp(...TRUNCATED) | 8 | null |
End of preview. Expand in Data Studio
README.md exists but content is empty.
- Downloads last month
- 11