2006-08-22 |
Guido van Rossum | Kill reduce(). A coproduction of John Reese, Jacques... |
commit | commitdiff | tree | snapshot |
2006-08-21 |
Alex Martelli | Jacques Frechet's and John Reese's simplification of... |
commit | commitdiff | tree | snapshot |
2006-08-21 |
Thomas Wouters | remove debugging turd. |
commit | commitdiff | tree | snapshot |
2006-08-21 |
Guido van Rossum | Change the way __hash__ is inherited; when __eq__ or... |
commit | commitdiff | tree | snapshot |
2006-08-21 |
Thomas Wouters | test_gc is no longer broken |
commit | commitdiff | tree | snapshot |
2006-08-21 |
Thomas Wouters | Fix test_gc failure by fixing the bug test_gc found... |
commit | commitdiff | tree | snapshot |
2006-08-21 |
Alex Martelli | etree_c not broken any more. |
commit | commitdiff | tree | snapshot |
2006-08-21 |
Alex Martelli | etree unittest not broken any more |
commit | commitdiff | tree | snapshot |
2006-08-21 |
Alex Martelli | Use proper py3k syntax for relative import (from .... |
commit | commitdiff | tree | snapshot |
2006-08-21 |
Guido van Rossum | minidom is fixed. |
commit | commitdiff | tree | snapshot |
2006-08-21 |
Alex Martelli | Changed minidom.py to work correctly with new-style... |
commit | commitdiff | tree | snapshot |
2006-08-21 |
Thomas Wouters | Merge current trunk into p3yk. This includes the PyNumb... |
commit | commitdiff | tree | snapshot |
2006-08-21 |
Guido van Rossum | Fix comparing complex to non-complex numbers. |
commit | commitdiff | tree | snapshot |
2006-08-21 |
Neal Norwitz | Get rid of most of the rest of coerce (slot is still... |
commit | commitdiff | tree | snapshot |
2006-08-21 |
Neal Norwitz | use isinstance instead of type. Use bool instead of... |
commit | commitdiff | tree | snapshot |
2006-08-21 |
Guido van Rossum | Don't define has_key(). |
commit | commitdiff | tree | snapshot |
2006-08-21 |
Guido van Rossum | Fixed to the point that all unit tests pass again.... |
commit | commitdiff | tree | snapshot |
2006-08-20 |
Neal Norwitz | Get rid of a bunch more has_key() uses. We *really... |
commit | commitdiff | tree | snapshot |
2006-08-19 |
Guido van Rossum | And the gdbm module's test now passes again. |
commit | commitdiff | tree | snapshot |
2006-08-19 |
Guido van Rossum | Fix this right for has_key(). This required adding... |
commit | commitdiff | tree | snapshot |
2006-08-19 |
Guido van Rossum | Couple more has_keys() going... |
commit | commitdiff | tree | snapshot |
2006-08-19 |
Guido van Rossum | Only three failing tests left: dbm, gdbm, tcl! |
commit | commitdiff | tree | snapshot |
2006-08-19 |
Guido van Rossum | Another has_key reference bites the dust. |
commit | commitdiff | tree | snapshot |
2006-08-19 |
Guido van Rossum | More has_key() fixes. |
commit | commitdiff | tree | snapshot |
2006-08-19 |
Guido van Rossum | Stomp out more hsa_key() calls. |
commit | commitdiff | tree | snapshot |
2006-08-19 |
Guido van Rossum | Fix some more has_key() uses. This could really use... |
commit | commitdiff | tree | snapshot |
2006-08-19 |
Guido van Rossum | Set the svn:ignore property. Why can't this be set... |
commit | commitdiff | tree | snapshot |
2006-08-19 |
Guido van Rossum | When sitecustomize.py fails, don't make all of site... |
commit | commitdiff | tree | snapshot |
2006-08-18 |
Guido van Rossum | Get rid of dict.has_key(). Boy this has a lot of reperc... |
commit | commitdiff | tree | snapshot |
2006-08-18 |
Guido van Rossum | repr() of a long int no longer produces a trailing... |
commit | commitdiff | tree | snapshot |
2006-08-18 |
Guido van Rossum | test_bsddb runs fine on darwin. |
commit | commitdiff | tree | snapshot |
2006-08-18 |
Guido van Rossum | Get rid of the apply() calls here, to make the unit... |
commit | commitdiff | tree | snapshot |
2006-08-18 |
Guido van Rossum | Delete merge turd. |
commit | commitdiff | tree | snapshot |
2006-08-17 |
Guido van Rossum | Fix another relative import. |
commit | commitdiff | tree | snapshot |
2006-08-17 |
Guido van Rossum | Fix non-C89-compatible syntax. |
commit | commitdiff | tree | snapshot |
2006-08-17 |
Guido van Rossum | For posterity, here's a list of currently failing tests... |
commit | commitdiff | tree | snapshot |
2006-08-17 |
Guido van Rossum | Make unit tests pass: replace apply() and adapt to... |
commit | commitdiff | tree | snapshot |
2006-08-17 |
Guido van Rossum | Fixed cPickle, by restoring some of the deleted code. |
commit | commitdiff | tree | snapshot |
2006-08-17 |
Guido van Rossum | Make the it_index field in the str/unicode iterators... |
commit | commitdiff | tree | snapshot |
2006-08-17 |
Guido van Rossum | Quite a few fixes to make the library and test suite... |
commit | commitdiff | tree | snapshot |
2006-08-17 |
Guido van Rossum | Use explicit relative import to make this work again. |
commit | commitdiff | tree | snapshot |
2006-08-17 |
Guido van Rossum | If cPickle isn't available, use pickle. |
commit | commitdiff | tree | snapshot |
2006-08-17 |
Guido van Rossum | Use explicit relative import, to make things work again. |
commit | commitdiff | tree | snapshot |
2006-08-17 |
Guido van Rossum | Completely get rid of PyClass and PyInstance. |
commit | commitdiff | tree | snapshot |
2006-08-17 |
Guido van Rossum | Get rid of the last mention of WITH_CYCLE_GC that I... |
commit | commitdiff | tree | snapshot |
2006-08-11 |
Thomas Wouters | Merged revisions 46753-51188 via svnmerge from |
commit | commitdiff | tree | snapshot |
2006-07-27 |
Guido van Rossum | Get rid of most of the flags (in tp_flags) that keep... |
commit | commitdiff | tree | snapshot |
2006-06-08 |
Thomas Wouters | Merge the rest of the trunk. |
commit | commitdiff | tree | snapshot |
2006-06-08 |
Thomas Wouters | Merged revisions 46607-46608 via svnmerge from |
commit | commitdiff | tree | snapshot |
2006-06-08 |
Thomas Wouters | Partially merge trunk into p3yk. The removal of Mac... |
commit | commitdiff | tree | snapshot |
2006-05-28 |
Thomas Wouters | While testing absolute and relative imports, remember... |
commit | commitdiff | tree | snapshot |
2006-05-27 |
Thomas Wouters | Much-needed merge (using svnmerge.py this time) of... |
commit | commitdiff | tree | snapshot |
2006-05-27 |
Thomas Wouters | Prep for initial svnmerge.py run. |
commit | commitdiff | tree | snapshot |
2006-05-26 |
Guido van Rossum | Comment out debug print. |
commit | commitdiff | tree | snapshot |
2006-05-26 |
Guido van Rossum | SF patch 1495675: Remove types.InstanceType and new... |
commit | commitdiff | tree | snapshot |
2006-05-05 |
Guido van Rossum | Adding bytes.join() -- a class methods that concatenate... |
commit | commitdiff | tree | snapshot |
2006-05-05 |
Guido van Rossum | Optimizations for bytes reallocation. |
commit | commitdiff | tree | snapshot |
2006-04-30 |
Neal Norwitz | Some of the test cases were failing due to the busted... |
commit | commitdiff | tree | snapshot |
2006-04-30 |
Neal Norwitz | __coerce__ is gone, there's nothing to test. |
commit | commitdiff | tree | snapshot |
2006-04-27 |
Guido van Rossum | Implement bytes += bytes, bytes *= int, int in bytes... |
commit | commitdiff | tree | snapshot |
2006-04-24 |
Brett Cannon | Change C code to use 4-space indents. |
commit | commitdiff | tree | snapshot |
2006-04-24 |
Guido van Rossum | Added much functionality to the bytes type. |
commit | commitdiff | tree | snapshot |
2006-04-23 |
Guido van Rossum | Fix a leak and a buglet discovered by Thomas. |
commit | commitdiff | tree | snapshot |
2006-04-23 |
Thomas Wouters | Fix test_main function so test_bytes can be run by... |
commit | commitdiff | tree | snapshot |
2006-04-22 |
Guido van Rossum | Here is a bytes type. It's very minimal but it's a... |
commit | commitdiff | tree | snapshot |
2006-04-22 |
Guido van Rossum | Delete test_coercion.py. Coercion is dead, so this... |
commit | commitdiff | tree | snapshot |
2006-04-21 |
Thomas Wouters | Merge with trunk up to revision 45620. |
commit | commitdiff | tree | snapshot |
2006-04-21 |
Hye-Shik Chang | Add empty __init__ methods for stateful multibytecodec... |
commit | commitdiff | tree | snapshot |
2006-04-21 |
Guido van Rossum | Fix test_scriptpackage with pure will power. |
commit | commitdiff | tree | snapshot |
2006-04-21 |
Thomas Wouters | Commit regenerated Python-ast.c. |
commit | commitdiff | tree | snapshot |
2006-04-21 |
Guido van Rossum | Fix relative import. This fixes test_sax.py. |
commit | commitdiff | tree | snapshot |
2006-04-21 |
Guido van Rossum | Fix the unit tests by adding dispatch tables for DateTi... |
commit | commitdiff | tree | snapshot |
2006-04-21 |
Thomas Wouters | Fix newly merged test for p3ykness. |
commit | commitdiff | tree | snapshot |
2006-04-21 |
Thomas Wouters | Fix merge glitch. |
commit | commitdiff | tree | snapshot |
2006-04-21 |
Thomas Wouters | Merge trunk up to 45598. |
commit | commitdiff | tree | snapshot |
2006-04-21 |
Thomas Wouters | Merge p3yk branch with the trunk up to revision 45595... |
commit | commitdiff | tree | snapshot |
2006-04-21 |
Thomas Wouters | Merge trunk up to 43069, putting re.py back and hopeful... |
commit | commitdiff | tree | snapshot |
2006-04-21 |
Thomas Wouters | Merge trunk's 43068, deleting re.py. This leaves the... |
commit | commitdiff | tree | snapshot |
2006-04-21 |
Thomas Wouters | Merge part of the trunk changes into the p3yk branch... |
commit | commitdiff | tree | snapshot |
2006-04-21 |
Guido van Rossum | Fix the problems in this test. Boy this is a painful... |
commit | commitdiff | tree | snapshot |
2006-04-20 |
Thomas Wouters | Fix (and add test for) missing check for BaseException... |
commit | commitdiff | tree | snapshot |
2006-04-20 |
Thomas Wouters | Fix typical truedivision problem (using the result... |
commit | commitdiff | tree | snapshot |
2006-04-20 |
Guido van Rossum | Fix test failures for repr.py. |
commit | commitdiff | tree | snapshot |
2006-04-18 |
Thomas Wouters | Use explicit relative import for an, ehm, relative... |
commit | commitdiff | tree | snapshot |
2006-04-17 |
Guido van Rossum | Fix the expected output file; new classes just behave... |
commit | commitdiff | tree | snapshot |
2006-04-17 |
Guido van Rossum | Fix two errors that prevented "make libinstall" from... |
commit | commitdiff | tree | snapshot |
2006-04-17 |
Thomas Wouters | Fix xrange tests now that xrange() (like many other... |
commit | commitdiff | tree | snapshot |
2006-04-15 |
Brett Cannon | Mention how __coerce__ has been removed. |
commit | commitdiff | tree | snapshot |
2006-04-15 |
Thomas Wouters | Make test_class work (but still fail) even though class... |
commit | commitdiff | tree | snapshot |
2006-04-15 |
Thomas Wouters | Adjust test_enumerate to accomodate for iter() blowing... |
commit | commitdiff | tree | snapshot |
2006-04-15 |
Thomas Wouters | Fix tests for PyArg_Parse*; The PyArg_Parse functions... |
commit | commitdiff | tree | snapshot |
2006-04-15 |
Thomas Wouters | - Remove tests for classic class behaviour |
commit | commitdiff | tree | snapshot |
2006-04-15 |
Thomas Wouters | Fix test_bisect in the same way as test_itertools:... |
commit | commitdiff | tree | snapshot |
2006-04-15 |
Thomas Wouters | Fix the superficial augmented-assignment tests to deal... |
commit | commitdiff | tree | snapshot |
2006-04-15 |
Thomas Wouters | Fix tests that were trying to make iteration blow up... |
commit | commitdiff | tree | snapshot |
2006-04-15 |
Thomas Wouters | Remove tests for classic-class and mixed-classic-class... |
commit | commitdiff | tree | snapshot |
2006-04-15 |
Thomas Wouters | - Fix doctest results to account for classes being... |
commit | commitdiff | tree | snapshot |
2006-04-14 |
Thomas Wouters | Make 'python -tt' the default, meaning Python won't... |
commit | commitdiff | tree | snapshot |
2006-03-30 |
Guido van Rossum | Fix the version number to be 3.0. |
commit | commitdiff | tree | snapshot |
2006-03-24 |
Neal Norwitz | Use absolute import. (Should this go into 2.5?) |
commit | commitdiff | tree | snapshot |
next |