]>
git.phdru.name Git - m_lib.git/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Oleg Broytman [Mon, 25 Jul 2016 14:41:24 +0000 (17:41 +0300)]
Add requirements.txt and setup.cfg
Oleg Broytman [Mon, 25 Jul 2016 14:38:56 +0000 (17:38 +0300)]
Version 2.1.3
Add classifiers
Oleg Broytman [Mon, 25 Jul 2016 14:36:30 +0000 (17:36 +0300)]
Remove wrong copyright lines, fix module docstrings
Oleg Broytman [Thu, 26 May 2016 13:27:32 +0000 (16:27 +0300)]
Refactor find parameters
There is no need to search files in depth. Optimization: filter by name
then by type.
Oleg Broytman [Wed, 30 Mar 2016 17:41:31 +0000 (20:41 +0300)]
Fix a bug in getting default_encoding
Release version 2.1.2.
Oleg Broytman [Sun, 27 Dec 2015 16:42:36 +0000 (19:42 +0300)]
Export given treeish or HEAD
Oleg Broytman [Fri, 5 Jun 2015 18:58:32 +0000 (21:58 +0300)]
Refactor update script
Oleg Broytman [Tue, 20 May 2014 00:57:57 +0000 (04:57 +0400)]
Allow the script to be run only in the origin directory
Oleg Broytman [Mon, 19 May 2014 17:22:37 +0000 (21:22 +0400)]
Add update script
Oleg Broytman [Wed, 15 Jan 2014 15:46:47 +0000 (19:46 +0400)]
Installation using pip: done
Oleg Broytman [Wed, 15 Jan 2014 15:43:49 +0000 (19:43 +0400)]
Installation using pip
Oleg Broytman [Wed, 15 Jan 2014 04:36:59 +0000 (08:36 +0400)]
Switch branch before setting umask
Oleg Broytman [Fri, 27 Dec 2013 21:43:59 +0000 (01:43 +0400)]
Create tar.bz2 sdist
Oleg Broytman [Tue, 24 Dec 2013 21:41:19 +0000 (01:41 +0400)]
find . -delete
find . ... -delete
instead of
find . ... | xargs rm -f
Oleg Broytman [Tue, 24 Dec 2013 20:06:48 +0000 (00:06 +0400)]
Do not include .git* files on export
Oleg Broytman [Tue, 24 Dec 2013 15:06:31 +0000 (19:06 +0400)]
Version 2.1.1: add Makefile and mk-distr
Oleg Broytman [Sat, 21 Dec 2013 21:54:10 +0000 (01:54 +0400)]
Beautify Metakit project name
Oleg Broytman [Fri, 20 Dec 2013 17:41:22 +0000 (21:41 +0400)]
Include ez_setup.py into source dist
Oleg Broytman [Fri, 20 Dec 2013 17:40:25 +0000 (21:40 +0400)]
Include TODO into source dist
Oleg Broytman [Fri, 20 Dec 2013 17:35:16 +0000 (21:35 +0400)]
setuptools are used
Oleg Broytman [Fri, 20 Dec 2013 17:27:20 +0000 (21:27 +0400)]
Use setuptools
Oleg Broytman [Fri, 20 Dec 2013 17:26:36 +0000 (21:26 +0400)]
Add setuptools' bootstrap module
Oleg Broytman [Fri, 20 Dec 2013 15:09:37 +0000 (19:09 +0400)]
Do not install tests but include them in source distribution
Oleg Broytman [Sun, 15 Dec 2013 19:51:58 +0000 (23:51 +0400)]
TODO: setuptools/easy_install; pip.
Oleg Broytman [Tue, 10 Dec 2013 21:12:09 +0000 (01:12 +0400)]
Include MANIFEST.in into MANIFEST.in
Oleg Broytman [Tue, 10 Dec 2013 21:07:05 +0000 (01:07 +0400)]
Create new MANIFEST.in that includes INSTALL.txt and README-flad.txt
Oleg Broytman [Tue, 10 Dec 2013 20:50:46 +0000 (00:50 +0400)]
Version 2.0.1: add installation instruction in INSTALL.txt
Oleg Broytman [Tue, 10 Dec 2013 20:49:15 +0000 (00:49 +0400)]
Remove MANIFEST.in
MANIFEST.in is no longer required. setup.py uses package_data now.
Oleg Broytman [Thu, 5 Dec 2013 10:55:44 +0000 (14:55 +0400)]
Add TODO
Oleg Broytman [Sun, 1 Dec 2013 18:54:15 +0000 (22:54 +0400)]
Add an html fragment for gitweb
Oleg Broytman [Sun, 1 Dec 2013 01:47:27 +0000 (05:47 +0400)]
Install test files: use package_data instead of data_files
Oleg Broytman [Sun, 1 Dec 2013 01:36:50 +0000 (05:36 +0400)]
Don't use an absolute path to python lib
Oleg Broytman [Sat, 30 Nov 2013 22:17:21 +0000 (02:17 +0400)]
Document flad, hash and pbar subpackages
Oleg Broytman [Sat, 30 Nov 2013 22:14:18 +0000 (02:14 +0400)]
Import m_lib/pbar
Oleg Broytman [Sat, 30 Nov 2013 22:12:31 +0000 (02:12 +0400)]
Import m_lib/hash
Oleg Broytman [Sat, 30 Nov 2013 22:08:50 +0000 (02:08 +0400)]
Import m_lib/flad
Oleg Broytman [Sat, 30 Nov 2013 21:59:03 +0000 (01:59 +0400)]
Version 2.0. Copyright (C) 1996-2013.
Oleg Broytman [Sat, 30 Nov 2013 21:58:25 +0000 (01:58 +0400)]
Ignore *.py[co]
Oleg Broytman [Sat, 30 Nov 2013 21:54:41 +0000 (01:54 +0400)]
Initial import
Start to move m_lib to git.