Commit Graph

  • b8eba6abe3 Add the array module coolreader18 2019-08-18 21:39:40 -05:00
  • 0d492e7875 Raise a KeyboardInterrupt on a SIGINT coolreader18 2019-08-19 23:47:27 -05:00
  • 89a97b66ad Merge pull request #1290 from mpajkowski/int_fix Windel Bouwman 2019-08-23 17:12:33 +02:00
  • bd293fad76 Merge pull request #1303 from youknowone/datetime Windel Bouwman 2019-08-23 16:53:10 +02:00
  • a0521bc986 Merge branch 'master' of https://github.com/RustPython/RustPython into extend-socket lynskylate 2019-08-22 22:22:03 +08:00
  • e0de5fc139 Merge pull request #1314 from youknowone/bool-real Noah 2019-08-22 09:13:43 -05:00
  • 0327428aa5 bool.real Jeong YunWon 2019-08-21 01:24:38 +09:00
  • 196a0de345 Merge pull request #1316 from Tom1380/master Noah 2019-08-21 20:44:21 -05:00
  • d7187d426c Cleaned up two tests. Tommaso Thea Cioni 2019-08-22 03:11:51 +02:00
  • 190e617b5e #1224 Remove tests MinGyo Jung 2019-08-21 17:36:22 +09:00
  • e826894f02 #1224 Error handling for not implemted features MinGyo Jung 2019-08-21 17:18:11 +09:00
  • 8e3090d7a2 Merge branch 'master' of https://github.com/rustpython/rustpython MinGyo Jung 2019-08-21 15:01:24 +09:00
  • 6d618c5e5a Add changes suggested by @seeturtle Marcin Pajkowski 2019-08-19 23:47:10 +02:00
  • 5e37adcf68 Apply review comments Marcin Pajkowski 2019-08-17 16:19:02 +02:00
  • d07edee3f6 Add more tests for int() Marcin Pajkowski 2019-08-16 21:39:50 +02:00
  • 3f3fa2e5af Fix panics with int() Marcin Pajkowski 2019-08-16 21:36:05 +02:00
  • a48df9d16a Merge pull request #1312 from mpajkowski/fix_oschmod Noah 2019-08-19 23:09:19 -05:00
  • da92c4acd5 Fix failing os.chmod tests Marcin Pajkowski 2019-08-20 00:51:06 +02:00
  • a4d92cbac0 Fix os.chmod not defined on windows coolreader18 2019-08-19 14:30:10 -05:00
  • 70d9e43104 Add settimeout and setblocking for socket module lynskylate 2019-08-20 01:18:34 +08:00
  • 49949aa2f9 Merge pull request #1271 from suewoon/os-chmod Noah 2019-08-19 11:58:07 -05:00
  • 7397f312e3 Fix: match on a boolean expression, change import suewoon 2019-08-20 01:09:38 +09:00
  • 1675f05313 Merge pull request #1305 from RustPython/fix-try-else Aviv Palivoda 2019-08-19 18:50:04 +03:00
  • 2ea516c43e Merge pull request #1307 from RustPython/cleanup-legacy Aviv Palivoda 2019-08-19 18:48:16 +03:00
  • 401de9ad97 Merge pull request #1308 from RustPython/fix-todos Aviv Palivoda 2019-08-19 18:47:44 +03:00
  • a010bc9b95 Add tests for json_load and json_loads of bytes and bytearray Daehee Kim 2019-08-15 20:03:11 +09:00
  • 44806620fc Put os_chmod under #[cfg(unix)] attribute suewoon 2019-08-20 00:12:08 +09:00
  • 648d7e3250 Add os.chomd suewoon 2019-08-15 17:43:52 +09:00
  • 04ac07126d Modify json.loads for byte-like object. Daehee Kim 2019-08-15 19:21:30 +09:00
  • 291ffd2671 Add support for ascii formatting of f-strings. Windel Bouwman 2019-08-19 11:27:13 +02:00
  • c8f24128a7 Remove unused CPython to bytecode compiler. Windel Bouwman 2019-08-19 09:41:04 +02:00
  • 35ce9c041e datetime test for rustpython Jeong YunWon 2019-08-19 06:24:05 +09:00
  • 1c140fb6a1 test_datetime.py from CPython 3.4.9 CPython 3.4.9 2019-08-19 06:23:31 +09:00
  • 785d19a46e unittest compatible assertRaises Jeong YunWon 2019-08-19 06:13:51 +09:00
  • 531a964f33 datetime.py from CPython 3.7.4 CPython 3.7.4 2019-08-19 02:58:35 +09:00
  • 19112cef49 Require at least finally or except on a try statement. Windel Bouwman 2019-08-19 09:00:08 +02:00
  • 2dab55864c Merge pull request #1301 from youknowone/isdst Windel Bouwman 2019-08-19 08:48:59 +02:00
  • 3ed71308bf Repair try-except-else syntax. Fixes #1300. Windel Bouwman 2019-08-19 08:37:07 +02:00
  • 32861cee46 Add slice support for PyTimeStructure Jeong YunWon 2019-08-19 06:13:13 +09:00
  • 82d6fc81ff PySliceableSequence return type can be non-Self sequence Jeong YunWon 2019-08-19 04:55:09 +09:00
  • 27ab455e46 Add time.struct_time.isdst Jeong YunWon 2019-08-19 03:49:19 +09:00
  • 14bc2a260b Merge pull request #1299 from youknowone/fix-negative-mod Noah 2019-08-18 15:34:12 -05:00
  • 4a30090311 Fix int.__mod__ or negative Jeong YunWon 2019-08-19 02:55:29 +09:00
  • 6ac6e56b1e Merge branch 'master' of github.com:RustPython/RustPython into clippy-warnings Windel Bouwman 2019-08-18 16:36:15 +02:00
  • eb3771ebff Add Free enum variant to the symbol scope to be able to distuingish between true local and free variables. Windel Bouwman 2019-08-18 12:12:27 +02:00
  • 03606d5f33 Merge pull request #1296 from corona10/gh-1295 Windel Bouwman 2019-08-18 11:12:12 +02:00
  • efac6de173 .travis.yml: Updage job cache Dong-hee Na 2019-08-18 16:22:19 +09:00
  • ea5efdbcde use getgroups(2) for apple macos Dong-hee Na 2019-08-18 00:57:48 +09:00
  • edf647160f Fix clippy warnings. Add proper names to symboltables. Windel Bouwman 2019-08-18 10:03:00 +02:00
  • 5e31459514 Merge pull request #1297 from mpajkowski/math_modf Windel Bouwman 2019-08-18 09:14:52 +02:00
  • f229831629 Merge pull request #1251 from RustPython/scope-detection Windel Bouwman 2019-08-18 09:14:20 +02:00
  • 4ab043ddf5 Merge pull request #1291 from RustPython/get-item-performance Windel Bouwman 2019-08-18 09:12:46 +02:00
  • 650a9b2255 Add tests for math.modf Marcin Pajkowski 2019-08-17 23:08:01 +02:00
  • c4db8d6538 Add math.modf function Marcin Pajkowski 2019-08-17 16:22:19 +02:00
  • f9511a6636 Merge pull request #1294 from corona10/itertools_filterfalse Windel Bouwman 2019-08-17 17:18:21 +02:00
  • b6f522d917 Allow &str to be used a dictionary key. Windel Bouwman 2019-08-17 12:12:12 +02:00
  • 6dbc6b437b itertools: Implement itertools.filterfalse Dong-hee Na 2019-08-17 19:18:53 +09:00
  • 05adf7fa30 update yjhmelody 2019-08-17 17:50:34 +08:00
  • f288e7c0b2 update yjhmelody 2019-08-17 17:14:10 +08:00
  • 11ba8468ff resolve conflicts yjhmelody 2019-08-17 16:57:10 +08:00
  • bb9945af61 remove FileCreationFlags yjhmelody 2019-08-17 16:47:35 +08:00
  • e3344df00e Merge pull request #1289 from Lynskylate/add-super-str Windel Bouwman 2019-08-17 09:47:14 +02:00
  • d3e9f936d9 Merge pull request #1293 from RustPython/coolreader18/os-access-simplification Aviv Palivoda 2019-08-17 10:34:37 +03:00
  • ebeda0de64 Simplify os.access a bit coolreader18 2019-08-16 20:46:36 -05:00
  • f37c34416f Merge pull request #1292 from mpajkowski/bench-outcome Noah 2019-08-16 18:39:09 -05:00
  • de5b085b73 Add nicer test names for benchmarks Marcin Pajkowski 2019-08-12 21:34:09 +02:00
  • 21754a0000 Merge pull request #1277 from Nimpruda/implement-os-access Noah 2019-08-16 16:59:08 -05:00
  • c9112d851b Removed forgottent derive Debug Khalil HADJI 2019-08-16 23:18:12 +02:00
  • 598d844d34 cargo clippy Khalil HADJI 2019-08-16 23:16:07 +02:00
  • 69aa5d00d0 Working version without F_OK Khalil HADJI 2019-08-16 23:14:08 +02:00
  • d1f4412c09 Increase performance for get_item_option. Windel Bouwman 2019-08-16 22:07:54 +02:00
  • 1f1a29cff2 Merge pull request #1288 from Writtic/module_ldexp Windel Bouwman 2019-08-16 20:50:05 +02:00
  • 401ab2a399 Add str test lynskylate 2019-08-17 01:41:09 +08:00
  • a0ee8114f0 Add __repr__ __str__ for super lynskylate 2019-08-17 01:12:11 +08:00
  • c8d8acdcdf Fix TypeError issue johan.park 2019-08-17 00:44:00 +09:00
  • 8deb0499a4 Added a function that returns the right permissions Khalil HADJI 2019-08-16 17:38:18 +02:00
  • 30b8124089 Structure to represent file permissions and functions for parsing Khalil HADJI 2019-08-16 17:11:18 +02:00
  • 91c5353f5c os.access is a unix only feature for the moment Khalil HADJI 2019-08-16 17:05:06 +02:00
  • e4452d0325 Put AccesFlags in a struct Khalil HADJI 2019-08-16 17:02:21 +02:00
  • a2de0e5d6e Delete python_test.py Johan 2019-08-16 23:38:21 +09:00
  • 20cb32bf1a Fix code for rustfmt and clippy johan.park 2019-08-16 23:10:13 +09:00
  • b38a280ea1 Update ldexp module of math johan.park 2019-08-16 23:03:55 +09:00
  • a90001edc2 Merge pull request #1287 from ChJR/feature/reduce_payload_occurrence/int Windel Bouwman 2019-08-16 13:48:51 +02:00
  • 1e3ab21055 Merge pull request #1286 from kluid/deprecated_fix Windel Bouwman 2019-08-16 13:47:48 +02:00
  • 4e256e3775 Merge pull request #1284 from Writtic/module_factorial Windel Bouwman 2019-08-16 13:01:19 +02:00
  • 747f777a24 Add test code from the CPython repository(Lib/test/test_bool.py). ChJR 2019-08-16 18:01:39 +09:00
  • deb716df75 Change inner int methods without direct access to payload. ChJR 2019-08-16 17:51:54 +09:00
  • c06928cc84 Merge pull request #1283 from corona10/imghdr Noah 2019-08-16 03:42:11 -05:00
  • a8f3ba0d1f fixed deprecated syntax 'inclusive range' in zlib.rs to . kluid 2019-08-16 17:37:24 +09:00
  • aa14a6bc48 Merge pull request #1273 from jmg7173/master Noah 2019-08-16 03:29:31 -05:00
  • fddbbc701f Fix code for rustfmt and clippy johan.park 2019-08-16 16:33:29 +09:00
  • 23505a297f Change int methods without direct access to payload. ChJR 2019-08-16 17:14:54 +09:00
  • ade287a1e2 fix test_imghdr.py Dong-hee Na 2019-08-16 16:57:55 +09:00
  • 8979cc9744 Merge branch 'master' of https://github.com/rustpython/rustpython MinGyo Jung 2019-08-16 16:43:57 +09:00
  • 2c6c2b8084 Remove unreachable pattern MinGyo Jung 2019-08-16 16:41:53 +09:00
  • 7a680c32a8 Merge pull request #1285 from ChJR/feature/simplify-error-formatting/str.__mod__ Noah 2019-08-16 02:39:59 -05:00
  • 3972239ae5 Simplify error formatting of str.__mod__ method. ChJR 2019-08-16 16:16:25 +09:00
  • 777b04a815 Merge pull request #1274 from ChJR/feature/int.__r-shift__ Windel Bouwman 2019-08-16 09:12:31 +02:00
  • cf09efb293 Merge pull request #1259 from pitachips/socket Noah 2019-08-16 01:54:17 -05:00
  • 1dceae9205 Add str.__rmod__() method. #190 (#1262) ChJR 2019-08-16 15:40:32 +09:00