Commit graph

6 commits

Author SHA1 Message Date
Bernat Gabor
8636e51747 Use main branch instead of master 2020-09-25 15:45:24 +01:00
Bernát Gábor
13c0498a47
Upgrade setuptools and pip (#1939) 2020-09-10 19:29:25 +01:00
Michał Górny
78fbdc3568
Call towncrier via python instead of doing poor path reconstruction (#1848)
Trying to append an executable suffix to towncrier does not work
on Linux, as it can create absurd names like `towncrier.7` (`.7` coming
from `python3.7`).  Let's instead call it via `python -m towncrier`.
This should avoid relying on correct `PATH` (as I presume the original
code is meant to), while working correctly on all systems
and not requiring Python and towncrier to reside in the same directory.

Fixes #1847

Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net>
2020-06-06 12:10:26 +01:00
Bernát Gábor
7a5d03fe15
rewrite the documentation (#1519) 2020-02-04 14:51:00 +00:00
Bernát Gábor
ff6dc73d44
unicode support (#1477)
* creator unicode support

Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net>

* activator support

Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net>

* fix

* add space

* python3.4 support

* Windows fixes

* some fixes

* fix powershell requires utf-16

* try to fix python2 windows

Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net>

* use utf-8 for activation scripts

Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net>

* fix

* more fix

Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net>

* fix

Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net>

* windows path py2.7

* fixes for Python 2 and unicode on Windows

* do not single out mbcs, but the file system encoder

* do not install pathlib python 2 windows

Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net>

* fix encoding on py35

Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net>
2020-01-10 15:38:36 +00:00
Bernát Gábor
d47ab61dc2
Stat rewrite - POC
Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net>
2020-01-10 15:38:01 +00:00