Takeshi KOMIYA
3d5319e705
Use six in util/reindent.py
2016-06-12 00:27:59 +09:00
Takeshi KOMIYA
2483122c2f
Fix flake8 violation (utils/reindent.py)
2016-06-12 00:02:11 +09:00
Takeshi KOMIYA
cb26ec4d4c
Update release-checklist
2016-06-05 17:27:13 +09:00
Takeshi KOMIYA
20779ab2a2
Update release-checklist
2016-06-05 17:26:31 +09:00
Takeshi KOMIYA
b4279df9e6
Update release-checklist
2016-05-29 18:54:21 +09:00
Takeshi KOMIYA
85fd6f6b5d
Update release-checklist
2016-05-29 18:07:59 +09:00
shimizukawa
3742e887c2
update checklist to remind tx pull -a -f
for final major release.
2016-03-28 22:48:09 +09:00
shimizukawa
d7bebce5e6
make check
is renamed as make style-check
2016-02-14 22:06:39 +09:00
Georg Brandl
4f72bdb722
Merge branch 'stable'
2016-01-14 22:54:08 +01:00
Georg Brandl
46d7e8558e
Obligatory copyright update.
2016-01-14 22:54:04 +01:00
shimizukawa
f824539119
merge with stable
2016-01-13 00:13:35 +09:00
shimizukawa
8bd5b22561
accept 95 chars including CRLF. It is same as flake8 check.
2016-01-12 23:47:25 +09:00
Georg Brandl
37ef63087d
Port check_sources to single-source.
2015-09-18 20:32:53 +02:00
shimizukawa
a1a80ab509
fix for make check
2015-03-10 00:22:02 +09:00
Georg Brandl
a23903d8d5
Merge branch 'stable'
2015-01-03 21:41:14 +01:00
Georg Brandl
567d52f199
all: update copyright
2015-01-03 21:36:32 +01:00
Georg Brandl
91887b0183
Merge branch 'stable'
2015-01-02 13:51:31 +01:00
Georg Brandl
a84e036622
development process updates: bb->gh, hg->git
2015-01-02 13:49:38 +01:00
Takayuki Shimizukawa
6261c8b68d
Use universal wheel package. removing build directory procedure is not needed anymore.
2014-10-10 00:01:57 +09:00
Georg Brandl
cadf51d38d
Remove unused 2to3 conversion utility.
2014-09-20 20:15:46 +02:00
Takayuki Shimizukawa
ba4dcaa8dd
use b prefix for bytes instead of sphinx.pycompat.b function.
2014-05-01 22:54:09 +09:00
Georg Brandl
85ddf03f45
merge with stable
2014-03-02 08:50:10 +01:00
Georg Brandl
501c2d13e6
Fix long lines.
2014-03-02 08:40:48 +01:00
Georg Brandl
ac92719ac3
Update copyright year.
2014-03-01 08:18:23 +01:00
Georg Brandl
e030031321
Update copyright year.
2014-03-01 08:18:16 +01:00
Dmitry Shachnev
ce2185ce27
Modernize the code now that Python 2.5 is no longer supported
...
- Use print function instead of print statement;
- Use new exception handling;
- Use in operator instead of has_key();
- Do not use tuple arguments in functions;
- Other miscellaneous improvements.
This is based on output of `futurize --stage1`, with some
manual corrections.
2014-01-19 14:17:10 +04:00
Georg Brandl
a317253d26
checklist: add a reminder to remove build/ to run 2to3 correctly
2014-01-10 09:39:39 +01:00
Georg Brandl
6af0e88032
Closes #1342 : add bdist_wheel step to release checklist
2014-01-10 09:37:53 +01:00
Georg Brandl
dfaecb8779
Add the release checklist.
2013-12-10 10:30:44 +01:00
Georg Brandl
52515eeb86
Copyright header update.
2013-04-01 11:41:48 +02:00
Georg Brandl
151856819c
Copyright update.
2013-01-01 22:13:15 +01:00
Georg Brandl
17efae5622
merge with 1.0
2011-01-04 11:29:09 +01:00
Georg Brandl
0e1db6ad90
New year update.
2011-01-04 10:00:51 +01:00
Daniel Neuhäuser
ad9055868e
Added latest reindent.py file
2010-05-17 02:26:31 +02:00
Daniel Neuhäuser
86d74d3052
ported utils/reindent.py to python 3.x
2010-05-17 01:11:22 +02:00
Daniel Neuhäuser
acd1eaf9d7
check_sources.py is now ported to 3.x
2010-05-17 00:44:44 +02:00
Daniel Neuhäuser
e1b7381a94
convert.py now properly ignores paths
2010-05-16 22:24:20 +02:00
Daniel Neuhäuser
592a978c25
Scripts in utils are now automatically converted. They may not work at the moment though
2010-05-16 22:19:38 +02:00
Daniel Neuhäuser
ad29ab1b86
Fixed file opening
2010-05-16 19:45:23 +02:00
Daniel Neuhäuser
d8425102e2
Switched check_sources.py from getopt to optparse
2010-05-16 17:50:13 +02:00
Daniel Neuhäuser
f6bf9b13ff
Fixed issue #1
2010-05-01 19:17:52 +02:00
Georg Brandl
58e7d8d120
Remove obsolete todo entry.
2010-01-18 00:38:10 +01:00
Georg Brandl
1bce0d7e6a
Fix some XXXes.
2010-01-17 19:21:04 +01:00
Georg Brandl
8b5ae5c131
Remove bad tags.
2010-01-16 19:54:37 +01:00
Georg Brandl
3c09b7ab8f
Update check_sources; we now have 201x.
2010-01-02 21:11:23 +01:00
Georg Brandl
f6a56192d1
Happy new year!
2010-01-01 14:09:13 +01:00
Georg Brandl
c632481afb
merge with 0.5
2009-03-09 14:25:52 +01:00
Georg Brandl
da7f1e408c
Relicense to avoid confusion.
2009-03-09 14:25:36 +01:00
Georg Brandl
a43b651804
Make "make check" happy.
2009-02-19 23:31:34 +01:00
Georg Brandl
24023f8f3b
Some more license nits.
2009-01-03 12:15:04 +01:00