summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* For some reason, lowercase 'python' suddenly struck me as odd-looking. Fix ↵Ned Batchelder2014-12-1211-19/+19
| | | | them.
* Source is always Unicode in HTML code. More refactoring to come.Ned Batchelder2014-12-1212-81/+130
|
* Fix english word.Ned Batchelder2014-12-021-1/+1
|
* Words wordsNed Batchelder2014-11-301-1/+1
|
* Spelling requirementsNed Batchelder2014-11-291-0/+2
|
* Fix spelling errors in the docs.Ned Batchelder2014-11-298-13/+26
|
* Spelling for the docs alsoNed Batchelder2014-11-295-27/+168
|
* Better wordingNed Batchelder2014-11-291-1/+1
|
* Don't be confused by files with missing final newlines. #293Ned Batchelder2014-11-293-8/+42
|
* Make sure check_include isn't called more than once per file.Ned Batchelder2014-11-283-1/+30
|
* Changed my mind again about what to name should_trace, and check_include.Ned Batchelder2014-11-281-11/+10
|
* Rename should_trace and check_include_omit_etc to be more parallel.Ned Batchelder2014-11-281-8/+8
|
* Use the on/off condition to turn off a little more code in PyTracer.Ned Batchelder2014-11-281-6/+6
|
* Finished the plugin2 test of a dynamic tracing plugin.Ned Batchelder2014-11-274-67/+109
|
* OK, I should really stop fiddling with spell-check...Ned Batchelder2014-11-276-14/+42
|
* Nicer messages when skipping tracer types during testing.Ned Batchelder2014-11-272-11/+15
|
* --fail-under can now be specified in the rcfile. #314Ned Batchelder2014-11-275-14/+39
|
* A better way to find places to write .pth files for the tests? #339.Ned Batchelder2014-11-271-11/+24
|
* Try out pylint spelling. Kinda noisy, but fixed some stuff.Ned Batchelder2014-11-2729-66/+79
|
* Accept more kinds of whitespace in pragmas. #334Ned Batchelder2014-11-274-6/+14
|
* Give error messages if an explicitly provided rcfile can't be read.Ned Batchelder2014-11-274-22/+53
|
* Hadn't updated CHANGES with the fix for the BrPart column in the text ↵Ned Batchelder2014-11-271-0/+6
| | | | report. #342
* Mark code in test_process as not coveredNed Batchelder2014-11-251-18/+18
|
* Always show all the matchers in the debug outputNed Batchelder2014-11-251-12/+14
|
* Remove unused .add methods, and show the source_pkg_match in the debug outputNed Batchelder2014-11-252-10/+3
|
* Cleanups from pull request 42Ned Batchelder2014-11-247-41/+54
|
* Merged pull request 42, fixing issue #328.Ned Batchelder2014-11-248-59/+308
|\
| * add necessary tests, fix attrname, once it was shown to failBuck Golemon2014-11-152-9/+105
| | | | | | | | | | --HG-- branch : __main__-support
| * ned code review, part 1Buck Golemon2014-11-142-7/+5
| | | | | | | | | | --HG-- branch : __main__-support
| * pypy3 sets sys.__file__ to a nonexistant fileBuck Golemon2014-11-141-1/+4
| | | | | | | | | | --HG-- branch : __main__-support
| * they changed the way __loader__ looks in 3.3Buck Golemon2014-11-143-6/+20
| | | | | | | | | | | | --HG-- branch : __main__-support extra : amend_source : 7abd8465667b4bd4b3eeac24391c27c68edf9a95
| * shim for pep302 __loader__Buck Golemon2014-11-142-2/+16
| | | | | | | | | | | | --HG-- branch : __main__-support extra : histedit_source : f07b26f0cfc575d81972546f1b7ae2ece84e2d87
| * ModuleFinder no longer takes a main-module argument.Buck Golemon2014-11-145-59/+17
| | | | | | | | | | | | | | --HG-- branch : __main__-support extra : rebase_source : 3f4c29876960153907b65b6e8e818b8228ca4ec0 extra : histedit_source : 6567adaf9c89483b71501fd91e9d3c83ed3daec7%2C2c5c8a7af95b8b26af384b9a65815d077e4313ec
| * make --source and -m play nice togetherbuck2014-10-157-55/+221
| | | | | | | | | | | | --HG-- branch : __main__-support extra : rebase_source : c9ca9fddecafddd5ef4db9cc64ca1c0972130aab
* | Forgot this fileNed Batchelder2014-11-241-0/+24
| |
* | Change how dynamic source filenames work in plugins.Ned Batchelder2014-11-247-29/+113
| |
* | Clean up some pylint messagesNed Batchelder2014-11-235-6/+6
| |
* | fnmatch doesn't seem to use dollar any moreNed Batchelder2014-11-231-3/+2
| |
* | Remove Django hackeryNed Batchelder2014-11-232-120/+0
| |
* | Remove needless KeyboardInterrupt catchingNed Batchelder2014-11-231-2/+0
| |
* | Clean up the --skip-covered pull request.Ned Batchelder2014-11-236-15/+58
| |
* | Merged pull request 43: --skip-coveredNed Batchelder2014-11-238-4/+85
|\ \
| * | Add skip-covered option.Krystian Kichewko2014-11-198-4/+87
| | |
* | | Change all pylint message codes to message namesNed Batchelder2014-11-2316-26/+27
| | |
* | | Upgraded pylint to 1.4, removed useless suppressionsNed Batchelder2014-11-2314-25/+23
| | |
* | | Move to the misc.py fileNed Batchelder2014-11-215-77/+79
|/ /
* | Fix one test and add one test for setup.cfg settingsNed Batchelder2014-11-161-1/+13
|/
* Make the try_execfile output something that can be usefully diffed.Ned Batchelder2014-11-141-1/+1
|
* Don't fail because sys.path has duplicate entries. Fixes #337Ned Batchelder2014-11-142-7/+49
|
* Clean up some plugin tests.Ned Batchelder2014-11-124-48/+60
|