Columnize

Latest version: v0.3.11

Safety actively analyzes 629994 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 3

0.3.5

2013-03-17 rocky <rockygnu.org>

* .gitignore, NEWS, test/.cvsignore: Various administrivia

2013-03-17 rocky <rockygnu.org>

* VERSION.py: Bump version

2013-03-17 rocky <rockygnu.org>

* MANIFEST.in, columnize.py: Python 2.5-2.7 and 3.2 compatibility

2013-03-17 rocky <rockygnu.org>

* columnize.py: Add arrange_array option

2013-03-17 rocky <rockygnu.org>

* Makefile, columnize.py, test/test-basic.py: Start an options hash.
Add more options like linesuffix.

2013-02-22 rocky <rockygnu.org>

* columnize.py: Remove relying on outer lexically scoped "ncols"

2013-02-14 rocky <rockygnu.org>

* Makefile: Set reasonable default values for PYTHON and GIT2CL

2013-01-06 rocky <rockygnu.org>

* ChangeLog, MANIFEST.in, Makefile: Fixes to make source tarball
work.

2013-01-03 rocky <rockygnu.org>

0.3.4

2013-01-03 rocky <rockygnu.com>

* Makefile, NEWS, VERSION.py: Make 3k tolerant. Add "remake" target
comments to Makefile and use git2cl to make ChangeLog. Bump version.

2013-01-02 rocky <rockygnu.com>

* svn2cl_usermap: Administriva

2013-01-02 rocky <rocky.bernsteingmail.com>

* .gitignore, __pkginfo__.py, columnize.py, setup.cfg, setup.py,
test/test-basic.py: Port to 3k

2010-10-29 rocky.bernstein <rocky.bernstein220420d0-c99f-11dd-87b6-9d1a99559f42>

* __pkginfo__.py, setup.py: VERSION variable was incorrect. git-svn-id: https://pycolumnize.googlecode.com/svn/trunk33
220420d0-c99f-11dd-87b6-9d1a99559f42

2010-10-28 rocky.bernstein <rocky.bernstein220420d0-c99f-11dd-87b6-9d1a99559f42>

* NEWS, VERSION.py, __pkginfo__.py, setup.py, svn2cl_usermap: Get
ready for release git-svn-id: https://pycolumnize.googlecode.com/svn/trunk32
220420d0-c99f-11dd-87b6-9d1a99559f42

2010-06-15 rocky.bernstein <rocky.bernstein220420d0-c99f-11dd-87b6-9d1a99559f42>

* columnize.py: Remove pyflake warning git-svn-id: https://pycolumnize.googlecode.com/svn/trunk31
220420d0-c99f-11dd-87b6-9d1a99559f42

2010-06-15 rocky.bernstein <rocky.bernstein220420d0-c99f-11dd-87b6-9d1a99559f42>

* __pkginfo__.py, columnize.py: Remove reference to GPL3. git-svn-id: https://pycolumnize.googlecode.com/svn/trunk30
220420d0-c99f-11dd-87b6-9d1a99559f42

2009-06-23 rocky.bernstein <rocky.bernstein220420d0-c99f-11dd-87b6-9d1a99559f42>

* LICENSE, __pkginfo__.py: Add PSF2 license. git-svn-id: https://pycolumnize.googlecode.com/svn/trunk29
220420d0-c99f-11dd-87b6-9d1a99559f42

2009-03-08 rocky.bernstein <rocky.bernstein220420d0-c99f-11dd-87b6-9d1a99559f42>

* NEWS, __pkginfo__.py: Get ready fo 0.3.2 release git-svn-id: https://pycolumnize.googlecode.com/svn/trunk27
220420d0-c99f-11dd-87b6-9d1a99559f42

2009-01-31 rocky.bernstein <rocky.bernstein220420d0-c99f-11dd-87b6-9d1a99559f42>

