Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: jerermyyoung/code
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: ActiveState/code
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 20 commits
  • 17 files changed
  • 11 contributors

Commits on Nov 15, 2017

  1. Update recipe-576917.py

    included a lambda version (<2.7?) and added a >3.5x version as well.
    kgashok authored Nov 15, 2017
    Configuration menu
    Copy the full SHA
    1c8ea28 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2017

  1. find_replace_regex_colorized.py

    usage: find-replace-in-files-regex.py [-h] [--dir DIR] --search-regex
                                          SEARCH_REGEX --replace-regex
                                          REPLACE_REGEX [--glob GLOB] [--dry-run]
                                          [--create-backup] [--verbose]
                                          [--print-parent-folder]
                                          [--list-non-matching]
    
    DESCRIPTION:
        Find and replace recursively from the given folder using regular expressions
    
    optional arguments:
      -h, --help            show this help message and exit
      --dir DIR, -d DIR     folder to search in; by default current folder
      --search-regex SEARCH_REGEX, -s SEARCH_REGEX
                            search regex
      --replace-regex REPLACE_REGEX, -r REPLACE_REGEX
                            replacement regex
      --glob GLOB, -g GLOB  glob pattern, i.e. *.html
      --dry-run, -dr        don't replace anything just show what is going to be
                            done
      --create-backup, -b   Create backup files
      --verbose, -v         Show files which don't match the search regex
      --print-parent-folder, -p
                            Show the parent info for debug
      --list-non-matching, -n
                            Supress colors
    
    USAGE:
        find-replace-in-files-regex.py -d [my_folder] -s <search_regex> -r <replace_regex> -g [glob_pattern]
    glowinthedark authored Nov 19, 2017
    Configuration menu
    Copy the full SHA
    eb3910c View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2017

  1. Explicitly import rlcompleter as it may not be visible when imported …

    …in .pdbrc.
    
    The issue was observed on Python 2.7.13.
    pavel-shishpor committed Nov 24, 2017
    Configuration menu
    Copy the full SHA
    d82d03e View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2017

  1. omitting temporary tables and similar improvements

    Michał Niklas committed Nov 29, 2017
    Configuration menu
    Copy the full SHA
    8e2528c View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2017

  1. Merge pull request ActiveState#23 from kgashok/patch-3

    Update recipe-576917.py
    rawktron authored Dec 12, 2017
    Configuration menu
    Copy the full SHA
    dece889 View commit details
    Browse the repository at this point in the history
  2. Merge pull request ActiveState#24 from elFua/patch-1

    recursive_multiple_files_find_replace_regex_colorized.py
    rawktron authored Dec 12, 2017
    Configuration menu
    Copy the full SHA
    fcf94d2 View commit details
    Browse the repository at this point in the history
  3. Merge pull request ActiveState#25 from Pavel007/master

    Fix an issue with rlcompleter not visible from the complete function.
    rawktron authored Dec 12, 2017
    Configuration menu
    Copy the full SHA
    c24ce6a View commit details
    Browse the repository at this point in the history
  4. Merge pull request ActiveState#26 from michal-niklas/master

    omitting temporary tables and similar improvements
    rawktron authored Dec 12, 2017
    Configuration menu
    Copy the full SHA
    7e98d7a View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2017

  1. Configuration menu
    Copy the full SHA
    744c1a3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    610d487 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2018

  1. Merge pull request ActiveState#29 from harleypig/find_grep_mktemp

    mktemp is a better way to manage tmp files
    rawktron authored Mar 5, 2018
    Configuration menu
    Copy the full SHA
    9f989cd View commit details
    Browse the repository at this point in the history
  2. Merge pull request ActiveState#30 from harleypig/tree_alias

    added an alias for tree command if it doesnt exist on the system
    rawktron authored Mar 5, 2018
    Configuration menu
    Copy the full SHA
    73b09ed View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2018

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

Commits on Jul 3, 2019

  1. Merge pull request ActiveState#35 from go8ose/duplicate-278260

    Removing 278260, it's a duplicate of 278259
    zoofood authored Jul 3, 2019
    Configuration menu
    Copy the full SHA
    d3d0a34 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    61a74f5 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2020

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

Commits on May 12, 2020

  1. Merge pull request ActiveState#61 from tdiprima/patch-1

    fixed missing import statement 'import re'
    zoofood authored May 12, 2020
    Configuration menu
    Copy the full SHA
    469db50 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2020

  1. Update README.md

    swaroop998 authored Oct 1, 2020
    Configuration menu
    Copy the full SHA
    db8c96c View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2020

  1. Merge pull request ActiveState#69 from swaroop998/master

    spell check and update
    zoofood authored Oct 12, 2020
    Configuration menu
    Copy the full SHA
    f9cd012 View commit details
    Browse the repository at this point in the history
  2. Removed short form for between for inline docs.

    Jeff Rouse committed Oct 12, 2020
    Configuration menu
    Copy the full SHA
    e6378c5 View commit details
    Browse the repository at this point in the history
Loading