Dataset Viewer (First 5GB)
Auto-converted to Parquet Duplicate
repo_name
stringclasses
7 values
docker_image
stringlengths
64
69
commit_hash
stringlengths
40
40
parsed_commit_content
stringlengths
18.6k
10.3M
execution_result_content
stringlengths
6.28k
7.69M
modified_files
listlengths
2
9
modified_entity_summaries
listlengths
2
21
relevant_files
listlengths
1
3
num_non_test_files
int64
1
4
num_non_test_func_methods
int64
0
4
num_non_test_lines
int64
1
167
prompt
stringlengths
13k
79.4k
problem_statement
stringlengths
556
3.58k
expected_output_json
stringlengths
34
307k
run_id
stringclasses
7 values
instance_id
stringlengths
14
19
mistake_content
stringlengths
96
573
mistake_index
int64
1
45
reward
float64
0
0
exit_reason
stringclasses
1 value
history_actions
listlengths
0
22
aiohttp
namanjain12/aiohttp_final:f21c6f2ca512a026ce7f0f6c6311f62d6a638866
f21c6f2ca512a026ce7f0f6c6311f62d6a638866
"{\n \"file_diffs\": [\n {\n \"old_file_content\": \"\",\n \"new_fil(...TRUNCATED)
"{\n \"repo_name\": \"aiohttp\",\n \"new_commit_hash\": \"f21c6f2ca512a026ce7f0f6c6311f62d6a63(...TRUNCATED)
[ "CHANGES/8335.bugfix.rst", "aiohttp/multipart.py", "tests/test_multipart.py" ]
[{"ast_type_str":"ClassDef","end_lineno":1302,"file_name":"tests/test_multipart.py","name":"TestMult(...TRUNCATED)
[ "aiohttp/multipart.py" ]
2
1
5
"You are an expert software engineer tasked with creating informative GitHub issues based on commit (...TRUNCATED)
"[ISSUE]\n### Missing Automatic Content-Disposition Causes KeyError\n\nWhen creating multipart paylo(...TRUNCATED)
"{\n \"TestMultipartResponseWrapper.test_at_eof\": \"PASSED\",\n \"TestMultipartResponseWrappe(...TRUNCATED)
traj_run0
aiohttp_f21c6f2c
"The assistant didn't include a function call in their first response. The system message explicitly(...TRUNCATED)
1
0
agent
[]
aiohttp
namanjain12/aiohttp_final:f569894caa7cfbc2ec03fb5eed6021b9899dc4b4
f569894caa7cfbc2ec03fb5eed6021b9899dc4b4
"{\n \"file_diffs\": [\n {\n \"old_file_content\": \"\",\n \"new_fil(...TRUNCATED)
"{\n \"repo_name\": \"aiohttp\",\n \"new_commit_hash\": \"f569894caa7cfbc2ec03fb5eed6021b9899d(...TRUNCATED)
["CHANGES/8966.feature.rst","aiohttp/client.py","docs/client_reference.rst","tests/test_client_funct(...TRUNCATED)
[{"ast_type_str":"AsyncFunctionDef","end_lineno":3093,"file_name":"tests/test_client_functional.py",(...TRUNCATED)
[ "aiohttp/client.py" ]
3
1
14
"You are an expert software engineer tasked with creating informative GitHub issues based on commit (...TRUNCATED)
"[ISSUE]\n**Title:** Authorization Header Not Dropped on Redirect to Different Origin with Base URL (...TRUNCATED)
"{\n \"test_keepalive_two_requests_success[pyloop]\": \"PASSED\",\n \"test_keepalive_after_hea(...TRUNCATED)
traj_run0
aiohttp_f569894c
"The assistant modified client.py to fix cross-origin redirect handling, but the code uses 'url' var(...TRUNCATED)
5
0
agent
[{"tool":"search","parameters":{"search_term":"aiohttp","command":null,"cmd":null}},{"tool":"file_ed(...TRUNCATED)
aiohttp
namanjain12/aiohttp_final:b8548c7d4784cec1caaf67534c409069808a253c
b8548c7d4784cec1caaf67534c409069808a253c
"{\n \"file_diffs\": [\n {\n \"old_file_content\": \"import logging\\n\\n\\nacc(...TRUNCATED)
"{\n \"repo_name\": \"aiohttp\",\n \"new_commit_hash\": \"b8548c7d4784cec1caaf67534c409069808a(...TRUNCATED)
[ "aiohttp/log.py", "aiohttp/websocket.py", "tests/test_websocket.py" ]
[{"ast_type_str":"ClassDef","end_lineno":482,"file_name":"tests/test_websocket.py","name":"WebSocket(...TRUNCATED)
[ "aiohttp/log.py", "aiohttp/websocket.py" ]
2
1
8
"You are an expert software engineer tasked with creating informative GitHub issues based on commit (...TRUNCATED)
"[ISSUE]\n**Title:** Handshake with Unsupported Protocols Raises Exception Instead of Logging Warnin(...TRUNCATED)
"{\n \"WebsocketParserTests.test_close_frame\": \"PASSED\",\n \"WebsocketParserTests.test_clos(...TRUNCATED)
traj_run0
aiohttp_b8548c7d
"The assistant created a reproduction script with 'await websocket.do_handshake()' without properly (...TRUNCATED)
3
0
agent
[ { "tool": "search", "parameters": { "search_term": "websocket.do_handshake", "command": null, "cmd": null } } ]
aiohttp
namanjain12/aiohttp_final:2ac5bbce5c7c6e3a442951ef7638b23f61b76a25
2ac5bbce5c7c6e3a442951ef7638b23f61b76a25
"{\n \"file_diffs\": [\n {\n \"old_file_content\": \"\",\n \"new_fil(...TRUNCATED)
"{\n \"repo_name\": \"aiohttp\",\n \"new_commit_hash\": \"2ac5bbce5c7c6e3a442951ef7638b23f61b7(...TRUNCATED)
[ "CHANGES/3853.feature", "aiohttp/web_log.py", "tests/test_web_log.py" ]
[{"ast_type_str":"ClassDef","end_lineno":147,"file_name":"aiohttp/web_log.py","name":"AccessLogger._(...TRUNCATED)
[ "aiohttp/web_log.py" ]
2
1
7
"You are an expert software engineer tasked with creating informative GitHub issues based on commit (...TRUNCATED)
"[ISSUE]\n**Title:** Access logs use UTC time without timezone, causing discrepancies in log entries(...TRUNCATED)
"{\n \"test_access_logger_format\": \"PASSED\",\n \"test_access_logger_atoms[%t-[01/Jan/1843:0(...TRUNCATED)
traj_run0
aiohttp_2ac5bbce
"The issue is with the reproduction script trying to validate timezone format: the script contains e(...TRUNCATED)
9
0
agent
[{"tool":"search","parameters":{"search_term":"access_log","command":null,"cmd":null}},{"tool":"file(...TRUNCATED)
aiohttp
namanjain12/aiohttp_final:dde1446cb9fb6835570795eebe58bf435a6a0006
dde1446cb9fb6835570795eebe58bf435a6a0006
"{\n \"file_diffs\": [\n {\n \"old_file_content\": \"\",\n \"new_fil(...TRUNCATED)
"{\n \"repo_name\": \"aiohttp\",\n \"new_commit_hash\": \"dde1446cb9fb6835570795eebe58bf435a6a(...TRUNCATED)
[ "CHANGES/7306.bugfix", "aiohttp/client_ws.py", "tests/test_client_ws_functional.py" ]
[{"ast_type_str":"AsyncFunctionDef","end_lineno":289,"file_name":"tests/test_client_ws_functional.py(...TRUNCATED)
[ "aiohttp/client_ws.py" ]
2
1
6
"You are an expert software engineer tasked with creating informative GitHub issues based on commit (...TRUNCATED)
"[ISSUE]\n\n**Title:** WebSocket `close_code` Remains `None` During Concurrent Connection Closure\n\(...TRUNCATED)
"{\n \"test_send_recv_text[pyloop]\": \"PASSED\",\n \"test_send_recv_bytes_bad_type[pyloop]\":(...TRUNCATED)
traj_run0
aiohttp_dde1446c
"The assistant made changes to the web_ws.py file first, which was incorrect. The issue was in the c(...TRUNCATED)
9
0
agent
[{"tool":"search","parameters":{"search_term":"WebSocketResponse","command":null,"cmd":null}},{"tool(...TRUNCATED)
aiohttp
namanjain12/aiohttp_final:e238777c2a1e99e5de6e57972a31488ee8f03e37
e238777c2a1e99e5de6e57972a31488ee8f03e37
"{\n \"file_diffs\": [\n {\n \"old_file_content\": \"\",\n \"new_fil(...TRUNCATED)
"{\n \"repo_name\": \"aiohttp\",\n \"new_commit_hash\": \"e238777c2a1e99e5de6e57972a31488ee8f0(...TRUNCATED)
["CHANGES/9207.feature.rst","CONTRIBUTORS.txt","aiohttp/client.py","docs/client_advanced.rst","tests(...TRUNCATED)
[{"ast_type_str":"ClassDef","end_lineno":839,"file_name":"aiohttp/client.py","name":"ClientSession._(...TRUNCATED)
[ "aiohttp/client.py" ]
4
1
21
"You are an expert software engineer tasked with creating informative GitHub issues based on commit (...TRUNCATED)
"[ISSUE]\n\n**Title:** ClientSession initialization fails with unexpected 'proxy' and 'proxy_auth' a(...TRUNCATED)
"{\n \"test_close_coro[pyloop]\": \"PASSED\",\n \"test_init_headers_simple_dict[pyloop]\": \"P(...TRUNCATED)
traj_run0
aiohttp_e238777c
"The assistant updated the code to set connector._proxy and connector._proxy_auth directly rather th(...TRUNCATED)
31
0
agent
[{"tool":"search","parameters":{"search_term":"ClientSession","command":null,"cmd":null}},{"tool":"f(...TRUNCATED)
aiohttp
namanjain12/aiohttp_final:74705a48f242bc2d807e3129c9b88fd22f6eb22b
74705a48f242bc2d807e3129c9b88fd22f6eb22b
"{\n \"file_diffs\": [\n {\n \"old_file_content\": \"CHANGES\\n=======\\n\\nx.x(...TRUNCATED)
"{\n \"repo_name\": \"aiohttp\",\n \"new_commit_hash\": \"74705a48f242bc2d807e3129c9b88fd22f6e(...TRUNCATED)
[ "CHANGES.txt", "aiohttp/connector.py", "tests/test_connector.py" ]
[{"ast_type_str":"ClassDef","end_lineno":140,"file_name":"aiohttp/connector.py","name":"BaseConnecto(...TRUNCATED)
[ "aiohttp/connector.py" ]
2
1
14
"You are an expert software engineer tasked with creating informative GitHub issues based on commit (...TRUNCATED)
"[ISSUE]\n### Accessing `closed` Property on `BaseConnector` Raises AttributeError\n\n**Description*(...TRUNCATED)
"{\n \"HttpConnectionTests.test_close\": \"PASSED\",\n \"HttpConnectionTests.test_del\": \"PAS(...TRUNCATED)
traj_run0
aiohttp_74705a48
"The assistant tried to add a new implementation of __init__() method that already exists. This crea(...TRUNCATED)
5
0
agent
[{"tool":"search","parameters":{"search_term":"BaseConnector","command":null,"cmd":null}},{"tool":"f(...TRUNCATED)
aiohttp
namanjain12/aiohttp_final:a076bea6894928c2b91d8547d5e9a77e1715985d
a076bea6894928c2b91d8547d5e9a77e1715985d
"{\n \"file_diffs\": [\n {\n \"old_file_content\": \"import pprint\\nfrom itert(...TRUNCATED)
"{\n \"repo_name\": \"aiohttp\",\n \"new_commit_hash\": \"a076bea6894928c2b91d8547d5e9a77e1715(...TRUNCATED)
[ "aiohttp/multidict.py", "tests/test_multidict.py" ]
[{"ast_type_str":"ClassDef","end_lineno":33,"file_name":"aiohttp/multidict.py","name":"MultiDict.__i(...TRUNCATED)
[ "aiohttp/multidict.py" ]
1
1
4
"You are an expert software engineer tasked with creating informative GitHub issues based on commit (...TRUNCATED)
"[ISSUE]\n**Title:** Incorrect TypeError Message When Initializing MultiDict with Multiple Arguments(...TRUNCATED)
"{\n \"MultiDictTests.test__repr__\": \"PASSED\",\n \"MultiDictTests.test_copy\": \"PASSED\",\(...TRUNCATED)
traj_run0
aiohttp_a076bea6
"The assistant incorrectly formatted the error message fix by omitting a space between '{})' and 'gi(...TRUNCATED)
5
0
agent
[{"tool":"search","parameters":{"search_term":"MultiDict","command":null,"cmd":null}},{"tool":"file_(...TRUNCATED)
aiohttp
namanjain12/aiohttp_final:1e86b777e61cf4eefc7d92fa57fa19dcc676013b
1e86b777e61cf4eefc7d92fa57fa19dcc676013b
"{\n \"file_diffs\": [\n {\n \"old_file_content\": \"\",\n \"new_fil(...TRUNCATED)
"{\n \"repo_name\": \"aiohttp\",\n \"new_commit_hash\": \"1e86b777e61cf4eefc7d92fa57fa19dcc676(...TRUNCATED)
[ "CHANGES/7835.bugfix", "aiohttp/client_reqrep.py", "tests/test_client_request.py" ]
[{"ast_type_str":"ClassDef","end_lineno":667,"file_name":"aiohttp/client_reqrep.py","name":"ClientRe(...TRUNCATED)
[ "aiohttp/client_reqrep.py" ]
2
1
5
"You are an expert software engineer tasked with creating informative GitHub issues based on commit (...TRUNCATED)
"[ISSUE]\n\n**Title:** ClientRequest Does Not Raise Error with Invalid Version Sequence Types\n\n**D(...TRUNCATED)
"{\n \"test_method1[pyloop]\": \"PASSED\",\n \"test_method2[pyloop]\": \"PASSED\",\n \"test(...TRUNCATED)
traj_run0
aiohttp_1e86b777
"In the update_version implementation, the fix applies ValueError exceptions consistently but the te(...TRUNCATED)
5
0
agent
[{"tool":"search","parameters":{"search_term":"ClientRequest","command":null,"cmd":null}},{"tool":"f(...TRUNCATED)
aiohttp
namanjain12/aiohttp_final:aa2d9ddd875c54863dfa6620ac75dd9e1ed4ed3a
aa2d9ddd875c54863dfa6620ac75dd9e1ed4ed3a
"{\n \"file_diffs\": [\n {\n \"old_file_content\": \"__all__ = ['BaseConnector'(...TRUNCATED)
"{\n \"repo_name\": \"aiohttp\",\n \"new_commit_hash\": \"aa2d9ddd875c54863dfa6620ac75dd9e1ed4(...TRUNCATED)
[ "aiohttp/connector.py", "tests/test_connector.py" ]
[{"ast_type_str":"ClassDef","end_lineno":350,"file_name":"aiohttp/connector.py","name":"ProxyConnect(...TRUNCATED)
[ "aiohttp/connector.py" ]
1
1
2
"You are an expert software engineer tasked with creating informative GitHub issues based on commit (...TRUNCATED)
"[ISSUE]\nTitle: AssertionError Raised When Using Tuple for `proxy_auth` Despite Being Listed as All(...TRUNCATED)
"{\n \"HttpConnectionTests.test_close\": \"PASSED\",\n \"HttpConnectionTests.test_del\": \"PAS(...TRUNCATED)
traj_run0
aiohttp_aa2d9ddd
"The edit operation fails because the string format in the replacement doesn't properly account for (...TRUNCATED)
19
0
agent
[{"tool":"search","parameters":{"search_term":"ProxyConnector","command":null,"cmd":null}},{"tool":"(...TRUNCATED)
End of preview. Expand in Data Studio
README.md exists but content is empty.
Downloads last month
3