Commit Graph

273 Commits

Author SHA1 Message Date
Ram Rachum 379ba231ba Bump version 2019-08-28 20:32:47 +03:00
Ram Rachum a1517196e1 Fix bug with empty source 2019-08-28 20:31:16 +03:00
Ram Rachum 4eb2db6514 Add author pikez 2019-08-26 20:58:47 +03:00
Ram Rachum fa1b5d6172 Bump version 2019-08-10 14:17:46 +03:00
Ram Rachum 297b3cd8d7 Show source path, especially when multiple files 2019-08-10 14:19:01 +03:00
Ram Rachum 7392765ada Bump version 2019-07-30 11:14:05 +03:00
Ram Rachum 814abc34a0 Support single tuple to `custom_repr`, fix #144 2019-07-30 11:14:35 +03:00
Ram Rachum 81868cd0ba removing python_toolbox reference, not needed anymore 2019-07-19 14:45:57 +03:00
Ram Rachum 11b9f27bec Bump version 2019-07-17 09:31:20 +03:00
Ram Rachum c2e44fb583 Improve ensure_tuple 2019-07-17 09:32:19 +03:00
Ram Rachum 76c739a958
Slim down the readme 2019-07-11 20:30:59 +03:00
Ram Rachum de4027c0ef Improve tests bundling for Fedora 2019-06-19 19:56:44 +02:00
Ram Rachum f585746da7 Bump version 2019-06-18 20:35:19 +02:00
Ram Rachum 78a539a2a5 Massaging some code 2019-06-18 20:34:25 +02:00
pikez d7d3a80c16 Fix unittest for activating pysnooper 2019-06-18 20:34:25 +02:00
pikez b4c8c16ed9 remove setup function and description 2019-06-18 20:34:25 +02:00
pikez a807989923 Update docs for new feature 2019-06-18 20:34:25 +02:00
pikez f1582fc16c add unittest for activate and setup snoop 2019-06-18 20:34:25 +02:00
pikez 08375e1a86 support activate and deactivate snooper by environment variable and setup snooper global or in-scope 2019-06-18 20:34:25 +02:00
Ram Rachum 3cc81f4b7a Bump version 2019-06-15 15:56:34 +02:00
Ram Rachum 7687ee1c26 Fix formatting 2019-06-15 15:56:34 +02:00
Ram Rachum f793796ad3 Removing python_toolbox test dependency 2019-06-15 15:56:34 +02:00
Ram Rachum 43bde4b8bf Bump version to 0.1.0 2019-05-30 09:05:47 +03:00
Ram Rachum 80fa2c965c Update AUTHORS 2019-05-30 09:05:36 +03:00
Xiang Gao 5546468d60 Update utils.py 2019-05-30 09:03:52 +03:00
Xiang Gao 25dcc9ff62 sort list of dict keys 2019-05-30 09:02:11 +03:00
Xiang Gao 77e6c54456 remove numpy from test 2019-05-30 09:02:11 +03:00
Xiang Gao 71fcb14a99 improve README, and test dependency numpy 2019-05-30 09:02:11 +03:00
Xiang Gao 7c7e7eb81a Changes according to review 2019-05-30 09:02:11 +03:00
Xiang Gao 4a32e77b33 Add support for custom repr 2019-05-30 09:02:11 +03:00
Ram Rachum 22019f16ae Bump version 2019-05-20 13:53:51 +03:00
Ram Rachum 56f22f8ffe Fix unicode issues and add test, fix #124 2019-05-20 11:42:39 +03:00
Ram Rachum e21a31162f Formatting 2019-05-20 11:15:57 +03:00
Ram Rachum f12d40bbe4 Massage code, bump version 2019-05-14 17:48:37 +03:00
Alexander Bersenev 4e9c29cb58 move the type difference declaration to pycompat 2019-05-14 17:47:33 +03:00
Alexander Bersenev a73ea14f58 get rid from six module 2019-05-14 17:47:33 +03:00
Alex Hall d200457d63 Handle overwriting in FileWriter instead of Tracer 2019-05-11 20:18:37 +03:00
Ram Rachum 57283caf47 Bump version 2019-05-11 15:10:00 +03:00
Nikita Melentev 5698d6c3e2 Support generators 2019-05-11 15:09:37 +03:00
Ram Rachum 669863a65f Formatting 2019-05-11 14:29:57 +03:00
Ram Rachum c7b5a2e515 Move docstring to class 2019-05-11 14:29:23 +03:00
Ram Rachum 9a2889d02f Bump version 2019-05-11 14:26:00 +03:00
Alexander Bersenev bf52d30d91 Make vars_order line a bit shorter
Co-Authored-By: Alex Hall <alex.mojaki@gmail.com>
2019-05-11 14:25:47 +03:00
Alexander Bersenev c976a185bb Join two lines in get_local_reprs 2019-05-11 14:25:47 +03:00
Alexander Bersenev cb280323e5 Don't always place new variables before the modified ones 2019-05-11 14:25:47 +03:00
Alexander Bersenev 49f7dd504b Move one string of code down in get_local_reprs 2019-05-11 14:25:47 +03:00
Alexander Bersenev 472985a32c Simplify parameters sorting 2019-05-11 14:25:47 +03:00
Alexander Bersenev 3121842110 Make frame_to_local_reprs a dict
Co-Authored-By: Alex Hall <alex.mojaki@gmail.com>
2019-05-11 14:25:47 +03:00
Alexander Bersenev ca90f55d5f Make order test more reliable on pypy 2019-05-11 14:25:47 +03:00
Alexander Bersenev 1cd2dffa13 Rewrite get_local_reprs to use sort explicitely 2019-05-11 14:25:47 +03:00