Commit Graph

2534 Commits

Author SHA1 Message Date
Daniel Neuhäuser
87d35afcfc Ignore generated files 2010-05-16 22:27:05 +02:00
Daniel Neuhäuser
e1b7381a94 convert.py now properly ignores paths 2010-05-16 22:24:20 +02:00
Georg Brandl
315ad84fce Ignore failures in removing converted utils. 2010-07-28 18:28:34 +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
471da5aa21 Added a build target to the Makefile which we need for python3 tests 2010-05-16 16:54:15 +02:00
Daniel Neuhäuser
df444e822c Add setup_distribute.py to MANIFEST.in and remove ez_setup.py 2010-05-16 16:20:44 +02:00
Daniel Neuhäuser
36338fe9ea Added a clean-backupfiles target to the makefile 2010-05-16 14:00:50 +02:00
Georg Brandl
846c31b21d Revert incomplete change in last revision. 2010-05-13 15:07:47 +02:00
Daniel Neuhäuser
22a01fab9b Added information about the i did during the weekend to the changes file 2010-05-10 00:59:50 +02:00
Daniel Neuhäuser
e20b61b06e Rename __unicode__ to __str__ 2010-05-09 14:57:18 +02:00
Daniel Neuhäuser
5243c56d7a Fixed DefExpr.__str__ 2010-05-09 00:54:14 +02:00
Daniel Neuhäuser
bcbce5955f Changed tests/run.py so that it's possible to run the testsuite on python3 more easiely 2010-05-09 00:38:16 +02:00
Georg Brandl
420adbce2f Make it easier for the test suite to override raw_input for test_quickstart. 2010-07-28 18:19:17 +02:00
Georg Brandl
84cba9c39c Fix wrong qualified name. 2010-07-28 18:18:57 +02:00
Daniel Neuhäuser
28349ed856 Use 'U' if file is not present (we run under 3.x) 2010-05-08 23:23:56 +02:00
Georg Brandl
d6e5dfacd4 Add a constant for class types, which lacks types.ClassType in Py3k. 2010-07-28 18:13:57 +02:00
Daniel Neuhäuser
4f13ff1ab7 Added a distribute_setup to replace ez_setup 2010-05-08 22:33:36 +02:00
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
Georg Brandl
b9a5a6791d Add credit for Barry. 2010-05-01 10:54:58 +02:00
Daniel Neuhäuser
47557af776 Make sphinx.domains.cpp.DefExpr unhashable 2010-04-30 12:32:42 +02:00
Barry Warsaw
9cc95adf06 Add -i option to symlink index.html to the master doc. 2010-04-29 21:08:58 -04:00
Barry Warsaw
67cd78e55c Slightly different way to default to curdir. 2010-04-29 18:53:15 -04:00
Barry Warsaw
3c6e00dfb7 As a last resort, search . for config.py. This way, you're almost assured to
find one, providing a fallback default instead of complaining and exiting.
2010-04-29 18:26:08 -04:00
Barry Warsaw
950cf10564 Add -c option to 'python setup.py build_sphinx' to specify the config
directory different than the source directory.
2010-04-29 18:01:58 -04: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
e05acf22f0 merge with 1.0 2010-07-28 10:00:42 +02:00
Georg Brandl
df05d25c35 merge with 1.0 2010-07-27 19:53:05 +02:00
Georg Brandl
aa400977b7 merge with 1.0 2010-07-27 19:50:23 +02:00
Georg Brandl
b412210845 merge with 1.0 2010-07-27 16:09:54 +02:00
Georg Brandl
67383c6c9b merge with 1.0 2010-07-27 13:39:00 +02:00
Georg Brandl
19c6c37197 merge with 1.0 2010-07-25 14:53:28 +02:00
Georg Brandl
c705e3ae1f Trunk is now 1.1pre. 2010-07-24 11:35:29 +01:00
tpowers
0301dccdda Rename "underline" class to accelerator to preserve separation of semantics & presentation. 2010-04-27 20:09:11 -07:00