Commit Graph

  • 5c8b1cdbaf Accepting request 1307693 from devel:languages:python factory Ana Guerrero 2025-09-29 14:37:09 +00:00
  • ced4d5947d Accepting request 1307662 from home:glaubitz:branches:devel:languages:python Markéta Machová 2025-09-29 08:59:13 +00:00
  • be20b90344 Accepting request 1284020 from devel:languages:python leap-16.1 leap-16.0 Ana Guerrero 2025-06-10 07:06:55 +00:00
  • 158633de62 Accepting request 1284020 from devel:languages:python Ana Guerrero 2025-06-10 07:06:55 +00:00
  • a6480bec03 update to 0.12.0 Markéta Machová 2025-06-09 08:26:42 +00:00
  • 50b372d41d Accepting request 1283956 from home:crameleon:branches:devel:languages:python Markéta Machová 2025-06-09 08:26:42 +00:00
  • e1e66f6a44 Accepting request 1223992 from devel:languages:python Ana Guerrero 2024-11-14 15:09:04 +00:00
  • f56bcc70eb Accepting request 1223992 from devel:languages:python Ana Guerrero 2024-11-14 15:09:04 +00:00
  • eb59476ac4 - update to 0.9.28: * Fix GitHub CI to install uv so ./run tests works properly. * Mark Python3.13 as supported in package metadata. * Update dev package dependencies * Fix typo in //README.md * GitHub issue #82 Add support for the strict parameter to load()/loads(). * Significantly rework the infra and the run script to be contemporary. Dirk Mueller 2024-11-13 15:23:01 +00:00
  • 115f651b01 - update to 0.9.28: * Fix GitHub CI to install uv so ./run tests works properly. * Mark Python3.13 as supported in package metadata. * Update dev package dependencies * Fix typo in //README.md * GitHub issue #82 Add support for the strict parameter to load()/loads(). * Significantly rework the infra and the run script to be contemporary. Dirk Mueller 2024-11-13 15:23:01 +00:00
  • 06807329f3 Accepting request 1167722 from devel:languages:python Ana Guerrero 2024-04-15 18:17:56 +00:00
  • 20d9f7290d Accepting request 1167722 from devel:languages:python Ana Guerrero 2024-04-15 18:17:56 +00:00
  • 74145bb0b4 - update to 0.9.25: * Explicitly specify the directory to use for the package in pyproject.toml. Dirk Mueller 2024-04-15 06:16:44 +00:00
  • 55f63b6605 - update to 0.9.25: * Explicitly specify the directory to use for the package in pyproject.toml. Dirk Mueller 2024-04-15 06:16:44 +00:00
  • c89aee233f Accepting request 1161553 from devel:languages:python Ana Guerrero 2024-03-26 18:26:21 +00:00
  • b6f79c9478 Accepting request 1161553 from devel:languages:python Ana Guerrero 2024-03-26 18:26:21 +00:00
  • f60ad495cc - update to 0.9.24: * drop python2 * switch to pyproject.toml * add typing * format with ruff Dirk Mueller 2024-03-25 20:19:39 +00:00
  • 88cba38aab - update to 0.9.24: * drop python2 * switch to pyproject.toml * add typing * format with ruff Dirk Mueller 2024-03-25 20:19:39 +00:00
  • 497c80a48d Accepting request 1129222 from devel:languages:python Ana Guerrero 2023-11-27 21:44:58 +00:00
  • d6e6d1295b Accepting request 1129222 from devel:languages:python Ana Guerrero 2023-11-27 21:44:58 +00:00
  • e18755ef56 - update to 0.9.14: * Handle +Infinity as well as -Infinity and Infinity. * No code changes. * fix GitHub actions Dirk Mueller 2023-11-27 19:05:44 +00:00
  • af1c02b259 - update to 0.9.14: * Handle +Infinity as well as -Infinity and Infinity. * No code changes. * fix GitHub actions Dirk Mueller 2023-11-27 19:05:44 +00:00
  • b17cb76c11 Accepting request 1074504 from devel:languages:python Dominique Leuenberger 2023-03-27 16:16:13 +00:00
  • 1ce0159845 Accepting request 1074504 from devel:languages:python Dominique Leuenberger 2023-03-27 16:16:13 +00:00
  • 1613ba688c - update to 0.9.13: * Remove a field from one of the JSON benchmark files to reduce confusion in Chromium. * No code changes. Dirk Mueller 2023-03-26 19:22:56 +00:00
  • 2f88f281f6 - update to 0.9.13: * Remove a field from one of the JSON benchmark files to reduce confusion in Chromium. * No code changes. Dirk Mueller 2023-03-26 19:22:56 +00:00
  • 420f927cd7 Accepting request 1055991 from devel:languages:python Dominique Leuenberger 2023-01-05 14:00:39 +00:00
  • 78dccf4094 Accepting request 1055991 from devel:languages:python Dominique Leuenberger 2023-01-05 14:00:39 +00:00
  • 6099070d3c - update to 0.9.12: * fix dump error on python 2 * fix GitHub actions Dirk Mueller 2023-01-04 20:00:07 +00:00
  • 6bf043ee32 - update to 0.9.12: * fix dump error on python 2 * fix GitHub actions Dirk Mueller 2023-01-04 20:00:07 +00:00
  • 5fa564c46b Accepting request 1005760 from devel:languages:python Dominique Leuenberger 2022-09-25 13:35:29 +00:00
  • 710d38c993 Accepting request 1005760 from devel:languages:python Dominique Leuenberger 2022-09-25 13:35:29 +00:00
  • 0f7c8e176a - update to 0.9.10: * Updated the //README.md to be clear that parsing arbitrary JS code may not work. * Fixed serialization for objects that subclass int or float: Previously we would use the objects __str__ implementation, but that might result in an illegal JSON5 value if the object had customized __str__ to return something illegal. Instead, we follow the lead of the JSON module and call int.__repr__ or float.__repr__ directly. * While I was at it, I added tests for dumps(-inf) and dumps(nan) when those were supposed to be disallowed by allow_nan=False. Dirk Mueller 2022-09-24 10:55:08 +00:00
  • 23a00e07f0 - update to 0.9.10: * Updated the //README.md to be clear that parsing arbitrary JS code may not work. * Fixed serialization for objects that subclass int or float: Previously we would use the objects __str__ implementation, but that might result in an illegal JSON5 value if the object had customized __str__ to return something illegal. Instead, we follow the lead of the JSON module and call int.__repr__ or float.__repr__ directly. * While I was at it, I added tests for dumps(-inf) and dumps(nan) when those were supposed to be disallowed by allow_nan=False. Dirk Mueller 2022-09-24 10:55:08 +00:00
  • b07e50fa73 Accepting request 979749 from devel:languages:python Dominique Leuenberger 2022-05-30 10:44:07 +00:00
  • 6eefd4d838 Accepting request 979749 from devel:languages:python Dominique Leuenberger 2022-05-30 10:44:07 +00:00
  • fba20e86f1 - update to 0.9.8: * Fixed error reporting in some cases due to how parsing was handling nested rules in the grammar - previously the reported location for the error could be far away from the point where it actually happened. * Fixed behavior of default fn in dump and dumps. Previously we didn't require the function to return a string, and so we could end up returning something that wasn't actually valid. This change now matches the behavior in the json module. Dirk Mueller 2022-05-29 20:18:50 +00:00
  • f2e3bcaab8 - update to 0.9.8: * Fixed error reporting in some cases due to how parsing was handling nested rules in the grammar - previously the reported location for the error could be far away from the point where it actually happened. * Fixed behavior of default fn in dump and dumps. Previously we didn't require the function to return a string, and so we could end up returning something that wasn't actually valid. This change now matches the behavior in the json module. Dirk Mueller 2022-05-29 20:18:50 +00:00
  • a7b7b23bd8 Accepting request 923471 from devel:languages:python Dominique Leuenberger 2021-10-26 18:13:34 +00:00
  • 689945cb0c Accepting request 923471 from devel:languages:python Dominique Leuenberger 2021-10-26 18:13:34 +00:00
  • 8e3ea8a5b2 Accepting request 923313 from home:schubi2 Matej Cepl 2021-10-06 09:48:45 +00:00
  • 9b275c676e Accepting request 923313 from home:schubi2 Matej Cepl 2021-10-06 09:48:45 +00:00
  • 3c2981636a Accepting request 922604 from home:schubi2 Matej Cepl 2021-10-03 17:49:36 +00:00
  • fe208c5d8c Accepting request 922604 from home:schubi2 Matej Cepl 2021-10-03 17:49:36 +00:00
  • a574f01dc9 Accepting request 920172 from devel:languages:python Matej Cepl 2021-09-19 17:32:29 +00:00
  • 99ee8b2305 Accepting request 920172 from devel:languages:python Matej Cepl 2021-09-19 17:32:29 +00:00
  • c931021909 Accepting request 919838 from home:schubi2 Matej Cepl 2021-09-17 20:43:30 +00:00
  • 8e7de2a1b4 Accepting request 919838 from home:schubi2 Matej Cepl 2021-09-17 20:43:30 +00:00
  • 5e62962de5 Accepting request 901357 from devel:languages:python Dominique Leuenberger 2021-06-23 15:38:10 +00:00
  • ecb8cf8523 Accepting request 901357 from devel:languages:python Dominique Leuenberger 2021-06-23 15:38:10 +00:00
  • cc597acad7 Accepting request 901300 from home:polslinux:branches:devel:languages:python Matej Cepl 2021-06-22 15:20:34 +00:00
  • 1b665c23bf Accepting request 901300 from home:polslinux:branches:devel:languages:python Matej Cepl 2021-06-22 15:20:34 +00:00
  • cc151247d8 Accepting request 808779 from devel:languages:python Yuchen Lin 2020-05-26 15:48:56 +00:00
  • f3c3889222 Accepting request 808779 from devel:languages:python Yuchen Lin 2020-05-26 15:48:56 +00:00
  • c3a7c63f84 Accepting request 808767 from home:pgajdos:python Tomáš Chvátal 2020-05-25 13:31:35 +00:00
  • 35089fb15a Accepting request 808767 from home:pgajdos:python Tomáš Chvátal 2020-05-25 13:31:35 +00:00
  • ed9f34449c Accepting request 794585 from devel:languages:python Dominique Leuenberger 2020-04-16 21:05:38 +00:00
  • a02bdce395 Accepting request 794585 from devel:languages:python Dominique Leuenberger 2020-04-16 21:05:38 +00:00
  • a7fc267773 Accepting request 794581 from home:pgajdos:python Tomáš Chvátal 2020-04-16 12:10:46 +00:00
  • f4bd4cae9d Accepting request 794581 from home:pgajdos:python Tomáš Chvátal 2020-04-16 12:10:46 +00:00
  • 731e7ee559 Accepting request 719461 from devel:languages:python Dominique Leuenberger 2019-07-29 15:31:08 +00:00
  • c203080279 Accepting request 719461 from devel:languages:python Dominique Leuenberger 2019-07-29 15:31:08 +00:00
  • 23b8f950f8 Accepting request 719460 from home:TheBlackCat:branches:devel:languages:python:jupyter Todd R 2019-07-29 03:08:04 +00:00
  • dc0c15fec7 Accepting request 719460 from home:TheBlackCat:branches:devel:languages:python:jupyter Todd R 2019-07-29 03:08:04 +00:00