Commit Graph

  • b81ae9b954 More cspell fixes (#5670) Ashwin Naren 2025-04-10 17:37:20 -07:00
  • d96374faba Add _pyrepl (#5540) Ashwin Naren 2025-04-10 17:30:58 -07:00
  • 02533ace81 remove nntplib Ashwin Naren 2025-04-10 09:49:57 -07:00
  • 22333e755b remove svg Ashwin Naren 2025-04-10 10:35:28 -07:00
  • 8dc1718002 Match statements rewrite (#5628) Ashwin Naren 2025-04-09 22:00:54 -07:00
  • ad5ffb648f Remove packaging from release (#5680) Ashwin Naren 2025-04-07 21:37:47 -07:00
  • 861055f558 Add nt constants (#5676) Ashwin Naren 2025-04-06 01:23:56 -07:00
  • 3c6bc2cf9f Add _suggestions module (#5675) Ashwin Naren 2025-04-06 01:22:26 -07:00
  • be56911598 _tkinter pt. 2 (#5640) Ashwin Naren 2025-04-06 01:21:28 -07:00
  • 98137eb79c Switch to const-initialized thread_local variables where appropriate Noa 2022-08-21 15:10:50 -05:00
  • 2230d6c751 Fix not throwing the same error as CPython in test_pathlib.test_expanduser (#5578) Hanif Ariffin 2025-04-05 14:33:33 +08:00
  • d800a6bb98 Update test_math from CPython 3.13.2 (#5610) Hanif Ariffin 2025-04-05 13:53:40 +08:00
  • e0a35e4322 Merge pull request #5661 from arihant2math/doc Jeong, YunWon 2025-04-05 14:49:41 +09:00
  • c2665e38ba Bump openssl from 0.10.71 to 0.10.72 dependabot[bot] 2025-04-04 20:54:25 +00:00
  • ab4dffb53c this should just fail if warnings happen because of RUSTFLAGS Ashwin Naren 2025-04-04 11:37:40 -07:00
  • 36cce6b174 run fmt Jeong YunWon 2025-04-05 00:14:03 +09:00
  • 5c854fc690 clear out warnings Ashwin Naren 2025-04-03 09:23:22 -07:00
  • 883e0cab29 build docs on CI and deny warnings Ashwin Naren 2025-04-03 09:23:06 -07:00
  • d7113e11db Fix more cspell warnings Jeong YunWon 2025-04-04 16:42:14 +09:00
  • 66cf905e8b Merge pull request #5668 from youknowone/cspell Jeong, YunWon 2025-04-04 16:41:40 +09:00
  • 7ac61f3840 fix cspell warnings Jeong YunWon 2025-04-04 15:38:36 +09:00
  • 2c94b809ae move cspell to last step Jeong YunWon 2025-04-04 16:02:29 +09:00
  • d52081fe41 Merge pull request #5663 from arihant2math/remove-dep-modules Jeong, YunWon 2025-04-04 16:04:58 +09:00
  • e7f04612f6 remove chunk.py Ashwin Naren 2025-04-03 10:10:26 -07:00
  • fd4ad3e4d1 Remove smtpd Ashwin Naren 2025-04-03 11:25:41 -07:00
  • f1d45ee5a7 remove unused deprecated libraries Ashwin Naren 2025-04-03 10:05:38 -07:00
  • 6620aa07af update email to 3.13.2 Ashwin Naren 2025-04-03 09:53:45 -07:00
  • 8063148598 Fix clippy lints from rust 1.86 update (#5665) Ashwin Naren 2025-04-03 22:04:13 -07:00
  • 2bf2332806 Cleanup whats_left.py (#5654) Ashwin Naren 2025-04-02 00:31:25 -07:00
  • 64a0721616 Remove broken badge from readme Ashwin Naren 2025-04-01 08:08:16 -07:00
  • c3ed002b12 Bump streetsidesoftware/cspell-action from 2 to 6 in the github-actions group (#5646) dependabot[bot] 2025-04-01 10:31:07 +09:00
  • f6a9754b4e Remove telnetlib deprecated in 3.13 (#5649) Ashwin Naren 2025-03-31 18:19:39 -07:00
  • 264f3d792a remove xdrlib deprecated in 3.13 (#5648) Ashwin Naren 2025-03-31 18:18:42 -07:00
  • cb967c697b Fix release CI (#5647) Ashwin Naren 2025-03-31 18:17:29 -07:00
  • e21a04cf4b Merge pull request #5635 from hbina/hbina-fix-py313-test-bool Noa 2025-03-31 11:04:07 -05:00
  • f0bcad7116 Added test_audit Hanif Ariffin 2025-03-31 00:05:31 +08:00
  • 57a83db69d try IncrementalNewlineDecoder in doctest Jeong YunWon 2025-03-31 17:14:59 +09:00
  • 3ad8fd711f fix expression list order ivan-shrimp 2025-03-02 23:50:36 +08:00
  • 160363fa46 Fix float parsing (#5643) Noa 2025-03-31 00:37:47 -05:00
  • 0b35946972 Make FromArgs default field take an expression, not a string literal Noa 2025-03-30 19:52:15 -05:00
  • 24d995678f Remove some unncessary dependencies Noa 2025-03-19 13:10:00 -05:00
  • 8e7039405e Fix some clippy issues Hanif Ariffin 2025-03-30 23:53:20 +08:00
  • 8f989e4a67 Fixed an expected failure in the behavior of negating a bool argument Hanif Ariffin 2025-03-08 21:18:13 +08:00
  • 696dceacdc Merge pull request #5255 from youknowone/lib-socket Jeong, YunWon 2025-03-30 14:47:30 +09:00
  • 9e2f6bd187 mark failing tests of test_socket Jeong YunWon 2024-04-22 11:20:38 +09:00
  • b620f03728 Update socket from CPython 3.12.2 Jeong YunWon 2024-04-22 10:39:54 +09:00
  • ade45c2312 Merge pull request #5391 from JazzGlobal/4982-AddMissingFieldsToPyStructTime Jeong, YunWon 2025-03-30 13:44:37 +09:00
  • b067986576 Bump cranelift to 0.118 Noa 2025-03-28 12:24:10 -05:00
  • 763ba9fd6a edit test_time Jeong YunWon 2025-03-27 20:36:54 +09:00
  • fd270775a3 time._STRUCT_TM_ITEMS Jeong YunWon 2025-03-27 20:36:47 +09:00
  • b99e7f62b2 Add pystruct(skip) Jeong YunWon 2024-09-17 21:32:23 +09:00
  • bb8606dbed implement tm_gmtoff and tm_zone Christopher Gambrell 2024-08-13 11:18:05 -04:00
  • 0abd8b1d87 Fix pystructseq Jeong YunWon 2025-03-27 20:35:08 +09:00
  • 58a17f337d Merge pull request #5633 from coolreader18/compiler-deps Jeong, YunWon 2025-03-28 13:45:00 +09:00
  • d3d92bbb6f Update unparse to work with ruff & remove ruff_python_codegen Noa 2025-03-27 17:33:21 -05:00
  • 8081e0d281 Copy unparse.rs from rustpython-parser Noa 2025-03-27 17:34:09 -05:00
  • f398321b1f Remove parser dependency from codegen Noa 2025-03-27 15:50:45 -05:00
  • 7d05f881c4 Have rustpython_literal::escape support wtf8 Noa 2025-03-27 00:55:03 -05:00
  • 030243a6f9 Split out wtf8 into its own crate Noa 2025-03-27 00:08:29 -05:00
  • 6b72d2ef5d Check+lint examples, tests, and benches in CI Noa 2025-03-27 20:44:18 -05:00
  • b6aacbf401 Merge pull request #5629 from coolreader18/surrogate-literals Noa 2025-03-27 10:15:41 -05:00
  • dd467f6c73 Update common/src/wtf8/mod.rs Noa 2025-03-27 10:15:18 -05:00
  • cd89aa51f0 Fix _ctypes.Array base and metaclass (#5620) Jeong, YunWon 2025-03-27 19:45:04 +09:00
  • f27c1f7ea3 Merge pull request #5624 from youknowone/libffi-workspace Jeong, YunWon 2025-03-27 14:51:47 +09:00
  • c7ca173c90 Merge pull request #5254 from youknowone/exception-group Jeong, YunWon 2025-03-27 14:51:12 +09:00
  • c9161c02b6 Merge pull request #5625 from youknowone/clippy Noa 2025-03-26 23:40:42 -05:00
  • 6e79a2aa8a Merge pull request #5626 from youknowone/remove-unused-deps Noa 2025-03-26 23:37:52 -05:00
  • bea25a0285 Merge pull request #5627 from youknowone/once-cell Noa 2025-03-26 23:36:31 -05:00
  • c96fd3d900 Merge pull request #4700 from youknowone/cspell Jeong, YunWon 2025-03-27 13:25:08 +09:00
  • 0a07cd931f Fix more surrogate crashes Noa 2025-03-26 20:37:26 -05:00
  • c6cab4c43a Parse surrogates in string literals properly Noa 2025-03-26 20:35:59 -05:00
  • 2ab8716c95 Merge pull request #5623 from coolreader18/refactor-codecs Noa 2025-03-26 14:01:26 -05:00
  • e3d96aa3ca Remove commented-out code Noa 2025-03-26 12:42:03 -05:00
  • 10d2837041 rework dicts Jeong YunWon 2025-03-27 02:15:03 +09:00
  • 372e683063 disable cspell from files with a bunch of OS jargons Jeong YunWon 2025-03-27 01:43:45 +09:00
  • 5f6f6cce92 add cspell to CI Jeong YunWon 2023-03-16 21:31:58 +09:00
  • 27bcba3027 wasm test prints more info Jeong YunWon 2024-04-25 23:18:31 +09:00
  • 053583f5a0 Add wasm/demo/.envrc Jeong YunWon 2024-04-25 23:16:08 +09:00
  • 5e0eace8d9 test_exception_group from CPython 3.12.2 Jeong YunWon 2024-04-22 11:26:52 +09:00
  • e7fdfca5f5 Add python-implemented ExceptionGroup Jeong YunWon 2024-04-22 11:21:42 +09:00
  • 2d4eec88d3 better webdriver error printing Jeong YunWon 2025-03-27 01:14:30 +09:00
  • 7f94c10be7 patch typing not to reqiure contextlib Jeong YunWon 2025-03-27 01:13:36 +09:00
  • 549cce24c8 Add #[pystruct(skip)] Jeong YunWon 2024-09-08 23:20:34 +09:00
  • 97fa11d526 Remove unused dependency Jeong YunWon 2025-03-26 15:10:23 +09:00
  • ad5788589b Remove more direct use of OnceCell Jeong YunWon 2025-03-26 18:20:43 +09:00
  • ec09599d84 Remoce once_cell::Lazy usage Jeong YunWon 2025-03-26 17:44:03 +09:00
  • f323d14ed3 Refactor codecs Noa 2025-03-25 19:04:57 -05:00
  • bc38e9dedd Apply nightly clippy suggestions Jeong YunWon 2025-03-26 14:39:14 +09:00
  • 7ac90f5cbc Merge pull request #5587 from coolreader18/wtf8 Noa 2025-03-25 21:08:01 -05:00
  • f3b8d5515a Address comments Noa 2025-03-25 21:06:56 -05:00
  • bd55baefa6 Optimize Wtf8Codepoints::count Noa 2025-03-24 22:52:25 -05:00
  • a86126419c Fix remaining tests Noa 2025-03-21 23:10:51 -05:00
  • 5c22697344 Implement fsencode/fsdecode for FsPath Noa 2025-03-21 22:10:59 -05:00
  • cc6f3d3051 Make TextIOWrapper wtf8-compatible Noa 2025-03-21 20:48:38 -05:00
  • b36b32bfe8 Make re wtf8-compatible Noa 2025-03-21 20:13:15 -05:00
  • 3945d3b2fe Make format wtf8-compatible Noa 2025-03-21 20:02:15 -05:00
  • ba1b5811ee Update encoding to use wtf8 Noa 2025-03-21 19:19:03 -05:00
  • 7f4582bb23 Make cformat wtf8-compatible Noa 2025-03-21 16:06:08 -05:00
  • cace112b1a Allow surrogates in str Noa 2025-03-06 19:20:33 -06:00
  • e3a1031081 Refactor cformat in prep for wtf8 Noa 2025-03-25 11:37:51 -05:00