An open API service providing commit metadata for open source projects.

GitHub / fmoo/python-editor / commits

Programmatically open an editor, capture the result.

SHA Message Author Date Stats
c6cd0906 merge Merge pull request #39 from branchvincent/distutils Peter Ruibal <r****p@g****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
5023fafd support python 3.12 Branch Vincent <b****t@g****m> over 2 years ago
d7848491 merge Merge pull request #33 from philipbergen/master Peter Ruibal <r****p@g****m>
Committed by: GitHub <n****y@g****m>
over 4 years ago
3bfd5648 Move the import of disutils.spawn into the scope where it is actually being u... Philip Bergen <p****n@s****m> over 4 years ago
d9c95d5a Update editor.py Joshua Greenhalgh <j****h@g****m>
Committed by: Peter Ruibal <r****p@g****m>
about 7 years ago
3cc3036d version bump Peter Ruibal <r****p@g****m> over 7 years ago
410d2716 work with py3 Peter Ruibal <r****p@g****m> over 7 years ago
9f92f2e8 Fix suffix default (should be '', not None) Peter Ruibal <r****p@g****m> over 7 years ago
f9a53321 merge Merge pull request #23 from nackjicholson/master Peter Ruibal <r****p@g****m>
Committed by: GitHub <n****y@g****m>
over 7 years ago
70a657ea add suffix option to NamedTemporaryFile for filetype syntax highlighting/dete... Will Vaughn <w****e@g****m> over 7 years ago
0f99b344 merge Merge pull request #19 from hugovk/rm-eol Peter Ruibal <r****p@g****m>
Committed by: GitHub <n****y@g****m>
about 8 years ago
e79f8486 merge Merge pull request #20 from hugovk/long_description Peter Ruibal <r****p@g****m>
Committed by: GitHub <n****y@g****m>
about 8 years ago
33c9449e Use README.md for long_description Hugo <h****k@u****m> about 8 years ago
74a09fe1 Drop EOL Python 3.3, add 3.6 Hugo <h****k@u****m> about 8 years ago
29f5b08d Drop Python 2.6 support
Co-authored-by: Dustin Ingram <d****i@u****m>
Hugo <h****k@u****m> about 8 years ago
ea159091 merge Merge pull request #17 from elsonrodriguez/pandoc_fix ⛄ Peter Ruibal <r****p@g****m>
Committed by: GitHub <n****y@g****m>
over 8 years ago
6bb6753b Making it so that pandoc doesn't have to be installed in order to install pyt... Elson Rodriguez <e****z@g****m> over 8 years ago
a51b6ffa Version bump to 1.0.3 Peter Ruibal <r****p@g****m> over 9 years ago
cca35992 Version bump (1.0.2) Peter Ruibal <r****p@g****m> over 9 years ago
9186bd78 merge Merge pull request #12 from eugene-eeo/master Peter Ruibal <r****p@g****m>
Committed by: GitHub <n****y@g****m>
over 9 years ago
9300eaa6 update README Eeo Jun <1****s@g****m> over 9 years ago
5a32ae61 remove un-needed function Eeo Jun <1****s@g****m> over 9 years ago
4b57f3e0 don't re-split arguments Eeo Jun <1****s@g****m> over 9 years ago
38d866f1 setup.py tweaks Peter Ruibal <r****p@g****m> almost 10 years ago
53b5bef8 Major version bump, etc Peter Ruibal <r****p@g****m> about 10 years ago
50b18863 merge Merge pull request #8 from eugene-eeo/master Peter Ruibal <r****p@g****m> about 10 years ago
9cb458ff Added newline to end of test.py Eeo Jun <p****8@g****m> about 10 years ago
05045bb0 Detect tty and add helper function Eeo Jun <p****8@g****m> about 10 years ago
0956e21c Default to not using tty Eeo Jun <p****8@g****m> about 10 years ago
8ea8b41d Use branch instead of ternary operator Eeo Jun <p****8@g****m> about 10 years ago
e34758bb Use /dev/tty by default Eeo Jun <p****8@g****m> about 10 years ago
d58b00f0 Version bump to 0.5 for release Peter Ruibal <r****p@g****m> over 10 years ago
b72a0f4d Add "vim.basic" and "vim.tiny" to editors Peter Ruibal <r****p@g****m> over 10 years ago
97b8ef22 Check editor from path (and traverse symlinks) Peter Ruibal <r****p@g****m> over 10 years ago
d6fa2a6b Version bump to 0.4 Peter Ruibal <r****p@g****m> almost 11 years ago
2eb2d462 merge Merge branch 'master' of github.com:fmoo/python-editor Peter Ruibal <r****p@g****m> almost 11 years ago
fa732f6e merge Merge pull request #2 from chkumar246/master Peter Ruibal <r****p@g****m> almost 11 years ago
8814515c Added MANIFEST file to include README.md and LICENSE file in pypi tarball Chandan Kumar <c****r@r****m> almost 11 years ago
ce6d1937 Add comment to editor.py, version bump to 0.3 Peter Ruibal <r****p@g****m> almost 11 years ago
74e26eab Make editor.py executable Peter Ruibal <r****p@g****m> over 11 years ago
1db5890c Version bump to 0.2 Peter Ruibal <r****p@g****m> over 11 years ago
97090d76 Prefer VISUAL to EDITOR Peter Ruibal <r****p@g****m> over 11 years ago
801a2284 Don't unnecessarily leak fds to editor process Peter Ruibal <r****p@g****m> over 11 years ago
39c587d8 Improved nano support Peter Ruibal <r****p@g****m> over 11 years ago
bc0f61f7 Added support for gedit Peter Ruibal <r****p@g****m> over 11 years ago
56199695 Added __all__ to editor Peter Ruibal <r****p@g****m> over 11 years ago
72aa40f3 Tweak, typo fix Peter Ruibal <r****p@g****m> over 11 years ago
e416d348 hint python to syntax highlighting Peter Ruibal <r****p@g****m> over 11 years ago
2ec29217 Added README.md Peter Ruibal <r****p@g****m> over 11 years ago
9a3a3254 Add python 3.4 to trove classifiers Peter Ruibal <r****p@g****m> over 11 years ago
ad5c2a82 Add file (optional argument) and --contents CLI args Peter Ruibal <r****p@g****m> over 11 years ago
aeff9067 Add vim artifacts to gitignore Peter Ruibal <r****p@g****m> over 11 years ago
da18a501 Added .gitignore Peter Ruibal <r****p@g****m> over 11 years ago
8c2ef022 Initial commit Peter Ruibal <r****p@g****m> over 11 years ago

← Back to repository