Commit Graph

96 Commits

Author SHA1 Message Date
Florian Bruhin
142fe19d11 Update ez_setup to 5.4.2. 2014-08-01 22:51:52 +02:00
Florian Bruhin
8fedf1a9be Adjust shebangs to call python3 2014-07-31 21:14:05 +02:00
Florian Bruhin
09cfa7669e Mark scripts as executable. 2014-07-31 21:09:34 +02:00
Florian Bruhin
b51763aae5 Add quit_segfault_test.sh script. 2014-07-31 21:08:37 +02:00
Florian Bruhin
860ef75abc Fix lint 2014-07-28 21:09:49 +02:00
Florian Bruhin
8d80ce2628 Switch to python 3.4 enums.
Our home-brewn enum wasn't really liked by pylint (many no-member errors), so
instead of adding some workaround, we just use the python 3.4 enum instead.

This however also means we need to depend on Python 3.4 and not 3.3. Maybe we
should use enum34 on Python < 3.3.
2014-07-28 20:41:42 +02:00
Florian Bruhin
7f3a4298bf Adjust docstrings 2014-07-24 22:52:53 +02:00
Florian Bruhin
eaed493f85 More manpage improvments 2014-07-24 01:51:23 +02:00
Florian Bruhin
1116d7caeb Format synopsis in manpage correctly 2014-07-24 00:51:04 +02:00
Florian Bruhin
b6511156f9 Update cleanup.py 2014-07-23 21:41:30 +02:00
Florian Bruhin
d4c3a65fe3 Start with manpage generation 2014-07-18 07:48:33 +02:00
Florian Bruhin
8f19da7e54 Fix lint 2014-07-17 21:35:27 +02:00
Florian Bruhin
55d257cecd Add doc to cleanup 2014-07-17 07:45:50 +02:00
Florian Bruhin
705a96f6c0 Rename generate_manpage to generate_doc 2014-07-16 22:28:02 +02:00
Florian Bruhin
c1128a16a2 Adjust generate_manpage to generate other docs as well 2014-07-16 22:27:40 +02:00
Florian Bruhin
f7304298ab Separate docstrings into command/documentation parts. 2014-07-16 20:09:41 +02:00
Florian Bruhin
a2c9e099f0 Make authors a list 2014-07-16 18:05:17 +02:00
Florian Bruhin
1c65a38254 Add debug commands to manpage separately 2014-07-16 18:05:17 +02:00
Florian Bruhin
dd601ab9b6 Don't use _foo_ inside +foo+. 2014-07-16 18:05:17 +02:00
Florian Bruhin
44c3ef2bed Add NAME section 2014-07-16 18:05:17 +02:00
Florian Bruhin
fe814df3c2 Fix homepage spelling 2014-07-16 18:05:17 +02:00
Florian Bruhin
42c9cdf97a Escape HTML chars in passthrough 2014-07-16 18:05:17 +02:00
Florian Bruhin
8afb20c226 Specify column widths 2014-07-16 18:05:17 +02:00
Florian Bruhin
8b5e23dd66 Add links to command quickref 2014-07-16 18:05:17 +02:00
Florian Bruhin
dc107f94b9 Add header 2014-07-16 18:05:17 +02:00
Florian Bruhin
1bef7fb3c1 Add quick references for settings/commands 2014-07-16 18:05:17 +02:00
Florian Bruhin
1d0fa621b6 Formatting fixes 2014-07-16 18:05:17 +02:00
Florian Bruhin
c5d923f92e Add settings to documentation 2014-07-16 18:05:17 +02:00
Florian Bruhin
7bb8ba268b Sort commands 2014-07-16 18:05:17 +02:00
Florian Bruhin
9694000a93 Print defaults 2014-07-16 18:05:17 +02:00
Florian Bruhin
441ebe645f Add command syntax 2014-07-16 18:05:17 +02:00
Florian Bruhin
94f6b8e5b4 Move parse_docstring to own function 2014-07-16 18:05:17 +02:00
Florian Bruhin
b5235f06b6 Generate categories 2014-07-16 18:05:17 +02:00
Florian Bruhin
5feee871ac Fix lint 2014-07-07 12:00:51 +02:00
Florian Bruhin
5d1d6552fe Update ez_setup 2014-07-06 21:01:39 +02:00
Florian Bruhin
3520832551 Bump ez_setup to 5.3 2014-06-29 21:49:47 +02:00
Florian Bruhin
91ff5d889f Fix README path in setupcommon.py 2014-06-27 09:39:33 +02:00
Florian Bruhin
e0d9ab8745 Bump ez_setup to 5.2 2014-06-23 20:46:32 +02:00
Florian Bruhin
b6ddda8f17 Show git timestamp in version 2014-06-23 16:19:43 +02:00
Florian Bruhin
917bc820a4 Fix missing list in setupcommon.py 2014-06-20 08:14:52 +02:00
Florian Bruhin
6ce5afccbe Use rfc6266 to handle Content-Disposition in downloads 2014-06-19 21:06:19 +02:00
Florian Bruhin
00fb7b8f68 Don't choke on spaces in filenames in run_checks.py 2014-06-19 13:51:08 +02:00
Florian Bruhin
e594e42517 Remove unused import from scripts.freeze 2014-06-19 10:19:17 +02:00
Florian Bruhin
a254b4c001 Fix _get_constant in setupcommon 2014-06-19 10:11:14 +02:00
Florian Bruhin
06779a875f Move extras_require to setup.py 2014-06-19 09:34:07 +02:00
Florian Bruhin
61c9afb821 Get python lib dir dynamically 2014-06-19 09:33:47 +02:00
Florian Bruhin
301c209eb3 Fix CRLF in update_3rdparty 2014-06-19 09:05:23 +02:00
Florian Bruhin
d65587128f Add vim modelines to all files. 2014-06-19 09:04:37 +02:00
Florian Bruhin
6105b41342 Add shebang/GPL header to scripts 2014-06-19 08:28:05 +02:00
Florian Bruhin
8b2caa3b55 Add script to update 3rdparty stuff 2014-06-19 08:25:46 +02:00