Activity for rope

  • Matěj Cepl committed [7fc261]

    Switch to setuptools (`develop` command is kewl).

  • Matěj Cepl committed [d5eb2e]

    set is not ordered data type

  • emacsway committed [638c1e]

    Fixed #157, AttributeError: 'PyObject' object has no attribute 'get_doc'

  • Nick Smith committed [12fe5a]

    Include comment lines preceding definition in move_global

  • Nick Smith committed [7108c5]

    Update version to match bump to 0.10.7

  • GitHub committed [00ece5]

    Merge pull request #181 from soupytwist/fix-token-re

  • emacsway committed [7d2658]

    #186 preparation for support of typing module. Added parser for type-comments and docstrings, added support for the following syntax:

  • Nick Smith committed [6152bf]

    Update README and CONTRIBUTORS for admin change

  • Nick Smith committed [19e4cd]

    Increase scrutiny on import filter to avoid removing unrelated imports

  • Nick Smith committed [c3bf14]

    Support moving global variables with move_global

  • Nick Smith committed [f01cd8]

    Fixed patchedast bug parsing *args

  • GitHub committed [554cfc]

    Merge pull request #178 from soupytwist/move-global-comment

  • GitHub committed [b9245b]

    Merge pull request #185 from emacsway/157-fix_pyobject_has_no_attr_get_doc

  • emacsway committed [51ac58]

    #150 Refactoring. Implemented pluggable providers for type hinting.

  • GitHub committed [b9196f]

    Merge pull request #193 from soupytwist/imports-cleanup

  • Matěj Cepl committed [6f13f5]

    unify print usage in the codebase

  • GitHub committed [0d79dd]

    Merge pull request #236 from dryobates/master

  • Nick Smith committed [c9a52b]

    Rename configuration option to `pull_imports_to_top`

  • Nick Smith committed [53adf8]

    Merge branch 'master' into devel

  • GitHub committed [8d4cef]

    Merge pull request #192 from emacsway/186-prepare_support_for_typing

  • Matěj Cepl committed [5ceac2]

    handle differences in python 2 and 3 in with ast

  • GitHub committed [0df219]

    Merge pull request #245 from brendanator/inline-comparison-arguments

  • Alexey Kotlyarov committed [29e64f]

    Disable flake8 in default config

  • Matěj Cepl committed [cb08a3]

    Notify about Travis CI jobs via IRC.

  • tzing @313 committed [40cff1]

    backporting to py2

  • Nick Smith committed [b1a7fe]

    Fix integer pattern to include negatiion and scientific notation

  • Carlos Cordoba Carlos Cordoba committed [99fcea]

    Add missing packages to setup.py

  • Don Jayamanne committed [889c77]

    support for starredargs and keywords in 3.5

  • Nick Smith committed [beb3ef]

    Bugfix for installation problem (again) + version bump 0.10.7

  • Nick Smith committed [cb90b0]

    New release

  • Brendan Brendan committed [c9562b]

    When inlining function allow comparisons in arguments

  • GitHub committed [70cb9d]

    Merge pull request #206 from ccordoba12/fix-pip-installation

  • Matěj Cepl committed [29e582]

    different way how to find standart libs in python 2 and 3

  • GitHub committed [b2af4e]

    Merge pull request #225 from soupytwist/fedora-time

  • GitHub committed [aec6b8]

    Merge pull request #162 from soupytwist/move-global-variables

  • Brendan Brendan committed [069ddb]

    Avoid overlapping regions when extract similar=True

  • Nick Smith committed [2dfa36]

    Check exception conditions before using pyname in move_global

  • Daniel Watkins committed [17177e]

    Fix PEP-8 errors in rope/base/default_config.py

  • GitHub committed [7aecd2]

    Merge pull request #204 from soupytwist/patchedast-bug

  • Nick Smith committed [24a778]

    Fix for setup.py encoding issue in Win10

  • Nick Smith committed [da1fa1]

    Bugfix for detecting pynames in aliased import statements

  • Nick Smith committed [94eeda]

    Fix token matching RE used to determine line starts

  • Matěj Cepl committed [e3ef08]

    differences between python2 and 3 in execfile and string types

  • Nick Smith committed [a64f3d]

    Support Starred args format in python 3.5

  • dryobates committed [5c0293]

    Generating class in other module.

  • GitHub committed [bfebc2]

    Merge pull request #154 from soupytwist/move-global-imports

  • GitHub committed [926fbb]

    Merge pull request #165 from mcepl/travis_notification

  • GitHub committed [e026b8]

    Merge pull request #177 from soupytwist/move-global-comment

  • emacsway committed [fc04e5]

    #189 Inline IAttrProvider into IAssignmentProvider

  • Matěj Cepl committed [dcc108]

    fix minor differences in python2 vs 3

  • tzing @313 committed [78894a]

    fix encoding issue on windows

  • Matěj Cepl committed [c3a014]

    skip some tests in python3

  • Matěj Cepl committed [29a0c8]

    added more python versions to support in package

  • GitHub committed [5f8445]

    Merge pull request #230 from soupytwist/aliased-import

  • Nick Smith committed [bbf365]

    Don't split imports which are not matched by the filter

  • GitHub committed [028fe8]

    Merge pull request #190 from emacsway/189-inline_iattrprovider_into_iassignmentprovider

  • Matěj Cepl committed [9bae61]

    bytes vs strings and differences in open flags in python 2 vs 3

  • Nick Smith committed [a7df06]

    Treat timemodule.so as a special case for Fedora python2

  • Matěj Cepl committed [103ad8]

    fixing issues for travis for python26 and disabled one test for python26

  • Matěj Cepl committed [6bf1b2]

    differences in ast in slice objects and __getitems__ in python2 vs python3

  • Nick Smith committed [e7ef8a]

    Patch for moving comment prefix on global names

  • Nick Smith committed [c51315]

    Remove reference to old bitbucket repository

  • Nick Smith committed [66a561]

    Fix recently added tests for python3 support

  • Nick Smith committed [e28af2]

    Merge branch 'devel'

  • Nick Smith committed [0bc00c]

    Fix formatting and remove TABs.

  • GitHub committed [6fde4b]

    Merge pull request #184 from soupytwist/imports

  • Nick Smith committed [30f41e]

    Version bump for installation fix

  • GitHub committed [d91175]

    Merge pull request #172 from DonJayamanne/devel

  • GitHub committed [46b634]

    Merge pull request #187 from emacsway/150-type_hinting_refactoring

  • Matěj Cepl committed [6067be]

    Fix formatting and remove TABs.

  • Matěj Cepl committed [148474]

    differences in python ast nodes

  • Matěj Cepl committed [7c5002]

    fix properly differences in ast in different python versions for try..except..finally node

  • Nick Smith committed [40a0fd]

    Add an option to disable sorting imports entirely

  • GitHub committed [2e04c0]

    Merge pull request #227 from OddBloke/master

  • Nick Smith committed [9daf56]

    Added support for `async def`. (#217)

  • Nick Smith committed [fa4a1d]

    Minor README update, fixes #258

  • Nick Smith committed [d4d0cc]

    Properly close file handle upon reading contents (#255)

  • Austin Bingham committed [b98d15]

    Only running "async def rename" test for python>=3.5.

  • GitHub committed [b01da7]

    Perform signature verification on pickled data transferred over sockets (#251)

  • GitHub committed [97b942]

    Merge pull request #246 from brendanator/extract-overlapping

  • GitHub committed [40e170]

    Merge pull request #259 from tzing/issue-210

  • Austin Bingham committed [8c5b9f]

    Added test for renaming in presence of await.

  • Tzu-ting committed [f22697]

    use `io.open`

  • Tzu-ting committed [4ecf7c]

    Merge branch 'master' into issue-210

  • Nick Smith committed [95aa27]

    Follow-up style fix for #253

  • Austin Bingham Austin Bingham committed [7dc3e4]

    Merge branch 'master' into complete-async

  • GitHub committed [b77902]

    Merge pull request #218 from abingham/complete-async

  • Austin Bingham Austin Bingham committed [b1a70f]

    Added support for `async def`.

  • Nick Smith committed [18a204]

    Version bump to 0.11.0

  • Nick Smith committed [1e7546]

    Do not try to parse empty/None `NumpyDocString`s

  • Austin Bingham committed [346384]

    Added AST support for "async for" plus a rename test.

  • Austin Bingham committed [73e727]

    Added AST support for "async with" plus some rename tests.

  • Matěj Cepl committed [7da564]

    Bump the version

  • Nick Smith committed [c7bef4]

    Updates README.rst with svg badge (#240)

  • Matěj Cepl committed [a8bbe3]

    Increase scrutiny on import filter to avoid rem...

  • Nick Smith committed [014a5a]

    Check exception conditions before using pyname ...

  • Ali Gholami Rudi Ali Gholami Rudi committed [c579ff]

    Moving everything to trunk

  • Ali Gholami Rudi Ali Gholami Rudi committed [834726]

    Deindentation using backspace at the first non-...

  • Ali Gholami Rudi Ali Gholami Rudi committed [b584bd]

    Tab inserts 4 spaces

  • Ali Gholami Rudi Ali Gholami Rudi committed [5c0596]

    Showing current line number

1 >