Commit Graph
27 Commits
Author SHA1 Message Date
Takayuki Shimizukawa c4bfaab2ee update CHANGES 2012-12-02 23:37:25 +09:00
Takayuki Shimizukawa 087c9b2bd8 Merged in shimizukawa/sphinx-fix-fork/#1041 (pull request #87) 2012-11-30 12:46:52 +09:00
Takayuki Shimizukawa e9c0582713 fix: sphinx-quickstart asks again and again Y|N because input() return value with extra '\r' on Python-3.2.0 + Windows. closes #1043 2012-11-28 23:21:02 +09:00
Takayuki Shimizukawa f24b1998f2 fix: cpp domain parser cannot parse 'static constexpr' declarations. closes #1038 2012-11-28 15:49:06 +09:00
Takayuki Shimizukawa 96779ffed8 fix: cpp domain parser cannot parse a const type with a modifier. closes #1041 2012-11-28 15:26:44 +09:00
Takayuki Shimizukawa d7f7143cb5 Closes #1037: fix typos in Polish translation by attached patch. 2012-11-09 11:24:37 +09:00
Takayuki Shimizukawa 22d1280dac Closes #1024: 'command not found' status code is 127. 2012-11-09 07:53:58 +09:00
Takayuki Shimizukawa dd09c4ce45 Closes #1024: Makefile improve error message if Sphinx is not found 2012-11-07 19:24:05 +09:00
Takayuki Shimizukawa 378b18d85e #1024 make.bat improve error message if Sphinx is not found 2012-11-07 19:22:01 +09:00
Takayuki Shimizukawa 99621d7a01 Closes #920: rescue PIL packaging issue that allow import Image without PIL namespace.
Also closes #702.
2012-11-07 07:42:44 +09:00
Takayuki Shimizukawa f9b1f7d2f2 fix: ziptheme.zip block removing test temporary directory on Windows. 2012-11-04 09:30:19 +09:00
Takayuki Shimizukawa ee0d0ed1fd adjust code-comment to suitable reST format 2012-10-31 10:21:16 +09:00
Takayuki Shimizukawa 88e1bbe307 fix #1008: fix autodoc documenter resolve ordering.
note: MethodDocumenter and FunctionDocumenter is same priority then
Documenter.format_signature() choice documenter is not stable
(depend on memory condition?).
2012-10-31 09:20:36 +09:00
Takayuki Shimizukawa d51b5d5118 merge heads 2012-10-30 20:41:05 +09:00
Takayuki Shimizukawa d856e89a79 fix #1008 #1029 : intersphinx_mapping values are not stable if mapping have plural key/value set 2012-10-30 12:44:53 +09:00
Takayuki Shimizukawa c1145e65ba fix #1008: can't get correct source code filename because all modules have '__loader__' attribute at Python-3.3. 2012-10-30 10:04:18 +09:00
Takayuki Shimizukawa 2d238baa57 fix: Pygment-1.5 can't work with Python-2.4 2012-10-29 21:38:48 +09:00
Takayuki Shimizukawa 718993afc8 fix #440 #1008 : coarse timestamp resolution in some filesystem generate wrong outdated file-list 2012-10-29 21:00:34 +09:00
Takayuki Shimizukawa bee7f8bc39 fix test_linkcode str/bytes incompatibility at py3 2012-10-29 13:07:21 +09:00
Takayuki Shimizukawa 33167797a0 fix for Python3.1: Python 3.1 can't proceess '\r' at parser; parser.suite("print('hello')\r\n") cause error. 2012-05-03 10:15:21 +09:00
Takayuki Shimizukawa b948dfc7e0 fix for Python3: Python3 open() use 'rt' mode by default, and decoding by locale.getpreferredencoding(). In sphinx test, html output encoded by 'utf-8' but reading with syste-locale-setting-encode that cause UnicodeDecodeError. 2012-05-02 15:55:11 +09:00
Takayuki Shimizukawa 733854e121 * fix for Python2.5: test failed by using inspect.ArgSpec that introduced at Python-2.6. 2012-05-02 12:07:04 +09:00
Takayuki Shimizukawa 7e56be6f62 * fix for Python2.5: test failed by using os.path.relpath that introduced at Python-2.6. 2012-05-02 12:06:29 +09:00
Takayuki Shimizukawa 48128c7b9b * fix test for Windows: test failed by test-code problem depends on os.sep. 2012-05-02 12:05:41 +09:00
Takayuki Shimizukawa 4713ca78ba fix some testing.
* Python3 test support
* Specify depended library version for Python2.4, 2.5
2012-05-01 15:21:12 +09:00
Takayuki Shimizukawa 8b5ba50d24 fix wrong translation 'built-in class' for Japanese 2012-03-25 14:37:08 +09:00
Takayuki Shimizukawa 2f38109c13 fix wrong translation 'built-in class' for Japanese 2012-03-25 14:37:08 +09:00