Jeong, YunWon
0785cc5aa9
Merge pull request #5406 from coolreader18/improve-posixsubprocess
...
Improve posixsubprocess
2024-09-22 17:37:34 +09:00
Noa
7933edad43
Add missing functionality to posixsubprocess
2024-09-21 22:40:15 -05:00
Ankit Goel
5f75728ede
Fix inconsistent behavior of Decimal.from_float
2024-09-22 01:42:28 +01:00
Noa
a8964f4108
Add select.epoll
2024-09-20 11:46:01 +09:00
Noa
740aeedca3
Merge pull request #5405 from crazymerlyn/fix-set-intersection-update
...
Fix set intersection_update implementation
2024-09-19 21:21:16 -05:00
Ankit Goel
b36c95b91e
Fix set intersection_update implementation
2024-09-19 20:59:12 +01:00
Ricardo Robles
b5c1fd95dc
Add zoneinfo from Python 3.12.6 ( #5400 )
2024-09-19 11:18:48 +09:00
Ankit Goel
dd06516d1c
Deprecate delegating int() to __trunc__
2024-09-17 16:06:09 +09:00
Ankit Goel
8066f36a4e
Fix copysign behavior for NaNs ( #5396 )
2024-09-11 15:19:21 +09:00
Jeong YunWon
3bbf6b9d53
less strict time bound for test_re.test_search_anchor_at_beginning
2024-09-10 16:31:43 +09:00
CPython Developers
09d74336fa
Update fraction,test_numeric_tower from CPython 3.12.4
2024-07-29 19:53:44 +09:00
Andrew Bowen
55f04db6b8
Update codecs and test_codecs from cpython v3.12.4 ( #5372 )
...
* updated test_codecs.py from cpython v3.12.4
* updated codecs.py from cpython v3.12.4
2024-07-29 14:55:32 +09:00
Jeong YunWon
6f8360a878
sys.exception
2024-07-29 14:30:59 +09:00
Jeong YunWon
6ca4685fee
__objclass__
2024-07-29 14:30:46 +09:00
Jeong YunWon
9944b3dac1
Mark failing tests
2024-07-28 20:24:15 +09:00
Jeong YunWon
8ed79bd1af
add a dummy parameter for support.skip_if_sanitizer
2024-07-28 20:24:15 +09:00
CPython Developers
0600ae6213
Update io, pyio, test_io from CPython
2024-07-28 20:24:15 +09:00
Jeong YunWon
623415d843
IncrementalNewlineDecoder from pyio
2024-07-28 20:23:53 +09:00
Jeong YunWon
43e20a8cd9
Fix os.putenv & test_os.test_envronb
2024-07-28 16:24:17 +09:00
Dan Näsman
2335ca0f72
Add proper underscore handling to float and complex types. ( #5356 )
2024-07-28 12:11:34 +09:00
James Clarke
e142d655b9
changed int_max_str_digits from -1 to 4300 to be more cpython complient ( #5343 )
...
* changed int_max_str_digits from -1 to 4300 to be more cpython complient, fixes #5139
2024-06-27 15:27:54 +09:00
Kirill Podoprigora
a620b38ba0
Add test_copyreg.py from 3.12
2024-06-24 19:00:54 +09:00
Jeong, YunWon
8e3c0cd658
Merge pull request #5314 from youknowone/datetime
...
Update datetime from CPython v3.12.3
2024-06-22 17:38:59 +09:00
Jeong YunWon
f709a2805d
mark failing tests
2024-06-22 16:18:34 +09:00
Jeong, YunWon
adbadfc4f5
Merge pull request #5342 from youknowone/getstate
...
object.__getstate__
2024-06-22 15:49:23 +09:00
CPython Developers
9c7a9cbace
Update datetime from CPython v3.12.3
2024-06-22 15:27:19 +09:00
CPython Developers
1333688a4e
update copyreg from CPython 3.12.3
2024-06-22 15:24:42 +09:00
Jeong YunWon
17852b78d5
mark hanging test
2024-06-22 15:24:42 +09:00
Jeong YunWon
dd15ae5560
Unmark successful tests
2024-06-22 15:24:42 +09:00
kingler
c10b99b29a
Update keyword.py and test_keyword.py from CPython v3.12.0
2024-06-21 22:37:15 +09:00
Jonathan Rotter
7996a10116
await in list comprehension ( #5334 )
...
* check if comprehension element contains await
* force execution to pause in async gen
2024-05-27 16:54:56 +09:00
Daniel Chiquito
b59d876e76
Make __bases__ mutable ( #5325 )
...
* Make PyType.bases and PyType.mro mutable
* Add a set function for __bases__
* Re-enable fixed test_descr tests
2024-05-20 12:28:07 +09:00
Snowapril
aa0353a501
Fix best_base to select proper base class ( #5324 )
...
* add __basicsize__ getter
* modify best_base function to get proper base
* inherit basicsize from the base type
---------
Signed-off-by: snowapril <sinjihng@gmail.com >
2024-05-19 15:48:56 +09:00
Jeong YunWon
63c3f31c99
skip flaky test in test_context
2024-05-17 14:02:40 +09:00
matheusfgoncalves95
515f0bf9c2
Adding generator_stop to compile_future_features ( #5320 )
...
* Adding generator_stop to compile_future_features.
* Removing expected failure from PEP 479 unit test.
2024-05-13 23:18:55 +09:00
hydrogen602
27a52a7962
test_class.py: testTypeAttributeAccessErrorMessages fix
2024-05-13 16:25:37 +09:00
hydrogen602
61feb43aba
test_builtin.py: test_type_qualname fix
2024-05-13 14:18:18 +09:00
Jonathan Rotter
07fdcb6160
Fix for test future.py test annotations ( #5319 )
...
* enable test fixed in parser
* update parser dependency
2024-05-13 08:40:14 +09:00
Jeong, YunWon
d243c90d0a
Update site from CPython v3.12.3 ( #5313 )
...
* Update site from CPython v3.12.3
* mark failing test
---------
Co-authored-by: CPython Developers <>
2024-05-09 23:04:31 +09:00
Jeong, YunWon
72033ab689
Update ipaddress from CPython v3.12.3 ( #5312 )
...
Co-authored-by: CPython Developers <>
2024-05-09 15:56:11 +09:00
Jeong YunWon
52695a9ece
Skip tests to avoid slot bug
2024-05-09 15:20:38 +09:00
CPython Developers
a20ce951e7
Update pathlib from CPython v3.12.3
2024-05-09 15:20:25 +09:00
Jeong YunWon
85fa157d5a
Update test_os from CPython v3.12.3
2024-05-09 11:51:05 +09:00
Jeong, YunWon
1068219c56
Update Lib/asyncio from CPython v3.12.3 ( #3858 )
...
Co-authored-by: CPython Developers <>
2024-05-09 05:02:46 +09:00
Jonathan Rotter
a8ea67178d
adjusted SyntaxError args and __str__() to match CPython ( #5294 )
2024-05-08 12:57:03 +09:00
Jeong, YunWon
64a464aefb
Update audiotests from CPython 3.12.3 ( #5304 )
...
Co-authored-by: moonlightaria <edch66@gmail.com >
2024-05-08 12:52:33 +09:00
jparag
67885ad9fa
Update gettext.py and related test to 3.12 version ( #5287 )
...
Co-authored-by: Parag Jain <parag.jain2@capitalone.com >
2024-05-08 00:02:59 +09:00
Jeong YunWon
e5bf72e897
contextvars
2024-05-07 22:43:21 +09:00
Jeong YunWon
1f62190eef
Use Sequence protocol for in operation
2024-05-07 21:33:14 +09:00
CPython Developers
94e6648ee5
Update selectors from CPython v3.12.3
2024-05-01 15:59:23 +09:00