Commit Graph

7723 Commits

Author SHA1 Message Date
Noah
4db7a23064 Add/rename vm.obj_len, obj_len_opt 2020-11-06 11:11:07 -06:00
Noah
3d19d977aa Expose classes as attributes 2020-11-06 11:11:07 -06:00
Noah
ff55a2ef41 WIP seek 2020-11-06 11:11:07 -06:00
Noah
473d538cb9 Make Buffered{Reader,Writer} actually buffered 2020-11-06 11:11:06 -06:00
Noah
5f0708140e Make PyType.tp_name() more efficient 2020-11-06 11:11:06 -06:00
Noah
a1ca535f78 Make bufferoptions.format a Cow<'static, str> 2020-11-06 11:11:06 -06:00
Noah
07457254d6 Implement buffered io sans buffering 2020-11-06 11:11:06 -06:00
Noah
7beb932563 Distinguish between to_index and to_index_opt 2020-11-06 11:11:06 -06:00
Noah
6ba5880b74 Add a PyThreadMutex lock type 2020-11-06 11:11:06 -06:00
Jeong YunWon
ac4e5b855f Merge pull request #2314 from RustPython/coolreader18/no-cache-mac
Try skipping caching on macos
2020-11-06 23:50:50 +09:00
Kangzhi Shi
b18814a3ca Rework CFormatSpec format 2020-11-04 18:15:58 +02:00
Noah
991be82370 Merge pull request #2313 from mainsail-org/mir/notebook
wasm/notebook updates
2020-11-03 15:32:21 -06:00
Kangzhi Shi
84fa2515a7 Generic CFormatPart 2020-11-03 20:58:09 +02:00
Kangzhi Shi
7773562a64 Reimpl format 2020-11-03 11:04:08 +02:00
Noah
e4f446eb9f Re-add test_importlib to windows skiplist 2020-11-02 22:50:34 -06:00
Noah
b5b15e0f3a os.unlink can remove junctions on windows 2020-11-02 22:49:47 -06:00
Noah
68af202208 Give support funcs names 2020-11-02 15:03:44 -06:00
Noah
02daac61e5 Try fixing macos deadlock 2020-11-02 12:42:44 -06:00
Noah
606d8196b6 Skip some importlib tests on windows + fix weird errors, hopefully? 2020-11-02 12:42:44 -06:00
Noah
9105c44bc1 Add more winreg functions 2020-11-02 12:42:43 -06:00
Noah
1dccad99b3 Fix pathlib import on windows 2020-11-02 12:41:44 -06:00
Noah
56b46b7281 Enable test_importlib 2020-11-02 12:41:44 -06:00
Noah
a87ce5ba5d Skip more tests for macos 2020-11-02 12:41:44 -06:00
Noah
bd644124bc Try skipping caching on macos 2020-11-02 12:41:44 -06:00
Jeong YunWon
b1a94c2c8c Merge pull request #2319 from youknowone/fix-warnings
Fix unused variables warnings
2020-11-03 01:01:37 +09:00
Jeong YunWon
8aea12b8c9 Fix unused variables warnings 2020-11-03 00:28:19 +09:00
Jeong YunWon
cd415c6ca9 Merge pull request #2295 from youknowone/sysmodule
Expose sys module constants in rust level
2020-11-03 00:28:04 +09:00
Jeong YunWon
697d6eddcd Merge pull request #2294 from RustPython/coolreader18/pyobj-constants
Store PyObjectRef in CodeObject constants
2020-11-03 00:03:30 +09:00
Kangzhi Shi
3ebff18b5a fix cformat bug 2020-11-02 13:33:08 +02:00
Kangzhi Shi
d4af9d0bfe Reimpl cformat to suit for bytes 2020-11-01 20:04:41 +02:00
ChJR
29859b47e4 Separate Formatting decimal point case in cformat 2020-10-31 23:02:38 +09:00
ChJR
dc3a30066b Unify format_float_as_exponent to clarify 2020-10-31 22:58:46 +09:00
Noah
b7a73fdc0c Capitalize boolean constants for dis 2020-10-30 14:05:53 -05:00
Noah
249f121896 Merge pull request #2315 from hyperbora/fix-math-acosh
fix math.acosh
2020-10-30 12:03:59 -05:00
hyperbora
babebf0794 fix math.acosh 2020-10-31 00:26:18 +09:00
Jeong YunWon
d562b02085 Expose sys module constants in rust level 2020-10-29 14:47:31 +09:00
Noah
525ff493a1 Merge pull request #2311 from rodrigocam/master
Add socket sendfile function
2020-10-28 12:18:52 -05:00
Noah
7b8066d342 Specify python version for pipenv 2020-10-28 12:00:26 -05:00
Noah
5de85277dd Merge pull request #2312 from qingshi163/array-float
Fix array with float
2020-10-28 11:59:05 -05:00
Noah
8cdbccd311 Use Python 3.8 for CI 2020-10-28 11:22:49 -05:00
Noah
ad3922ae91 Skip shutil test 2020-10-28 11:12:01 -05:00
Noah
7d45672f4e Skip unrelated test in test_os 2020-10-27 22:14:07 -05:00
Rodrigo Oliveira
6de2dc6328 Add macro call to allow function up to seven parameters 2020-10-27 23:39:41 -03:00
Mireille Raad
4002b38337 add snippets 2020-10-27 21:40:44 -04:00
Mireille Raad
a742d0d377 update ui and test features 2020-10-27 21:37:56 -04:00
Mireille Raad
b3ee56ce72 obligatory readme 2020-10-27 21:36:31 -04:00
Rodrigo Oliveira
a64ecbf00a Process headers and trailers as array of byte buffers 2020-10-27 20:45:29 -03:00
Rodrigo Oliveira
a8d579dada Add guard clause to check if os has sendfile function 2020-10-27 18:34:22 -03:00
Rodrigo Oliveira
01e6f735a0 Remove socket sendfile wrong implementation 2020-10-27 17:50:40 -03:00
Rodrigo Oliveira
a656c51696 Add os sendfile function and python test 2020-10-27 17:14:53 -03:00