summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * Add tests for exception rescuing in REPL.WU Jun2013-03-261-0/+16
| * Eliminate warnings if a java exception is rescued.WU Jun2013-03-261-0/+6
| * Catch java exceptions explicitly in REPL loop, fix #854.WU Jun2013-03-261-1/+17
* | Avoid warning.Conrad Irwin2013-03-261-1/+1
|/
* whereami -c: Add test to ensure correct superclass is locatedJohn Mair2013-03-251-1/+20
* allow `whereami -c` to work outside of a method contextJohn Mair2013-03-252-77/+98
* Explicitly require rb-readlineConrad Irwin2013-03-241-1/+5
* Use Shellwords.split before calling system [Fixes #810]Conrad Irwin2013-03-241-2/+2
* Do initial_session_setup eagerly if -c is passed [Fixes #860]Conrad Irwin2013-03-241-1/+6
* Don't repeat if initial_session_setup failsConrad Irwin2013-03-241-3/+2
* Handle negativity in Pry::Code#take_lines [Fixes #886]Conrad Irwin2013-03-242-1/+7
* Hack in all the placesConrad Irwin2013-03-241-0/+4
* Hack around rubinius code cache in specsConrad Irwin2013-03-241-0/+3
* add hash rocket to list of sponsorsJohn Mair2013-03-231-1/+1
* Order candidates by load order correctlyConrad Irwin2013-03-231-1/+6
* Ensure module candidates are ordered consistentlyConrad Irwin2013-03-231-1/+1
* Annotate 1.9-only specConrad Irwin2013-03-221-8/+10
* Use load instead of eval [Fixes #880]Conrad Irwin2013-03-222-1/+11
* HistorySpec: add more testsKyrylo Silin2013-03-181-0/+76
* Command::Hist: change the behaviourKyrylo Silin2013-03-173-12/+51
* History: increment `@original_lines`Kyrylo Silin2013-03-172-0/+10
* Rename "pry_history_spec.rb" to "history_spec.rb"Kyrylo Silin2013-03-171-0/+0
* Command::Ls: mention `find-method` commandKyrylo Silin2013-03-151-0/+2
* ShowDocSpec: add a test concerning monkeypatchingKyrylo Silin2013-03-142-2/+19
* ShowDocSpec: add another random comment to the definitionKyrylo Silin2013-03-141-1/+3
* LsSpec: get rid of "empty spec" warning on RBX 1.9Kyrylo Silin2013-03-131-4/+4
* ShowDoc: display "current context" messageKyrylo Silin2013-03-131-1/+5
* ShowDocSpec: add a random comment to the definitionKyrylo Silin2013-03-121-0/+1
* WrappedModule::Candidate: exposed number_of_candidates as public methodJohn Mair2013-03-121-2/+3
* CLI: output help when unknown switches are usedKyrylo Silin2013-03-121-1/+13
* CLI: link to pryrepl.org instead of githubKyrylo Silin2013-03-121-3/+2
* Hist: fix `--exclude-pry` switchKyrylo Silin2013-03-122-1/+9
* Rubygem: fix raising of CommandError for #installKyrylo Silin2013-03-121-2/+2
* PryClass: get rid of obsolete commentKyrylo Silin2013-03-121-2/+2
* Config: wrap everything at 80 charactersKyrylo Silin2013-03-121-50/+55
* ShowDocSpec: fix indentationKyrylo Silin2013-03-121-220/+220
* show-source: Indicate all monkeypatches can be shown with -aJohn Mair2013-03-123-0/+50
* Merge pull request #881 from stuporglue/masterConrad Irwin2013-03-111-2/+2
|\
| * Escape method names before using them in a regexMichael Moore2013-03-111-2/+2
|/
* Show error when no docs foundJohn Mair2013-03-104-2/+9
* Bump master to v1.0.0pre1Ryan Fitzgerald2013-03-081-1/+1
* Merge pull request #876 from ognevsky/patch-1Kyrylo Silin2013-03-081-1/+1
|\
| * Fixed typo in commentAndrey Ognevsky2013-03-081-1/+1
|/
* Merge pull request #873 from pritchie/masterJohn Mair2013-03-051-1/+1
|\
| * check for directory? in WeirdMethodLocator#valid_file? prevents crash under j...Patrick Ritchie2013-03-051-1/+1
|/
* Ensure lines are integers before using them as strings [Fixes #872]Conrad Irwin2013-03-041-1/+1
* Remove warnings [Fixes #869]Conrad Irwin2013-03-0217-42/+38
* Skip assertion on rbx — is an edge case, anyway☈king2013-02-261-1/+4
* Handle evil classes that define 'ancestors'☈king2013-02-265-6/+19
* Avoid warning with warny rubygems☈king2013-02-261-1/+1