rocky
|
1a018cd3ea
|
reduce CircleCI test time
Use say just test_p-z*.py tests
|
2018-01-29 11:35:43 -05:00 |
|
rocky
|
e371956c72
|
Runtest.sh improvements; reduce CircleCI test time
runtests.sh: show total elapsed time. Be smart
about when patterns are entered as a parameter
|
2018-01-29 11:32:36 -05:00 |
|
rocky
|
a9df4e3a54
|
Fix 3.0 .. 3.2 kwargs bug
|
2018-01-29 09:40:38 -05:00 |
|
rocky
|
30090a09bf
|
CircleCI Mongo testing take 3
|
2018-01-29 09:13:19 -05:00 |
|
rocky
|
0452f3dcf9
|
Another attempt at massive CircleCI testing
|
2018-01-29 09:00:03 -05:00 |
|
rocky
|
9d426dfe3f
|
On CircleCI try massive 2.7 test
|
2018-01-29 08:56:38 -05:00 |
|
rocky
|
106a325ef1
|
Fix Python 2.7 try: try: else: bug
|
2018-01-29 08:47:53 -05:00 |
|
rocky
|
5039a71846
|
fixes 151
|
2018-01-29 01:05:22 -05:00 |
|
rocky
|
5edcc7c2eb
|
Remove restriction that there are no more statements after a "return" statement
|
2018-01-28 00:13:09 -05:00 |
|
rocky
|
567dd786d1
|
Typo
|
2018-01-27 17:26:24 -05:00 |
|
rocky
|
3a79cfd82e
|
Bump xdis
|
2018-01-27 14:25:17 -05:00 |
|
rocky
|
6533628dfb
|
Bump xdis version
|
2018-01-27 13:43:02 -05:00 |
|
rocky
|
551fdfe0c5
|
Get ready for release 2.15.0
|
2018-01-27 12:07:57 -05:00 |
|
rocky
|
fe51f72040
|
Small format typo
|
2018-01-27 11:50:47 -05:00 |
|
R. Bernstein
|
b8baff4290
|
Merge pull request #152 from rocky/linemap
Linemap
|
2018-01-27 11:20:43 -05:00 |
|
rocky
|
883f524fe4
|
Newer hypothesis is broken...
Stick with 3.8.3
|
2018-01-27 11:13:23 -05:00 |
|
rocky
|
835124eba2
|
DRY fragments by using OO more effectively
Split grammar customization to its own file. It's quite large now.
|
2018-01-27 11:02:42 -05:00 |
|
rocky
|
4725624d46
|
More linestart hacking.
Not very successful though
|
2018-01-27 01:47:56 -05:00 |
|
rocky
|
5e13077fd2
|
Possibly linemap improvements
|
2018-01-26 01:56:41 -05:00 |
|
rocky
|
b552c413f9
|
Start us off with a 2.7 run test
|
2018-01-24 10:41:15 -05:00 |
|
rocky
|
dce3de164f
|
Remove erroneous Makefile target
|
2018-01-24 10:20:51 -05:00 |
|
rocky
|
cb27f244dc
|
Go over verification routines again
Add meager verify-run tests for those versions. More tests will follow
|
2018-01-24 06:20:38 -05:00 |
|
rocky
|
0d32ec028c
|
Add deparse_code_with_fragments_and_map and simplify
|
2018-01-24 04:23:14 -05:00 |
|
rocky
|
e193c72d12
|
Adjust linemap start offset
|
2018-01-23 11:44:05 -05:00 |
|
rocky
|
40feac749a
|
Update runtests for 2.7
|
2018-01-23 10:16:28 -05:00 |
|
rocky
|
bd3359b486
|
linemap and merge fixes
|
2018-01-22 23:35:30 -05:00 |
|
rocky
|
1b60f5e63b
|
Fix Linemap bugs
|
2018-01-22 23:31:48 -05:00 |
|
rocky
|
cbce24d716
|
Forgot to add linemap file
|
2018-01-22 23:31:48 -05:00 |
|
rocky
|
9d0bb5e392
|
Record source-to-translation line mappings
|
2018-01-22 23:29:59 -05:00 |
|
rocky
|
71e7120501
|
JUMP_BACK and CONTINUE need to be treated more similar...
fixes 148
|
2018-01-22 23:08:20 -05:00 |
|
rocky
|
bd49fcb001
|
A stray syntax-error bug
|
2018-01-22 22:13:24 -05:00 |
|
rocky
|
b873e689db
|
2.7 compatibility
|
2018-01-20 22:15:53 -05:00 |
|
rocky
|
bd8563e212
|
Add missing linemap.py file
|
2018-01-20 22:04:07 -05:00 |
|
rocky
|
98f9a7d009
|
Add --weak-verify and --linemap options...
Fix bugs in --verify not finding tempfile; remove tempfile
on exit.
|
2018-01-20 21:55:02 -05:00 |
|
rocky
|
b2dfe0889a
|
Mark more 3.6+ code that needs to be fixed
|
2018-01-20 08:09:18 -05:00 |
|
rocky
|
0c670f2f9e
|
What's up with 3.6
|
2018-01-19 22:16:53 -05:00 |
|
rocky
|
8194595ec9
|
Handle 3.6+ EXTENDED_ARGs for POP_JUMP_IF... instructions
|
2018-01-19 16:56:21 -05:00 |
|
rocky
|
4dbcf0400d
|
Correct 3.6+ calls with kwargs
|
2018-01-19 06:38:19 -05:00 |
|
rocky
|
12397d76b8
|
Get ready for release 2.14.3
release-2.14.3
|
2018-01-19 03:26:58 -05:00 |
|
rocky
|
2126e4cf32
|
Fix bug in 3.5+ async stmt ..
and in verification status message
|
2018-01-19 03:15:08 -05:00 |
|
rocky
|
4dfb85f062
|
Bump needed xdis version 3.6.5
|
2018-01-18 18:58:21 -05:00 |
|
rocky
|
ebb9f1a53f
|
Python 2.6 compatibility
|
2018-01-18 01:25:38 -05:00 |
|
rocky
|
b43d4909cd
|
We need xdis 3.6.4 or better now
|
2018-01-18 01:17:07 -05:00 |
|
rocky
|
96ddef3920
|
Handle 3.5.2..3.5.2 magic...
And handle magic better overal by improved xdis use
|
2018-01-18 01:15:19 -05:00 |
|
rocky
|
c24934c0c3
|
Fix bug in last commit
|
2018-01-13 15:14:59 -05:00 |
|
rocky
|
8f88ed8c44
|
test_pyenvlib.py: correct/improve status
|
2018-01-13 15:09:58 -05:00 |
|
rocky
|
c1ed5d4bfd
|
Merge branch 'master' of github.com:rocky/python-uncompyle6
|
2018-01-13 08:17:35 -05:00 |
|
rocky
|
abf85faf79
|
small grammar formatting tidy
|
2018-01-13 08:17:28 -05:00 |
|
rocky
|
826c968d0a
|
Update 2.6 stdlib test failures
|
2018-01-13 01:05:15 -05:00 |
|
rocky
|
185ec4e306
|
Fix 2.6 IF/THEN misclassification..
with an exception condition
|
2018-01-13 00:58:16 -05:00 |
|