summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Revert "Build this branch on Travis [temp]"improve_basic_object_supportKyrylo Silin2013-09-031-1/+0
* pry.rb: Move all exception specific code to its own fileKyrylo Silin2013-09-033-71/+89
* extract Pry::RescuableException to lib/pry/rescuable_exception.rbRobert Gleeson2013-09-032-26/+25
* Add Code Climate badge to READMENoah Davis2013-09-031-1/+1
* Build this branch on Travis [temp]Ryan Fitzgerald2013-08-131-0/+1
* Improve BasicObject support in core extensionsRyan Fitzgerald2013-08-132-6/+6
* Add SafeProxy as alternative to safe_send, use in `ls`Ryan Fitzgerald2013-08-135-31/+77
* Update README.markdownJohn Mair2013-07-281-1/+1
* Update README.markdownJohn Mair2013-07-281-1/+1
* Don't break if __FILE__ is relative and backtrace isn'tRyan Fitzgerald2013-07-271-1/+1
* Ignore -n and disable_auto_reload in tempfile casesRyan Fitzgerald2013-07-262-13/+20
* Fix spec w/r/t 2.0 changing behavior of @Ryan Fitzgerald2013-07-261-1/+1
* Add 2.0.0 to Travis, allow failures for ruby-headRyan Fitzgerald2013-07-261-0/+5
* Merge pull request #952 from hashrocketeer/play_expressionJohn Mair2013-07-232-1/+41
|\
| * Add expression flag to playJonathan Jackson and Travis Anderson2013-07-222-1/+41
* | Also link to pry-rails repoRyan Fitzgerald2013-07-221-4/+5
* | Recommend pry-rails in READMERyan Fitzgerald2013-07-221-3/+10
* | Merge pull request #949 from janko-m/pry-themeKyrylo Silin2013-07-171-4/+8
|\ \
| * | Add pry-theme reference in the readmeJanko Marohnić2013-07-171-4/+8
|/ /
* | Merge pull request #944 from nviennot/masterJohn Mair2013-07-034-10/+149
|\ \
| * | No longer touching the the input. It's a global lock for now (:all)Nicolas Viennot2013-06-262-26/+14
| * | Pry's critical sections should be per threadNicolas Viennot2013-06-261-5/+5
| * | Only the owner can touch the @interruptible flagNicolas Viennot2013-06-261-18/+31
| * | register_ownership -> with_ownershipNicolas Viennot2013-06-262-6/+6
| * | Guard against spurious interrupt in interruptible_regionNicolas Viennot2013-06-261-2/+12
| * | InputLocks are maintained in a single hash, keyed by inputsNicolas Viennot2013-06-262-9/+17
| * | Comment rewordingNicolas Viennot2013-06-261-3/+4
| * | Thread support for REPLNicolas Viennot2013-06-253-15/+134
* | | Merge pull request #945 from rubydubee/masterRobert Gleeson2013-06-261-4/+4
|\ \ \
| * | | Fixing documentation - changing edit-method to edit, since edit-method is not...Pradyumna2013-06-261-4/+4
|/ / /
* | | Allow rake 10 and greaterConrad Irwin2013-06-261-1/+1
* | | Remove obsolete commentConrad Irwin2013-06-091-1/+0
|/ /
* | Minor refactor of singleton_class_resolution_orderRyan Fitzgerald2013-06-081-5/+3
* | Rename singleton_class{,_of} (fix #940)Ryan Fitzgerald2013-06-081-4/+7
* | Merge pull request #939 from zph/documentation-tweak-for-play-methodKyrylo Silin2013-06-081-1/+1
|\ \
| * | Altered play command message as seen in 'help'ZPH2013-06-081-1/+1
|/ /
* | Merge pull request #930 from eagletmt/history-permissionKyrylo Silin2013-05-261-1/+1
|\ \
| * | ~/.pry_history should not be world-readableKohei Suzuki2013-05-261-1/+1
|/ /
* | Merge pull request #928 from hashrocketeer/patch-1John Mair2013-05-241-1/+1
|\ \ | |/ |/|
| * Update README.markdownhashrocketeer2013-05-241-1/+1
|/
* Merge pull request #923 from ustuehler/patch-1John Mair2013-05-191-5/+10
|\
| * Avoid returning nil in #primary_candidateUwe Stuehler2013-05-131-4/+8
| * Fix source lookup for instrumented classesUwe Stuehler2013-05-131-5/+6
* | Allow show-source --superJohn Mair2013-05-183-18/+54
|/
* Commands::Play: fix typoKyrylo Silin2013-05-101-1/+1
* Commands::Play: improve the help outputKyrylo Silin2013-05-101-7/+12
* Move all hacking of rbx paths into Pry::CodeConrad Irwin2013-05-106-26/+6
* Remove unneeded special case for rbx.Conrad Irwin2013-05-103-20/+1
* Don't reinvent comment_describing in Pry::MethodConrad Irwin2013-05-101-21/+5
* reload-code (with no args) should reload 'current file'John Mair2013-05-101-5/+24