Skip to content

Tags: synapticarbors/python-titlecase

Tags

v0.13.1

Toggle v0.13.1's commit message
v0.13.1

Backport setup.py fix for py2k

v1.1.1

Toggle v1.1.1's commit message
v1.1.1 - Fix setup/install requirements

v1.1

Toggle v1.1's commit message
v1.1

This adds support for user-customized wordlists (ppannuto#48).
Thanks @1kastner!

Minor version changes:
 - This adds a new keyword argument to the `titlecase()` method.
 - This adds environment checks for a wordlist file in the home directory.

v1.0

Toggle v1.0's commit message
Version 1.0

This is identical to v0.13, except that the package manifest no longer
promises Py2k support, adds 3.8, and marks the package as Stable not Beta.

v0.13

Toggle v0.13's commit message
Version 0.13.0 -- Last Py2k; Last before v1.0

Lots of updates, thanks to one and all. This will be the last release
with Py2k support and the last release before declaring a v1.0.

Updates:

 - ppannuto#35: Add fancy double quote to punctuation; Thanks @dwaynebailey!
 - ppannuto#45: Fix deprecation warning regarding invalid escape sequences. Thanks @tirkarthi
 - ppannuto#46: Add support for titlecasing non-ASCII letters; Thanks @acabal!
 - ppannuto#47: Add sphinx documentation to titlecase function; Thanks @1kastner!
 - ppannuto#49: Remove closing bracket in parser help text; Thanks @1kastner!
 - ppannuto#53: Add table with examples; Thanks @1kastner!
 - ppannuto#53: Terms with only consonants should be ALL CAPS; Thanks @Garret-R!
 - ppannuto#54: setup.py: Read version from __init__.py to avoid importing the module
        Major thanks for unblocking this @iburago!!

v0.12

Toggle v0.12's commit message

Verified

This tag was signed with the committer’s verified signature.
ppannuto Pat Pannuto
Version 0.12

  * ppannuto#32 Use unicode_literals for Py2k compatibility from @dwaynebailey

Thanks Dwayne!

v0.11

Toggle v0.11's commit message

Verified

This tag was signed with the committer’s verified signature.
ppannuto Pat Pannuto
v0.11

New since v0.10:

  * ppannuto#27 Improved README from @adamchainz
  * ppannuto#28 Improved handling of unicode from @Garrett-R
  * ppannuto#29 Fix for py2k/3k unicode compatibility from @lucaswiman

Thanks to all who helped contribute!

v0.10

Toggle v0.10's commit message

Verified

This tag was signed with the committer’s verified signature.
ppannuto Pat Pannuto
Bump to version 0.10.0

  * ppannuto#24 from @AlejandroFrias: Mark callback strings immutable
  * ppannuto#25 from @Garret-R: Handle dashes — unicode codepoints 2012 through 2016

Thanks to all who helped contribute!

v0.9

Toggle v0.9's commit message

Verified

This tag was signed with the committer’s verified signature.
ppannuto Pat Pannuto
v0.9

  * Added `titlecase` command line utility
  * Fix slash-separated small words, like `and/or` thanks to @AlejandroFrias

v0.7.2

Toggle v0.7.2's commit message
Version bump to 0.7.2