Commit Graph

  • a02558b63a fix bug and styles not fixed yet Jeong YunWon 2022-08-07 04:49:26 +09:00
  • eb9a5fac2a Merge pull request #4006 from youknowone/marshal Jeong YunWon 2022-08-07 05:20:24 +09:00
  • 33110aecfe add binascii a2b_qp hachangmin6 2022-06-23 19:56:49 +09:00
  • ba766e1a43 Merge pull request #3849 from youknowone/tabnanny Jeong YunWon 2022-08-07 04:30:39 +09:00
  • ec9fa505e3 marshal.version Jeong YunWon 2022-08-07 04:08:53 +09:00
  • b32493d2cf marshal ascii/unicode Jeong YunWon 2022-08-07 03:53:43 +09:00
  • 6489ef153a bytes, none, ellipsis Jeong YunWon 2022-08-07 03:34:21 +09:00
  • 619bc156ba Merge pull request #4004 from youknowone/marshal Jeong YunWon 2022-08-07 03:53:14 +09:00
  • aa58cd2e75 Use enum marshal::Type instead of u8 Jeong YunWon 2022-08-07 03:10:24 +09:00
  • a353d5e27a redesign marshal Jeong YunWon 2022-08-07 02:22:53 +09:00
  • 320ed26ab9 marshal _dumps to take &mut vec Jeong YunWon 2022-08-06 06:18:22 +09:00
  • e79442140b Relocate generated file location snowapril 2022-08-06 14:35:09 +09:00
  • cc202e1e90 Mark failing tests for test_tabnanny Jeong YunWon 2022-08-06 05:27:03 +09:00
  • 216fcd8ba5 Add tabnanny module and its test from Python v3.10.4 Jeong Yunwon 2022-07-09 00:59:18 +09:00
  • 5b1e92f793 remove redundant parenthesis Jeong YunWon 2022-08-06 04:57:34 +09:00
  • 5ee50194b2 Merge pull request #3470 from youknowone/lto Jeong YunWon 2022-08-05 05:12:01 +09:00
  • 8a307b89dd Merge pull request #2444 from verhovsky/add-bz2 Jeong YunWon 2022-08-05 05:08:20 +09:00
  • 005d0f3e67 enable lto for release build Jeong YunWon 2021-11-28 16:01:29 +09:00
  • da9c98675b optional bz2 Jeong YunWon 2022-08-05 04:00:51 +09:00
  • b17c891115 Add bz2 from CPython 3.10.5 CPython developers 2021-02-11 04:18:09 -05:00
  • 7204ab7ea8 implement _bz2 boris 2021-02-12 02:40:56 -05:00
  • c073a611a1 Merge pull request #3598 from hwi-ya/timeout Jeong YunWon 2022-08-05 02:09:40 +09:00
  • 3d5d3fdca1 Merge pull request #3759 from youknowone/pyimpl Jeong YunWon 2022-08-05 01:54:12 +09:00
  • 53a74a1f2d Modify timeout print message hwi-ya 2022-04-09 21:03:55 +09:00
  • 055c5cfb97 pyimpl -> pyclass Jeong Yunwon 2022-05-30 10:45:13 +09:00
  • 13acb1ce6e Precision bug fix when FormatType is None (#3975) Gilteun Choi 2022-08-04 22:34:31 +09:00
  • 8fa819482e Merge pull request #3929 from youknowone/test-selector Jeong YunWon 2022-08-04 15:49:22 +09:00
  • 9cac7a36dd replace exit with Exitcode (#3956) joohongpark 2022-08-04 15:46:17 +09:00
  • bb52ed774e Feat: grp module (#3967) Sion Kang 2022-08-04 15:44:40 +09:00
  • c97148529c Fix: subtract name_repr siontama 2022-08-02 20:29:59 +09:00
  • fc513e3c25 Refactor: pwd module siontama 2022-08-02 01:15:48 +09:00
  • 33b420fd0b Merge pull request #3989 from TwoPair/union-or-types Jeong YunWon 2022-08-02 17:13:20 +09:00
  • 5480f4c671 Update cmp of PyUnion Hyunmin Shin 2022-08-02 02:19:57 +09:00
  • a443a0b34c Update test_types.py Hyunmin Shin 2022-08-02 02:18:26 +09:00
  • f40a6206d1 Merge pull request #3990 from moreal/correct-union-hash Jeong YunWon 2022-08-02 16:00:32 +09:00
  • 5658a6b069 Unmark fixed tests moreal 2022-08-02 12:16:18 +09:00
  • 1c5b9c9e03 Correct union hash Lee Dogeon 2022-07-15 07:41:15 +09:00
  • a6780040c8 Update test_{list, deque, userlist}.py Hyunmin Shin 2022-07-29 21:24:19 +09:00
  • d236067dde Merge pull request #3988 from jeffwang0516/starmap-reduce Jeong YunWon 2022-08-01 19:36:49 +09:00
  • e5437e4514 remove expected failures for related unittest jeffwang0516 2022-08-02 01:15:09 +08:00
  • 6f0c30605f Add itertools.starmap.__reduce__ jeffwang0516 2022-08-02 01:12:25 +08:00
  • ac489680ba Merge pull request #3984 from TwoPair/fix-issubclass Jeong YunWon 2022-08-01 07:29:19 +09:00
  • e5142e36fd Update _mut_iter_equal_skeleton method Hyunmin Shin 2022-07-28 02:31:51 +09:00
  • 2c07946619 Merge pull request #3976 from qingshi163/sre021 Jeong YunWon 2022-08-01 07:19:36 +09:00
  • ed001b4300 Update test_types.py from CPython 3.10 Hyunmin Shin 2022-07-31 00:06:32 +09:00
  • ee3a241884 Fix instancecheck, subclasscheck of UnionType Hyunmin Shin 2022-07-30 03:36:21 +09:00
  • 36a2700e1b Fix cmath to handle some edge cases in complex number calculation (#3987) Rhee Jung In 2022-08-01 02:19:44 +09:00
  • e8ed8aab9f Fix PyFloat::py_new always returning new float object issue (#3979) Gyubong 2022-08-01 01:52:15 +09:00
  • 59389bbe6e Mark failing test_selectors tests Jeong Yunwon 2022-07-25 06:12:51 +09:00
  • 89d4cf51c5 Update multiprocessing from CPython 3.10.5 CPython developers 2022-07-18 23:15:08 +09:00
  • 464e216beb Add test_selectors from CPython 3.10.5 CPython developers 2022-07-18 04:52:09 +09:00
  • eeac5fe2d3 bump sre-engine to 0.2.1 Kangzhi Shi 2022-07-27 21:46:29 +02:00
  • bf57f289bf update version to 0.2.1 Kangzhi Shi 2022-07-27 21:33:43 +02:00
  • 4007f82765 optimize max_until and min_until Kangzhi Shi 2022-07-27 21:33:20 +02:00
  • 0341e72d94 Merge pull request #3980 from Yaminyam/fix/module-pwd Jeong YunWon 2022-07-29 02:26:40 +09:00
  • 8fdc4db915 Fix: check name contain null siontama 2022-07-29 01:43:15 +09:00
  • 9122d759eb Merge pull request #3977 from youknowone/ios Jeong YunWon 2022-07-28 23:40:32 +09:00
  • cc8a18496e Merge pull request #3971 from qingshi163/sre-engine Jeong YunWon 2022-07-28 08:51:08 +09:00
  • 573b495def Fix iOS build Jeong YunWon 2022-07-28 08:49:00 +09:00
  • 2bdc33a9f5 Merge pull request #3951 from jopemachine/float-nan-hash Jeong YunWon 2022-07-27 15:15:35 +09:00
  • 1f00aa07b3 Merge pull request #3969 from daeun503/fix-range-attribute Jeong YunWon 2022-07-27 15:13:57 +09:00
  • 97d8529c74 Fix range attributes type Daeun Lee 2022-07-27 14:43:47 +09:00
  • d29f5d738c Update test_copy.py from CPython v3.10.5 Daeun Lee 2022-07-27 14:42:44 +09:00
  • d7f17d82ec Fix formatter Gyubong Lee 2022-07-27 13:37:34 +09:00
  • 60c4db78dd Reflect feedbacks Gyubong Lee 2022-07-27 13:36:15 +09:00
  • abc7586662 bump up sre-engine to 0.2.0 Jeong YunWon 2022-07-27 05:14:34 +09:00
  • 919e1d7933 Refactor and fix multiple max_until recusion (#10) Steve Shi 2022-07-26 20:38:03 +02:00
  • 187fc5d872 hash_pointer -> hash_object_id Gyubong Lee 2022-07-26 11:42:25 +09:00
  • d7842d1e8e pass htmlparser tests Kangzhi Shi 2022-07-25 22:07:26 +02:00
  • 1daf2f1e4b Merge pull request #3966 from youknowone/fix-windows-ci Jeong YunWon 2022-07-26 05:01:06 +09:00
  • e62fdd105c fix windows CI Jeong Yunwon 2022-07-25 07:32:47 +09:00
  • 320265c973 Reflect feedbacks Gyubong Lee 2022-07-25 19:03:41 +09:00
  • 01a5fa1ba9 Reflect feedback Gyubong Lee 2022-07-25 17:42:29 +09:00
  • dc3c7a9712 Fix lint Gyubong Lee 2022-07-25 17:41:39 +09:00
  • d317c8b08c Move hash_complex implementation from hash.rs to complex.rs Gyubong Lee 2022-07-25 17:39:39 +09:00
  • 6098eb66ed Fix wrong implementation of hash_complex Gyubong Lee 2022-07-24 14:04:34 +09:00
  • 3c0f3cacdd Apply inlining Gyubong Lee 2022-07-24 13:07:35 +09:00
  • d388a13120 Fix hash_complex's hash function Gyubong Lee 2022-07-24 13:06:02 +09:00
  • 8a97c0b8fa libc::c_void -> std::ffi::c_void Gyubong Lee 2022-07-24 12:53:22 +09:00
  • 98d3f38476 Reflect feedbacks Gyubong Lee 2022-07-24 11:36:07 +09:00
  • 06056908c9 Fixes nan Gyubong Lee 2022-07-23 13:35:40 +09:00
  • dfc9b6abf4 Merge pull request #3964 from youknowone/fix-windows-ci Jeong YunWon 2022-07-25 07:12:48 +09:00
  • 7fdbf53822 update subprocess for windows Jeong Yunwon 2022-07-25 07:09:54 +09:00
  • fff5a8c4de Merge pull request #3963 from youknowone/winapi Jeong YunWon 2022-07-25 07:10:24 +09:00
  • 8ae1c70cb2 Merge pull request #3795 from youknowone/install-pip Jeong YunWon 2022-07-25 06:58:15 +09:00
  • b2d0bc0aa3 add _winapi attributes Jeong Yunwon 2022-07-25 06:40:26 +09:00
  • 9490603e20 enable --install-pip test again Jeong, Yunwon 2022-07-25 05:59:41 +09:00
  • 26705db94d Merge pull request #3924 from youknowone/update-support Jeong YunWon 2022-07-25 05:01:34 +09:00
  • e32523c632 turn a few more windows tests on Jeong Yunwon 2022-07-25 03:57:37 +09:00
  • bad1c6f0b8 adjust filaing test markers Jeong YunWon 2022-07-24 21:56:28 +09:00
  • 1d92f78b4c Update test_weakref from CPython 3.10.5 CPython developers 2022-07-24 21:50:52 +09:00
  • e33a6a68ac Fix _posixsubprocess for updated subprocess Jeong YunWon 2022-07-24 21:27:34 +09:00
  • 51b998d663 update subprocess from CPyhton 3.10.5 CPython developers 2022-07-24 20:38:39 +09:00
  • 96f3673fd8 add failing marks to test_module Jeong YunWon 2022-07-24 20:30:31 +09:00
  • 3d28260203 Update test_module from CPython 3.10.5 CPython developers 2022-07-24 20:27:55 +09:00
  • 64b2c0e7a8 Update logging from CPython 3.10.5 Jeong Yunwon 2022-07-19 20:37:40 +09:00
  • dc8a95d561 adjust failng test markers Jeong Yunwon 2022-07-18 23:37:44 +09:00
  • 531c42cae9 Update test.support from CPython 3.10.5 CPython developers 2022-07-19 20:37:18 +09:00
  • ac4b148a74 Fix sugrrogatepass Jeong YunWon 2022-07-25 02:04:52 +09:00
  • 2fbd01f23e Fix surrogateescape_errors Jeong YunWon 2022-07-25 00:06:03 +09:00