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 |
|
Daniel Neuhäuser
|
31275a34c2
|
Fix encoding in config test and open configs in binary mode to warn for possible encoding errors
|
2010-05-30 17:51:14 +02:00 |
|
Daniel Neuhäuser
|
23ef216a15
|
encode source code for parsing only on python 2.x
|
2010-05-30 15:15:57 +02:00 |
|
Daniel Neuhäuser
|
918a509efc
|
Check if a string is not unicode as a workaround for 3.x
|
2010-05-30 02:28:57 +02:00 |
|
Georg Brandl
|
ba02a69c1c
|
Nit.
|
2010-07-28 18:46:12 +02:00 |
|
Daniel Neuhäuser
|
7f29904551
|
Use .gettext() instead of .ugettext() on python3
|
2010-05-30 02:07:53 +02:00 |
|
Daniel Neuhäuser
|
6af81b8506
|
fix line length
|
2010-05-25 00:55:30 +02:00 |
|
Georg Brandl
|
ec5a5e739b
|
Move the "b" function to pycompat.
|
2010-07-28 18:43:40 +02:00 |
|
Daniel Neuhäuser
|
24f1d4c12d
|
fixed test_markup test
|
2010-05-24 19:41:02 +02:00 |
|
Daniel Neuhäuser
|
bedbbe288e
|
don't assume strings to be byte strings
|
2010-05-24 18:25:20 +02:00 |
|
Daniel Neuhäuser
|
d1d5d20f65
|
Workaround for 2to3
|
2010-05-24 18:13:56 +02:00 |
|
Daniel Neuhäuser
|
f8b12a45da
|
use open instead of file
|
2010-05-24 17:35:43 +02:00 |
|
Daniel Neuhäuser
|
a83c48ec8a
|
test_autodoc.test_get_doc now passes
|
2010-05-24 17:32:00 +02:00 |
|
Daniel Neuhäuser
|
614a7f048f
|
make now works without python3
|
2010-05-23 01:34:52 +02:00 |
|
Daniel Neuhäuser
|
ad9055868e
|
Added latest reindent.py file
|
2010-05-17 02:26:31 +02:00 |
|
Daniel Neuhäuser
|
765871c86c
|
Added latest changes to the Changes.DasIch file
|
2010-05-17 02:23:59 +02:00 |
|
Daniel Neuhäuser
|
936d68fc83
|
Ignore errors when removing generated files
|
2010-05-17 01:28:50 +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
|
46e5c123d5
|
Keep under 80 chars per line in the Makefile
|
2010-05-16 23:56:44 +02:00 |
|
Daniel Neuhäuser
|
e8d98966de
|
Automatically use converted scripts in the makefile
|
2010-05-16 23:51:25 +02:00 |
|
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 |
|
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 |
|