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

GitHub / ppannuto/python-titlecase / commits

Python library to capitalize strings as specified by the New York Times Manual of Style

SHA Message Author Date Stats
42f43e2d merge Merge pull request #97 from robinwhittleton/nbsp-support Pat Pannuto <p****o@g****m>
Committed by: GitHub <n****y@g****m>
about 2 years ago
027dd215 Preserve the input space characters in the output Robin Whittleton <r****n@r****t> about 2 years ago
fba05517 Add preserve_blank_lines parameter to titlecase docstring Robin Whittleton <r****n@r****t> about 2 years ago
8ef9d0f9 Fix test comment’s reference to removed test_input_output Robin Whittleton <r****n@r****t> about 2 years ago
418c57ca v2.4.1 Pat Pannuto <p****o@g****m> over 2 years ago
9c771d18 merge Merge pull request #93 from benhiller/esc_seq Pat Pannuto <p****o@g****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
fb0b88e5 Fix invalid escape sequence warning bhiller <b****r@g****m> over 2 years ago
c1855c51 v2.4 Pat Pannuto <p****o@g****m> almost 4 years ago
aadcc1fb drop python3.6, it EOL'd 7 months ago Pat Pannuto <p****o@g****m> almost 4 years ago
4d162ac0 simplify CI, fix 3.10/3.1 YAML parse bug Pat Pannuto <p****o@g****m> almost 4 years ago
60f3ecd1 convert from nose to unittest Pat Pannuto <p****o@g****m> almost 4 years ago
2073b432 add explicit python3.10 support Pat Pannuto <p****o@g****m> almost 4 years ago
f8e85535 add `preserve_blank_lines` option Pat Pannuto <p****o@g****m> almost 4 years ago
367d918e fix badge path Pat Pannuto <p****o@g****m> almost 5 years ago
2de89b2e v2.3 Pat Pannuto <p****o@g****m> almost 5 years ago
930b0ae5 merge Merge pull request #85 from brocksam/actions Pat Pannuto <p****o@g****m>
Committed by: GitHub <n****y@g****m>
almost 5 years ago
300cf5e5 update badge for codecov Pat Pannuto <p****o@g****m> almost 5 years ago
610802e9 convert to codecov Pat Pannuto <p****o@g****m> almost 5 years ago
39dba974 indicate coverage is running on github Pat Pannuto <p****o@g****m> almost 5 years ago
b06b8a8b Update .github/workflows/coverage.yml Pat Pannuto <p****o@g****m> almost 5 years ago
26898105 Delete publish.yml Pat Pannuto <p****o@g****m>
Committed by: GitHub <n****y@g****m>
almost 5 years ago
31a37221 Update comment to point to issue Pat Pannuto <p****o@g****m>
Committed by: GitHub <n****y@g****m>
almost 5 years ago
e7ca9fbb Use manual file close, deletion of custom abbrev test Sam Brockie <s****9@c****k> almost 5 years ago
9ca20e4f Remove extra line return Sam Brockie <s****9@c****k> almost 5 years ago
e2dcfd94 Fix syntax error Sam Brockie <s****9@c****k> almost 5 years ago
c385df4f Create coverage workflow with Coveralls Sam Brockie <s****9@c****k> almost 5 years ago
c4394f38 Add fail-fast false Sam Brockie <s****9@c****k> almost 5 years ago
64918d7a Discontinue support for Python 3.4, 3.5, remove PyPy3 Sam Brockie <s****9@c****k> almost 5 years ago
46ffa098 Modernise packaging Sam Brockie <s****9@c****k> almost 5 years ago
a27146d8 Add list of contributors to work with setup.cfg Sam Brockie <s****9@c****k> almost 5 years ago
ab761d25 Add fail-fast false to optional deps workflow Sam Brockie <s****9@c****k> almost 5 years ago
045655d1 Remove as TravisCI no longer working Sam Brockie <s****9@c****k> almost 5 years ago
753c7605 Change file type as plain text Sam Brockie <s****9@c****k> almost 5 years ago
89442bd1 Remove as no longer needed Sam Brockie <s****9@c****k> almost 5 years ago
fa11d097 Add workflow for publishing to PyPI Sam Brockie <s****9@c****k> almost 5 years ago
55dc32d7 Change to Python 3.x Sam Brockie <s****9@c****k> almost 5 years ago
0163b594 Set fail-fast to false Sam Brockie <s****9@c****k> almost 5 years ago
7898360a Remove Python version from matrix and hardcode Sam Brockie <s****9@c****k> almost 5 years ago
b91f2abb Reduce to Python 3.9 only, remove on PR Sam Brockie <s****9@c****k> almost 5 years ago
3ac42484 Add full matrix build, install, test workflow on PR Sam Brockie <s****9@c****k> almost 5 years ago
1c4e9060 Remove Python 3.4 due to GitHub Actions unavailability Sam Brockie <s****9@c****k> almost 5 years ago
abf2136d Fix typo Sam Brockie <s****9@c****k> almost 5 years ago
fa53ddc6 Add PyPy3 Sam Brockie <s****9@c****k> almost 5 years ago
d78c74df Update with re/regex split across testenvs, add PyPy3 Sam Brockie <s****9@c****k> almost 5 years ago
db6b6afe Replace testenv info Sam Brockie <s****9@c****k> almost 5 years ago
1d1cd132 Try run tests using tox Sam Brockie <s****9@c****k> almost 5 years ago
e6b2ea36 Test increase matrix size Sam Brockie <s****9@c****k> almost 5 years ago
b09b374a Test matrix with OS, Ubuntu and macOS Sam Brockie <s****9@c****k> almost 5 years ago
1b9ca7e4 Change to use matrix for versions Sam Brockie <s****9@c****k> almost 5 years ago
b03fd1a6 Remove workflow Sam Brockie <s****9@c****k> almost 5 years ago
32c0129f Remove jobs, shrink matrix to debug Sam Brockie <s****9@c****k> almost 5 years ago
f54ca69a Fix indentation error, rename workflow Sam Brockie <s****9@c****k> almost 5 years ago
ee6e4d24 Create workflow for testing all versions/OSs with tox Sam Brockie <s****9@c****k> almost 5 years ago
edaaec48 v2.2 Pat Pannuto <p****o@g****m> almost 5 years ago
25bf76fe merge Merge pull request #84 from brocksam/re-regex Pat Pannuto <p****o@g****m>
Committed by: GitHub <n****y@g****m>
almost 5 years ago
017f13c5 Fix error in REGEX_AVAILABLE flag assignment Sam Brockie <s****9@c****k> almost 5 years ago
31e2aa46 Revert changes in create_wordlist_filter_from_file Sam Brockie <s****9@c****k> almost 5 years ago
49771dc8 Include pre-#46 logic when regex unavailable Sam Brockie <s****9@c****k> almost 5 years ago
49cc57bc Add blank line at EoF Sam Brockie <s****9@c****k> almost 5 years ago
905e70be Add run on PR Sam Brockie <s****9@c****k> almost 5 years ago
dd8d189c Reinstate TravisCI-related details, commands Sam Brockie <s****9@c****k> almost 5 years ago
eee84b01 Fix typo in setup keywords Sam Brockie <s****9@c****k> almost 5 years ago
78814729 Run tests without tox, use nose directly Sam Brockie <s****9@c****k> almost 5 years ago
b5f34e51 Move regex to optional dep, add Python 3.9 classifier Sam Brockie <s****9@c****k> almost 5 years ago
7bdd2c30 Use -e py tag Sam Brockie <s****9@c****k> almost 5 years ago
ec6e9512 Remove coveralls command Sam Brockie <s****9@c****k> almost 5 years ago
4069920e Add package install step Sam Brockie <s****9@c****k> almost 5 years ago
40175d9b Create GH Actions workflow for testing Sam Brockie <s****9@c****k> almost 5 years ago
54ef8366 Add Python 3.9, remove Travis passenv Sam Brockie <s****9@c****k> almost 5 years ago
78d4ce47 Add Python 3.9 Sam Brockie <s****9@c****k> almost 5 years ago
56a10b15 v2.1 Pat Pannuto <p****o@g****m> almost 5 years ago
50c65213 merge Merge pull request #80 from Gateswong/patch-1 Pat Pannuto <p****o@g****m>
Committed by: GitHub <n****y@g****m>
about 5 years ago
0121a1e4 Fix UnicodeDecodeError on Windows pip. Gates_ice <g****s@g****m>
Committed by: GitHub <n****y@g****m>
about 5 years ago
e720bf6b merge Merge pull request #76 from rkhwaja/allow-re-module Pat Pannuto <p****o@g****m>
Committed by: GitHub <n****y@g****m>
over 5 years ago
e4a6f18b Update setup.py
Co-authored-by: Pat Pannuto <p****o@g****m>
Rehan Khwaja <r****n@k****e>
Committed by: GitHub <n****y@g****m>
over 5 years ago
bd647e4d Switch regex to an optional requirement and fallback to re if it doesn't import Rehan Khwaja <r****n@k****e> over 5 years ago
b7f0d872 add copyright year/name to LICENSE Pat Pannuto <p****o@g****m> over 5 years ago
b1e8bcdf v2.0 Pat Pannuto <p****o@g****m> over 5 years ago
dc81c6b2 merge Merge pull request #71 from synapticarbors/patch-1 Pat Pannuto <p****o@g****m>
Committed by: GitHub <n****y@g****m>
over 5 years ago
6995ae07 Add Manifest.in and include license file in src dist Joshua Adelman <s****s@u****m>
Committed by: GitHub <n****y@g****m>
over 5 years ago
ad696e62 merge Merge pull request #67 from GurraB/mr-no-caps Pat Pannuto <p****o@g****m>
Committed by: GitHub <n****y@g****m>
almost 6 years ago
bc90854e Update to include Dr Gustaf <g****n@g****m> almost 6 years ago
e102ca42 Update test with Dr Gustaf <g****n@g****m> almost 6 years ago
92481c3c Update testcase Gustaf <g****n@g****m> almost 6 years ago
ca719a08 Update titlecase/tests.py
Co-authored-by: Pat Pannuto <p****o@g****m>
Gustaf Bohlin <g****n@g****m>
Committed by: GitHub <n****y@g****m>
almost 6 years ago
d5bc1cc4 Added tests Gustaf <g****n@g****m> almost 6 years ago
30e40483 add MR_MRS_MS Gustaf <g****n@g****m> almost 6 years ago
0a1d1f6c merge Merge pull request #65 from iburago/mc-small-words Pat Pannuto <p****o@g****m>
Committed by: GitHub <n****y@g****m>
almost 6 years ago
871f13fa merge Merge pull request #63 from iburago/hyph-small-words Pat Pannuto <p****o@g****m>
Committed by: GitHub <n****y@g****m>
almost 6 years ago
c2651eea merge Merge pull request #60 from iburago/no-wordlist-arg Pat Pannuto <p****o@g****m>
Committed by: GitHub <n****y@g****m>
almost 6 years ago
899d425f rename `master` to `main` Pat Pannuto <p****o@g****m> almost 6 years ago
b8d7f023 Always capitalize 'Mc'-prefixed small words in compound word groups Igor Burago <i****o@u****u> almost 6 years ago
de3b29b6 Do not capitalize small words occurring within hyphenated word groups Igor Burago <i****o@u****u> almost 6 years ago
2882fc63 Rename and refactor the create_wordlist_filter() function Igor Burago <i****o@u****u> almost 6 years ago
c9ee91e9 Read from an abbreviations file only when invoked from command line Igor Burago <i****o@u****u> almost 6 years ago
c88fb220 v1.1.1 - Fix setup/install requirements Pat Pannuto <p****o@g****m> almost 6 years ago
f8247e2b merge Merge pull request #57 from ppannuto/regex-install Pat Pannuto <p****o@g****m>
Committed by: GitHub <n****y@g****m>
almost 6 years ago
84d13b9e change `setup_requires` to `install_requires` Pat Pannuto <p****o@g****m> almost 6 years ago
cf59b1f2 v1.1 Pat Pannuto <p****o@g****m> almost 6 years ago
73a949ab merge Merge pull request #48 from 1kastner/patch-2 Pat Pannuto <p****o@g****m>
Committed by: GitHub <n****y@g****m>
almost 6 years ago

← Back to repository