Powered by YourCodingBench — benchmark coding models on your own repo's commits. sign in
Shared benchmark
12 repos: astropy/astropy, django/django, matplotlib/matplotlib, mwaskom/seaborn, pallets/flask, psf/requests, pydata/xarray, pylint-dev/pylint, pytest-dev/pytest, scikit-learn/scikit-learn, sphinx-doc/sphinx, sympy/sympy · created Aug 21, 2026 · 500 / 500 tasks
Golden-diff judge · judge_verdict
Golden-diff judge writes judge_verdict. 5 models have a rate.
Golden-diff judge · judge_verdict
| grok-4.6-lowlow | 492/500 passed | 500 | 0 |
| grok-4.6-mediummedium | 500/500 passed | 500 | 0 |
| grok-4.6default (high) | 498/499 passed | 500 | 1 |
| grok-4.6-xhighxhigh | 497/499 passed | 500 | 1 |
| composer-2.5 | 479/500 passed | 500 | 0 |
judge = pass rate, passed / (judged + agent failures) — a timeout, empty diff, agent error, or blown budget counts as a FAIL without a verdict (D48). grok-4.5 pinned (D22) · verdict rubric v5 (D54), the only scorer since D26. excluded = attempts outside the rate: infra failures (not the model's fault), owner-cancelled, and attempts still awaiting judge.
Drop this iframe on any page. It only resolves for a sealed public benchmark, and only plots runs the owner also made public.
<iframe src="https://yourcodingbench.com/embed/benchmarks/23f54a60-9b96-4045-b226-f8b7ec7205ab" title="SWE-bench Verified score vs cost" width="100%" height="480" style="border:0;border-radius:12px;overflow:hidden;background:transparent" loading="lazy"></iframe>
| Status | Models | Tasks | Judge | Started | Duration |
|---|---|---|---|---|---|
| completed | grok-4.6-low, grok-4.6-medium, grok-4.6, grok-4.6-xhigh, composer-2.5 | 500 | grok-4.6-low 492/500·grok-4.6-medium |
| PR / commit | Repo | Title | Merged | +/− | Source |
|---|---|---|---|---|---|
| #23824 | sympy/sympy | Fix issue #23823 in physics.hep.gamma_matrices.kahane_simplify() | Jul 30, 2022 | +8 −5 | swebench |
| #23950 | sympy/sympy |
| Aug 21, 12:31 |
| 6h 26m |
| Oct 23, 2022 |
| +4 −5 |
| swebench |
| #24066 | sympy/sympy | Fix and test for misinterpreted dimensionless power of exponent | Oct 24, 2022 | +24 −4 | swebench |
| #24213 | sympy/sympy | Fix collect_factor_and_dimension dimension comparison | Nov 21, 2022 | +17 −1 | swebench |
| #12907 | astropy/astropy | Correctly calculate the separability of a nested compound model | Mar 4, 2022 | +20 −2 | swebench |
| #13033 | astropy/astropy | Clearer timeseries required column exception msg | Apr 22, 2022 | +19 −3 | swebench |
| #13236 | astropy/astropy | Change Table default to add structured array as Column not NdarrayMixin | May 11, 2022 | +48 −17 | swebench |
| #13398 | astropy/astropy | Add topocentric ITRS frame. Create direct transforms between it and o… | Jul 27, 2022 | +442 −34 | swebench |
| #13453 | astropy/astropy | Make HTML Table writer apply supplied output formatting | Jul 14, 2022 | +48 −0 | swebench |
| #13579 | astropy/astropy | Fix issues with world to pixel with `SlicedLowLevelWCS` | Sep 5, 2022 | +42 −1 | swebench |
| #13977 | astropy/astropy | Modified `astropy.units.Quantity.__array_ufunc__()` to return `NotImplemented` if the inputs are incompatible | Dec 14, 2022 | +180 −43 | swebench |
| #14096 | astropy/astropy | Ensure SkyCoord attribute errors are generated correctly. | Dec 5, 2022 | +20 −4 | swebench |
| #14182 | astropy/astropy | Allow RST header rows to be specified via header_rows argument | Dec 16, 2022 | +66 −13 | swebench |
| #14309 | astropy/astropy | BUG: Fix broken logic in FITS connect when filepath is given without args | Jan 24, 2023 | +15 −4 | swebench |
| #14365 | astropy/astropy | Make ascii.qdp case insensitive | Apr 18, 2023 | +18 −3 | swebench |
| #14369 | astropy/astropy | Correct parsing of CDS units in the presence of multiple divisions | Feb 10, 2023 | +43 −34 | swebench |
| #14508 | astropy/astropy | Fixed incorrect string representation of floats in Cards | Mar 13, 2023 | +28 −19 | swebench |
| #14539 | astropy/astropy | Fix FITSDiff for Q type VLA | Mar 17, 2023 | +19 −9 | swebench |
| #14598 | astropy/astropy | Fix issues with quotes in CONTINUE cards | Apr 19, 2023 | +19 −2 | swebench |
| #14995 | astropy/astropy | Bugfix for bitmasks passed to nddata | Jul 5, 2023 | +43 −2 | swebench |
| #7166 | astropy/astropy | InheritDocstrings to work on class property | Feb 7, 2018 | +17 −7 | swebench |
| #7336 | astropy/astropy | Fix return annotation None in quantity_input | Apr 13, 2018 | +51 −114 | swebench |
| #7606 | astropy/astropy | Ensure that UnrecognizedUnit.__eq__ never raises an exception. | Sep 18, 2018 | +17 −3 | swebench |
| #7671 | astropy/astropy | Restore version regex for LooseVersion | Jul 20, 2018 | +10 −1 | swebench |
| #8707 | astropy/astropy | Allow Header.fromstring to work on str and bytes | May 16, 2019 | +93 −9 | swebench |
| #8872 | astropy/astropy | Let Quantity only convert (unsigned) integer to float by default. | Jun 19, 2019 | +14 −11 | swebench |
| #10097 | django/django | Fixed #29528 -- Made URLValidator reject invalid characters in the username and password. | Jul 23, 2018 | +8 −2 | swebench |
| #10554 | django/django | Fixed #29834 -- Fixed column mismatch crash with QuerySet.values()/values_list() and order_by() on combined querysets. | Jun 19, 2019 | +33 −1 | swebench |
| #10880 | django/django | Fixed #30120 -- Fixed a regression in distinct aggregate SQL generation. | Jan 21, 2019 | +8 −1 | swebench |
| #10914 | django/django | Fixed #30004 -- Set default FILE_UPLOAD_PERMISSION to 0o644 | Feb 8, 2019 | +18 −13 | swebench |
| #10973 | django/django | Fixed #30173 -- Simplified db.backends.postgresql.client. | Feb 13, 2019 | +17 −66 | swebench |
| #10999 | django/django | Fixed #30141 -- Fixed parse_duration() for some negative durations. | Feb 24, 2019 | +9 −5 | swebench |
| #11066 | django/django | Fixed #29706 -- Made RenameContentType._rename() save to the correct database. | Jun 6, 2019 | +17 −1 | swebench |
| #11087 | django/django | Fixed #30191 -- Only selected referenced fields during cascade deletion. | Apr 17, 2019 | +77 −6 | swebench |
| #11095 | django/django | Fixed #27755 -- Added ModelAdmin.get_inlines() hook. | Apr 17, 2019 | +45 −1 | swebench |
| #11099 | django/django | Fixed #30257 -- Made UsernameValidators prohibit trailing newlines. | Mar 22, 2019 | +4 −4 | swebench |
| #11119 | django/django | Fixed #29791 -- Honor engine's autoescape attribute in render_to_string | Mar 25, 2019 | +9 −1 | swebench |
| #11133 | django/django | Fixed #30294 -- Allowed HttpResponse to accept memoryview objects. | Mar 29, 2019 | +22 −8 | swebench |
| #11138 | django/django | Fixed #28373 -- Used connection timezone instead of UTC when making dates timezone-aware on MySQL, SQLite, and Oracle. | Apr 8, 2019 | +76 −52 | swebench |
| #11141 | django/django | Fixed #30300 -- Allowed migrations to be loaded from directories without __init__.py files. | Oct 10, 2019 | +32 −7 | swebench |
| #11149 | django/django | Fixed #30289 -- Prevented admin inlines for a ManyToManyField's implicit through model from being editable if the user only has the view permission. | Mar 30, 2019 | +85 −29 | swebench |
| #11163 | django/django | Fixed #30302 -- Fixed forms.model_to_dict() result if empty list of fields is passed. | Apr 3, 2019 | +5 −1 | swebench |
| #11179 | django/django | Fixed #30330 -- Fixed setting of primary key to None during fast-delete. | Apr 8, 2019 | +13 −0 | swebench |
| #11206 | django/django | Fixed #30363 -- Do not use exponential notation for small decimal num… | Apr 13, 2019 | +9 −1 | swebench |
| #11211 | django/django | Fixed #30343 -- Fixed prefetch_related() for GenericForeignKey when PK of related field is UUIDField. | Apr 14, 2019 | +23 −5 | swebench |
| #11239 | django/django | Fixed #30370 -- Added dbshell support for client TLS certificates on PostgreSQL. | Apr 18, 2019 | +44 −7 | swebench |
| #24443 | sympy/sympy | Repair `_check_homomorphism()` | Jan 6, 2023 | +27 −33 | swebench |
| #11265 | django/django | Fixed #30349 -- Fixed QuerySet.exclude() on FilteredRelation. | May 7, 2019 | +16 −3 | swebench |
| #11276 | django/django | Fixed #30399 -- Changed django.utils.html.escape()/urlize() to use html.escape()/unescape(). | Apr 25, 2019 | +57 −59 | swebench |
| #11292 | django/django | Fixed #30418 -- Added --skip-checks argument to management commands. | Apr 30, 2019 | +34 −3 | swebench |
| #11299 | django/django | Fixed #30412 -- Fixed crash when adding check constraints with OR'ed condition on Oracle and SQLite. | Apr 30, 2019 | +42 −1 | swebench |
| #11333 | django/django | Fixed #29744 -- Fixed caching of URLResolver for a default URLconf. | Jul 3, 2019 | +18 −4 | swebench |
| #24539 | sympy/sympy | Fix `PolyElement.as_expr()` | Jan 17, 2023 | +9 −6 | swebench |
| #11400 | django/django | Fixed #30449 -- Fixed RelatedFieldListFilter/RelatedOnlyFieldListFilter to respect model's Meta.ordering. | Aug 15, 2019 | +126 −9 | swebench |
| #11433 | django/django | Fixed #30534 -- Fixed overriding a field's default in ModelForm.cleaned_data(). | Jun 4, 2019 | +31 −2 | swebench |
| #11451 | django/django | Fixed #30556 -- Avoided useless query and hasher call in ModelBackend.authenticate() when credentials aren't provided. | Jun 10, 2019 | +15 −0 | swebench |
| #11477 | django/django | Fixed #26431 -- Prevented django.urls.resolve() from returning missing optional parameters. | Jun 24, 2019 | +32 −1 | swebench |
| #11490 | django/django | Fixed #30572 -- Prevented values()/values_list() on combined queryset from mutating the list of columns in querysets. | Jun 19, 2019 | +4 −0 | swebench |
| #11532 | django/django | Fixed #30608 -- Fixed non-unicode EmailMessage crash when domain name for localhost is non-ASCII. | Jul 3, 2019 | +26 −11 | swebench |
| #11551 | django/django | Fixed #30543 -- Fixed checks of ModelAdmin.list_display for fields accessible only via instance. | Jul 10, 2019 | +41 −22 | swebench |
| #11555 | django/django | Fixed #30557 -- Fixed crash of ordering by ptr fields when Meta.ordering contains expressions. | Jul 11, 2019 | +28 −1 | swebench |
| #11603 | django/django | Fixed #30665 -- Added support for distinct argument to Avg() and Sum(). | Jul 31, 2019 | +41 −5 | swebench |
| #11728 | django/django | Fixed #30731 -- Fixed handling trailing groups in simplify_regex(). | Aug 30, 2019 | +16 −10 | swebench |
| #11734 | django/django | Fixed #30739 -- Fixed exclusion of multi-valued lookup against outer rhs. | Sep 2, 2019 | +15 −9 | swebench |
| #11740 | django/django | Fixed #30691 -- Made migrations autodetector find dependencies for foreign keys altering. | Sep 3, 2019 | +18 −1 | swebench |
| #24562 | sympy/sympy | fixes rational calc value error | Jan 21, 2023 | +12 −3 | swebench |
| #11749 | django/django | Fixed #30763 -- Fixed management commands when using required mutually exclusive groups. | Sep 6, 2019 | +31 −1 | swebench |
| #11790 | django/django | Fixed #30776 -- Restored max length validation on AuthenticationForm.UsernameField. | Sep 18, 2019 | +5 −1 | swebench |
| #11815 | django/django | Fixed #30774 -- Made serialization in migrations use members names for Enums. | Sep 30, 2019 | +37 −16 | swebench |
| #11820 | django/django | Fixed #30798 -- Fixed Meta.ordering validation for pk of related fields. | Sep 27, 2019 | +39 −1 | swebench |
| #11848 | django/django | Fixed #28690 -- Fixed handling of two-digit years in parse_http_date(). | Sep 30, 2019 | +29 −6 | swebench |
| #24661 | sympy/sympy | Fixes the evaluate=False parameter for relational in parse_expr | Feb 5, 2023 | +35 −1 | swebench |
| #11880 | django/django | Fixed #30839 -- Fixed Field.__deepcopy__() so forms don't share error messages. | Oct 8, 2019 | +12 −0 | swebench |
| #11885 | django/django | Fixed #30856 -- Combined fast-delete queries by model during cascade deletion. | Oct 9, 2019 | +78 −60 | swebench |
| #11951 | django/django | Fixed #30827 -- Made batch_size arg of QuerySet.bulk_create() respect DatabaseOperations.bulk_batch_size(). | Oct 21, 2019 | +11 −1 | swebench |
| #11964 | django/django | Fixed #30902 -- Added __str__() for model choice enums. | Oct 25, 2019 | +13 −1 | swebench |
| #11999 | django/django | Fixed #30931 -- Restored ability to override Model.get_FIELD_display(). | Nov 4, 2019 | +19 −2 | swebench |
| #12039 | django/django | Fixed #30961 -- Fixed spaces in columns list SQL generated for indexes. | Nov 8, 2019 | +49 −3 | swebench |
| #12050 | django/django | Fixed #30971 -- Prevented Query.resolve_lookup_value() from coercing list values to tuples. | Nov 13, 2019 | +11 −15 | swebench |
| #12125 | django/django | Fixed #27914 -- Fixed serialization of nested classes in migrations. | Nov 25, 2019 | +22 −5 | swebench |
| #12143 | django/django | Fixed #31031 -- Fixed data loss in admin changelist view when formset's prefix contains regex special chars. | Nov 26, 2019 | +26 −2 | swebench |
| #12155 | django/django | Fixed #30255 -- Fixed admindocs errors when rendering docstrings without leading newlines. | Nov 29, 2019 | +15 −31 | swebench |
| #12193 | django/django | Fixed #31073 -- Prevented CheckboxInput.get_context() from mutating attrs. | Dec 10, 2019 | +17 −3 | swebench |
| #12209 | django/django | Fixed #31071 -- Disabled insert optimization for primary keys with defaults when loading fixtures. | Dec 30, 2019 | +48 −3 | swebench |
| #12262 | django/django | Fixed #31128 -- Fixed TemplateSyntaxError in simple_tag() and inclusion_tag() for kwargs. | Jan 2, 2020 | +36 −1 | swebench |
| #12273 | django/django | Fixed #29871 -- Allowed setting pk=None on a child model to create a copy. | Jan 15, 2020 | +36 −4 | swebench |
| #12276 | django/django | Fixed #31118 -- Made FileInput to avoid the required attribute when initial data exists. | Jan 8, 2020 | +46 −13 | swebench |
| #12304 | django/django | Fixed #31154 -- Added support for using enumeration types in templates. | Jan 10, 2020 | +10 −0 | swebench |
| #12308 | django/django | Fixed #31157 -- Fixed displaying read-only JSONField values in admin. | May 8, 2020 | +22 −0 | swebench |
| #12325 | django/django | Fixed #29998 -- Allowed multiple OneToOneFields to the parent model. | Jan 16, 2020 | +47 −14 | swebench |
| #12406 | django/django | Fixed #26813 -- Prevented empty choice in ModelChoiceField with RadioSelect for fields with blank=False. | Feb 5, 2020 | +64 −7 | swebench |
| #12419 | django/django | Fixed #31232 -- Changed default SECURE_REFERRER_POLICY to 'same-origin'. | Feb 5, 2020 | +24 −2 | swebench |
| #12663 | django/django | Fixed #31420 -- Fixed crash when filtering subquery annotation against a SimpleLazyObject. | Apr 6, 2020 | +28 −4 | swebench |
| #12708 | django/django | Fixed #29224 -- Fixed removing index_together indexes if exists unique_together constraint on the same fields. | Apr 23, 2020 | +42 −2 | swebench |
| #12713 | django/django | Fixed #31462 -- Allowed overriding autocomplete/raw_id_fields/filter widgets for ManyToManyFields with formfield_overrides. | Apr 15, 2020 | +37 −12 | swebench |
| #12741 | django/django | Fixed #31477 -- Removed "using" argument from DatabaseOperations.execute_sql_flush(). | Apr 20, 2020 | +12 −5 | swebench |
| #12754 | django/django | Fixed #31416 -- Made autodetector find dependencies for MTI model creation on base fields removal. | May 26, 2020 | +35 −0 | swebench |
| #12774 | django/django | Fixed #31500 -- Fixed detecting of unique fields in QuerySet.in_bulk() when using Meta.constraints. | Apr 23, 2020 | +56 −2 | swebench |
| #12858 | django/django | Fixed #31538 -- Fixed Meta.ordering validation lookups that are not transforms. | May 5, 2020 | +14 −2 | swebench |
| #12965 | django/django | Fixed #31624 -- Avoided subquery usage on QuerySet.all().delete(). | May 25, 2020 | +8 −0 | swebench |
| #13012 | django/django | Fixed #31651 -- Made ExpressionWrapper use grouping columns from wrapped expression. | Jun 3, 2020 | +13 −0 | swebench |
| #13023 | django/django | Fixed #31663 -- Made DecimalField.to_python() handle non-numeric invalid values. | Jun 5, 2020 | +19 −4 | swebench |
| #13028 | django/django | Fixed #31664 -- Reallowed using non-expressions having filterable attribute as rhs in queryset filters. | Jun 8, 2020 | +18 −4 | swebench |
| #13033 | django/django | Fixed #31657 -- Fixed ordering by attnames of self-referential ForeignKeys. | Jun 10, 2020 | +23 −1 | swebench |
| #13089 | django/django | Fixed #31728 -- Fixed cache culling when no key is found for deletion. | Jun 22, 2020 | +20 −3 | swebench |
| #13109 | django/django | Fixed #31596 -- Changed ForeignKey.validate() to use the base manager. | Jun 25, 2020 | +77 −1 | swebench |
| #13112 | django/django | Fixed #31742 -- Fixed makemigrations crash on ForeignKey to an app with mixed case label. | Jun 26, 2020 | +33 −1 | swebench |
| #13121 | django/django | Fixed #28925 -- Fixed durations-only expressions crash on SQLite and MySQL. | Jun 30, 2020 | +31 −49 | swebench |
| #13128 | django/django | Fixed #31755 -- Made temporal subtraction resolve output field. | Jul 1, 2020 | +40 −53 | swebench |
| #13158 | django/django | Fixed #31767 -- Fixed QuerySet.none() on combined queryset. | Jul 7, 2020 | +10 −0 | swebench |
| #13195 | django/django | Fixed #31790 -- Fixed setting SameSite and Secure cookies flags in HttpResponse.delete_cookie(). | Jul 16, 2020 | +66 −10 | swebench |
| #13212 | django/django | Fixed #31806 -- Made validators include the value in ValidationErrors. | Jul 27, 2020 | +126 −26 | swebench |
| #13279 | django/django | Fixed #31864 -- Fixed encoding session data during transition to Django 3.1. | Aug 7, 2020 | +25 −6 | swebench |
| #13297 | django/django | Fixes #31877 -- Used lazy() for TemplateView kwarg deprecation warning. | Aug 13, 2020 | +26 −5 | swebench |
| #13315 | django/django | Fixed #1891, Fixed #11707 -- Prevented duplicates with limit_choices_to on multi-value relations. | Oct 27, 2020 | +84 −4 | swebench |
| #13343 | django/django | Fixed #31941 -- Corrected FileField.deconstruct() with a callable storage. | Sep 2, 2020 | +18 −3 | swebench |
| #13344 | django/django | Fixed #31928 -- Fixed detecting an async get_response in various middlewares. | Aug 28, 2020 | +101 −42 | swebench |
| #13346 | django/django | Fixed #31936 -- Fixed __in lookup on key transforms for JSONField. | Aug 26, 2020 | +48 −0 | swebench |
| #13363 | django/django | Fixed #31948 -- Added tzinfo parameter to TruncDate() and TruncTime(). | Sep 2, 2020 | +28 −4 | swebench |
| #13401 | django/django | Fixed #31750 -- Made models.Field equality compare models for inherited fields. | Sep 9, 2020 | +57 −3 | swebench |
| #13406 | django/django | Fixed #31943 -- Fixed recreating QuerySet.values()/values_list() when using a pickled Query. | Sep 11, 2020 | +39 −1 | swebench |
| #13410 | django/django | Fixed #31989 -- Fixed return value of django.core.files.locks.lock()/unlock() on POSIX systems. | Sep 15, 2020 | +28 −5 | swebench |
| #13417 | django/django | Fixed #31990 -- Fixed QuerySet.ordered for GROUP BY queries on models with Meta.ordering. | Sep 14, 2020 | +21 −1 | swebench |
| #13449 | django/django | Fixed #31723 -- Fixed window functions crash with DecimalField on SQLite. | Sep 23, 2020 | +42 −2 | swebench |
| #13512 | django/django | Fixed #32080 -- Fixed displaying Unicode chars in forms.JSONField and read-only JSONField values in admin. | Oct 9, 2020 | +16 −2 | swebench |
| #13513 | django/django | Fixed #31674 -- Fixed displaying traceback in technical 500 debug page. | Oct 12, 2020 | +51 −21 | swebench |
| #13516 | django/django | Fixed #32094 -- Fixed flush() calls on management command self.stdout/err proxies. | Oct 9, 2020 | +19 −0 | swebench |
| #13551 | django/django | Fixed #26615 -- Made password reset token invalidate when changing email. | Oct 21, 2020 | +39 −11 | swebench |
| #13568 | django/django | Fixed #32121 -- Fixed detecting uniqueness of USERNAME_FIELD when using Meta.constraints. | Oct 20, 2020 | +60 −1 | swebench |
| #13569 | django/django | Fixed #26390 -- Disabled grouping by Random(). | Oct 21, 2020 | +19 −0 | swebench |
| #13590 | django/django | Fixed #32134 -- Fixed crash of __range lookup with namedtuple. | Oct 24, 2020 | +14 −2 | swebench |
| #13658 | django/django | Fixed #32177 -- Made execute_from_command_line() use program name from the argv argument. | Nov 10, 2020 | +22 −2 | swebench |
| #13670 | django/django | Fixed #32149 -- Added support for years < 1000 to DateFormat.y(). | Nov 12, 2020 | +16 −3 | swebench |
| #13741 | django/django | Fixed #32235 -- Made ReadOnlyPasswordHashField disabled by default. | Dec 3, 2020 | +15 −21 | swebench |
| #13786 | django/django | Fixed #32262 -- Fixed migration optimization for model creation and Meta options removal. | Dec 18, 2020 | +41 −1 | swebench |
| #13794 | django/django | Fixed #32208 -- Allowed adding lazy() objects. | Dec 21, 2020 | +28 −0 | swebench |
| #13807 | django/django | Fixed #32158 -- Fixed loaddata crash on SQLite when table/column names are SQL keywords. | Dec 28, 2020 | +28 −4 | swebench |
| #13809 | django/django | Fixed #32296 -- Added --skip-checks option to runserver command. | Jan 18, 2021 | +43 −6 | swebench |
| #13810 | django/django | Fixed #32299 -- Prevented mutating handlers when processing middlewares marking as unused in an async context. | Dec 29, 2020 | +27 −2 | swebench |
| #13820 | django/django | Fixed #32302 -- Allowed migrations to be loaded from regular packages with no __file__ attribute. | Dec 29, 2020 | +39 −5 | swebench |
| #13821 | django/django | Fixed #32303 -- Bumped minimum supported SQLite to 3.9.0. | Dec 30, 2020 | +12 −8 | swebench |
| #13837 | django/django | Fixed #32314 -- Fixed detection when started non-django modules with "python -m" in autoreloader. | Jan 6, 2021 | +18 −6 | swebench |
| #13925 | django/django | Fixed #32367 -- Fixed system check for specifying type of auto-created primary keys for inherited PKs. | Jan 21, 2021 | +56 −12 | swebench |
| #13933 | django/django | Fixed #32347 -- Made ModelChoiceField include the value in ValidationError for invalid_choice. | Jan 26, 2021 | +32 −2 | swebench |
| #13964 | django/django | Fixed #32332 -- Fixed loss of parent with non-numeric pk when saving child after parent. | Feb 4, 2021 | +22 −4 | swebench |
| #14007 | django/django | Fixed #32442 -- Used converters on returning fields from INSERT statements. | Apr 7, 2021 | +47 −11 | swebench |
| #14011 | django/django | Fixed #32416 -- Made ThreadedWSGIServer close connections after each thread. | Apr 12, 2021 | +106 −7 | swebench |
| #14017 | django/django | Fixed #32455 -- Allowed right combining Q() with boolean expressions. | Feb 19, 2021 | +23 −1 | swebench |
| #14034 | django/django | Fixed #29205 -- Corrected rendering of required attributes for MultiValueField subfields. | Aug 4, 2021 | +34 −2 | swebench |
| #14053 | django/django | Fixed #28607 -- Prevented duplicates in HashedFilesMixin post-processing results. | Feb 26, 2021 | +17 −4 | swebench |
| #14089 | django/django | Fixed #32517 -- Made OrderedSet reversible. | Mar 8, 2021 | +9 −1 | swebench |
| #14122 | django/django | Fixed #32546 -- Avoided Meta.ordering columns in GROUP BY clauses. | Mar 16, 2021 | +16 −6 | swebench |
| #14140 | django/django | Fixed #32548 -- Fixed crash when combining Q() objects with boolean expressions. | Mar 18, 2021 | +39 −16 | swebench |
| #14155 | django/django | Fixed #32572 -- Improved ResolverMatch.__repr__(). | Mar 29, 2021 | +32 −5 | swebench |
| #14170 | django/django | Fixed #32573 -- Fixed bounds in __iso_year lookup optimization. | Mar 24, 2021 | +50 −12 | swebench |
| #14238 | django/django | Fixed #32620 -- Allowed subclasses of Big/SmallAutoField for DEFAULT_AUTO_FIELD. | Apr 8, 2021 | +31 −2 | swebench |
| #14311 | django/django | Fixed #32669 -- Fixed detection when started non-django modules which aren't packages with "python -m" in autoreloader. | May 26, 2021 | +17 −3 | swebench |
| #14315 | django/django | Fixed #32687 -- Restored passing process’ environment to underlying tool in dbshell on PostgreSQL. | Apr 27, 2021 | +21 −5 | swebench |
| #14349 | django/django | Fixed #32713, Fixed CVE-2021-32052 -- Prevented newlines and tabs from being accepted in URLValidator on Python 3.9.5+. | May 6, 2021 | +73 −3 | swebench |
| #14351 | django/django | Fixed #32690 -- Fixed __in lookup crash when combining with filtered aggregates. | May 5, 2021 | +17 −0 | swebench |
| #14373 | django/django | Fixed #32735 -- Made DateFormat.Y() return a zero-padded year. | May 12, 2021 | +8 −4 | swebench |
| #14376 | django/django | Fixed #32732 -- Removed usage of deprecated 'db' and 'passwd' connection options in MySQL backend. | May 12, 2021 | +38 −27 | swebench |
| #14404 | django/django | Fixed #32754 -- Made AdminSite.catch_all_view() respect SCRIPT_NAME. | May 18, 2021 | +41 −4 | swebench |
| #14434 | django/django | Fixed #32777 -- Passed table reference as a string to DatabaseSchemaEditor._index_columns(). | May 24, 2021 | +20 −4 | swebench |
| #14493 | django/django | Fixed #32716 -- Fixed ManifestStaticFilesStorage crash when max_post_process_passes is 0. | Jun 7, 2021 | +18 −0 | swebench |
| #14500 | django/django | Fixed #25255 -- Recorded unapplied squashed migrations. | Jun 8, 2021 | +19 −3 | swebench |
| #14534 | django/django | Fixed #32855 -- Corrected BoundWidget.id_for_label() with custom auto_id. | Aug 4, 2021 | +18 −2 | swebench |
| #14539 | django/django | Fixed #32866 -- Fixed trimming trailing punctuation from escaped string in urlize(). | Jul 7, 2021 | +7 −2 | swebench |
| #14559 | django/django | Fixed #32381 -- Made QuerySet.bulk_update() return the number of objects updated. | Jun 29, 2021 | +29 −5 | swebench |
| #14580 | django/django | Fixed #32893 -- Fixed serialization of models.Model class in migrations. | Jul 1, 2021 | +8 −1 | swebench |
| #14608 | django/django | Fixed #32905 -- Added CSS class for non-form errors of formsets. | Jul 15, 2021 | +42 −3 | swebench |
| #14631 | django/django | Fixed #32920 -- Changed BaseForm to access its values through bound fields. | Jul 15, 2021 | +68 −39 | swebench |
| #14672 | django/django | Fixed #32947 -- Fixed hash() crash on reverse M2M relation when through_fields is a list. | Jul 26, 2021 | +49 −5 | swebench |
| #14725 | django/django | Fixed #26142 -- Allowed model formsets to prevent new object creation. | Jan 28, 2022 | +114 −7 | swebench |
| #14752 | django/django | Fixed #32993 -- Added AutocompleteJsonView.serialize_result() to allow customization. | Aug 10, 2021 | +35 −3 | swebench |
| #14765 | django/django | Fixed #33014 -- Made ProjectState raise exception when real_apps argument is not a set. | Aug 19, 2021 | +12 −3 | swebench |
| #14771 | django/django | Fixed #33027 -- Made autoreloader pass -X options. | Sep 29, 2021 | +21 −0 | swebench |
| #14787 | django/django | Fixed #33043 -- Made method_decorator() preserve wrapper assignments. | Oct 20, 2021 | +24 −1 | swebench |
| #14792 | django/django | Fixed #32992 -- Restored offset extraction for fixed offset timezones. | Aug 30, 2021 | +32 −3 | swebench |
| #14855 | django/django | Fixed #33077 -- Fixed links to related models for admin's readonly fields in custom admin site. | Sep 18, 2021 | +19 −6 | swebench |
| #14915 | django/django | Fixed #33155 -- Made ModelChoiceIteratorValue instances hashable. | Sep 30, 2021 | +11 −1 | swebench |
| #14999 | django/django | Fixed #33201 -- Made RenameModel operation a noop for models with db_table. | Oct 27, 2021 | +28 −5 | swebench |
| #15022 | django/django | Fixed #16063 -- Adjusted admin changelist searches spanning multi-valued relationships. | Dec 15, 2021 | +102 −4 | swebench |
| #15037 | django/django | Fixed #33187 -- Made inspectdb handle ForeignKey.to_field attribute. | Nov 2, 2021 | +22 −2 | swebench |
| #15098 | django/django | Fixed #33078 -- Added support for language regions in i18n_patterns(). | Dec 3, 2021 | +32 −12 | swebench |
| #15103 | django/django | Fixed #33302 -- Made element_id optional argument for json_script template filter. | Nov 22, 2021 | +28 −9 | swebench |
| #15104 | django/django | Fixed #33305 -- Fixed autodetector crash for ForeignKey with hardcoded "to" attribute. | Nov 22, 2021 | +23 −1 | swebench |
| #15127 | django/django | Fixed #33303 -- Changed messages' level tags on MESSAGE_TAGS setting change. | Nov 26, 2021 | +32 −19 | swebench |
| #15128 | django/django | Fixed #33319 -- Fixed crash when combining with the | operator querysets with aliases that conflict. | Dec 8, 2021 | +47 −10 | swebench |
| #15161 | django/django | Fixed #33216 -- Simpilified deconstructed paths for some expressions. | Jan 7, 2022 | +35 −2 | swebench |
| #15252 | django/django | Fixed #23273 -- Avoided creation of django_migrations table when there are no migrations to apply. | Dec 30, 2021 | +46 −5 | swebench |
| #15268 | django/django | Fixed #33402 -- Optimized multiple AlterFooTogether operations. | Jan 4, 2022 | +19 −32 | swebench |
| #15277 | django/django | Fixed #33406 -- Avoided creation of MaxLengthValidator(None) when resolving Value.output_field for strings. | Jan 4, 2022 | +26 −1 | swebench |
| #15278 | django/django | Fixed #33408 -- Fixed adding nullable unique fields on SQLite. | Jan 4, 2022 | +21 −4 | swebench |
| #15280 | django/django | Fixed #32511 -- Corrected handling prefetched nested reverse relationships. | Jan 5, 2022 | +30 −2 | swebench |
| #15315 | django/django | Fixed #33441 -- Restored immutability of models.Field.__hash__(). | Jan 14, 2022 | +9 −8 | swebench |
| #15368 | django/django | Fixed #33463 -- Fixed QuerySet.bulk_update() with F() expressions. | Jan 27, 2022 | +12 −2 | swebench |
| #15375 | django/django | Fixed #33468 -- Fixed QuerySet.aggregate() after annotate() crash on aggregates with default. | Jan 31, 2022 | +19 −1 | swebench |
| #15380 | django/django | Fixed #33480 -- Fixed makemigrations crash when renaming field of renamed model. | Feb 1, 2022 | +24 −1 | swebench |
| #15382 | django/django | Fixed #33482 -- Fixed QuerySet filtering againts negated Exists() with empty queryset. | Feb 2, 2022 | +19 −7 | swebench |
| #15467 | django/django | Fixed #33524 -- Allowed overriding empty_label for ForeignKey in ModelAdmin.radio_fields. | Mar 1, 2022 | +15 −1 | swebench |
| #15499 | django/django | Fixed #33572 -- Implemented CreateModel/AlterModelManagers reduction. | Mar 11, 2022 | +37 −0 | swebench |
| #15503 | django/django | Fixed #33552 -- Fixed JSONField has key lookups with numeric keys on MariaDB, MySQL, Oracle, and SQLite. | Mar 15, 2022 | +43 −10 | swebench |
| #15525 | django/django | Fixed #33582 -- Fixed deserializing natural keys with foreing key dependencies in a multiple database setup. | Mar 19, 2022 | +61 −3 | swebench |
| #15554 | django/django | Fixed #33598 -- Reverted "Removed unnecessary reuse_with_filtered_relation argument from Query methods." | Mar 30, 2022 | +68 −10 | swebench |
| #15561 | django/django | Fixed #33471 -- Made AlterField operation a noop when changing "choices". | Apr 6, 2022 | +58 −15 | swebench |
| #15563 | django/django | Fixed #33618 -- Fixed MTI updates outside of primary key chain. | Apr 7, 2022 | +34 −3 | swebench |
| #15569 | django/django | Fixed #33626 -- Cleared cache when unregistering a lookup. | Apr 12, 2022 | +13 −11 | swebench |
| #15572 | django/django | Fixed #33628 -- Ignored directories with empty names in autoreloader check for template changes. | Apr 11, 2022 | +28 −4 | swebench |
| #15629 | django/django | Fixed #33413 -- Made migrations propage collations to related fields. | May 2, 2022 | +161 −8 | swebench |
| #15695 | django/django | Fixed #33710 -- Made RenameIndex operation a noop when the old and new name match. | May 16, 2022 | +8 −0 | swebench |
| #15731 | django/django | Fixed #33733 -- Preserved wrapper assignment for manager methods. | Jun 1, 2022 | +14 −2 | swebench |
| #15732 | django/django | Fixed #23740 -- Fixed removing unique_together constraint if exists primary key/unique constraint on the same field. | May 26, 2022 | +90 −5 | swebench |
| #15741 | django/django | Fixed #33748 -- Fixed date template filter crash with lazy format. | May 31, 2022 | +9 −0 | swebench |
| #15814 | django/django | Fixed #33816 -- Fixed QuerySet.only() after select_related() crash on proxy models. | Jul 4, 2022 | +7 −0 | swebench |
| #15851 | django/django | Fixed #33854 -- Corrected the order of parameters in dbshell on PostgreSQL. | Jul 18, 2022 | +2 −2 | swebench |
| #15863 | django/django | Fixed #34098 -- Fixed loss of precision for Decimal values in floatformat filter. | Oct 24, 2022 | +5 −1 | swebench |
| #15916 | django/django | Fixed #31721 -- Allowed ModelForm meta to specify form fields. | Aug 8, 2022 | +63 −13 | swebench |
| #15930 | django/django | Fixed #33895 -- Fixed Case() crash with filters that match everything in When(). | Aug 9, 2022 | +15 −0 | swebench |
| #15957 | django/django | Fixed #26780 -- Added prefetch_related() support for sliced queries. | Aug 15, 2022 | +93 −7 | swebench |
| #15973 | django/django | Fixed #33938 -- Fixed migration crash for m2m with a through model in another app. | Aug 25, 2022 | +50 −1 | swebench |
| #15987 | django/django | Fixed #33949 -- Fixed fixture dirs duplicates with Path instances. | Aug 23, 2022 | +15 −1 | swebench |
| #16032 | django/django | Fixed #33975 -- Fixed __in lookup when rhs is a queryset with annotate() and alias(). | Sep 9, 2022 | +31 −8 | swebench |
| #16082 | django/django | Fixed #33464 -- Resolved output_field for combined numeric expressions with MOD operator. | Sep 27, 2022 | +8 −1 | swebench |
| #16100 | django/django | Fixed #32603 -- Made ModelAdmin.list_editable use transactions. | Oct 7, 2022 | +64 −11 | swebench |
| #16116 | django/django | Fixed #34051 -- Made makemigrations --check exit before making migrations. | Sep 28, 2022 | +16 −4 | swebench |
| #16136 | django/django | Fixed #34062 -- Updated View.http_method_not_allowed() to support async | Sep 29, 2022 | +35 −3 | swebench |
| #16139 | django/django | Fixed #34066 -- Fixed link to password reset view in UserChangeForm.password's help text when using to_field. | Oct 27, 2022 | +25 −1 | swebench |
| #16145 | django/django | Fixed #34068 -- Corrected output of runserver command for "0" IP address. | Oct 4, 2022 | +23 −1 | swebench |
| #16255 | django/django | Fixed #34088 -- Fixed Sitemap.get_latest_lastmod() crash with empty items. | Nov 7, 2022 | +35 −1 | swebench |
| #16256 | django/django | Fixed #34139 -- Fixed acreate(), aget_or_create(), and aupdate_or_create() methods for related managers. | Nov 8, 2022 | +155 −0 | swebench |
| #16263 | django/django | Fixed #28477 -- Stripped unused annotations on aggregation. | Nov 9, 2022 | +109 −23 | swebench |
| #16315 | django/django | Fixed #34171 -- Fixed QuerySet.bulk_create() on fields with db_column in unique_fields/update_fields. | Nov 22, 2022 | +46 −7 | swebench |
| #16333 | django/django | Fixed #34187 -- Made UserCreationForm save many-to-many fields. | Nov 29, 2022 | +35 −0 | swebench |
| #16429 | django/django | Fixed #34243 -- Fixed timesince() crash with timezone-aware dates and interval longer than 1 month. | Jan 5, 2023 | +11 −2 | swebench |
| #16454 | django/django | Fixed #34259 -- Passed called_from_command_line to command subparsers. | Feb 3, 2023 | +47 −0 | swebench |
| #16485 | django/django | Fixed #34272 -- Fixed floatformat crash on zero with trailing zeros to zero decimal places. | Jan 19, 2023 | +3 −1 | swebench |
| #16493 | django/django | Fixed #34192 -- Preserved callable storage when it returns default_storage. | Jan 23, 2023 | +27 −4 | swebench |
| #16502 | django/django | Fixed #28054 -- Made runserver not return response body for HEAD requests. | Jan 27, 2023 | +88 −8 | swebench |
| #16527 | django/django | Fixed #34301 -- Made admin's submit_row check add permission for "Save as new" button. | Feb 7, 2023 | +35 −2 | swebench |
| #16560 | django/django | Fixed #34338 -- Allowed customizing code of ValidationError in BaseConstraint and subclasses. | Feb 23, 2023 | +268 −23 | swebench |
| #16569 | django/django | Fixed #34349 -- Fixed FormSet.empty_form crash when deleting extra forms is disabled. | Feb 20, 2023 | +4 −1 | swebench |
| #16595 | django/django | Fixed #34366 -- Reduced AlterField operations when optimizing migrations. | Feb 24, 2023 | +15 −9 | swebench |
| #16612 | django/django | Fixed #34377 -- Fixed preserving query strings in AdminSite.catch_all_view(). | Mar 3, 2023 | +74 −1 | swebench |
| #16631 | django/django | Fixed #34384 -- Fixed session validation when rotation secret keys. | Mar 8, 2023 | +69 −7 | swebench |
| #16642 | django/django | Fixed #34405 -- Fixed setting Content-Type header in FileResponse for compress and brotli. | Mar 14, 2023 | +4 −0 | swebench |
| #16661 | django/django | Fixed #28384 -- Fixed ModelAdmin.lookup_allowed() for OneToOneField primary keys and nested relations. | Mar 28, 2023 | +35 −4 | swebench |
| #16662 | django/django | Fixed #34420 -- Corrected the order of imports in generated migration files. | Mar 20, 2023 | +11 −2 | swebench |
| #16667 | django/django | Fixed #34424 -- Fixed SelectDateWidget crash for inputs raising OverflowError. | Mar 22, 2023 | +18 −0 | swebench |
| #16801 | django/django | Fixed #34517 -- Avoided connection post_init signal to ImageField without width/height fields. | May 3, 2023 | +15 −5 | swebench |
| #16819 | django/django | Fixed #34528 -- Reduced Add/RemoveIndex operations when optimizing migrations. | May 1, 2023 | +19 −0 | swebench |
| #16877 | django/django | Fixed #34577 -- Added escapeseq template filter. | May 22, 2023 | +91 −1 | swebench |
| #16899 | django/django | Fixed #34601 -- Added field name to check message for ModelAdmin.readonly_fields. | Jun 5, 2023 | +12 −8 | swebench |
| #16901 | django/django | Fixed #34604 -- Corrected fallback SQL for n-ary logical XOR. | Jun 9, 2023 | +44 −4 | swebench |
| #16938 | django/django | Fixed #34620 -- Fixed serialization crash on m2m fields without natural keys when base querysets use select_related(). | Jun 4, 2023 | +38 −10 | swebench |
| #16950 | django/django | Fixed #32210 -- Fixed model inlines with to_field that has a default. | Jul 7, 2023 | +31 −1 | swebench |
| #17029 | django/django | Fixed #34687 -- Made Apps.clear_cache() clear get_swappable_settings_name() cache. | Jun 30, 2023 | +13 −0 | swebench |
| #17084 | django/django | Fixed #34717 -- Fixed QuerySet.aggregate() crash when referencing window functions. | Jul 19, 2023 | +30 −1 | swebench |
| #17087 | django/django | Fixed #34716 -- Fixed serialization of nested class methods in migrations. | Jul 18, 2023 | +14 −1 | swebench |
| #7530 | django/django | Fixed #27461 -- Fixed incorrect allow_migrate() arguments in makemigrations. | Nov 9, 2016 | +15 −2 | swebench |
| #9296 | django/django | Fixed #14218 -- Added iteration behavior to Paginator. | Oct 2, 2019 | +25 −2 | swebench |
| #13989 | matplotlib/matplotlib | FIX: update not replace hist_kwargs when density is passed | Apr 19, 2019 | +8 −1 | swebench |
| #14623 | matplotlib/matplotlib | Fix axis inversion with loglocator and logitlocator. | Jun 27, 2019 | +29 −3 | swebench |
| #20488 | matplotlib/matplotlib | FIX: Include 0 when checking lognorm vmin | Jun 24, 2021 | +13 −12 | swebench |
| #20676 | matplotlib/matplotlib | Fix bounds when initialising `SpanSelector` | Jul 19, 2021 | +35 −1 | swebench |
| #20826 | matplotlib/matplotlib | Fix clear of Axes that are shared. | Aug 12, 2021 | +22 −2 | swebench |
| #20859 | matplotlib/matplotlib | Allow SubFigure legends | Aug 20, 2021 | +14 −3 | swebench |
| #21568 | matplotlib/matplotlib | Enhancing support for tex and datetimes | Nov 13, 2021 | +20 −13 | swebench |
| #22719 | matplotlib/matplotlib | Fix incorrect deprecation warning | Mar 30, 2022 | +11 −2 | swebench |
| #22865 | matplotlib/matplotlib | Fix issue with colorbar extend and drawedges | Jun 15, 2022 | +30 −2 | swebench |
| #22871 | matplotlib/matplotlib | Fix year offset not always being added | Apr 22, 2022 | +8 −2 | swebench |
| #23299 | matplotlib/matplotlib | FIX/API: do not reset backend key in rc_context | Jun 28, 2022 | +17 −1 | swebench |
| #23314 | matplotlib/matplotlib | Don't draw invisible 3D Axes | Jun 21, 2022 | +15 −1 | swebench |
| #23412 | matplotlib/matplotlib | Fix dash offset bug in Patch | Aug 5, 2022 | +41 −3 | swebench |
| #23476 | matplotlib/matplotlib | FIX: reset to original DPI in getstate | Jul 22, 2022 | +12 −0 | swebench |
| #24026 | matplotlib/matplotlib | Don't modify Axes property cycle in stackplot | Sep 28, 2022 | +11 −7 | swebench |
| #24149 | matplotlib/matplotlib | FIX: handle input to ax.bar that is all nan | Oct 13, 2022 | +21 −0 | swebench |
| #24177 | matplotlib/matplotlib | Don't simplify paths used for autoscaling | Oct 15, 2022 | +53 −1 | swebench |
| #24570 | matplotlib/matplotlib | FIX: VPacker and HPacker bottom/top alignment | Dec 1, 2022 | +51 −3 | swebench |
| #24627 | matplotlib/matplotlib | MNT: when clearing an Axes via clear/cla fully detach children | Dec 7, 2022 | +16 −1 | swebench |
| #24637 | matplotlib/matplotlib | Fixes #20044 pass AnnotationBbox to renderer | Dec 22, 2022 | +34 −0 | swebench |
| #24870 | matplotlib/matplotlib | Better default bool contour levels. | Jan 4, 2023 | +41 −14 | swebench |
| #24970 | matplotlib/matplotlib | FIX: Handle uint8 indices properly for colormap lookups | Jan 14, 2023 | +18 −10 | swebench |
| #25122 | matplotlib/matplotlib | FIX: scaling factor for window with negative value | Feb 7, 2023 | +33 −6 | swebench |
| #25287 | matplotlib/matplotlib | Fix unmatched offsetText label color | Mar 1, 2023 | +35 −2 | swebench |
| #25311 | matplotlib/matplotlib | Make draggable legends picklable. | Feb 27, 2023 | +12 −4 | swebench |
| #25332 | matplotlib/matplotlib | Support pickling of figures with aligned x/y labels. | Feb 28, 2023 | +17 −0 | swebench |
| #25479 | matplotlib/matplotlib | FIX: Allow different colormap name from registered name | Apr 25, 2023 | +20 −3 | swebench |
| #25775 | matplotlib/matplotlib | Support customizing antialiasing for text and annotation | Jun 2, 2023 | +166 −6 | swebench |
| #25960 | matplotlib/matplotlib | FIX: wspace and hspace in subfigures without layout engine | Jul 5, 2023 | +40 −3 | swebench |
| #26113 | matplotlib/matplotlib | Fixes #12926 - inconsistency upon passing C in hexbin | Jun 13, 2023 | +40 −1 | swebench |
| #26208 | matplotlib/matplotlib | FIX: also copy the axis units when creating twins | Jun 30, 2023 | +19 −0 | swebench |
| #26291 | matplotlib/matplotlib | Get correct renderer for axes_grid1 inset axes with bbox_inches=tight | Jul 12, 2023 | +12 −0 | swebench |
| #26342 | matplotlib/matplotlib | ENH: Collection.set_paths | Jul 19, 2023 | +11 −6 | swebench |
| #26466 | matplotlib/matplotlib | Make annotate/OffsetFrom unaffected by later mutation of coordinates. | Aug 7, 2023 | +23 −15 | swebench |
| #3069 | mwaskom/seaborn | Tweak nominal scale axes akin to categorical axes in classic seaborn | Oct 12, 2022 | +40 −5 | swebench |
| #3187 | mwaskom/seaborn | Don't use offset / scientific notation in numeric legends | Dec 18, 2022 | +29 −0 | swebench |
| #5014 | pallets/flask | Require a non empty name for blueprints | Mar 11, 2023 | +10 −0 | swebench |
| #1142 | psf/requests | Remove default Content-Length from GET requests. | Jan 26, 2013 | +10 −1 | swebench |
| #2317 | psf/requests | Use to_native_string instead of builtin_str | Nov 1, 2014 | +7 −2 | swebench |
| #5414 | psf/requests | Raise InvalidUrl if host starts with '.' character. | Dec 29, 2021 | +3 −1 | swebench |
| #1766 | psf/requests | Quote qop values in digest auth. | Dec 4, 2013 | +10 −2 | swebench |
| #1921 | psf/requests | Do not set headers with None value | Mar 3, 2014 | +10 −0 | swebench |
| #2931 | psf/requests | Fix regression from #2844 regarding binary bodies. | Dec 16, 2015 | +9 −1 | swebench |
| #6028 | psf/requests | Fix auth parsing for proxies | Jan 4, 2022 | +12 −0 | swebench |
| #2905 | pydata/xarray | Use explicit type check in `as_compatible_data` instead of blanket access to `values` attribute | Feb 18, 2021 | +15 −1 | swebench |
| #3095 | pydata/xarray | Fix regression: IndexVariable.copy(deep=True) casts dtype=U to object | Aug 2, 2019 | +39 −21 | swebench |
| #3151 | pydata/xarray | Hotfix for case of combining identical non-monotonic coords | Jul 31, 2019 | +29 −8 | swebench |
| #3305 | pydata/xarray | Honor `keep_attrs` in DataArray.quantile | Sep 15, 2019 | +30 −16 | swebench |
| #3677 | pydata/xarray | ds.merge(da) bugfix | Jan 12, 2020 | +10 −0 | swebench |
| #3993 | pydata/xarray | dim -> coord in DataArray.integrate | Jan 29, 2021 | +47 −14 | swebench |
| #4075 | pydata/xarray | Fix bool weights | May 23, 2020 | +34 −2 | swebench |
| #4094 | pydata/xarray | Fix to_unstacked_dataset for single dimension variables. | Jul 2, 2020 | +11 −1 | swebench |
| #4356 | pydata/xarray | Allow multiple dims to be passed with min_count | Aug 20, 2020 | +27 −9 | swebench |
| #4629 | pydata/xarray | fixes bug #4627 to make a copy of the attrs in the merged object | Dec 2, 2020 | +9 −1 | swebench |
| #4687 | pydata/xarray | keep attrs in xarray.where | Jan 19, 2022 | +24 −6 | swebench |
| #4695 | pydata/xarray | Remove dictionary unpacking when using `.loc` to avoid collision with `.sel` parameters | Dec 16, 2020 | +13 −1 | swebench |
| #1724 | psf/requests | Fixed #1723 | Nov 4, 2013 | +9 −1 | swebench |
| #4966 | pydata/xarray | conventions: decode unsigned integers to signed if _Unsigned=false | Mar 12, 2021 | +38 −0 | swebench |
| #6461 | pydata/xarray | Fix `xr.where(..., keep_attrs=True)` bug | Apr 12, 2022 | +7 −2 | swebench |
| #6599 | pydata/xarray | re-add timedelta support for polyval | May 12, 2022 | +13 −1 | swebench |
| #6721 | pydata/xarray | Fix .chunks loading lazy backed array data | Jun 29, 2022 | +10 −1 | swebench |
| #6744 | pydata/xarray | Fix `DataArrayRolling.__iter__` with `center=True` | Jul 14, 2022 | +19 −16 | swebench |
| #6938 | pydata/xarray | Fix bug where indexes were changed inplace | Aug 22, 2022 | +24 −11 | swebench |
| #6992 | pydata/xarray | Review (re)set_index | Sep 27, 2022 | +157 −49 | swebench |
| #7229 | pydata/xarray | Fix coordinate attr handling in `xr.where(..., keep_attrs=True)` | Nov 30, 2022 | +79 −12 | swebench |
| #7233 | pydata/xarray | Ensure Coarsen.construct keeps all coords | Oct 28, 2022 | +89 −64 | swebench |
| #7393 | pydata/xarray | Preserve original dtype when accessing MultiIndex levels | Dec 24, 2022 | +14 −1 | swebench |
| #4551 | pylint-dev/pylint | Add type annotations to pyreverse | Jun 26, 2021 | +177 −28 | swebench |
| #4604 | pylint-dev/pylint | VariableChecker now accounts for attribute lookups in type comments | Jun 27, 2021 | +33 −0 | swebench |
| #4661 | pylint-dev/pylint | Use `XDG_CACHE_HOME` for `PYLINTHOME` | Jul 28, 2021 | +31 −5 | swebench |
| #4970 | pylint-dev/pylint | Make ``min-similarity-lines == 0`` stop similarity check | Sep 7, 2021 | +18 −0 | swebench |
| #6386 | pylint-dev/pylint | Fix short ``-v`` flag | Apr 19, 2022 | +21 −1 | swebench |
| #6528 | pylint-dev/pylint | Respect ignore configuration options when --recursive=y. | May 13, 2022 | +151 −8 | swebench |
| #6903 | pylint-dev/pylint | Prevent pylint.run._cpu_count() from returning 0 | Jun 11, 2022 | +48 −1 | swebench |
| #7080 | pylint-dev/pylint | Normalize path before checking if path should be ignored | Jun 28, 2022 | +27 −0 | swebench |
| #7277 | pylint-dev/pylint | Check for `<cwd>` before removing first item from `sys.path` in `modify_sys_path`. | Aug 9, 2022 | +24 −2 | swebench |
| #8898 | pylint-dev/pylint | Ignore quantifiers when splitting comma-separated regexes | Jul 30, 2023 | +64 −4 | swebench |
| #10051 | pytest-dev/pytest | Fix stage caplog records not clear | Jul 8, 2022 | +25 −2 | swebench |
| #10081 | pytest-dev/pytest | Do not call tearDown for skipped unittest.TestCases with --pdb | Jun 28, 2022 | +50 −6 | swebench |
| #10356 | pytest-dev/pytest | fix #7792: consider marks from the mro | Oct 15, 2022 | +59 −7 | swebench |
| #5262 | pytest-dev/pytest | Remove 'b' from sys.stdout.mode | May 15, 2019 | +8 −0 | swebench |
| #5631 | pytest-dev/pytest | use identity checks for the mock sentinels | Jul 23, 2019 | +42 −7 | swebench |
| #5787 | pytest-dev/pytest | Serialize/deserialize chained exceptions | Aug 30, 2019 | +411 −294 | swebench |
| #5809 | pytest-dev/pytest | Fix "lexer" being used when uploading to bpaste.net | Sep 1, 2019 | +3 −6 | swebench |
| #5840 | pytest-dev/pytest | Fix regression due to different cases on Windows | Sep 13, 2019 | +29 −27 | swebench |
| #6197 | pytest-dev/pytest | Fix incorrect discovery of non-test `__init__.py` files. | Nov 15, 2019 | +29 −41 | swebench |
| #6202 | pytest-dev/pytest | Fix incorrect result of getmodpath method. | Nov 18, 2019 | +12 −4 | swebench |
| #7205 | pytest-dev/pytest | Issue 7126 - "saferepr" to avoid BytesWarning when using --setup-show | May 14, 2020 | +32 −7 | swebench |
| #7236 | pytest-dev/pytest | Do not call TestCase.tearDown for skipped tests | May 30, 2020 | +44 −3 | swebench |
| #7324 | pytest-dev/pytest | mark/expression: prevent creation of illegal Python identifiers | Jun 6, 2020 | +9 −2 | swebench |
| #7432 | pytest-dev/pytest | Fix reported location of skip when --runxfail is used | Jul 9, 2020 | +28 −1 | swebench |
| #7490 | pytest-dev/pytest | skipping: fix dynamic xfail mark added in runtest not respected | Jul 15, 2020 | +39 −10 | swebench |
| #7521 | pytest-dev/pytest | Preserve newlines when captured with capfd | Jul 20, 2020 | +8 −0 | swebench |
| #7571 | pytest-dev/pytest | logging: fix capture handler level not reset on teardown after caplog.set_level() | Jul 29, 2020 | +37 −2 | swebench |
| #7982 | pytest-dev/pytest | pathlib: fix symlinked directories not followed during collection | Oct 31, 2020 | +12 −1 | swebench |
| #8399 | pytest-dev/pytest | closes #8394 Generated fixture names for unittest/xunit/nose should start with underscore | Mar 4, 2021 | +74 −5 | swebench |
| #10297 | scikit-learn/scikit-learn | [MRG+1] Fixes #10284 Added store_cv_values to RidgeClassifierCV and a test. | Mar 15, 2018 | +57 −21 | swebench |
| #10844 | scikit-learn/scikit-learn | FIX Solves integer overflow in fowlkes_mallow_score | May 7, 2018 | +13 −5 | swebench |
| #10908 | scikit-learn/scikit-learn | [MRG+1] Add validation of vocabulary in get_feature_names | Apr 25, 2018 | +23 −1 | swebench |
| #11310 | scikit-learn/scikit-learn | [MRG + 1] Add refit_time_ attribute to model selection | Jun 20, 2018 | +26 −0 | swebench |
| #11578 | scikit-learn/scikit-learn | [MRG] fixes multinomial scoring for LogisticRegressionCV | Jul 18, 2018 | +42 −2 | swebench |
| #12585 | scikit-learn/scikit-learn | FIX: clone behavior for estimator types | Nov 14, 2018 | +10 −1 | swebench |
| #12682 | scikit-learn/scikit-learn | [MRG+1] add a `transform_max_iter` to `SparseCoder`, `DictionaryLearning`, and `MiniBatchDictionaryLearning` | Jul 8, 2019 | +134 −25 | swebench |
| #12973 | scikit-learn/scikit-learn | [MRG] Fix LassoLarsIC: unintuitive copy_X behaviour | Feb 23, 2019 | +44 −4 | swebench |
| #13124 | scikit-learn/scikit-learn | FIX Shuffle each class's samples with different random_state in StratifiedKFold | Feb 27, 2019 | +18 −3 | swebench |
| #13135 | scikit-learn/scikit-learn | [MRG] Fix #13134: Ensure sorted bin edges for KBinsDiscretizer strategy kmeans | Feb 12, 2019 | +17 −5 | swebench |
| #13142 | scikit-learn/scikit-learn | [MRG] Fix GaussianMixture fit_predict != fit.predict when n_init > 1 | Feb 25, 2019 | +32 −5 | swebench |
| #13328 | scikit-learn/scikit-learn | Huber fix with bool X | Mar 3, 2019 | +29 −9 | swebench |
| #13439 | scikit-learn/scikit-learn | adding length function to pipeline.py | Mar 16, 2019 | +11 −0 | swebench |
| #13496 | scikit-learn/scikit-learn | [MRG] ENH iForest - expose warm_start (#13451) | Mar 27, 2019 | +48 −1 | swebench |
| #13779 | scikit-learn/scikit-learn | [MRG] FIX Allow to disable estimator and passing weight in Voting estimators | May 6, 2019 | +31 −0 | swebench |
| #14053 | scikit-learn/scikit-learn | [MRG] BUG Fixes export_text with single feature | Jun 18, 2019 | +23 −1 | swebench |
| #14087 | scikit-learn/scikit-learn | [MRG] fix refit=False error in LogisticRegressionCV | Jun 14, 2019 | +20 −7 | swebench |
| #14141 | scikit-learn/scikit-learn | ENH Add joblib to the list of dependencies in show_versions | Jun 21, 2019 | +2 −0 | swebench |
| #14496 | scikit-learn/scikit-learn | [MRG+1] FIX Support float min_samples and min_cluster_size in OPTICS | Jul 29, 2019 | +20 −13 | swebench |
| #14629 | scikit-learn/scikit-learn | [MRG+2] MultiOutputClassifier classes_ attribute | Aug 14, 2019 | +46 −1 | swebench |
| #14710 | scikit-learn/scikit-learn | FIX encode target for scoring when using early stopping in HistGradientBoostinClassifier | Aug 22, 2019 | +17 −0 | swebench |
| #14894 | scikit-learn/scikit-learn | [MRG] Fix ZeroDivisionError when using sparse data in SVM in case where support_vectors_ is empty | Oct 7, 2019 | +24 −5 | swebench |
| #14983 | scikit-learn/scikit-learn | [MGR] Fix RepeatedKFold and RepeatedStratifiedKFold __repr__ string | Sep 16, 2019 | +16 −0 | swebench |
| #15100 | scikit-learn/scikit-learn | FIX a bug in feature_extraction.text.strip_accents_unicode | Oct 3, 2019 | +25 −3 | swebench |
| #25102 | scikit-learn/scikit-learn | ENH Preserve DataFrame dtypes in transform for feature selectors | Feb 19, 2023 | +108 −14 | swebench |
| #25232 | scikit-learn/scikit-learn | FIX expose fill_value in IterativeImputer | Jan 17, 2023 | +34 −0 | swebench |
| #25747 | scikit-learn/scikit-learn | FIX TransformerMixin does not override index if transform=pandas | Mar 8, 2023 | +41 −4 | swebench |
| #25931 | scikit-learn/scikit-learn | FIX Remove spurious feature names warning in IsolationForest | Mar 22, 2023 | +39 −8 | swebench |
| #25973 | scikit-learn/scikit-learn | FIX SequentialFeatureSelector throws IndexError when cv is a generator | Mar 28, 2023 | +32 −7 | swebench |
| #26194 | scikit-learn/scikit-learn | FIX thresholds should not exceed 1.0 with probabilities in `roc_curve` | May 4, 2023 | +31 −7 | swebench |
| #26323 | scikit-learn/scikit-learn | FIX Sets remainder's output in ColumnTransformer | Jun 7, 2023 | +32 −0 | swebench |
| #9288 | scikit-learn/scikit-learn | [MRG] add seeds when n_jobs=1 and use seed as random_state | Aug 16, 2019 | +20 −3 | swebench |
| #10323 | sphinx-doc/sphinx | Fix #10318: literalinclude: :prepend: option working with :dedent: | Apr 3, 2022 | +17 −2 | swebench |
| #10435 | sphinx-doc/sphinx | Fix #10434: extra whitespace in pdf output for highlighted inline code | May 8, 2022 | +5 −5 | swebench |
| #10449 | sphinx-doc/sphinx | Fix #9575: autodoc: Return annotation should not be shown | May 15, 2022 | +13 −5 | swebench |
| #10466 | sphinx-doc/sphinx | Fix sphinx-doc#10104: gettext: Duplicated locations are output to pot file | May 26, 2022 | +24 −1 | swebench |
| #10614 | sphinx-doc/sphinx | Fixes missing and broken links in inheritance diagrams | Aug 8, 2023 | +118 −13 | swebench |
| #10673 | sphinx-doc/sphinx | Make toctree accept special docnames | Sep 12, 2022 | +62 −4 | swebench |
| #11445 | sphinx-doc/sphinx | RST roles in titles render properly with ``rst_prolog`` | Jul 23, 2023 | +75 −9 | swebench |
| #11510 | sphinx-doc/sphinx | Emit "source-read" events for files read via the ``include`` directive | Aug 14, 2023 | +86 −0 | swebench |
| #7440 | sphinx-doc/sphinx | Fix #7418: std domain: duplication warning for glossary terms is case insensitive | Apr 9, 2020 | +10 −7 | swebench |
| #7454 | sphinx-doc/sphinx | Fix #7445: a return annotation ``None`` is not converted to a hyperlink | Apr 10, 2020 | +15 −1 | swebench |
| #7462 | sphinx-doc/sphinx | Fix #7461: py domain: fails with IndexError for empty tuple in type annotation | Apr 13, 2020 | +25 −6 | swebench |
| #7590 | sphinx-doc/sphinx | C++, parse expressions with user-defined literals | May 1, 2020 | +124 −41 | swebench |
| #7748 | sphinx-doc/sphinx | Close #2106: autodoc: Support multiple signatures on docstring | May 31, 2020 | +91 −27 | swebench |
| #7757 | sphinx-doc/sphinx | Fix #7756: py domain: The default value for posonlyarg is not shown | May 31, 2020 | +28 −8 | swebench |
| #7889 | sphinx-doc/sphinx | Fix #7886: autodoc: TypeError is raised on mocking generic-typed classes | Jul 4, 2020 | +15 −2 | swebench |
| #7910 | sphinx-doc/sphinx | show docs for decorated special functions | Jul 6, 2020 | +26 −3 | swebench |
| #7985 | sphinx-doc/sphinx | Close #5208: linkcheck: Support checks for local links | Jul 20, 2020 | +26 −7 | swebench |
| #8035 | sphinx-doc/sphinx | Close #8034: autodoc: :private-member: can take an list of member names | Aug 2, 2020 | +80 −10 | swebench |
| #8056 | sphinx-doc/sphinx | Fix #7780: napoleon: multiple params declaration was wrongly recognized | Aug 7, 2020 | +38 −5 | swebench |
| #8120 | sphinx-doc/sphinx | Fix #6640: i18n: Failed to override system message translation | Oct 4, 2020 | +36 −3 | swebench |
| #8265 | sphinx-doc/sphinx | Fix #7964: autodoc: Tuple in default value is wrongly rendered | Oct 4, 2020 | +18 −3 | swebench |
| #8269 | sphinx-doc/sphinx | Fix #8268: make linkcheck report HTTP errors | Oct 3, 2020 | +41 −0 | swebench |
| #8459 | sphinx-doc/sphinx | Fix #8452: autodoc_type_aliases doesn't work with autodoc_typehints | Nov 21, 2020 | +25 −1 | swebench |
| #8475 | sphinx-doc/sphinx | Extend linkchecker GET fallback logic to handle Too Many Redirects | Nov 23, 2020 | +32 −2 | swebench |
| #8548 | sphinx-doc/sphinx | Fix #741: autodoc: inherited-members doesn't support instance attributes on super class | Dec 18, 2020 | +96 −21 | swebench |
| #8551 | sphinx-doc/sphinx | Fix #8365: py domain: :type: and :rtype: gives false ambiguous warnings | Dec 20, 2020 | +52 −0 | swebench |
| #8593 | sphinx-doc/sphinx | Fix #8592: autodoc: `:meta public:` does not effect to variables | Dec 28, 2020 | +85 −17 | swebench |
| #8595 | sphinx-doc/sphinx | Fix #8594: autodoc: empty __all__ attribute is ignored | Dec 28, 2020 | +45 −1 | swebench |
| #8621 | sphinx-doc/sphinx | Fix #8618: html: incorrect HTML for single compound-kdb separators | Dec 31, 2020 | +21 −1 | swebench |
| #8638 | sphinx-doc/sphinx | Close #5977: :var: field do not create a cross-reference … | Jan 5, 2021 | +27 −1 | swebench |
| #8721 | sphinx-doc/sphinx | Fix #8720: viewcode: module pages are generated for epub on incremental build | Jan 22, 2021 | +20 −0 | swebench |
| #9229 | sphinx-doc/sphinx | Close #9218: autodoc: Support variable comment for alias classes | May 16, 2021 | +31 −2 | swebench |
| #9230 | sphinx-doc/sphinx | Fix #9224: info-field-list does not support a type containing space | May 19, 2021 | +29 −2 | swebench |
| #9258 | sphinx-doc/sphinx | Close #1874: py domain: Support union types using `|` in info-field-list | May 22, 2021 | +36 −1 | swebench |
| #9281 | sphinx-doc/sphinx | Close #9272: autodoc: Render enum values for the default argument value better | May 30, 2021 | +15 −2 | swebench |
| #9320 | sphinx-doc/sphinx | Fix #9319: Make sphinx-quickstart exit when conf.py already exists | Jul 6, 2021 | +23 −1 | swebench |
| #9367 | sphinx-doc/sphinx | Fix #9364: autodoc: 1-element tuple on the defarg is wrongly rendered | Jun 30, 2021 | +9 −4 | swebench |
| #9461 | sphinx-doc/sphinx | Close #9445: Support class properties | Jul 19, 2021 | +109 −14 | swebench |
| #9591 | sphinx-doc/sphinx | Fix #9585: py:property directive does not create a hyperlink for types | Aug 31, 2021 | +8 −3 | swebench |
| #9602 | sphinx-doc/sphinx | Fix #9576: py domain: Literal typehint was converted to a cross reference | Sep 5, 2021 | +32 −2 | swebench |
| #9658 | sphinx-doc/sphinx | Fix #9657: autodoc: basecls for a subclass of mocked object is incorrect | Sep 26, 2021 | +17 −1 | swebench |
| #9673 | sphinx-doc/sphinx | Fix #9651: autodoc_typehints_description_target was confused by :returns: | Sep 26, 2021 | +17 −2 | swebench |
| #9698 | sphinx-doc/sphinx | Fix #9697: An index entry with parens was registered for py:method | Oct 9, 2021 | +4 −2 | swebench |
| #9711 | sphinx-doc/sphinx | Fix #9708: needs_extension failed to check double-digit version correctly | Oct 9, 2021 | +46 −1 | swebench |
| #11618 | sympy/sympy | Improved distance() Function | Sep 19, 2016 | +19 −0 | swebench |
| #12096 | sympy/sympy | Implemented recursive calling of evalf() function | Feb 7, 2017 | +4 −1 | swebench |
| #12419 | sympy/sympy | Identity's _entry returns KroneckerDelta for symbolic indices | Mar 25, 2017 | +14 −4 | swebench |
| #12481 | sympy/sympy | permutations: allow non-disjoint lists in arguments for Permutation | Apr 3, 2017 | +3 −7 | swebench |
| #12489 | sympy/sympy | combinatorics.Permutation: Proper use of classmethods to allow inheritance | Apr 6, 2017 | +88 −42 | swebench |
| #13031 | sympy/sympy | Fix matrix stacking for sparse matrices | Jul 24, 2017 | +14 −4 | swebench |
| #13091 | sympy/sympy | Improve rich comparison methods, including fix for #13078 | Aug 8, 2017 | +177 −56 | swebench |
| #13372 | sympy/sympy | 13076 evalf.py, Mul args order issue | Oct 2, 2017 | +6 −0 | swebench |
| #13480 | sympy/sympy | Fix typo in hyperbolic.py | Oct 19, 2017 | +3 −1 | swebench |
| #13551 | sympy/sympy | Product is_add fix | Oct 31, 2017 | +9 −2 | swebench |
| #13615 | sympy/sympy | Removed bug from Complement | Nov 20, 2017 | +15 −1 | swebench |
| #13647 | sympy/sympy | fixed col_insert | Nov 29, 2017 | +9 −1 | swebench |
| #13757 | sympy/sympy | Added _op_priority to class Poly | Apr 16, 2018 | +8 −1 | swebench |
| #13798 | sympy/sympy | User defined values in mul_symbol in latex | Jan 3, 2018 | +19 −6 | swebench |
| #13852 | sympy/sympy | Implement more special values of polylogarithm, without exp_polar for s=1 | Jan 12, 2018 | +41 −8 | swebench |
| #13877 | sympy/sympy | Numeric check for pivot being zero in Bareiss determinant method | Jan 27, 2018 | +28 −14 | swebench |
| #13878 | sympy/sympy | Internal _cdf methods with a precomputed CDF | Jan 21, 2018 | +214 −19 | swebench |
| #13974 | sympy/sympy | Adding support for simplifying powers of tensorproducts | Jan 27, 2018 | +43 −9 | swebench |
| #14248 | sympy/sympy | str, latex, pretty : changed MatrixSymbol printing | Feb 20, 2018 | +94 −17 | swebench |
| #14531 | sympy/sympy | Printing: pass StrPrinter settings to subexpressions. | Mar 18, 2018 | +30 −20 | swebench |
| #14711 | sympy/sympy | Fixes vector add 0 | May 13, 2018 | +4 −0 | swebench |
| #14976 | sympy/sympy | Print rationals correctly in the mpmath lambdify printer | Jul 25, 2018 | +14 −3 | swebench |
| #15017 | sympy/sympy | Changed `__len__` of rank-0 arrays to 1 (was 0) | Aug 7, 2018 | +7 −3 | swebench |
| #15345 | sympy/sympy | Mathematica code printing of Max and Min | Oct 19, 2018 | +6 −2 | swebench |
| #15349 | sympy/sympy | quaternions: fix a sign mistake in the definition of the rotation matrix | Oct 7, 2018 | +20 −4 | swebench |
| #15599 | sympy/sympy | Mod 3by2 | Jan 6, 2019 | +21 −3 | swebench |
| #15809 | sympy/sympy | Fixed Min/Max when no args are given | Jan 25, 2019 | +4 −4 | swebench |
| #15875 | sympy/sympy | [WIP] Fixing is_zero for complex numbers in Add | Jan 30, 2019 | +6 −1 | swebench |
| #15976 | sympy/sympy | Corrected MathML-presentation symbols for sub and sup | Feb 17, 2019 | +73 −95 | swebench |
| #16450 | sympy/sympy | Possible fix for Posify | Mar 27, 2019 | +8 −1 | swebench |
| #16597 | sympy/sympy | Assumptions: make rational imply finite | Apr 11, 2019 | +87 −44 | swebench |
| #16766 | sympy/sympy | Added _print_Indexed function and test | May 4, 2019 | +8 −1 | swebench |
| #16792 | sympy/sympy | Fix incorrect codegen with unused array arguments | May 9, 2019 | +30 −5 | swebench |
| #16886 | sympy/sympy | Corrected morse code for 1. | May 25, 2019 | +3 −1 | swebench |
| #17139 | sympy/sympy | Check exp is real in fu._TR56 | Jul 2, 2019 | +11 −0 | swebench |
| #17318 | sympy/sympy | Fix sqrtdenest raising IndexError | Aug 1, 2019 | +13 −4 | swebench |
| #17630 | sympy/sympy | Fix zero matrix added with zero matrix giving zero | Sep 23, 2019 | +21 −3 | swebench |
| #17655 | sympy/sympy | Implement Point.__rmul__ | Sep 28, 2019 | +6 −2 | swebench |
| #18189 | sympy/sympy | Diophantine , Fix #18186 | Dec 31, 2019 | +9 −1 | swebench |
| #18199 | sympy/sympy | Composite number for nthroot_mod | Jan 9, 2020 | +59 −9 | swebench |
| #18211 | sympy/sympy | Handling NotImplementedError | Jan 4, 2020 | +16 −2 | swebench |
| #18698 | sympy/sympy | Fixes sqf_list to combine same multiplicity factors | Feb 22, 2020 | +17 −9 | swebench |
| #18763 | sympy/sympy | Fix Incorrect parenthesizing of Subs | Mar 4, 2020 | +3 −2 | swebench |
| #19040 | sympy/sympy | Fixes Typo in factortools and removes XFail for test_issue_5786 | Mar 31, 2020 | +2 −3 | swebench |
| #19346 | sympy/sympy | Fixed: srepr not printing dict and set properly | May 19, 2020 | +33 −0 | swebench |
| #19495 | sympy/sympy | fix ConditionSet._eval_subs | Jun 6, 2020 | +22 −13 | swebench |
| #19637 | sympy/sympy | fixes 19608 | Jun 24, 2020 | +4 −1 | swebench |
| #19783 | sympy/sympy | Dagger() * IdentityOperator() now simplifies by default | Jul 17, 2020 | +22 −5 | swebench |
| #19954 | sympy/sympy | Fixed a bug in PermutationGroup.minimal_blocks | Aug 12, 2020 | +13 −4 | swebench |
| #20154 | sympy/sympy | Don't reuse the same dictionary in the yielded output of partitions() | Sep 29, 2020 | +12 −27 | swebench |
| #20428 | sympy/sympy | Use assumption system instead of structural equality check in __bool__ method of Expression domain element | Nov 17, 2020 | +15 −1 | swebench |
| #20438 | sympy/sympy | Make 'is_subset' work for ProductSet and FiniteSet and Eq(Sets).simplify work | Dec 23, 2020 | +24 −9 | swebench |
| #20590 | sympy/sympy | fix(core): use __slots__ for DefaultPrinting and Basic | Dec 12, 2020 | +11 −0 | swebench |
| #20801 | sympy/sympy | core: Make S(0.0) == S.false return False | Jan 18, 2021 | +9 −3 | swebench |
| #20916 | sympy/sympy | Fixed regular expression in conventions.py to match Unicode characters. | Mar 7, 2021 | +16 −2 | swebench |
| #21379 | sympy/sympy | Check for PolynomialError that arises from gcd with Piecewise | Apr 25, 2021 | +18 −4 | swebench |
| #21596 | sympy/sympy | Fix: Solve bug in intersect_reals | Jun 12, 2021 | +40 −18 | swebench |
| #21612 | sympy/sympy | Fixed printing of Latex epressions. | Jun 14, 2021 | +3 −1 | swebench |
| #21847 | sympy/sympy | monomials: fixed min_degrees functionality of itermonomials | Aug 10, 2021 | +14 −3 | swebench |
| #21930 | sympy/sympy | Fixed issue #19661 | Aug 22, 2021 | +14 −8 | swebench |
| #22080 | sympy/sympy | Add precedence for Mod, fix unary minus printing (fixes gh-17737) | Sep 13, 2021 | +24 −6 | swebench |
| #22456 | sympy/sympy | codegen/ast: argument invariance is now supported for String | Nov 16, 2021 | +10 −3 | swebench |
| #22714 | sympy/sympy | Fixed issue with unevaluated Point2D | Dec 19, 2021 | +8 −1 | swebench |
| #22914 | sympy/sympy | printing/pycode: Min and Max added to _known_functions | Feb 1, 2022 | +7 −2 | swebench |
| #23262 | sympy/sympy | Fix lambdify for Tuple of length 1 | Mar 21, 2022 | +4 −2 | swebench |
| #23413 | sympy/sympy | Repair HNF algorithm. | Apr 24, 2022 | +15 −6 | swebench |
| #23534 | sympy/sympy | Fix symbols recursion not pass cls parameter | May 23, 2022 | +3 −1 | swebench |