* columnize.py, test/test-basic.py: Relax restriction that array has
to be string. Now is just something we can call str() on each of the
elements on. git-svn-id: https://pycolumnize.googlecode.com/svn/trunk26
220420d0-c99f-11dd-87b6-9d1a99559f42

2009-01-31 rocky.bernstein <rocky.bernstein220420d0-c99f-11dd-87b6-9d1a99559f42>

* columnize.py, test/test-basic.py: Missed align-vertical case.
Really should DRY code. git-svn-id: https://pycolumnize.googlecode.com/svn/trunk25
220420d0-c99f-11dd-87b6-9d1a99559f42

2009-01-31 rocky.bernstein <rocky.bernstein220420d0-c99f-11dd-87b6-9d1a99559f42>

* __pkginfo__.py: Bump version git-svn-id: https://pycolumnize.googlecode.com/svn/trunk24
220420d0-c99f-11dd-87b6-9d1a99559f42

2009-01-31 rocky.bernstein <rocky.bernstein220420d0-c99f-11dd-87b6-9d1a99559f42>

* columnize.py, test/test-basic.py: Add an optional initial line
prefix string git-svn-id: https://pycolumnize.googlecode.com/svn/trunk23
220420d0-c99f-11dd-87b6-9d1a99559f42

2009-01-10 rocky.bernstein <rocky.bernstein220420d0-c99f-11dd-87b6-9d1a99559f42>

* __pkginfo__.py: Ooops forgot version number update git-svn-id: https://pycolumnize.googlecode.com/svn/trunk21
220420d0-c99f-11dd-87b6-9d1a99559f42

2009-01-10 rocky.bernstein <rocky.bernstein220420d0-c99f-11dd-87b6-9d1a99559f42>

* NEWS: get ready for 0.3.1 release git-svn-id: https://pycolumnize.googlecode.com/svn/trunk19
220420d0-c99f-11dd-87b6-9d1a99559f42

2009-01-10 rocky.bernstein <rocky.bernstein220420d0-c99f-11dd-87b6-9d1a99559f42>

* setup.cfg, test/test-basic.py: Some small typos. git-svn-id: https://pycolumnize.googlecode.com/svn/trunk18
220420d0-c99f-11dd-87b6-9d1a99559f42

2009-01-06 rocky.bernstein <rocky.bernstein220420d0-c99f-11dd-87b6-9d1a99559f42>

* NEWS, __pkginfo__.py, columnize.py, test/test-basic.py: Fix those
bad formatting bugs. Add ability to right-justify text in columns. git-svn-id: https://pycolumnize.googlecode.com/svn/trunk16
220420d0-c99f-11dd-87b6-9d1a99559f42

2009-01-05 rocky.bernstein <rocky.bernstein220420d0-c99f-11dd-87b6-9d1a99559f42>

* columnize.py: arrange_vertical is buggy. Start to redo. Not
completely correct - more later. git-svn-id: https://pycolumnize.googlecode.com/svn/trunk15
220420d0-c99f-11dd-87b6-9d1a99559f42

2009-01-01 rocky.bernstein <rocky.bernstein220420d0-c99f-11dd-87b6-9d1a99559f42>

* columnize.py: Doc typo git-svn-id: https://pycolumnize.googlecode.com/svn/trunk13
220420d0-c99f-11dd-87b6-9d1a99559f42

2009-01-01 rocky.bernstein <rocky.bernstein220420d0-c99f-11dd-87b6-9d1a99559f42>

* NEWS, README.txt: Update for 0.2.0 release. git-svn-id: https://pycolumnize.googlecode.com/svn/trunk11
220420d0-c99f-11dd-87b6-9d1a99559f42

2008-12-31 rocky.bernstein <rocky.bernstein220420d0-c99f-11dd-87b6-9d1a99559f42>

