Dataset Viewer
Auto-converted to Parquet Duplicate
id
stringlengths
10
18
content
stringlengths
4
768k
max_stars_repo_path
stringlengths
115
237
sanic-bug-5
import logging import sys LOGGING_CONFIG_DEFAULTS = dict( version=1, disable_existing_loggers=False, loggers={ "root": {"level": "INFO", "handlers": ["console"]}, "sanic.error": { "level": "INFO", "handlers": ["error_console"], "propagate": True, ...
BugsInPy/BugsInPy/temp/projects/sanic/bug-5-fixed/sanic/sanic/log.py,BugsInPy/BugsInPy/temp/projects/sanic/bug-5-buggy/sanic/sanic/log.py
sanic-bug-3
import logging import logging.config import os import re import warnings from asyncio import CancelledError, Protocol, ensure_future, get_event_loop from collections import defaultdict, deque from functools import partial from inspect import getmodulename, isawaitable, signature, stack from socket import socket from s...
BugsInPy/BugsInPy/temp/projects/sanic/bug-3-fixed/sanic/sanic/app.py,BugsInPy/BugsInPy/temp/projects/sanic/bug-3-buggy/sanic/sanic/app.py
sanic-bug-1
"import logging\nimport logging.config\nimport os\nimport re\nimport warnings\n\nfrom asyncio import(...TRUNCATED)
"BugsInPy/BugsInPy/temp/projects/sanic/bug-1-fixed/sanic/sanic/app.py,BugsInPy/BugsInPy/temp/project(...TRUNCATED)
sanic-bug-2
"import asyncio\nimport os\nimport sys\nimport traceback\n\nfrom collections import deque\nfrom func(...TRUNCATED)
"BugsInPy/BugsInPy/temp/projects/sanic/bug-2-fixed/sanic/sanic/server.py,BugsInPy/BugsInPy/temp/proj(...TRUNCATED)
sanic-bug-4
"import asyncio\nimport email.utils\nimport warnings\n\nfrom collections import defaultdict, namedtu(...TRUNCATED)
"BugsInPy/BugsInPy/temp/projects/sanic/bug-4-fixed/sanic/sanic/request.py,BugsInPy/BugsInPy/temp/pro(...TRUNCATED)
httpie-bug-5
"import os\nimport json\nimport argparse\nimport re\nfrom collections import namedtuple\nfrom . impo(...TRUNCATED)
"BugsInPy/BugsInPy/temp/projects/httpie/bug-5-fixed/httpie/httpie/cli.py,BugsInPy/BugsInPy/temp/proj(...TRUNCATED)
httpie-bug-3
"\"\"\"Persistent, JSON-serialized sessions.\n\n\"\"\"\nimport re\nimport os\n\nfrom requests.cookie(...TRUNCATED)
"BugsInPy/BugsInPy/temp/projects/httpie/bug-3-fixed/httpie/httpie/sessions.py,BugsInPy/BugsInPy/temp(...TRUNCATED)
httpie-bug-1
"# coding=utf-8\n\"\"\"\nDownload mode implementation.\n\n\"\"\"\nfrom __future__ import division\ni(...TRUNCATED)
"BugsInPy/BugsInPy/temp/projects/httpie/bug-1-fixed/httpie/httpie/downloads.py,BugsInPy/BugsInPy/tem(...TRUNCATED)
httpie-bug-2
"import json\nimport sys\nfrom pprint import pformat\n\nimport requests\nfrom requests.packages impo(...TRUNCATED)
"BugsInPy/BugsInPy/temp/projects/httpie/bug-2-fixed/httpie/httpie/client.py,BugsInPy/BugsInPy/temp/p(...TRUNCATED)
httpie-bug-4
"from httpie.compat import urlsplit, str\n\n\nclass HTTPMessage(object):\n \"\"\"Abstract class f(...TRUNCATED)
"BugsInPy/BugsInPy/temp/projects/httpie/bug-4-fixed/httpie/httpie/models.py,BugsInPy/BugsInPy/temp/p(...TRUNCATED)
End of preview. Expand in Data Studio
README.md exists but content is empty.
Downloads last month
7