rocky
|
011081af5a
|
Merge branch 'python-3.3-to-3.5' into python-3.0-to-3.2
|
2024-12-21 02:34:10 -05:00 |
|
rocky
|
74c7870537
|
Merge branch 'python-3.6-to-3.10' into python-3.3-to-3.5
|
2024-12-21 02:34:01 -05:00 |
|
rocky
|
8d07aa0435
|
Merge branch 'master' into python-3.6-to-3.10
|
2024-12-21 02:32:06 -05:00 |
|
rocky
|
521c983b51
|
Administrivia
|
2024-12-21 02:31:09 -05:00 |
|
rocky
|
d0cd82c3d1
|
Merge branch 'python-3.3-to-3.5' into python-3.0-to-3.2
|
2024-12-12 18:06:50 -05:00 |
|
rocky
|
4703052817
|
Merge branch 'python-3.6-to-3.10' into python-3.3-to-3.5
|
2024-12-12 18:06:33 -05:00 |
|
rocky
|
2f1ab4f63e
|
Merge hell
|
2024-12-12 18:05:29 -05:00 |
|
rocky
|
5be6946fbf
|
Merge branch 'master' into python-3.6-to-3.10
|
2024-12-12 18:05:09 -05:00 |
|
rocky
|
7ca4363602
|
Administrivia
|
2024-12-12 18:03:31 -05:00 |
|
rocky
|
b2cf041ec3
|
Remove unused import
|
2024-12-02 19:39:56 -05:00 |
|
R. Bernstein
|
5e6fad210f
|
Merge pull request #507 from c10udlnk/master
Fix when parsing NOP
|
2024-12-01 15:13:25 -05:00 |
|
c10udlnk
|
efd28710ce
|
Add NOP test cases
Add test cases for check NOP opcode
|
2024-12-01 16:22:54 +08:00 |
|
c10udlnk
|
f72b2c1153
|
Fix when parsing NOP
Fix error when parsing NOP opcode
|
2024-11-29 11:03:13 +08:00 |
|
rocky
|
e4e3743de5
|
Tweak when we delete LOAD_CONST RETURN_VALUE
|
2024-11-28 08:03:32 -05:00 |
|
rocky
|
b71cd88b73
|
Show return value when not None...
And fixup setup.py
|
2024-11-28 08:01:15 -05:00 |
|
rocky
|
98a93ae6b9
|
Merge branch 'master' into python-3.3-to-3.5
|
2024-11-28 07:30:16 -05:00 |
|
rocky
|
74b39e2262
|
Administriva
|
2024-11-28 07:29:37 -05:00 |
|
rocky
|
bb5604aaf1
|
Merge branch 'master' into python-3.3-to-3.5
|
2024-11-28 07:28:40 -05:00 |
|
rocky
|
4ac5564df3
|
Don't remove LOAD_CONST RETURN_VALUE when...
the LOAD_CONST has a non-None value, or the LOAD_CONST
has a line associated with it.
|
2024-11-28 07:27:13 -05:00 |
|
rocky
|
e6be9cd75a
|
Merge branch 'python-3.3-to-3.5' into python-3.0-to-3.2
|
2024-11-26 09:46:07 -05:00 |
|
rocky
|
6171165e90
|
Merge branch 'master' into python-3.3-to-3.5
|
2024-11-26 09:45:42 -05:00 |
|
rocky
|
addddf82f5
|
Correct getting code node on mkfunc
|
2024-11-26 09:44:49 -05:00 |
|
rocky
|
4181bcbc79
|
Correct getting code node on mkfunc
|
2024-11-26 09:43:32 -05:00 |
|
rocky
|
f4d21d36e5
|
Add BlackHat Asia 2024 and update CircleCI link
|
2024-11-19 15:33:20 -05:00 |
|
rocky
|
54a5b45a0f
|
Merge branch 'python-3.3-to-3.5' into python-3.0-to-3.2
|
2024-11-19 15:29:57 -05:00 |
|
rocky
|
8c15ce92f9
|
Merge branch 'master' into python-3.3-to-3.5
|
2024-11-19 15:29:40 -05:00 |
|
rocky
|
f9d32f19d4
|
Add BlackHat Asia 2024 and update CircleCI link
|
2024-11-19 15:27:50 -05:00 |
|
rocky
|
9f915384ce
|
Bump spark_parser version allowed
|
2024-11-15 19:45:29 -05:00 |
|
R. Bernstein
|
2786cbcb89
|
Merge pull request #504 from rocky/TABLE_DIRECT-pollution
Don't update global tables, copy them instead.
|
2024-11-12 16:38:40 -05:00 |
|
rocky
|
5c391f9101
|
Update CircleCI
|
2024-11-12 16:35:36 -05:00 |
|
R. Bernstein
|
f4becb42e4
|
Merge pull request #505 from gdesmar/use_single_table_copy
Use a single TABLE copy
|
2024-11-12 16:17:59 -05:00 |
|
gdesmar
|
cf34014766
|
Use a single TABLE copy
|
2024-11-12 19:42:17 +00:00 |
|
rocky
|
37f38e45e1
|
Don't update global tables...
Work off of copies of them instead. Issue #503
|
2024-11-09 11:57:11 -05:00 |
|
rocky
|
a2342bcbab
|
Merge branch 'python-3.3-to-3.5' into python-3.0-to-3.2
|
2024-11-09 06:39:08 -05:00 |
|
rocky
|
c65fa2defd
|
Merge branch 'master' into python-3.3-to-3.5
|
2024-11-09 06:38:25 -05:00 |
|
rocky
|
ab7980374d
|
Allow for newer spark-parser
|
2024-11-09 06:37:59 -05:00 |
|
rocky
|
4a81ffae8f
|
Merge branch 'python-3.3-to-3.5' into python-3.0-to-3.2
|
2024-11-09 06:33:06 -05:00 |
|
rocky
|
7fd642c70e
|
bytes/string tolerance for 3.3
|
2024-11-09 06:28:41 -05:00 |
|
rocky
|
454f176d6a
|
Merge branch 'master' into python-3.3-to-3.5
|
2024-11-09 06:13:27 -05:00 |
|
rocky
|
bca623c53c
|
Allow for newer spark-parser
|
2024-11-09 06:10:10 -05:00 |
|
rocky
|
964a123a1a
|
Merge branch 'python-3.3-to-3.5' into python-3.0-to-3.2
|
2024-11-09 06:03:04 -05:00 |
|
rocky
|
6e95881fbb
|
Merge branch 'master' into python-3.3-to-3.5
|
2024-11-09 06:02:50 -05:00 |
|
rocky
|
9b38760173
|
Administrivia
|
2024-11-09 06:02:33 -05:00 |
|
rocky
|
7cc8ad0b5d
|
Merge branch 'python-3.3-to-3.5' into python-3.0-to-3.2
|
2024-11-09 05:41:14 -05:00 |
|
rocky
|
61d8dd3e1f
|
Address package version woes
|
2024-11-09 05:40:46 -05:00 |
|
R. Bernstein
|
27c869b69a
|
Merge pull request #502 from gdesmar/docstring_bytes
Fix for print_docstring()'s `docstring.find(quote)` Type error
|
2024-10-16 20:31:12 -04:00 |
|
gdesmar
|
7db6a272af
|
Adding tests for bytestring docstring
|
2024-10-16 20:19:39 +00:00 |
|
rocky
|
bf949e83d6
|
Merge branch 'python-3.3-to-3.5' into python-3.0-to-3.2
|
2024-10-10 17:30:42 -04:00 |
|
rocky
|
36f455011d
|
Merge branch 'python-3.6-to-3.10' into python-3.3-to-3.5
|
2024-10-10 17:22:44 -04:00 |
|
rocky
|
7b155c4219
|
Admninistrivia
|
2024-10-10 17:21:29 -04:00 |
|