17
0

Commit Graph

  • 296b91ab01 Accepting request 1333712 from devel:languages:python factory Ana Guerrero 2026-02-18 16:04:34 +00:00
  • 9f19503cf5 - Remove leftover patch Daniel Garcia 2026-02-18 09:44:10 +00:00
  • 61e6bedf53 - Update to 1.3.1 * Fixed AttributeError: 'TracebackException' object has no attribute 'exceptions' when formatting unpickled TBEs from another Python process which did not apply the exceptiongroup patches (#144) - Drop upstreamed patch py314.patch Daniel Garcia 2026-02-18 07:40:07 +00:00
  • 7365ce1cfc Accepting request 1303587 from devel:languages:python Ana Guerrero 2025-09-11 12:38:13 +00:00
  • b02c8388ca Accepting request 1303226 from home:mcalabkova:branches:devel:languages:python Dirk Mueller 2025-09-10 09:15:34 +00:00
  • 2ae8d4dd95 Accepting request 1189790 from devel:languages:python slfo-main slfo-1.2 Dominique Leuenberger 2024-07-28 15:18:58 +00:00
  • 6fb8607779 Accepting request 1189790 from devel:languages:python Dominique Leuenberger 2024-07-28 15:18:58 +00:00
  • 572efa6ac7 - Update to 1.2.2 * Removed an `assert in exceptiongroup._formatting` that caused compatibility issues with Sentry (#123) Markéta Machová 2024-07-26 13:29:04 +00:00
  • 1c62c3b2d8 Accepting request 1189765 from home:glaubitz:branches:devel:languages:python Markéta Machová 2024-07-26 13:29:04 +00:00
  • d464606f62 Accepting request 1169658 from devel:languages:python Ana Guerrero 2024-04-23 16:55:09 +00:00
  • 5aaeab2146 Accepting request 1169658 from devel:languages:python Ana Guerrero 2024-04-23 16:55:09 +00:00
  • 044c974452 - update to 1.2.1: * Updated the copying of __notes__ to match CPython behavior * Corrected the type annotation of the exception handler callback to accept a BaseExceptionGroup instead of BaseException * Fixed type errors on Python < 3.10 and the type annotation of suppress() Dirk Mueller 2024-04-20 14:09:00 +00:00
  • 862721bd6c - update to 1.2.1: * Updated the copying of __notes__ to match CPython behavior * Corrected the type annotation of the exception handler callback to accept a BaseExceptionGroup instead of BaseException * Fixed type errors on Python < 3.10 and the type annotation of suppress() Dirk Mueller 2024-04-20 14:09:00 +00:00
  • ed81958f82 Accepting request 1129176 from devel:languages:python Ana Guerrero 2023-11-28 21:18:26 +00:00
  • cf5b5653e2 Accepting request 1129176 from devel:languages:python Ana Guerrero 2023-11-28 21:18:26 +00:00
  • cc196127b8 - update to 1.2.0: * Added special monkeypatching if Apport <https://github.com/canonical/apport>_ has overridden `sys.excepthook so it will format exception groups correctly * Added a backport of contextlib.suppress() from Python 3.12.1 which also handles suppressing exceptions inside exception groups * Fixed bare raise in a handler reraising the original naked exception rather than an exception group which is what is raised when you do a raise in an except* handler * catch() now raises a TypeError if passed an async exception handler instead of just giving a RuntimeWarning about the coroutine never being awaited. * Fixed plain raise statement in an exception handler callback to work like a raise in an except* block * Fixed new exception group not being chained to the original exception when raising an exception group from exceptions raised in handler callbacks * Fixed type annotations of the derive(), subgroup() and split()` methods to match the ones in typeshed - drop skip-test_catch_handler_raises-for-older-311.patch (upstream) - Add skip-test_catch_handler_raises-for-older-311.patch Dirk Mueller 2023-11-27 15:45:13 +00:00
  • 16f126540e - update to 1.2.0: * Added special monkeypatching if Apport <https://github.com/canonical/apport>_ has overridden `sys.excepthook so it will format exception groups correctly * Added a backport of contextlib.suppress() from Python 3.12.1 which also handles suppressing exceptions inside exception groups * Fixed bare raise in a handler reraising the original naked exception rather than an exception group which is what is raised when you do a raise in an except* handler * catch() now raises a TypeError if passed an async exception handler instead of just giving a RuntimeWarning about the coroutine never being awaited. * Fixed plain raise statement in an exception handler callback to work like a raise in an except* block * Fixed new exception group not being chained to the original exception when raising an exception group from exceptions raised in handler callbacks * Fixed type annotations of the derive(), subgroup() and split()` methods to match the ones in typeshed - drop skip-test_catch_handler_raises-for-older-311.patch (upstream) - Add skip-test_catch_handler_raises-for-older-311.patch Dirk Mueller 2023-11-27 15:45:13 +00:00
  • 26b832b505 Accepting request 1096944 from devel:languages:python Fabian Vogt 2023-07-06 16:27:49 +00:00
  • ad4af8f683 Accepting request 1096944 from devel:languages:python Fabian Vogt 2023-07-06 16:27:49 +00:00
  • 1b0987a52d - Add skip-test_catch_handler_raises-for-older-311.patch Matej Cepl 2023-07-05 10:24:03 +00:00
  • c2669037b2 - Add skip-test_catch_handler_raises-for-older-311.patch Matej Cepl 2023-07-05 10:24:03 +00:00
  • 1c894e8e0f - Skip still failing test_catch_handler_raises (gh#agronholm/exceptiongroup#64). Matej Cepl 2023-07-05 05:29:00 +00:00
  • 0d41613b5d - Skip still failing test_catch_handler_raises (gh#agronholm/exceptiongroup#64). Matej Cepl 2023-07-05 05:29:00 +00:00
  • 48c9f9aa16 REmove unnecessary patch. Matej Cepl 2023-07-04 23:45:07 +00:00
  • 9766d5578e REmove unnecessary patch. Matej Cepl 2023-07-04 23:45:07 +00:00
  • 75be636421 - Add 64_handl_embed_excep.patch fixing gh#agronholm/exceptiongroup#64. Matej Cepl 2023-07-04 23:39:40 +00:00
  • 283576357f - Add 64_handl_embed_excep.patch fixing gh#agronholm/exceptiongroup#64. Matej Cepl 2023-07-04 23:39:40 +00:00
  • 48c7731673 - Update to 1.1.2: - Changed handling of exceptions in exception group handler callbacks to not wrap a single exception in an exception group, as per CPython issue gh#python/cpython#103590. Matej Cepl 2023-07-04 22:34:59 +00:00
  • 63dbedfae7 - Update to 1.1.2: - Changed handling of exceptions in exception group handler callbacks to not wrap a single exception in an exception group, as per CPython issue gh#python/cpython#103590. Matej Cepl 2023-07-04 22:34:59 +00:00
  • 36d32f1802 Accepting request 1081932 from devel:languages:python Dominique Leuenberger 2023-04-22 20:01:08 +00:00
  • f55d8c4cea Accepting request 1081932 from devel:languages:python Dominique Leuenberger 2023-04-22 20:01:08 +00:00
  • 9b6fed2b98 Accepting request 1081400 from home:dirkmueller:acdc:as_python3_module Dirk Mueller 2023-04-21 14:41:12 +00:00
  • 08f5a919ce Accepting request 1081400 from home:dirkmueller:acdc:as_python3_module Dirk Mueller 2023-04-21 14:41:12 +00:00
  • 828cba25ca Accepting request 1071876 from devel:languages:python Dominique Leuenberger 2023-03-17 16:02:05 +00:00
  • 657c81dac0 Accepting request 1071876 from devel:languages:python Dominique Leuenberger 2023-03-17 16:02:05 +00:00
  • a4ea5e96de - update to 1.1.1: * Worked around CPython issue #98778 urllib.error.HTTPError(..., fp=None) raises KeyError` on unknown attribute access, on affected Python versions. Dirk Mueller 2023-03-14 22:20:42 +00:00
  • eeded046b1 - update to 1.1.1: * Worked around CPython issue #98778 urllib.error.HTTPError(..., fp=None) raises KeyError` on unknown attribute access, on affected Python versions. Dirk Mueller 2023-03-14 22:20:42 +00:00
  • 2b2b1a1323 Accepting request 1045050 from devel:languages:python Dominique Leuenberger 2023-01-06 16:04:40 +00:00
  • 936e387d77 Accepting request 1045050 from devel:languages:python Dominique Leuenberger 2023-01-06 16:04:40 +00:00
  • f487522a7e Accepting request 1045038 from home:bnavigator:branches:devel:languages:python Dirk Mueller 2022-12-23 16:15:56 +00:00
  • a2416e7e8b Accepting request 1045038 from home:bnavigator:branches:devel:languages:python Dirk Mueller 2022-12-23 16:15:56 +00:00
  • ce7d00b003 - split tests into multibuild to solve cycle with pytest Dirk Mueller 2022-12-19 10:09:00 +00:00
  • d5105a5fae - split tests into multibuild to solve cycle with pytest Dirk Mueller 2022-12-19 10:09:00 +00:00
  • e433759168 Accepting request 1039279 from home:ojkastl_buildservice:Branch_devel_languages_python Dirk Mueller 2022-12-02 10:48:41 +00:00
  • 67114a3fa8 Accepting request 1039279 from home:ojkastl_buildservice:Branch_devel_languages_python Dirk Mueller 2022-12-02 10:48:41 +00:00
  • 28e701243d Accepting request 1031409 from devel:languages:python Dominique Leuenberger 2022-10-28 17:28:53 +00:00
  • a507e91583 Accepting request 1031409 from devel:languages:python Dominique Leuenberger 2022-10-28 17:28:53 +00:00
  • 9028e3df74 Accepting request 1031397 from home:mcepl:branches:devel:languages:python:Factory Matej Cepl 2022-10-26 21:25:04 +00:00
  • 371e1bb0d5 Accepting request 1031397 from home:mcepl:branches:devel:languages:python:Factory Matej Cepl 2022-10-26 21:25:04 +00:00
  • 2a802a46f2 Accepting request 1009421 from devel:languages:python Dominique Leuenberger 2022-10-12 16:23:39 +00:00
  • ed83493b69 Accepting request 1009421 from devel:languages:python Dominique Leuenberger 2022-10-12 16:23:39 +00:00
  • e18a2b0738 Accepting request 1009195 from home:bnavigator:branches:devel:languages:python Markéta Machová 2022-10-10 13:00:21 +00:00
  • 9859974d3d Accepting request 1009195 from home:bnavigator:branches:devel:languages:python Markéta Machová 2022-10-10 13:00:21 +00:00