* columnize.py, test/Makefile, test/test-basic.py: Remove duplicate
trainling \n from horizontal formatting. git-svn-id: https://pycolumnize.googlecode.com/svn/trunk10
220420d0-c99f-11dd-87b6-9d1a99559f42

2008-12-31 rocky.bernstein <rocky.bernstein220420d0-c99f-11dd-87b6-9d1a99559f42>

* __pkginfo__.py, columnize.py, test/test-basic.py: Allow horizontal
arrangement as well as vertical arrangement git-svn-id: https://pycolumnize.googlecode.com/svn/trunk9
220420d0-c99f-11dd-87b6-9d1a99559f42

2008-12-16 rocky.bernstein <rocky.bernstein220420d0-c99f-11dd-87b6-9d1a99559f42>

* columnize.py: Revert trying to arrange vertically - it's a little
more complicated. This time, for sure\! git-svn-id: https://pycolumnize.googlecode.com/svn/trunk8
220420d0-c99f-11dd-87b6-9d1a99559f42

2008-12-16 rocky.bernstein <rocky.bernstein220420d0-c99f-11dd-87b6-9d1a99559f42>

* columnize.py: Revert trying to arrange vertically - it's a little
more compilcated git-svn-id: https://pycolumnize.googlecode.com/svn/trunk7
220420d0-c99f-11dd-87b6-9d1a99559f42

2008-12-15 rocky.bernstein <rocky.bernstein220420d0-c99f-11dd-87b6-9d1a99559f42>

* columnize.py, test/test-basic.py: Start a horizontally-arranged
version. Buggy. git-svn-id: https://pycolumnize.googlecode.com/svn/trunk6
220420d0-c99f-11dd-87b6-9d1a99559f42

2008-12-15 rocky.bernstein <rocky.bernstein220420d0-c99f-11dd-87b6-9d1a99559f42>

* .gitignore, test/.gitignore: Administrivia - add .gitignore. git-svn-id: https://pycolumnize.googlecode.com/svn/trunk5
220420d0-c99f-11dd-87b6-9d1a99559f42

2008-12-14 rocky.bernstein <rocky.bernstein220420d0-c99f-11dd-87b6-9d1a99559f42>

* __pkginfo__.py, setup.py: Nuke download URL. Was messing up pypi. git-svn-id: https://pycolumnize.googlecode.com/svn/trunk4
220420d0-c99f-11dd-87b6-9d1a99559f42

2008-12-14 rocky.bernstein <rocky.bernstein220420d0-c99f-11dd-87b6-9d1a99559f42>

* __pkginfo__.py: Add web address now that we have one. git-svn-id: https://pycolumnize.googlecode.com/svn/trunk3
220420d0-c99f-11dd-87b6-9d1a99559f42

2008-12-14 rocky.bernstein <rocky.bernstein220420d0-c99f-11dd-87b6-9d1a99559f42>

* Makefile, README.txt, __init__.py, __pkginfo__.py, columnize.py,
setup.cfg, setup.py, test/.cvsignore, test/test-basic.py: Promote
Python's columnize function inside cmd.py to a module. Some small
adjustments have been made. git-svn-id: https://pycolumnize.googlecode.com/svn/trunk2
220420d0-c99f-11dd-87b6-9d1a99559f42

2008-12-14 (no author) <(no author)220420d0-c99f-11dd-87b6-9d1a99559f42>

* Initial directory structure. git-svn-id: https://pycolumnize.googlecode.com/svn/trunk1
220420d0-c99f-11dd-87b6-9d1a99559f42

0.3.3

================

- Work on packaging
- Remove pyflakes warnings
- Correct licensing information

0.3.2

=========================================


- Relax restriction that array has to be string. Now is just something
we can call str() on each of the elements on.

- Correct bug in vertical alignment

- Add an optional initial line prefix string

0.3.1

=========================================

- Some small typos fixed.

0.3.0

================


- 0.2.0 had bad bugs - don't use.
Allow specifying right justification as well as left justification

Page 2 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.