summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2158 from andrehjr/fix-color-off-overwriteKyrylo Silin2021-03-281-1/+1
|\
| * Make #strip_color only remove colors.André Luis Leal Cardoso Junior2020-10-051-1/+1
* | Merge pull request #2154 from xjunior/patch-1Kyrylo Silin2021-03-281-5/+5
|\ \
| * | Escape non-printing charactersCarlos Palhares2020-09-061-5/+5
| |/
* | Release v0.14.0Kyrylo Silin2021-02-081-1/+1
* | Merge pull request #2119 from mvz/issue-1241-remove-autoloading-of-pluginsKyrylo Silin2020-11-285-171/+5
|\ \
| * | Mark block arguments as unusedMatijs van Zuijlen2020-03-221-2/+2
| * | Remove plugin system in favor of regular requiresMatijs van Zuijlen2020-03-224-153/+2
| * | Remove should_load_plugins config optionMatijs van Zuijlen2020-03-223-16/+1
| * | Do not load plugins by defaultMatijs van Zuijlen2020-03-221-1/+1
* | | Merge pull request #2133 from tbrisker/patch-1Kyrylo Silin2020-11-282-1/+1
|\ \ \ | |_|/ |/| |
| * | Update `?` alias to use show-sourceTomer Brisker2020-05-032-1/+1
* | | do not undef =~ unless defined (#2149)卜部昌平2020-08-061-1/+1
|/ /
* | Release v0.13.1Kyrylo Silin2020-04-121-1/+1
* | Merge pull request #2122 from ahorek/frozen_pry_bugKyrylo Silin2020-04-121-3/+1
|\ \
| * | pry-backtrace frozen bugpavel2020-03-251-3/+1
| |/
* | Merge pull request #2120 from barrettkingram/fix-help-command-listingKyrylo Silin2020-04-122-2/+2
|\ \
| * | Improve help listing for regex aliasesBarrett Ingram2020-03-221-1/+1
| * | Display Bang command as "!" instead of regex in help listingBarrett Ingram2020-03-221-1/+1
| |/
* | config: return `nil` on unknown option instead of raisingKyrylo Silin2020-04-121-3/+3
|/
* Display all syntax error messages when catching SyntaxExceptionBarrett Ingram2020-03-211-1/+1
* Release v0.13.0Kyrylo Silin2020-03-2113-13/+13
* repl: clear line after indenting when Vi mode is enabledKyrylo Silin2020-03-211-1/+1
* method: delegate internally-used methodsKyrylo Silin2020-03-211-0/+5
* Merge pull request #2098 from barrettkingram/whereami_bug_fixKyrylo Silin2020-03-201-1/+1
|\
| * Fix whereami -c when class definition is not beginning of lineBarrett Ingram2019-12-291-1/+1
* | commands/edit/file_and_line_locator: refactor eval expressionKyrylo Silin2020-03-201-1/+1
* | exceptions: check if $SAFE is supported by RubyKyrylo Silin2020-03-172-1/+12
|/
* Fix: Rubocop: Layout/EmptyLineAfterMagicCommentViktor Fonic2019-12-031-0/+1
* Revert e84c34b17a43e2fcfb622f12cb918e19aec6e2baKyrylo Silin2019-11-072-1/+4
* Fix Ruby 2.7 compatibility in Pry::Slop#mehtod_missingJean Boussier2019-10-011-1/+1
* Allow negative ranges in hist --showBrian Graham2019-08-091-2/+0
* Attempt to allow pasting multiple lines with leading dots (#2060)Josh Cheek2019-07-112-2/+10
* Use Pry::Env where it makes senseKyrylo Silin2019-06-099-18/+25
* Add Pry::EnvKyrylo Silin2019-06-092-0/+19
* Close #2054 - prefer XDG_* paths (if set)A. Nackov2019-06-052-5/+5
* MemoizedValue memoizes nil results (#2053)Josh Cheek2019-06-031-1/+5
* Merge pull request #2048 from JoshCheek/fix-test-output-clobbering-itselfKyrylo Silin2019-06-011-1/+1
|\
| * REPL prints to the configured output, not directly to $stdoutJosh Cheek2019-05-291-1/+1
* | Remove exclusionary easter egg commandvaidehijoshi2019-05-311-10/+0
|/
* spec/pry_defaults: silence unwanted deprecation warningstest-suite-silence-warningsKyrylo Silin2019-05-281-1/+1
* Merge Pry::Terminal with Pry::OutputKyrylo Silin2019-05-2611-111/+102
* output: assign @color inside initializeKyrylo Silin2019-05-261-6/+4
* output: rename 'boxed_io' to 'output'Kyrylo Silin2019-05-261-6/+6
* terminal: rename 'bang' methods to normal onesKyrylo Silin2019-05-196-13/+13
* Merge pull request #2037 from pry/1876-wtf-codeKyrylo Silin2019-05-121-4/+24
|\
| * commands/wtf: add the --code flagKyrylo Silin2019-05-121-4/+24
* | commands/wtf: fix typo in bannerKyrylo Silin2019-05-111-1/+1
|/
* commands/wtf: refactor to avoid duplicationKyrylo Silin2019-05-111-26/+27
* Resolve config warnings about redefined methodKyrylo Silin2019-05-112-4/+1