| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix merge glitch. | Thomas Wouters | 2006-04-21 | 1 | -1/+1 |
|
|
* | Merge p3yk branch with the trunk up to revision 45595. This breaks a fair | Thomas Wouters | 2006-04-21 | 87 | -2222/+2934 |
|
|
* | Merge trunk up to 43069, putting re.py back and hopefully making the branch | Thomas Wouters | 2006-04-21 | 3 | -4/+3 |
|
|
* | Merge part of the trunk changes into the p3yk branch. This merges from 43030 | Thomas Wouters | 2006-04-21 | 6 | -13/+240 |
|
|
* | Fix the problems in this test. Boy this is a painful thing to debug -- | Guido van Rossum | 2006-04-21 | 1 | -1/+3 |
|
|
* | Fix (and add test for) missing check for BaseException subclasses in the C | Thomas Wouters | 2006-04-20 | 1 | -1/+19 |
|
|
* | Fix test failures for repr.py. | Guido van Rossum | 2006-04-20 | 1 | -6/+5 |
|
|
* | Use explicit relative import for an, ehm, relative import. | Thomas Wouters | 2006-04-18 | 1 | -1/+1 |
|
|
* | Fix the expected output file; new classes just behave differently... | Guido van Rossum | 2006-04-17 | 1 | -39/+5 |
|
|
* | Fix xrange tests now that xrange() (like many other places) no longer | Thomas Wouters | 2006-04-17 | 1 | -1/+4 |
|
|
* | Make test_class work (but still fail) even though class.__dict__ is now a | Thomas Wouters | 2006-04-15 | 1 | -2/+5 |
|
|
* | Adjust test_enumerate to accomodate for iter() blowing up sooner than | Thomas Wouters | 2006-04-15 | 1 | -1/+1 |
|
|
* | Fix tests for PyArg_Parse*; The PyArg_Parse functions no longer (noisily) | Thomas Wouters | 2006-04-15 | 1 | -6/+6 |
|
|
* | - Remove tests for classic class behaviour | Thomas Wouters | 2006-04-15 | 1 | -77/+7 |
|
|
* | Fix test_bisect in the same way as test_itertools: iter() blows up a lot | Thomas Wouters | 2006-04-15 | 1 | -2/+2 |
|
|
* | Fix the superficial augmented-assignment tests to deal with true division. | Thomas Wouters | 2006-04-15 | 2 | -10/+22 |
|
|
* | Fix tests that were trying to make iteration blow up, on broken iterators. | Thomas Wouters | 2006-04-15 | 1 | -12/+12 |
|
|
* | Remove tests for classic-class and mixed-classic-class/new-style behaviour. | Thomas Wouters | 2006-04-15 | 1 | -146/+2 |
|
|
* | - Fix doctest results to account for classes being new-style, and thus | Thomas Wouters | 2006-04-15 | 1 | -9/+9 |
|
|
* | Use absolute import. (Should this go into 2.5?) | Neal Norwitz | 2006-03-24 | 1 | -1/+1 |
|
|
* | Get rid of remnants of integer division | Neal Norwitz | 2006-03-24 | 8 | -63/+20 |
|
|
* | String exceptions are gone and so are classic classes. | Neal Norwitz | 2006-03-24 | 1 | -40/+0 |
|
|
* | Must inherit from Exception now. | Neal Norwitz | 2006-03-24 | 1 | -1/+1 |
|
|
* | Use *absolute* import now that it is required. (Should this go into 2.5? Ho... | Neal Norwitz | 2006-03-24 | 1 | -1/+1 |
|
|
* | Use relative import now that it is required. (Should this go into 2.5?) | Neal Norwitz | 2006-03-24 | 1 | -1/+1 |
|
|
* | Use relative import now that it is required. (Should this go into 2.5?) | Neal Norwitz | 2006-03-24 | 1 | -1/+1 |
|
|
* | Must inherit from Exception now. | Neal Norwitz | 2006-03-24 | 1 | -2/+2 |
|
|
* | Use relative import now that it is required. (Should this go into 2.5?) | Neal Norwitz | 2006-03-24 | 1 | -1/+2 |
|
|
* | Get doctest to pass. The problem was int/int -> float now. There | Neal Norwitz | 2006-03-22 | 1 | -11/+11 |
|
|
* | as is a keyword now :-) | Neal Norwitz | 2006-03-17 | 1 | -7/+7 |
|
|
* | Get rid of xreadlines() (methods). | Neal Norwitz | 2006-03-17 | 3 | -11/+3 |
|
|
* | Remove apply() | Neal Norwitz | 2006-03-17 | 2 | -33/+0 |
|
|
* | Get rid of a bunch more raw_input references | Neal Norwitz | 2006-03-17 | 1 | -2/+2 |
|
|
* | Whoops, input *and* raw_input are slated for removal, and now both are gone. | Neal Norwitz | 2006-03-17 | 1 | -31/+0 |
|
|
* | raw_input() -> input(). old input behavior is history (and test_builtin pass... | Neal Norwitz | 2006-03-17 | 1 | -22/+9 |
|
|
* | Checkpoint. 218 tests are okay; 53 are failing. Done so far: | Guido van Rossum | 2006-03-15 | 1 | -4/+4 |
|
|
* | Fix SF bug #1448804 and ad a test to ensure that all subscript operations con... | Nick Coghlan | 2006-03-13 | 1 | -0/+72 |
|
|
* | Bug #1448490: Fix a bug that ISO-2022 codecs could not handle | Hye-Shik Chang | 2006-03-13 | 1 | -0/+7 |
|
|
* | Whitespace normalization. | Tim Peters | 2006-03-10 | 1 | -2/+2 |
|
|
* | When the new -w option (yay! great idea) reruns a | Tim Peters | 2006-03-10 | 1 | -0/+2 |
|
|
* | Add regrtest -w option. | Martin v. Löwis | 2006-03-10 | 1 | -3/+20 |
|
|
* | Update test data to 4.1; disable PRI #29 for now. | Martin v. Löwis | 2006-03-10 | 1 | -4/+15 |
|
|
* | Um, I thought I'd already checked this in. | Guido van Rossum | 2006-03-10 | 1 | -10/+22 |
|
|
* | Update Unicode database to Unicode 4.1. | Martin v. Löwis | 2006-03-09 | 1 | -2/+2 |
|
|
* | Bug #1442874: handle "<!>", the empty SGML comment | Georg Brandl | 2006-03-09 | 1 | -1/+1 |
|
|
* | Replace the trivial ctypes test (did only an import) with the real test suite. | Thomas Heller | 2006-03-09 | 1 | -3/+11 |
|
|
* | Try to be a bit more consistent on all platforms: | Neal Norwitz | 2006-03-09 | 1 | -13/+2 |
|
|
* | Whitespace normalization. | Tim Peters | 2006-03-09 | 1 | -1/+1 |
|
|
* | Trivial test for ctypes, more to come | Thomas Heller | 2006-03-08 | 1 | -0/+4 |
|
|
* | Patch #1434038: property() now uses the getter's docstring if there is | Georg Brandl | 2006-03-08 | 1 | -0/+12 |
|
|