2007-02-22 |
Brett Cannon | Fix test_bsddb3 (along with something bsddb) to work... |
commit | commitdiff | tree | snapshot |
2007-02-22 |
Brett Cannon | Fix obvious problems from switch to dict views. Some... |
commit | commitdiff | tree | snapshot |
2007-02-22 |
Brett Cannon | Remove test_dumbdbm as failing. |
commit | commitdiff | tree | snapshot |
2007-02-22 |
Brett Cannon | Fix dumbdbm and test_dumbdbm to work with dict views... |
commit | commitdiff | tree | snapshot |
2007-02-22 |
Brett Cannon | Fix test_importhooks for dict views. |
commit | commitdiff | tree | snapshot |
2007-02-22 |
Brett Cannon | Fix test_iter after the dict views conversion. |
commit | commitdiff | tree | snapshot |
2007-02-22 |
Brett Cannon | Fix test_iterlen by returning the iterator of dict... |
commit | commitdiff | tree | snapshot |
2007-02-21 |
Brett Cannon | Fix xml.dom.minidom so it works again after the dict... |
commit | commitdiff | tree | snapshot |
2007-02-21 |
Brett Cannon | Fix test_mutants for dict views. |
commit | commitdiff | tree | snapshot |
2007-02-21 |
Brett Cannon | Fix test_os from breakage due to dict views. |
commit | commitdiff | tree | snapshot |
2007-02-21 |
Brett Cannon | Fix plistlib to work with dict views. |
commit | commitdiff | tree | snapshot |
2007-02-15 |
Guido van Rossum | Some more test now pass. |
commit | commitdiff | tree | snapshot |
2007-02-15 |
Guido van Rossum | Fix the damage to UserDict and its tests. |
commit | commitdiff | tree | snapshot |
2007-02-14 |
Guido van Rossum | Fix for test_dict.py, thanks to Eduardo O Padoan. |
commit | commitdiff | tree | snapshot |
2007-02-13 |
Guido van Rossum | Get rid of some old TO TO items. |
commit | commitdiff | tree | snapshot |
2007-02-13 |
Guido van Rossum | List of broken tests at this time. If you fix a test... |
commit | commitdiff | tree | snapshot |
2007-02-12 |
Guido van Rossum | Make dict.keys() and dict.items() comparable to sets... |
commit | commitdiff | tree | snapshot |
2007-02-12 |
Guido van Rossum | Fix unittest. |
commit | commitdiff | tree | snapshot |
2007-02-12 |
Guido van Rossum | Fix another unit test. |
commit | commitdiff | tree | snapshot |
2007-02-12 |
Guido van Rossum | Make test_logging pass. |
commit | commitdiff | tree | snapshot |
2007-02-11 |
Georg Brandl | Checkin the regenerated Python-ast.c and fix test_optparse. |
commit | commitdiff | tree | snapshot |
2007-02-11 |
Guido van Rossum | Nailed test_weakref.py. Pfew, messy! |
commit | commitdiff | tree | snapshot |
2007-02-11 |
Guido van Rossum | Two more trivial fixes. |
commit | commitdiff | tree | snapshot |
2007-02-11 |
Guido van Rossum | Another fix. Partly reverted the tweaks done by the... |
commit | commitdiff | tree | snapshot |
2007-02-11 |
Guido van Rossum | Make test_sax pass. |
commit | commitdiff | tree | snapshot |
2007-02-11 |
Guido van Rossum | With the help of the improved fixer, test_with.py is... |
commit | commitdiff | tree | snapshot |
2007-02-11 |
Guido van Rossum | - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues... |
commit | commitdiff | tree | snapshot |
2007-02-10 |
Guido van Rossum | Random change to make this work unchanged when dict... |
commit | commitdiff | tree | snapshot |
2007-02-10 |
Guido van Rossum | Implement __contains__ for dict_keys and dict_items. |
commit | commitdiff | tree | snapshot |
2007-02-10 |
Guido van Rossum | Endow dict views with a proper length method. |
commit | commitdiff | tree | snapshot |
2007-02-10 |
Guido van Rossum | Very preliminary work on dict views. |
commit | commitdiff | tree | snapshot |
2007-02-09 |
Guido van Rossum | News about softspace. |
commit | commitdiff | tree | snapshot |
2007-02-09 |
Guido van Rossum | Fix the remaining doctest failures. |
commit | commitdiff | tree | snapshot |
2007-02-09 |
Guido van Rossum | Ignore *.py[co]. |
commit | commitdiff | tree | snapshot |
2007-02-09 |
Guido van Rossum | Fix test_frozen. |
commit | commitdiff | tree | snapshot |
2007-02-09 |
Guido van Rossum | Kill off softspace completely (except in formatter... |
commit | commitdiff | tree | snapshot |
2007-02-09 |
Guido van Rossum | Redue the failure rate to 13 tests. Bah. |
commit | commitdiff | tree | snapshot |
2007-02-09 |
Guido van Rossum | Fix the roundtripping function. |
commit | commitdiff | tree | snapshot |
2007-02-09 |
Guido van Rossum | Fairly subtle fix for failing tests. |
commit | commitdiff | tree | snapshot |
2007-02-09 |
Guido van Rossum | Trivial fix for test_profile.py. |
commit | commitdiff | tree | snapshot |
2007-02-09 |
Guido van Rossum | Found another difference between old and new print: |
commit | commitdiff | tree | snapshot |
2007-02-09 |
Guido van Rossum | More prints embedded in strings. |
commit | commitdiff | tree | snapshot |
2007-02-09 |
Guido van Rossum | Fix a bogus end=' ' here. |
commit | commitdiff | tree | snapshot |
2007-02-09 |
Guido van Rossum | Two tests fixed with one fix. |
commit | commitdiff | tree | snapshot |
2007-02-09 |
Guido van Rossum | Fix another test. |
commit | commitdiff | tree | snapshot |
2007-02-09 |
Guido van Rossum | Some more tests pass now. (Also test_compiler.py with... |
commit | commitdiff | tree | snapshot |
2007-02-09 |
Georg Brandl | * Remove PRINT_ITEM(_TO), PRINT_NEWLINE(_TO) opcodes. |
commit | commitdiff | tree | snapshot |
2007-02-09 |
Guido van Rossum | Fix an unfortunate mis-conversion: sometimes "print... |
commit | commitdiff | tree | snapshot |
2007-02-09 |
Guido van Rossum | Revert doubly-converted doctests. |
commit | commitdiff | tree | snapshot |
2007-02-09 |
Guido van Rossum | Fix a bunch of doctests with the -d option of refactor.py. |
commit | commitdiff | tree | snapshot |
2007-02-09 |
Guido van Rossum | Note that print is a function now. |
commit | commitdiff | tree | snapshot |
2007-02-09 |
Guido van Rossum | Fix most trivially-findable print statements. |
commit | commitdiff | tree | snapshot |
2007-02-09 |
Guido van Rossum | Essential changes for print function changes. |
commit | commitdiff | tree | snapshot |
2007-02-06 |
Martin v. Löwis | Remove bogus INCREF of ziptuple: it is a |
commit | commitdiff | tree | snapshot |
2007-02-06 |
Martin v. Löwis | Fix refcounting bugs related to CONVERT_BINOP. |
commit | commitdiff | tree | snapshot |
2007-02-05 |
Thomas Wouters | Merged revisions 53538-53622 via svnmerge from |
commit | commitdiff | tree | snapshot |
2007-02-03 |
Thomas Wouters | - Fix conversion glitch in test_pyclbr, which caused... |
commit | commitdiff | tree | snapshot |
2007-02-01 |
Thomas Wouters | Merged revisions 53451-53537 via svnmerge from |
commit | commitdiff | tree | snapshot |
2007-01-30 |
Guido van Rossum | Update news about int/long unification. |
commit | commitdiff | tree | snapshot |
2007-01-29 |
Brett Cannon | Add missing entry for PEP 3102 (keyword-only arguments). |
commit | commitdiff | tree | snapshot |
2007-01-29 |
Brett Cannon | Fix minor grammar typo. |
commit | commitdiff | tree | snapshot |
2007-01-15 |
Guido van Rossum | Fix L-suffixed literal straggler. |
commit | commitdiff | tree | snapshot |
2007-01-15 |
Guido van Rossum | Rip out 'long' and 'L'-suffixed integer literals. |
commit | commitdiff | tree | snapshot |
2007-01-15 |
Thomas Wouters | Merged revisions 53304-53433,53435-53450 via svnmerge... |
commit | commitdiff | tree | snapshot |
2007-01-15 |
Guido van Rossum | No more tests are broken AFAIK. |
commit | commitdiff | tree | snapshot |
2007-01-15 |
Guido van Rossum | Fix the sqlite failure -- it was the usual, PyInt_Check... |
commit | commitdiff | tree | snapshot |
2007-01-15 |
Guido van Rossum | Fix pickletools doctests -- all we get nowadays is... |
commit | commitdiff | tree | snapshot |
2007-01-15 |
Guido van Rossum | Fix repr.py -- it was triggering on the type name ... |
commit | commitdiff | tree | snapshot |
2007-01-15 |
Guido van Rossum | Merged revisions 53434 via svnmerge from |
commit | commitdiff | tree | snapshot |
2007-01-14 |
Guido van Rossum | One more test breakage hits the dust. The test was... |
commit | commitdiff | tree | snapshot |
2007-01-14 |
Guido van Rossum | Fix new bug in ftplib.py introduced by exception scope... |
commit | commitdiff | tree | snapshot |
2007-01-14 |
Guido van Rossum | Honesty before all. |
commit | commitdiff | tree | snapshot |
2007-01-14 |
Guido van Rossum | Fix cPickle breakage due to last-minute change to the... |
commit | commitdiff | tree | snapshot |
2007-01-14 |
Guido van Rossum | News about int/long unification and except syntax change. |
commit | commitdiff | tree | snapshot |
2007-01-14 |
Guido van Rossum | Merged the int/long unification branch, by very crude... |
commit | commitdiff | tree | snapshot |
2007-01-13 |
Guido van Rossum | Fix pybench so it works -- Larry Hastings. |
commit | commitdiff | tree | snapshot |
2007-01-10 |
Guido van Rossum | Some more changes related to the new except syntax... |
commit | commitdiff | tree | snapshot |
2007-01-10 |
Guido van Rossum | SF patch 1631942 by Collin Winter: |
commit | commitdiff | tree | snapshot |
2007-01-10 |
Guido van Rossum | News about removal of the sets module. |
commit | commitdiff | tree | snapshot |
2007-01-10 |
Guido van Rossum | Excise the sets module. SF #1500611 by Collin Winter. |
commit | commitdiff | tree | snapshot |
2007-01-09 |
Thomas Wouters | Merged revisions 53005-53303 via svnmerge from |
commit | commitdiff | tree | snapshot |
2007-01-06 |
Martin v. Löwis | Add the bytes type to the build process. |
commit | commitdiff | tree | snapshot |
2007-01-06 |
Martin v. Löwis | Commit __version__ change. |
commit | commitdiff | tree | snapshot |
2006-12-29 |
Fred Drake | avoid dict.has_key, since this might get used by a... |
commit | commitdiff | tree | snapshot |
2006-12-28 |
Guido van Rossum | Update the magic number now that signature annotations... |
commit | commitdiff | tree | snapshot |
2006-12-28 |
Neal Norwitz | PEP 3107 - Function Annotations thanks to Tony Lownds |
commit | commitdiff | tree | snapshot |
2006-12-28 |
Neal Norwitz | Cruft removal: |
commit | commitdiff | tree | snapshot |
2006-12-28 |
Neal Norwitz | Remove PyFloat_AsReprString() and PyFloat_AsString... |
commit | commitdiff | tree | snapshot |
2006-12-19 |
Fred Drake | hide version notes for 1.x and 2.x from the HTML version |
commit | commitdiff | tree | snapshot |
2006-12-19 |
Guido van Rossum | The opstrings table was backwards. Add an XXX comment. |
commit | commitdiff | tree | snapshot |
2006-12-19 |
Georg Brandl | Patch #1601678: move intern() to sys.intern(). |
commit | commitdiff | tree | snapshot |
2006-12-19 |
Thomas Wouters | Implement extended slicing in bytes objects. |
commit | commitdiff | tree | snapshot |
2006-12-13 |
Thomas Wouters | Oops, re-add 'static' qualifier. |
commit | commitdiff | tree | snapshot |
2006-12-13 |
Thomas Wouters | Regenerate frozen.c's manual marshal as directed, fixin... |
commit | commitdiff | tree | snapshot |
2006-12-13 |
Thomas Wouters | Four months of trunk changes (including a few releases...) |
commit | commitdiff | tree | snapshot |
2006-11-30 |
Georg Brandl | Check "sep" and "end" for stringness in Print(). |
commit | commitdiff | tree | snapshot |
2006-11-30 |
Guido van Rossum | Add built-in Print() function. This is PEP 3105 except... |
commit | commitdiff | tree | snapshot |
2006-11-30 |
Jack Diederich | replace references to __nonzero__ with __bool__ |
commit | commitdiff | tree | snapshot |
2006-11-28 |
Jack Diederich | updated docstring on __bool__ to match behavior |
commit | commitdiff | tree | snapshot |
2006-11-28 |
Jack Diederich | - patch #1600346 submitted by Tomer Filiba |
commit | commitdiff | tree | snapshot |
next |