Commit Graph

822 Commits

Author SHA1 Message Date
Padraic Fanning
cbe24fa406 Explain testSFBug532646 skip 2021-02-07 15:49:41 -05:00
Padraic Fanning
18bf1a42c0 Explain test_repeat skip 2021-02-07 15:49:41 -05:00
Padraic Fanning
5f821269a6 Explain TestBreakpoint skip 2021-02-07 15:49:41 -05:00
Padraic Fanning
f909c7d9f6 Explain test_alloc_overflow skip 2021-02-07 15:49:41 -05:00
Padraic Fanning
2259ceee48 Explain UnicodeTest skip 2021-02-07 15:49:41 -05:00
Padraic Fanning
3d6179dce8 Explain test_tofrombytes skip 2021-02-07 15:49:41 -05:00
Padraic Fanning
7ab8ab1c5e Explain test_replace_overflow skip 2021-02-07 15:49:41 -05:00
Padraic Fanning
17cc14f2fd Explain seq_tests test_free_after_iterating skip 2021-02-07 15:49:41 -05:00
Padraic Fanning
21a6e12593 Unskip test_pickle in seq_tests.py 2021-02-07 15:49:41 -05:00
Padraic Fanning
6fcc874f9b Explain test_index skip in seq_tests.py 2021-02-07 15:49:41 -05:00
Padraic Fanning
960fac3a53 Explain test_bigrepeat skip in seq_tests.py 2021-02-07 15:49:41 -05:00
Jeong YunWon
6064f7eb2e Merge pull request #2418 from RustPython/coolreader18/name-mangling
Implement name mangling
2021-02-07 10:21:54 +09:00
Noah
c20220c531 Merge pull request #2434 from RustPython/sre-update
Update sre-engine dependency
2021-02-03 11:09:01 -06:00
Noah
3e08492ea0 Merge pull request #2432 from verhovsky/add-statistics
Add statistics from CPython 3.8
2021-02-03 10:37:47 -06:00
Noah
ff75791193 Unskip tests 2021-02-03 10:36:27 -06:00
boris
83a64ad318 mark failing tests 2021-02-03 01:14:49 -05:00
Padraic Fanning
10b0bdd510 Add reason for skipped codeop test 2021-02-02 10:43:40 -05:00
boris
b767f13994 Copied statistics from CPython 3.8 2021-02-01 15:04:47 -05:00
Noah
669fec4a26 Merge pull request #2429 from verhovsky/add-secrets
Add secrets from CPython 3.8
2021-01-31 22:42:25 -06:00
Noah
0c0bcde08d Merge pull request #2430 from verhovsky/add-telnetlib
Add telnetlib from CPython 3.8
2021-01-31 22:37:13 -06:00
Noah
89de9e1ad7 Merge pull request #2425 from fanninpm/upgrade-codeop-library
Upgrade codeop
2021-01-31 18:40:54 -06:00
boris
c25bfaa991 skip failing tests 2021-01-31 19:31:02 -05:00
boris
f53e42a472 Add telnetlib from CPython 3.8 2021-01-31 19:26:44 -05:00
boris
b03185f59e Copy secrets module from CPython 3.8 2021-01-31 18:56:07 -05:00
Padraic Fanning
c50bb0beeb Upgrade codeop to 3.9 2021-01-29 18:10:15 -05:00
Noah
a694d1322a Output sre_constants to new location 2021-01-29 10:18:20 -06:00
Noah
fbbf24272f EnvironmentError = OSError, fix __radd__ str 2021-01-29 00:46:17 -06:00
Jeong YunWon
dd8d3c1bfd Merge pull request #2419 from ishigoya/master
remaining test_unicode* from v3.8.7
2021-01-29 14:20:38 +09:00
Noah
7cdafe77e5 Merge pull request #2422 from RustPython/coolreader18/stub-xml
Stub plistlib and xmlrpc
2021-01-28 23:19:50 -06:00
Jeong YunWon
dd267b5ff2 Merge pull request #2415 from RustPython/coolreader18/csv-writer
Add csv.writer()
2021-01-29 14:18:42 +09:00
Jeong YunWon
18a27ea965 Merge pull request #2417 from RustPython/update-python-version
Declare ourselves as Python 3.9
2021-01-29 14:15:32 +09:00
Padraic Fanning
10e26162b5 Update argparse to 3.9 2021-01-28 12:34:04 -05:00
Noah
00096166d8 Stub out imports in plistlib/xmlrpc 2021-01-27 22:10:27 -06:00
Noah
665ca0a6bf Copy plistlib and xmlrpc from CPython 3.8 2021-01-27 22:09:16 -06:00
Noah
59794cdfd7 Change site-packages paths 2021-01-27 15:20:52 -06:00
Robert Booth
dbc3d64507 remaining test_unicode* from v3.8.7 2021-01-27 12:59:11 +09:00
Robert Booth
fd6e44afdf remaining test_unicode* from v3.8.7 2021-01-27 11:48:31 +09:00
Noah
389f2bf623 Merge pull request #2414 from ishigoya/master
add test_random from 3.8.7
2021-01-26 10:37:52 -06:00
Noah
ba300c75ab Update pow tests to 3.8 version 2021-01-26 10:30:09 -06:00
Noah
d940e17bf1 Implement name mangling 2021-01-26 09:59:16 -06:00
coolreader18
5d23721b0d Remove _sre.py 2021-01-26 00:33:21 -06:00
Noah
7963baaede Skip test on windows 2021-01-25 19:24:40 -06:00
Noah
570d2521d0 Merge pull request #2408 from verhovsky/add-gzip
Copy gzip from CPython 3.10
2021-01-25 18:29:16 -06:00
Noah
f428fcc692 unskip tests 2021-01-25 18:28:18 -06:00
Noah
3aafd1a85f Add csv.writer 2021-01-25 17:08:04 -06:00
Noah
97e5c2c890 Merge pull request #2352 from qingshi163/_sre-wip
[WIP] _sre
2021-01-25 14:43:22 -06:00
Noah
19f9ca6390 Merge pull request #2399 from RustPython/coolreader18/asdl
Generate rustpython-ast based off of Python.asdl
2021-01-25 11:09:31 -06:00
Robert Booth
1e3e3a0a9e fail/skip for test_random 3.8.7 2021-01-25 22:17:05 +09:00
Robert Booth
678625add2 test_random from v3.8.7 2021-01-25 22:14:25 +09:00
Robert Booth
00feca2a9a skip/fail tests in test_slice 3.8.7 2021-01-25 15:08:25 +09:00