summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Provide better fakefs integration by default.pry-and-fakefs0xAB2017-08-232-1/+3
* Remove 1.9.2 from .travis.yml0xAB2017-08-231-1/+0
* add clear-screen command.0xAB2017-08-201-0/+15
* update CHANGELOG.md, modify testcase0xAB2017-08-202-3/+7
* Pry::WrappedModule::Candidate#class_regexes now handles modules that have ove...John Anderson2017-08-202-3/+18
* allow 2.4.1 specs to fail - in case the GC bug is tickledJohn Anderson2017-08-201-1/+2
* Merge pull request #1624 from SaladFork/feature/background-color-helpersr-obert2017-08-202-0/+11
|\
| * update CHANGELOG.md0xAB2017-08-201-0/+1
| * Merge remote-tracking branch 'pry/master' into feature/background-color-helpers0xAB2017-08-208-66/+49
| |\ | |/ |/|
* | update CHANGELOG.md (commit implementing this was reverted)0xAB2017-08-201-1/+0
* | update CHANGELOG.md0xAB2017-08-201-0/+1
* | fix 2.4 ruby warning0xAB2017-08-201-1/+1
* | Merge pull request #1590 from dgutov/string_literal_methods_completionRobert2017-08-136-63/+47
|\ \
| * | add Pry::BasicObject::ArgumentErrorr-obert2017-08-131-1/+1
| * | Merge branch 'master' into string_literal_methods_completionr-obert2017-07-162-0/+2
| |\ \ | |/ / |/| |
| * | Fix method completion on string literalsDmitry Gutov2017-07-065-9/+46
| * | Remove duplicate testsDmitry Gutov2017-07-061-53/+0
| | * add changelog for #16240xAB2017-08-201-0/+1
| | * Add text helpers for background colorsElad Shahar2017-08-071-0/+10
| |/ |/|
* | whereami?!?!?!?! fix #1597r-obert2017-07-152-0/+2
|/
* add docs [ci skip]r-obert2017-06-241-0/+21
* fix eager_load! whiler-obert2017-06-241-2/+1
* eager load all Pry::Config::Memoized objects that may be in chain.r-obert2017-06-241-4/+5
* last_default might not be a Pry::Config::Memoizedr-obert2017-06-232-2/+9
* Merge branch 'master' of github.com:pry/pryr-obert2017-06-2321-41/+73
|\
| * Merge pull request #1611 from pry/respond_to-2.4-warningsrobert2017-06-1321-42/+74
| |\
| | * use Integer instead of `1.class`robert2017-06-131-1/+1
| | * update changelog.mdrobert2017-06-131-7/+7
| | * update changelog.mdrespond_to-2.4-warningsrobert2017-06-131-0/+3
| | * add TimeoutError to the listrobert2017-06-041-1/+1
| | * hide deprecated constants from `ls` output by default.robert2017-06-042-2/+14
| | * fix warning about splatrobert2017-06-041-1/+1
| | * fix warning about unused variable on 2.4robert2017-06-041-2/+1
| | * remove duplicated requirerobert2017-06-041-2/+0
| | * Merge branch 'master' into respond_to-2.4-warningsrobert2017-06-033-8/+58
| | |\
| | * | fix 2.4 warning in edit command and specs about deprecated constant (Fixnum)robert2017-06-032-3/+3
| | * | fix 2.4 warning in specs about deprecated constant (Fixnum).robert2017-06-031-1/+2
| | * | fix Forwardable warnings in WrappedModule/Candidaterobert2017-06-036-14/+32
| | * | test against 2.4 on travisrobert2017-05-271-0/+1
| | * | fix warning about signature of respond_to? on 2.4robert2017-05-277-12/+12
* | | | rename Pry::Config::Lazy to Pry::Config::Memoization (ref #1503)r-obert2017-06-238-51/+49
|/ / /
* | | use Set instead of Array.robert2017-06-031-6/+3
* | | avoids intermediate string's and to_sym coercion in to_ignore.robert2017-06-031-5/+3
| |/ |/|
* | add recent PRs to changelogrobert2017-05-301-0/+3
* | Merge pull request #1588 from dgutov/completion_speedrobert2017-05-272-8/+55
|\ \ | |/ |/|
| * Work around an unexpected success under JRubyDmitry Gutov2016-12-131-7/+10
| * Really ignore old Argon2::Password and the like in the methods scanDmitry Gutov2016-12-122-1/+13
| * Move uniq! before sort!Dmitry Gutov2016-12-121-1/+1
| * Use a better method in the blacklisting testDmitry Gutov2016-12-121-1/+1
| * Fix a typoDmitry Gutov2016-12-121-1/+1