aboutsummaryrefslogtreecommitdiffstats
path: root/devscripts/make_readme.py
Commit message (Collapse)AuthorAgeFilesLines
* [cleanup] Consistent style for file headspukkandan2022-06-251-2/+6
|
* [cleanup] Misc fixes (see desc)pukkandan2022-06-121-0/+8
| | | | | | | | | | | | | | * [tvver] Fix bug in 6837633a4a614920b6e43ffc6b4b8590dca8c9d7 - Closes #4054 * [rumble] Fix tests - Closes #3976 * [make] Remove `cat` abuse - Closes #3989 * [make] Revert #3684 - Closes #3814 * [utils] Improve `get_elements_by_class` - Closes #3993 * [utils] Inherit `Namespace` from `types.SimpleNamespace` * [utils] Use `re.fullmatch` for matching filters * [jsinterp] Handle quotes in `_separate` * [make_readme] Allow overshooting last line Authored by: pukkandan, kwconder, MrRawes, Lesmiscore
* [cleanup] Misc fixes and cleanuppukkandan2022-05-271-6/+12
| | | | Closes #3780, Closes #3853, Closes #3850
* [cleanup] Miscpukkandan2022-05-211-10/+36
|
* [cleanup] Minor fixes (See desc)pukkandan2022-05-091-1/+1
| | | | | | | | | | * [youtube] Fix `--youtube-skip-dash-manifest` * [build] Use `$()` in `Makefile`. Closes #3684 * Fix bug in 385ffb467b2285e85a2a5495b90314ba1f8e0700 * Fix bug in 43d7f5a5d0c77556156a3f8caa6976d3908a1e38 * [cleanup] Remove unnecessary `utf-8` from `str.encode`/`bytes.decode` * [utils] LazyList: Expose unnecessarily "protected" attributes and other minor cleanup
* [cleanup] Misc cleanup and refactor (#2173)pukkandan2022-04-181-11/+14
|
* [cleanup] Sort importspukkandan2022-04-121-1/+1
| | | | | | Using https://github.com/PyCQA/isort isort -m VERTICAL_HANGING_INDENT --py 36 -l 80 --rr -n --tc .
* [cleanup] Upgrade syntaxpukkandan2022-04-121-6/+2
| | | | | | | | | | Using https://github.com/asottile/pyupgrade 1. `__future__` imports and `coding: utf-8` were removed 2. Files were rewritten with `pyupgrade --py36-plus --keep-percent-format` 3. f-strings were cherry-picked from `pyupgrade --py36-plus` Extractors are left untouched (except removing header) to avoid unnecessary merge conflicts
* [cleanup] Point all shebang to `python3` (#372)felix2021-06-061-0/+5
| | | | Authored by: fstirlitz
* Preparing for releasepukkandan2021-01-071-5/+5
|
* flake8 hotfixUnknown2020-09-031-2/+2
|
* [skip travis] minor fixesUnknown2020-09-021-2/+2
|
* [test_unicode_literals] Arm unicode_literals checkPhilipp Hagemeister2014-11-261-0/+2
| | | | | | | | | From now on, the line from __future__ import unicode_literals should be contained in every single Python file lest we run into any more 2.x/3.x issues. Going forward, we're likely to develop on 3.x only and would likely miss subtle bugs otherwise.
* Split man and README (Fixes #2892)Philipp Hagemeister2014-05-131-1/+1
|
* Fix make_readme on Python 2Philipp Hagemeister2014-01-051-1/+4
|
* Make make_readme run in a locale-less environmentPhilipp Hagemeister2014-01-051-2/+3
| | | | Mentioned in #267
* re-worked release workflow, it is one-step and creates GPG signatures nowFilippo Valsorda2013-01-021-0/+0
|
* little correction on the readmegcmalloc2012-12-071-8/+7
|
* devscripts/make_readme.py in place of all that sedding, that has porting ↵Filippo Valsorda2012-12-071-0/+21
problems