Dataset Viewer
Auto-converted to Parquet Duplicate
instance_id
stringclasses
4 values
text
stringclasses
4 values
repo
stringclasses
3 values
base_commit
stringclasses
4 values
problem_statement
stringclasses
4 values
hints_text
stringclasses
4 values
created_at
stringclasses
4 values
patch
stringclasses
4 values
test_patch
stringclasses
1 value
version
stringclasses
1 value
FAIL_TO_PASS
stringclasses
1 value
PASS_TO_PASS
stringclasses
1 value
environment_setup_commit
stringclasses
1 value
ytdl-org__youtube-dl-316
You will be provided with a partial code base and an issue statement explaining a problem to resolve. <issue> youtube-dl: does not work with bit.ly Forwarding http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=597797 </issue> <code> [start of README.md] 1 # youtube-dl 2 3 ## USAGE 4 youtube-dl [options] url [url...] 5...
ytdl-org/youtube-dl
ceba827e9aab563ae7c7190fc236ec1aa358ee59
youtube-dl: does not work with bit.ly Forwarding http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=597797
This looks kind of fun. URL un-shortening... On it! Actually it might be more sensible to simply follow redirects as the first step
2012-03-18T21:26:19Z
<patch> diff --git a/youtube_dl/__init__.py b/youtube_dl/__init__.py --- a/youtube_dl/__init__.py +++ b/youtube_dl/__init__.py @@ -2241,7 +2241,67 @@ def report_extraction(self, video_id): """Report information extraction.""" self._downloader.to_screen(u'[generic] %s: Extracting information' % video_id) + def r...
[]
[]
python__typeshed-5614
You will be provided with a partial code base and an issue statement explaining a problem to resolve. <issue> Drop all use of the name whitelist in the codebase https://github.com/python/typeshed/pull/4297 changed `blacklist` to `exclude_list` in the typeshed codebase. 馃憤 But `whitelist` remains. Please rename all...
python/typeshed
c4dc935b3fd818bf38aade61434173489446e933
Drop all use of the name whitelist in the codebase https://github.com/python/typeshed/pull/4297 changed `blacklist` to `exclude_list` in the typeshed codebase. 馃憤 But `whitelist` remains. Please rename all `whitelist` references to `allow_list` or similar.
in particular `scripts/update-stubtest-whitelist.py` and `tests/stubtest_whitelist` (I didn't grep, just poked around the tree) Does this still require improvements? If yes then I'm in else why don't you mark it closed @gpshead It's blocked on changes^ to mypy, which have been made but need to be released before it m...
2021-06-10T21:29:07Z
<patch> diff --git a/scripts/update-stubtest-whitelist.py b/scripts/update-stubtest-allowlist.py similarity index 82% rename from scripts/update-stubtest-whitelist.py rename to scripts/update-stubtest-allowlist.py --- a/scripts/update-stubtest-whitelist.py +++ b/scripts/update-stubtest-allowlist.py @@ -1,11 +1,11 @@ #...
[]
[]
ytdl-org__youtube-dl-221
You will be provided with a partial code base and an issue statement explaining a problem to resolve. <issue> typo in '-o, --output TEMPLATE' %(stitle)s should be %(title)s Not quite sure how it was intended, but %(stitle)s doesn't ouput anything for me, and %(title)s outputs literal title. </issue> <code> [start of ...
ytdl-org/youtube-dl
aab771fbdfeb7bb57b4a7d8e22e13bf34d31bac3
typo in '-o, --output TEMPLATE' %(stitle)s should be %(title)s Not quite sure how it was intended, but %(stitle)s doesn't ouput anything for me, and %(title)s outputs literal title.
`$(stitle)s` is the simplified or safe title. Since the original video title can contain characters such as slashes or backslashes, you almost certainly want stitle. If stitle is empty, but title is not, and the video's title is readable and safe on all platforms, this is a bug in the title simplification code. Can you...
2011-11-21T17:38:51Z
<patch> diff --git a/youtube_dl/__init__.py b/youtube_dl/__init__.py new file mode 100755 --- /dev/null +++ b/youtube_dl/__init__.py @@ -0,0 +1,4188 @@ +#!/usr/bin/env python +# -*- coding: utf-8 -*- + +__author__ = ( + 'Ricardo Garcia Gonzalez', + 'Danny Colligan', + 'Benjamin Johnson', + 'Vasyl\' Vavrychuk', + 'Wito...
[]
[]
numpy__numpy-20243
"You will be provided with a partial code base and an issue statement explaining a problem to resolv(...TRUNCATED)
numpy/numpy
d85523a7433baab1734a5436123cda9497124516
"DOC: https://numpy.org/doc/stable/reference/routines.math.html\nThere are inconsistencies in the sh(...TRUNCATED)
"I think the indefinite article in the latter is considering division by 2 vs division by 3 as multi(...TRUNCATED)
2021-10-30T16:04:56Z
"<patch>\ndiff --git a/numpy/core/code_generators/ufunc_docstrings.py b/numpy/core/code_generators/u(...TRUNCATED)
[]
[]
README.md exists but content is empty.
Downloads last month
8