- 27 May, 2006 1 commit
-
-
Thomas Wouters authored
-
- 26 May, 2006 2 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
(Collin Winter)
-
- 05 May, 2006 2 commits
-
-
Guido van Rossum authored
The name and API are questionable, but the functionality isn't.
-
Guido van Rossum authored
This uses up to 12.5% overallocation, not entirely unlike list_resize(). Could probably use more tweaks for odd allocation patterns, TBD. Also add __alloc__() method which returns the actually allocated size. PS. I'm now convinced that we need something like "".join(); later.
-
- 30 Apr, 2006 2 commits
-
-
Neal Norwitz authored
This fixes some of the failures, but there are still more.
-
Neal Norwitz authored
This test now passes after removing refs to __coerce__.
-
- 27 Apr, 2006 1 commit
-
-
Guido van Rossum authored
-
- 24 Apr, 2006 2 commits
-
-
Brett Cannon authored
Highlighting tab indents is off at the moment since that would be rather noisy, but should be turned on in the future when conversion to the new indentation style has been done.
-
Guido van Rossum authored
Change file.readinto() to require binary mode.
-
- 23 Apr, 2006 2 commits
-
-
Guido van Rossum authored
Get rid of silly lambdas in the unit test suite. Add a TODO list to the unit test suite (TDD style).
-
Thomas Wouters authored
-
- 22 Apr, 2006 2 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
(Plus, it fails. :-)
-
- 21 Apr, 2006 14 commits
-
-
Thomas Wouters authored
-
Hye-Shik Chang authored
This resolves a problem found by Thomas Wouters: http://mail.python.org/pipermail/python-dev/2006-April/064051.html
-
Guido van Rossum authored
I really don't know why I bother; these are all generated files. But I don't recall how to regenerate them nor how to fix the generator. The hardest part was fixing two mutual recursive imports; somehow changing "import foo" into "from . import foo" where foo and bar import each other AND both are imported from __init__.py caused things to break. Bah.
-
Thomas Wouters authored
-
Guido van Rossum authored
-
Guido van Rossum authored
I'm not convinced this is the right thing to do... InstanceType makes no sense any longer.
-
Thomas Wouters authored
-
Thomas Wouters authored
-
Thomas Wouters authored
-
Thomas Wouters authored
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.
-
Thomas Wouters authored
usable again.
-
Thomas Wouters authored
state (unless you happen to have a re.pyc lying around), but it'll be fixed in the next merge.
-
Thomas Wouters authored
(branch-creation time) up to 43067. 43068 and 43069 contain a little swapping action between re.py and sre.py, and this mightily confuses svn merge, so later changes are going in separately. This merge should break no additional tests. The last-merged revision is going in a 'last_merge' property on '.' (the branch directory.) Arbitrarily chosen, really; if there's a BCP for this, I couldn't find it, but we can easily change it afterwards ;)
-
Guido van Rossum authored
it's fundamentally unmaintainable. Should we throw away pyclbr, or rewrite it using the AST?
-
- 20 Apr, 2006 3 commits
-
-
Thomas Wouters authored
API.
-
Thomas Wouters authored
-
Guido van Rossum authored
But shouldn't we kill this module? How many pprint clones do we need?
-
- 18 Apr, 2006 1 commit
-
-
Thomas Wouters authored
-
- 17 Apr, 2006 3 commits
-
-
Guido van Rossum authored
(There are some other problems with test_class.py that aren't as easily fixed. :-( )
-
Guido van Rossum authored
- a line indented with tabs; - a function named 'as'.
-
Thomas Wouters authored
silently converts floats to integers when expecting integer values.
-
- 15 Apr, 2006 5 commits
-
-
Brett Cannon authored
-
Thomas Wouters authored
'dictproxy' (which is a read-only non-dict mapping type that can't be passed to exec.) The failures the test finds are behavioural differences between old- and new-style classes that may or may not be intended.
-
Thomas Wouters authored
expected, when dealing with new-style broken-iterators.
-
Thomas Wouters authored
convert float arguments to integer-taking format characters, so fix the test to expect the failure.
-
Thomas Wouters authored
- Expect a new-style class tree in the getclasstree test.
-