| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
number of tests, all because of the codecs/_multibytecodecs issue described
here (it's not a Py3K issue, just something Py3K discovers):
http://mail.python.org/pipermail/python-dev/2006-April/064051.html
Hye-Shik Chang promised to look for a fix, so no need to fix it here. The
tests that are expected to break are:
test_codecencodings_cn
test_codecencodings_hk
test_codecencodings_jp
test_codecencodings_kr
test_codecencodings_tw
test_codecs
test_multibytecodec
This merge fixes an actual test failure (test_weakref) in this branch,
though, so I believe merging is the right thing to do anyway.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
actual work.
main(): Just handle the command line and filename determination,
calling process() to do the work.
These changes make this more import-friendly.
|
|
|
|
|
|
| |
outline.
Work around font-long bogosity caused by ' in docstring.
|
|
|
|
| |
execute bit.... problem discovered by Guido.
|
|
|
|
|
|
| |
Appending a junk char to the end doesn't quite do it, or doesn't seem to at
any rate. Instead, pad the page numbers to always be 3 charaters wide, with
leading zeros.
|
|
|
|
|
| |
"page.%dx"; this works around an acroread bug that causes targets not to be
recognized if their name is a prefix of another target in the file.
|
| |
|
|
|
|
|
| |
underscores. Might this be a fundamental PDF limitation? Hm, could
still be a TeX thing.
|
|
|
|
|
| |
default is "chapter". Use 'python toc2bkm.py -c section' to use with
Python HOWTO documents.
|
|
|