Commit Graph

2494 Commits

Author SHA1 Message Date
Daniel Neuhäuser
c967651712 Implemented sphinx.ext.autodoc.MethodDocumenter.import_object for python3 2010-06-19 18:23:49 +02:00
Georg Brandl
b621cfaec1 Unify version_info checks. 2010-07-28 19:36:57 +02:00
Georg Brandl
024ec6696f Mode "Ub" does not exist. 2010-07-28 19:35:35 +02:00
Daniel Neuhäuser
5f5f917790 only decode if possible 2010-06-16 23:05:56 +02:00
Daniel Neuhäuser
85ef016602 only decode code if necessary 2010-06-07 00:07:38 +02:00
Georg Brandl
52afc7ab6b Introduce constant. 2010-07-28 19:33:24 +02:00
Daniel Neuhäuser
f16a3173b3 pass paths as bytes to docutils 2010-06-06 23:57:37 +02:00
Daniel Neuhäuser
0580c7c81a test if decoding is required first 2010-06-03 17:33:50 +02:00
Georg Brandl
7c292a43d8 Factor out a replace(). 2010-07-28 19:31:05 +02:00
Daniel Neuhäuser
6f277bb7bd Stop modifying PYTHONPATH in the Makefile 2010-05-16 17:51:40 +02:00
Georg Brandl
8cb5a02312 Give a binary document name. 2010-07-28 19:27:45 +02:00
Georg Brandl
bd2eb1e085 Declare if serializers/indexers dump unicode or bytes. Removes duplication of methods. 2010-07-28 19:24:48 +02:00
Daniel Neuhäuser
14ca77a1d4 Fixed the JSONHTMLBuilder 2010-07-27 21:01:27 +02:00
Daniel Neuhäuser
5248e8d315 Added Python 3.x support to the changelog again under a different section (1.1) 2010-07-24 13:04:30 +02:00
Daniel Neuhäuser
ddeb627cef Don't use (in this case) unnecessary python2 unicode literals 2010-07-11 12:24:50 +02:00
Daniel Neuhäuser
7acfe972a4 Fixed test_env.test_images test for python3 2010-07-11 11:32:16 +02:00
Daniel Neuhäuser
23af2ea875 Provided a working fix for the remaining errors in the test suite 2010-07-11 01:05:27 +02:00
Daniel Neuhäuser
839cc5aaeb Revert changes from the last commit which caused problems with 2.x 2010-07-11 00:57:08 +02:00
Daniel Neuhäuser
a7ca488a8e Removed XMLParser._fixtext which fixes several errors in the test suite 2010-07-10 19:47:32 +02:00
Daniel Neuhäuser
37db093428 the test suite now runs on ubuntu, hopefully also debian and other system 2010-06-22 22:49:58 +02:00
Georg Brandl
3002eb391f Make string contents nongreedy. 2010-07-28 19:15:04 +02:00
Daniel Neuhäuser
98b6073a7e Fixed warnings in python3 2010-06-20 22:39:38 +02:00
Daniel Neuhäuser
20a21ed35a fix line length 2010-06-20 22:24:00 +02:00
Georg Brandl
fc10038398 Move bytes to pycompat. 2010-07-28 19:13:25 +02:00
Daniel Neuhäuser
710a7d75a1 Fix warning for bytestrings with non-ascii content for python3 2010-06-20 19:34:49 +02:00
Daniel Neuhäuser
eaa3cb4f1f Use utf-8 instead of ascii to encode strings for hashing 2010-06-20 18:54:19 +02:00
Daniel Neuhäuser
24d8ce4734 make sure to encode strings passed to md5 2010-06-20 18:50:22 +02:00
Daniel Neuhäuser
0780242572 Fixed the coverage extension test as well as the coverage extension itself for python3 2010-06-19 19:58:28 +02:00
Daniel Neuhäuser
1f5c4e6c9c make doctest work with python2 and python3 2010-06-19 21:50:00 +02:00
Daniel Neuhäuser
2ce553a71a Fix test to respect the new .truncate() behavior 2010-06-19 16:38:52 +02:00
Daniel Neuhäuser
38d11bbe14 the sphinx.search.js_index is now able to load and dump data from binary streams 2010-06-17 05:56:06 +02:00
Daniel Neuhäuser
b1f29495ab Don't mix string types when writing to a stream 2010-06-17 05:51:24 +02:00
Daniel Neuhäuser
579528e0b3 Fixed error caused by mixing of string types 2010-06-17 05:47:44 +02:00
Daniel Neuhäuser
24a1512293 Removed duplicated code 2010-06-17 05:38:22 +02:00
Daniel Neuhäuser
9e56fac893 Decode templates using utf-8 as jinja2 requires that for python3. This change will very likely cause problems for some people 2010-06-17 05:26:19 +02:00
Georg Brandl
7add175598 Fix code formatting. 2010-07-28 18:58:18 +02:00
Daniel Neuhäuser
bf14a7c362 Encode strings after they have been formatted 2010-06-16 23:20:30 +02:00
Daniel Neuhäuser
4534657f3e update distribute_setup.py from http://python-distribute.org/distribute_setup.py 2010-06-15 23:16:33 +02:00
Daniel Neuhäuser
ddefaff0b7 fix a unboundlocalerror occuring with python3 2010-06-13 23:08:32 +02:00
Georg Brandl
f0c316f6c5 Pass document name as bytes. 2010-07-28 18:55:39 +02:00
Daniel Neuhäuser
79a958b867 Remove unnecessary code 2010-06-12 20:21:14 +02:00
Daniel Neuhäuser
bade03c824 Copy converted tests to build/lib/tests not build/lib/test 2010-06-12 15:16:57 +02:00
Georg Brandl
2737ec4dc9 Use b() from pycompat. 2010-07-28 18:54:24 +02:00
Daniel Neuhäuser
817e1dd4cd fixed file handling and parsing in intersphinx so it properly handles encodings 2010-06-07 01:34:01 +02:00
Daniel Neuhäuser
5727214299 open file in binary mode to get byte strings on python3 2010-06-07 00:44:09 +02:00
Georg Brandl
563f506d1b Fix assignment. 2010-07-28 19:08:44 +02:00
Georg Brandl
434da2a4fb Use next() function instead of iter.next(). 2010-07-28 18:51:57 +02:00
Daniel Neuhäuser
87bbe8ddd5 don't use string.strip anymore 2010-06-06 23:13:06 +02:00
Daniel Neuhäuser
2683b839d5 Added a movetree method to the path object to make it more consistent along with documentation for every method of it. 2010-06-01 19:59:38 +02:00
Daniel Neuhäuser
a153f84a17 Replaced the path module with my own version 2010-06-01 18:10:06 +02:00