-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: jerermyyoung/code
base: master
head repository: ActiveState/code
compare: master
- 20 commits
- 17 files changed
- 11 contributors
Commits on Nov 15, 2017
-
included a lambda version (<2.7?) and added a >3.5x version as well.
Configuration menu - View commit details
-
Copy full SHA for 1c8ea28 - Browse repository at this point
Copy the full SHA 1c8ea28View commit details
Commits on Nov 19, 2017
-
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]Configuration menu - View commit details
-
Copy full SHA for eb3910c - Browse repository at this point
Copy the full SHA eb3910cView commit details
Commits on Nov 24, 2017
-
Explicitly import rlcompleter as it may not be visible when imported …
…in .pdbrc. The issue was observed on Python 2.7.13.
Configuration menu - View commit details
-
Copy full SHA for d82d03e - Browse repository at this point
Copy the full SHA d82d03eView commit details
Commits on Nov 29, 2017
-
omitting temporary tables and similar improvements
Michał Niklas committedNov 29, 2017 Configuration menu - View commit details
-
Copy full SHA for 8e2528c - Browse repository at this point
Copy the full SHA 8e2528cView commit details
Commits on Dec 12, 2017
-
Merge pull request ActiveState#23 from kgashok/patch-3
Update recipe-576917.py
Configuration menu - View commit details
-
Copy full SHA for dece889 - Browse repository at this point
Copy the full SHA dece889View commit details -
Merge pull request ActiveState#24 from elFua/patch-1
recursive_multiple_files_find_replace_regex_colorized.py
Configuration menu - View commit details
-
Copy full SHA for fcf94d2 - Browse repository at this point
Copy the full SHA fcf94d2View commit details -
Merge pull request ActiveState#25 from Pavel007/master
Fix an issue with rlcompleter not visible from the complete function.
Configuration menu - View commit details
-
Copy full SHA for c24ce6a - Browse repository at this point
Copy the full SHA c24ce6aView commit details -
Merge pull request ActiveState#26 from michal-niklas/master
omitting temporary tables and similar improvements
Configuration menu - View commit details
-
Copy full SHA for 7e98d7a - Browse repository at this point
Copy the full SHA 7e98d7aView commit details
Commits on Dec 23, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 744c1a3 - Browse repository at this point
Copy the full SHA 744c1a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 610d487 - Browse repository at this point
Copy the full SHA 610d487View commit details
Commits on Mar 5, 2018
-
Merge pull request ActiveState#29 from harleypig/find_grep_mktemp
mktemp is a better way to manage tmp files
Configuration menu - View commit details
-
Copy full SHA for 9f989cd - Browse repository at this point
Copy the full SHA 9f989cdView commit details -
Merge pull request ActiveState#30 from harleypig/tree_alias
added an alias for tree command if it doesnt exist on the system
Configuration menu - View commit details
-
Copy full SHA for 73b09ed - Browse repository at this point
Copy the full SHA 73b09edView commit details
Commits on Mar 15, 2018
-
Configuration menu - View commit details
-
Copy full SHA for acde9bb - Browse repository at this point
Copy the full SHA acde9bbView commit details
Commits on Jul 3, 2019
-
Merge pull request ActiveState#35 from go8ose/duplicate-278260
Removing 278260, it's a duplicate of 278259
Configuration menu - View commit details
-
Copy full SHA for d3d0a34 - Browse repository at this point
Copy the full SHA d3d0a34View commit details -
Configuration menu - View commit details
-
Copy full SHA for 61a74f5 - Browse repository at this point
Copy the full SHA 61a74f5View commit details
Commits on May 11, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 5b83ef4 - Browse repository at this point
Copy the full SHA 5b83ef4View commit details
Commits on May 12, 2020
-
Merge pull request ActiveState#61 from tdiprima/patch-1
fixed missing import statement 'import re'
Configuration menu - View commit details
-
Copy full SHA for 469db50 - Browse repository at this point
Copy the full SHA 469db50View commit details
Commits on Oct 1, 2020
-
Configuration menu - View commit details
-
Copy full SHA for db8c96c - Browse repository at this point
Copy the full SHA db8c96cView commit details
Commits on Oct 12, 2020
-
Merge pull request ActiveState#69 from swaroop998/master
spell check and update
Configuration menu - View commit details
-
Copy full SHA for f9cd012 - Browse repository at this point
Copy the full SHA f9cd012View commit details -
Removed short form for between for inline docs.
Jeff Rouse committedOct 12, 2020 Configuration menu - View commit details
-
Copy full SHA for e6378c5 - Browse repository at this point
Copy the full SHA e6378c5View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master