Commit Graph

2456 Commits

Author SHA1 Message Date
Daniel Neuhäuser
8e9709290f Removing unnecessary ez_setup.py 2010-05-08 22:28:28 +02:00
Daniel Neuhäuser
25b16f89e0 Use code objects for exec statements instead of files 2010-05-08 22:00:15 +02:00
Georg Brandl
b81d428b89 Take string constant out of function. 2010-07-28 18:08:00 +02:00
Daniel Neuhäuser
9c29a8cd9c Encode even bytestrings containing ascii tests, they are unicode in python3 2010-05-08 21:47:52 +02:00
Georg Brandl
66244b8432 Use codecs.open(). 2010-07-28 18:03:42 +02:00
Daniel Neuhäuser
c09c74c3df Check for unicode before trying to decode input from raw_input. Also use
codecs.open when writing non-binary files. sphinx-quickstart now works.
2010-05-08 20:53:49 +02:00
Daniel Neuhäuser
89cb0714b1 Removed ez_setup which doesn't work with python3 and added use_2to3 for distribute 2010-05-08 20:34:19 +02:00
Daniel Neuhäuser
df23646878 Added a file containing the changes made during GSoC. 2010-05-06 16:05:37 +02:00
Daniel Neuhäuser
4391e63b07 Move open() calls out of the try block 2010-05-01 20:26:05 +02:00
Daniel Neuhäuser
6651f67602 Removed pre-2.3 workaround for booleans 2010-05-01 19:19:24 +02:00
Daniel Neuhäuser
eef0b0821d Make sphinx.pycode.nodes.BaseNode unhashable 2010-05-01 19:18:31 +02:00
Daniel Neuhäuser
f6bf9b13ff Fixed issue #1 2010-05-01 19:17:52 +02:00
Daniel Neuhäuser
47557af776 Make sphinx.domains.cpp.DefExpr unhashable 2010-04-30 12:32:42 +02:00
Daniel Neuhäuser
21376f21e7 Don't use execfile() anymore 2010-04-29 20:34:08 +02:00
Daniel Neuhäuser
4adbc98350 Removed map(None, ...) usage 2010-04-29 19:42:17 +02:00
Daniel Neuhäuser
e97122236d Replace .has_key() calls with the in-operator 2010-04-29 18:08:44 +02:00
Daniel Neuhäuser
12ecec3f57 Show python 3.x incompatibilities which cannot be trivially fixed 2010-04-29 18:06:22 +02:00
Georg Brandl
9c2e037d1d merge with 1.0 2010-07-28 14:53:54 +02:00
Georg Brandl
13017eecc8 Go to #pocoo. 2010-07-28 14:53:39 +02:00
Georg Brandl
e05acf22f0 merge with 1.0 2010-07-28 10:00:42 +02:00
Georg Brandl
a1fd9830e5 Dont fail when no json impl is found. 2010-07-27 20:44:32 +02:00
Georg Brandl
df05d25c35 merge with 1.0 2010-07-27 19:53:05 +02:00
Georg Brandl
3d6dd4d1e7 Post-release updates. 2010-07-27 19:52:25 +02:00
Georg Brandl
7324227fdd Added tag 1.0.1 for changeset 8c458e9894f2 2010-07-27 19:50:44 +02:00
Georg Brandl
aa400977b7 merge with 1.0 2010-07-27 19:50:23 +02:00
Georg Brandl
6262c275a7 Prepare 1.0.1 release. 2010-07-27 19:40:19 +02:00
Georg Brandl
5a28ae4686 Add some tests for docfields. 2010-07-27 19:19:29 +02:00
Georg Brandl
e081cf4d3b Add a missing assignment. 2010-07-27 19:08:09 +02:00
Georg Brandl
3b64ec2a2e Now that the expected warnings are regexes, diffing them with the actual output makes no sense anymore. 2010-07-27 19:07:51 +02:00
Georg Brandl
b412210845 merge with 1.0 2010-07-27 16:09:54 +02:00
Georg Brandl
93f531ae1a Fix fix. 2010-07-27 14:57:32 +02:00
Georg Brandl
3a61b58b3f #470: Fix generated target names for reST domain objects; they are not in the same namespace. 2010-07-27 14:45:17 +02:00
Georg Brandl
9c568c68aa Remove debug statement. 2010-07-27 14:41:45 +02:00
Georg Brandl
2380957682 #266: Add Bengali locale, thanks to Nasimul Haque. 2010-07-27 14:36:47 +02:00
Georg Brandl
24cf02e7e0 merge 2010-07-27 14:29:04 +02:00
Georg Brandl
954e8d0220 #474: Fix javascript domain parsing of object names. 2010-07-27 14:28:31 +02:00
Georg Brandl
67383c6c9b merge with 1.0 2010-07-27 13:39:00 +02:00
Georg Brandl
8c0c728d1b Fix building with SingleHTMLBuilder when there is no toctree. 2010-07-27 13:27:00 +02:00
Georg Brandl
0aafe2ac1d Further fix for intersphinx labels, add test cases for that. 2010-07-27 13:20:58 +02:00
Georg Brandl
bf71b0b2fa Fix some naming issues in intersphinx when given an explicit prefix. 2010-07-26 19:32:44 +02:00
Georg Brandl
611887a4f9 Add docutils 0.7 target. 2010-07-26 19:31:07 +02:00
Daniel Neuhäuser
e8f2d8f8e4 Changed documentation URL by request 2010-07-26 05:16:00 +02:00
Georg Brandl
fb0e13e0ec Fix handling of non-text field types. 2010-07-27 17:58:01 +02:00
Georg Brandl
4a400034d9 This apparently fixes a failing test in Gentoo. 2010-07-27 17:52:57 +02:00
Georg Brandl
19c6c37197 merge with 1.0 2010-07-25 14:53:28 +02:00
Georg Brandl
ebb7a54141 Add a custom json serializer implementation that forces translation proxies. Fixes building with the JSON builder. 2010-07-25 14:52:37 +02:00
Georg Brandl
e3f47a800a Actually test the JSON builder. 2010-07-25 14:50:47 +02:00
Georg Brandl
c705e3ae1f Trunk is now 1.1pre. 2010-07-24 11:35:29 +01:00
Georg Brandl
e9e91e82c3 Actually commit change of latex writer. 2010-07-24 11:32:46 +01:00
Georg Brandl
023ce64f48 Fix hyperrefs in object descriptions for LaTeX. 2010-07-24 11:30:37 +01:00