Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for str.split and str.join #3678

Merged
merged 30 commits into from
Feb 19, 2019
Merged

Commits on Jan 14, 2019

  1. Configuration menu
    Copy the full SHA
    31adc51 View commit details
    Browse the repository at this point in the history
  2. support for str.split

    seibert committed Jan 14, 2019
    Configuration menu
    Copy the full SHA
    81f2020 View commit details
    Browse the repository at this point in the history
  3. str.join support

    seibert committed Jan 14, 2019
    Configuration menu
    Copy the full SHA
    e1f4313 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2019

  1. Configuration menu
    Copy the full SHA
    dfc55a6 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2019

  1. Configuration menu
    Copy the full SHA
    5ee14c9 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2019

  1. Speed up split by 20x

    seibert committed Jan 21, 2019
    Configuration menu
    Copy the full SHA
    5e7dbf9 View commit details
    Browse the repository at this point in the history
  2. add split, join to docs

    seibert committed Jan 21, 2019
    Configuration menu
    Copy the full SHA
    f8b5973 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d753704 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2019

  1. Configuration menu
    Copy the full SHA
    c927c97 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b266931 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2019

  1. Configuration menu
    Copy the full SHA
    8dda70c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fd1bbac View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2019

  1. Merge master

    seibert committed Feb 4, 2019
    Configuration menu
    Copy the full SHA
    96f2219 View commit details
    Browse the repository at this point in the history
  2. Add maxsplit support

    seibert committed Feb 4, 2019
    Configuration menu
    Copy the full SHA
    70abb58 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2019

  1. Fix flake8

    seibert committed Feb 7, 2019
    Configuration menu
    Copy the full SHA
    28cedc4 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2019

  1. Fix up some docs

    seibert committed Feb 18, 2019
    Configuration menu
    Copy the full SHA
    c0d31d3 View commit details
    Browse the repository at this point in the history
  2. Add split on whitespace

    seibert committed Feb 18, 2019
    Configuration menu
    Copy the full SHA
    ff7e835 View commit details
    Browse the repository at this point in the history
  3. merge master

    seibert committed Feb 18, 2019
    Configuration menu
    Copy the full SHA
    93e047f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bc2b9ad View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0d8d96e View commit details
    Browse the repository at this point in the history
  6. check maxsplit as kwarg

    seibert committed Feb 18, 2019
    Configuration menu
    Copy the full SHA
    802d9ed View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9f99521 View commit details
    Browse the repository at this point in the history
  8. Fix flake8

    seibert committed Feb 18, 2019
    Configuration menu
    Copy the full SHA
    1f0b6b6 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2019

  1. Configuration menu
    Copy the full SHA
    78c489f View commit details
    Browse the repository at this point in the history
  2. respond to review comments

    seibert committed Feb 19, 2019
    Configuration menu
    Copy the full SHA
    1a14c1d View commit details
    Browse the repository at this point in the history
  3. Fix error message test

    seibert committed Feb 19, 2019
    Configuration menu
    Copy the full SHA
    592be35 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    feec704 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    07f4691 View commit details
    Browse the repository at this point in the history
  6. flake8

    seibert committed Feb 19, 2019
    Configuration menu
    Copy the full SHA
    b23b152 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ccb00de View commit details
    Browse the repository at this point in the history