Commit Graph

34 Commits

Author SHA1 Message Date
Dmitry Cheryasov
88f44f57f5 PY-880: updated signatures fo min() and max(). 2010-04-23 17:03:17 +03:00
Dmitry Jemerov
87b097096d better parameter list for overloaded methods 2010-04-13 20:40:57 +04:00
Dmitry Jemerov
1f6b436a03 reduce size of stubs generated for .NET assemblies 2010-04-13 20:40:56 +04:00
Dmitry Jemerov
41f1e33039 generate empty init.py for middle packages in hierarchy 2010-04-13 20:40:55 +04:00
Dmitry Jemerov
323440066f improve perf on IronPython, build correct stub filenames for package tree (System and System.Windows.Forms) 2010-04-13 20:40:54 +04:00
Oleg Shpynov
ac4313a8da Next version of python repl console: internal web server launch and stop 2010-04-12 16:15:05 +04:00
Oleg Shpynov
7572c7afd3 Initial version of Python XMLRPC based REPL console 2010-04-07 19:07:31 +04:00
Dmitry Jemerov
baecd72fe8 IronPython-aware skeletons generation (initial) 2010-04-06 21:42:30 +04:00
Dmitry Jemerov
20eec380e1 built-in support for CLR profiler 2010-04-06 21:42:29 +04:00
Dmitry Jemerov
497f04334c option for importing CLR references with specified names 2010-04-06 21:42:28 +04:00
Dmitry Jemerov
947a350191 remove invalid characters from repr() output 2010-04-06 21:42:27 +04:00
Dmitry Jemerov
dabd114348 escape line breaks in object repr values 2010-04-06 21:42:24 +04:00
Dmitry Jemerov
bfe9024d42 initial version of Django test runner 2010-04-05 20:55:33 +04:00
Dmitry Cheryasov
a059c29f29 Updated skeleton generator to be compatible with python 2.2 (PY-702). 2010-03-20 07:00:03 +02:00
Dmitry Cheryasov
bbbc923ce4 Send all diagnostics to stderr and none to stdout. 2010-02-28 18:39:55 +02:00
Dmitry Jemerov
77c68d6da3 refactoring: store Python script in separate file, not inline in Java code 2010-02-21 00:16:32 +03:00
Dmitry Jemerov
9a26ccc86b autodetect @classmethod and @staticmethod for native methods 2010-02-02 19:34:31 +03:00
Dmitry Jemerov
79c2e21328 debugger patch from Roman 2010-01-19 18:44:26 +03:00
Dmitry Cheryasov
5a42132c28 PY-286: resolve __dict__ attribute. Added crude debug mode, too. 2010-01-08 19:33:42 +02:00
Dmitry Cheryasov
f0034f8146 PY-282: now first parameter of object.__new__ is named 'cls'. 2010-01-08 17:17:44 +02:00
Dmitry Jemerov
733d9a3736 really-really , we do need to process remaining modules if we fail to generate a skeleton for one 2009-12-25 18:48:44 +03:00
Dmitry Jemerov
016389ede7 do not copy helper scripts to temp dir, run them directly from helpers 2009-12-25 18:48:43 +03:00
Dmitry Jemerov
6d7ab288f6 Python debugger 2009-12-24 13:26:39 +03:00
Dmitry Jemerov
97113b9c46 ignore *.class 2009-09-28 18:18:59 +04:00
Dmitry Jemerov
2ca251d023 update for TeamCity API changes 2009-09-22 16:44:13 +04:00
Dmitry Jemerov
aa4c7e5db1 recognize skipped tests; cleanup 2009-07-03 14:18:10 +04:00
Dmitry Jemerov
faaf72cfa1 initial version of test runner for py.test 2009-07-02 11:56:56 +04:00
Dmitry Jemerov
581367ff4c running all tests in folder rewritten in Jython compatible way; test added 2009-06-10 20:31:32 +04:00
Dmitry Jemerov
bbccd4e953 tests for Python unit test runner; utrunner.py is compatible with old version of unittest library from Jython 2.2.1 2009-06-10 20:17:10 +04:00
Dmitry Jemerov
42b7f056f9 disable debug output by default 2009-06-10 19:50:00 +04:00
Leonid Shalupov
72e09d66c9 Python: unittests from folder and fixes 2009-04-18 18:18:50 +04:00
Leonid Shalupov
370d075b93 Python: fixed stacktrace filter 2009-04-18 15:09:37 +04:00
Leonid Shalupov
4f336df378 Python: unittest helpers fixes 2009-04-15 20:28:22 +04:00
Leonid Shalupov
6fbe538c01 Python: unittest helpers 2009-04-14 22:12:28 +04:00