Commit Graph

  • 75093873b8 Merge pull request #5789 from coolreader18/crt_fd-rework 2025-09-01-main-45 Noa 2025-08-29 11:02:38 -05:00
  • 8437b06dad Unmark passing tests Noa 2025-06-06 14:46:42 -05:00
  • dc4be47751 Windows fixes Noa 2025-06-06 14:00:52 -05:00
  • 51cbf57470 Rework crt_fd to be more aligned with io-safety Noa 2025-05-15 15:51:26 -05:00
  • 1c992f84e5 Merge pull request #6110 from youknowone/pattern-mapping Jeong, YunWon 2025-08-28 12:59:52 +09:00
  • 763d5d48b5 Add sorted.py to microbenchmarks (#6086) Jack O'Connor 2025-08-28 01:58:20 +01:00
  • f4543f5f51 Fix defaultdict Jeong YunWon 2025-08-26 17:18:05 +09:00
  • be54bc0dfd Fix multiple inheritance Jeong YunWon 2025-08-26 16:56:54 +09:00
  • b807bc7fc4 Fix patma guard Jeong YunWon 2025-08-26 15:12:35 +09:00
  • 21fb4aafcf apply review Jeong YunWon 2025-08-26 13:49:32 +09:00
  • 4b638011bb Add failing test markers Jeong YunWon 2025-08-26 12:23:12 +09:00
  • a109a596c8 Import test_patma from CPython 3.13.7 CPython Developers 2025-08-26 12:22:22 +09:00
  • 8ae2dc75f6 MATCH_SELF Jeong YunWon 2025-08-26 12:15:45 +09:00
  • 50c557419e more match pattern Jeong YunWon 2025-08-08 15:05:59 +09:00
  • c6d1a5784a Fix mkdir error args (#6114) Jeong, YunWon 2025-08-26 20:46:22 +09:00
  • 776cabb883 New Instruction ToBool,PopJumpIfFalse (#6112) Jeong, YunWon 2025-08-26 16:12:14 +09:00
  • 16cdcfb96f Fix PyNumber::boolean (#6111) Jeong, YunWon 2025-08-26 15:16:47 +09:00
  • 711b1a62d5 PyTypeFlags::{SEQUENCE,MAPPING} (#6109) Jeong, YunWon 2025-08-26 10:42:05 +09:00
  • dae95849ea Update some tests from 3.13.7 (#6108) 2025-08-25-main-44 Jeong, YunWon 2025-08-24 17:44:31 +09:00
  • 5c6f92d497 Fix unused imports for android (#6106) Shahar Naveh 2025-08-24 11:04:09 +03:00
  • e7c87969f0 Add site-packages dir ShaharNaveh 2025-08-24 10:36:07 +03:00
  • 6cb00e2ae9 Mark failing tests ShaharNaveh 2025-08-24 00:26:36 +03:00
  • d28164c150 Update test_ucn.py from 3.13.7 ShaharNaveh 2025-08-24 00:17:50 +03:00
  • 61bc6e8d1c Unmark passing tests ShaharNaveh 2025-08-23 23:21:19 +03:00
  • 6a232a8830 Update test_cmath.py from 3.13.7 ShaharNaveh 2025-08-23 22:20:54 +03:00
  • d82554124c Update test_property.py from 3.13.7 ShaharNaveh 2025-08-23 22:13:48 +03:00
  • 1fbd1cd28f Add test_math_property.py ShaharNaveh 2025-08-23 22:09:11 +03:00
  • 7e03ec7812 Update test_math ShaharNaveh 2025-08-23 22:06:50 +03:00
  • fa3ecba7a5 Update test_binascii ShaharNaveh 2025-08-23 21:53:29 +03:00
  • 2de20539a9 Update support/hypothesis_helper.py from 3.13.7 ShaharNaveh 2025-08-23 21:46:28 +03:00
  • 933db1075f Update test_long.py and impl "is_integer" for int ShaharNaveh 2025-08-23 21:43:35 +03:00
  • c0b3cc9048 Add some missing folders & test files ShaharNaveh 2025-08-23 19:45:53 +03:00
  • 713cb7043e Update test_optparse.py ShaharNaveh 2025-08-23 19:44:08 +03:00
  • b4d086b540 Update test_opcache.py ShaharNaveh 2025-08-23 19:25:28 +03:00
  • e3e0e8a364 Update base64.py from 3.13.6 (#6087) Shahar Naveh 2025-08-21 07:22:21 +03:00
  • e909e32f31 sqlite: Fix missing ProgrammingError for parameter mismatch (#6104) Jiseok CHOI 2025-08-21 13:19:38 +09:00
  • 9417e1023d Update xml from 3.13.7 (#6100) Shahar Naveh 2025-08-21 07:15:39 +03:00
  • 109e64c2ba Allow multiple indented blocks in REPL (#6097) Jack O'Connor 2025-08-21 05:15:02 +01:00
  • ceb7046bc4 Fix int respect sys.set_int_max_str_digits value (#6094) Shahar Naveh 2025-08-21 07:14:10 +03:00
  • bfc513e997 Fix future clippy warnings (#6103) Jeong, YunWon 2025-08-20 17:34:29 +09:00
  • 527ce3a872 Update Lib/test/test_float.py from 3.13.7 (#6099) Shahar Naveh 2025-08-20 08:16:19 +03:00
  • 44a8c9f0b3 Remove completed TODO of extra_tests/fstring.py (#6095) Lee Dogeon 2025-08-20 14:08:53 +09:00
  • e6001a48d7 Update netrc.py from 3.13.6 and make pwd accesible on Android (#6083) Shahar Naveh 2025-08-20 08:08:05 +03:00
  • 242814fa72 Update locale.py from 3.13.6 and made _locale available on android (#6091) Shahar Naveh 2025-08-20 07:44:57 +03:00
  • ddc08498cc Fix match mapping pattern (#6081) Jeong, YunWon 2025-08-20 13:26:18 +09:00
  • a9a9e3bf11 Merge pull request #6085 from youknowone/dict-update 2025-08-18-main-43 2025-08-11-main-42 Jeong, YunWon 2025-08-09 07:41:13 +09:00
  • d56fcd0774 DictUpdate instruction Jeong YunWon 2025-08-08 15:06:14 +09:00
  • 33ea50c2e9 Add return annotation to __annotations__ last (#6071) Jack O'Connor 2025-08-08 15:31:12 +01:00
  • e922722191 Implement type check in member descriptor __set__ (#6080) Jiseok CHOI 2025-08-08 19:45:15 +09:00
  • 158c027c23 Rust 1.89 clippy fix (#6082) Jeong, YunWon 2025-08-08 15:00:18 +09:00
  • 133aada0b7 Update os.py from 3.13.5 (#6076) Shahar Naveh 2025-08-08 07:37:35 +02:00
  • 4ae5a1f894 Fix ImportError fields (#6079) Jeong, YunWon 2025-08-07 18:29:05 +09:00
  • 93eacdac20 Update zipapp.py from 3.13.5 (#6075) Jack O'Connor 2025-08-06 02:31:55 +01:00
  • cac4948afe Update rustyline & socket2 (#6074) Shahar Naveh 2025-08-06 03:31:21 +02:00
  • b480d234dd Reorder struct lconv members to match locale.h (#6073) Jack O'Connor 2025-08-06 02:30:23 +01:00
  • 91979a3d0e Update {nt,posix}path.py from 3.13.5 (#6070) Shahar Naveh 2025-08-05 16:18:10 +02:00
  • f5a77a1f68 Update difflib.py from 3.13.5 (#6067) Shahar Naveh 2025-08-05 10:53:34 +02:00
  • a58d582001 Implement unsupported ops for sqlite3.Blob (#6066) Jiseok CHOI 2025-08-05 17:53:06 +09:00
  • c4a805107f Update genericpath.py from 3.13.5 (#6065) Shahar Naveh 2025-08-04 13:10:02 +02:00
  • 72fc3c0ba4 Update pickle{tools,}.py from 3.13.5 (#6064) Shahar Naveh 2025-08-04 13:09:36 +02:00
  • 566d9aabae Update gettext.py from 3.13.5 (#6063) Shahar Naveh 2025-08-04 13:08:35 +02:00
  • 18a9bf0caf Update configparser.py from 3.13.5 (#6062) Shahar Naveh 2025-08-04 13:08:17 +02:00
  • 4841776856 Update contextlib from 3.13.5, (#6056) 2025-08-04-main-41 Shahar Naveh 2025-08-01 15:39:00 +02:00
  • 710941c27f Update bz2.py from 3.13.5 (#6055) Shahar Naveh 2025-08-01 15:16:32 +02:00
  • 2d65c7f859 Update some deps (#6053) Shahar Naveh 2025-08-01 15:14:56 +02:00
  • 92fdfc4c37 Prevent direct instantiation of sqlite3.{Statement,Blob} (#6052) Jeong, YunWon 2025-08-01 22:13:19 +09:00
  • 7f1fc3602f Add symtable.py from 3.13.5 (#6048) Shahar Naveh 2025-08-01 15:12:11 +02:00
  • ec0a2325e4 Use Unconstructible trait for internal types Jiseok CHOI 2025-08-01 18:04:15 +09:00
  • c3754cdca2 Merge pull request #6049 from youknowone/fix-support Jeong, YunWon 2025-08-01 17:52:58 +09:00
  • b2d6594bd9 Prevent direct instantiation of sqlite3.{Statement,Blob} Jiseok CHOI 2025-08-01 13:39:45 +09:00
  • f8891ffe3a Fix test_compile Jeong YunWon 2025-07-29 14:31:29 +09:00
  • 36cc6d1945 Backport CPython gh-137195 Jeong YunWon 2025-07-29 13:18:36 +09:00
  • f32a5b105a Update unittest partially (#6051) Shahar Naveh 2025-07-31 03:53:39 +02:00
  • 1c55f9eee2 Add test.support.interpreters at 3.13.2 (#5684) Ashwin Naren 2025-07-30 16:50:07 +05:30
  • 1e6da5f430 sqlite: Align Connection.__call__ error handling with CPython (#6042) Jiseok CHOI 2025-07-30 14:05:17 +09:00
  • cee579e7ea Merge pull request #6047 from youknowone/wtf8 Jeong, YunWon 2025-07-30 12:45:03 +09:00
  • 4bf32a04f4 Apply some clipy lints (#6045) Shahar Naveh 2025-07-30 05:16:02 +02:00
  • 9583af057b Apply PyUtf8Str Jeong YunWon 2025-07-30 10:43:25 +09:00
  • d46c882347 remove try_to_str Jeong YunWon 2025-07-30 10:28:13 +09:00
  • 053cfeecce downcastable_from Jeong YunWon 2025-07-30 10:28:04 +09:00
  • f402deef6d Deprecate ::new_ref (#6046) Jeong, YunWon 2025-07-30 01:09:21 +09:00
  • 59a8a569dd Wtf8-compatible fixes (#5985) Jeong, YunWon 2025-07-30 01:03:12 +09:00
  • 57029f6efa Derive Default for GroupByState (#6043) Shahar Naveh 2025-07-28 17:55:13 +02:00
  • d8f1d188c3 stdlib(sqlite): Raise ProgrammingError in closed Blob context manager (#6041) 2025-07-28-main-40 Jiseok CHOI 2025-07-27 21:47:05 +09:00
  • 89c58d678a Merge pull request #6037 from ShaharNaveh/update-support-init Jeong, YunWon 2025-07-27 10:50:52 +09:00
  • 38ca076cb5 feat(stdlib/sqlite): Implement slice assignment for Blob (#6039) Jiseok CHOI 2025-07-27 10:43:11 +09:00
  • 69f6423424 Try to have time_ns same as std ShaharNaveh 2025-07-26 20:01:21 +02:00
  • d5793e04ec Don't import unittest.mock in test_int.py ShaharNaveh 2025-07-26 17:48:07 +02:00
  • cbe975818e Remove extra spaces ShaharNaveh 2025-07-26 17:47:53 +02:00
  • 06196fa4f4 Merge remote-tracking branch 'upstream/main' into update-support-init ShaharNaveh 2025-07-26 17:31:26 +02:00
  • 0d1a02583a Have time_ns for wasi ShaharNaveh 2025-07-26 17:30:46 +02:00
  • 4079776c36 Add kde function and tests to RustPython statistics module (#6030) Jack O'Connor 2025-07-25 16:42:22 +01:00
  • b829333f1d Fix patch of gc_threshold ShaharNaveh 2025-07-25 16:59:37 +02:00
  • 0e3ff8ae5f Fix patch of disable_gc ShaharNaveh 2025-07-25 16:58:25 +02:00
  • 73f5ceb79b Update test_int.py ShaharNaveh 2025-07-25 16:20:36 +02:00
  • a5b240aab8 skip crashing test ShaharNaveh 2025-07-25 16:13:07 +02:00
  • 0648e975d9 Upsate test_dictviews ShaharNaveh 2025-07-25 16:07:59 +02:00
  • 5d9f9acb1d Update test_collections.py ShaharNaveh 2025-07-25 16:06:00 +02:00
  • 26cdbfe048 Mark tests correctly ShaharNaveh 2025-07-25 15:59:14 +02:00
  • 17e60754f6 Fix patching of support ShaharNaveh 2025-07-25 15:47:48 +02:00