]> granicus.if.org Git - python/shortlog
python
2007-02-22 Brett CannonFix test_bsddb3 (along with something bsddb) to work...
2007-02-22 Brett CannonFix obvious problems from switch to dict views. Some...
2007-02-22 Brett CannonRemove test_dumbdbm as failing.
2007-02-22 Brett CannonFix dumbdbm and test_dumbdbm to work with dict views...
2007-02-22 Brett CannonFix test_importhooks for dict views.
2007-02-22 Brett CannonFix test_iter after the dict views conversion.
2007-02-22 Brett CannonFix test_iterlen by returning the iterator of dict...
2007-02-21 Brett CannonFix xml.dom.minidom so it works again after the dict...
2007-02-21 Brett CannonFix test_mutants for dict views.
2007-02-21 Brett CannonFix test_os from breakage due to dict views.
2007-02-21 Brett CannonFix plistlib to work with dict views.
2007-02-15 Guido van RossumSome more test now pass.
2007-02-15 Guido van RossumFix the damage to UserDict and its tests.
2007-02-14 Guido van RossumFix for test_dict.py, thanks to Eduardo O Padoan.
2007-02-13 Guido van RossumGet rid of some old TO TO items.
2007-02-13 Guido van RossumList of broken tests at this time. If you fix a test...
2007-02-12 Guido van RossumMake dict.keys() and dict.items() comparable to sets...
2007-02-12 Guido van RossumFix unittest.
2007-02-12 Guido van RossumFix another unit test.
2007-02-12 Guido van RossumMake test_logging pass.
2007-02-11 Georg BrandlCheckin the regenerated Python-ast.c and fix test_optparse.
2007-02-11 Guido van RossumNailed test_weakref.py. Pfew, messy!
2007-02-11 Guido van RossumTwo more trivial fixes.
2007-02-11 Guido van RossumAnother fix. Partly reverted the tweaks done by the...
2007-02-11 Guido van RossumMake test_sax pass.
2007-02-11 Guido van RossumWith the help of the improved fixer, test_with.py is...
2007-02-11 Guido van Rossum- PEP 3106: dict.iterkeys(), .iteritems(), .itervalues...
2007-02-10 Guido van RossumRandom change to make this work unchanged when dict...
2007-02-10 Guido van RossumImplement __contains__ for dict_keys and dict_items.
2007-02-10 Guido van RossumEndow dict views with a proper length method.
2007-02-10 Guido van RossumVery preliminary work on dict views.
2007-02-09 Guido van RossumNews about softspace.
2007-02-09 Guido van RossumFix the remaining doctest failures.
2007-02-09 Guido van RossumIgnore *.py[co].
2007-02-09 Guido van RossumFix test_frozen.
2007-02-09 Guido van RossumKill off softspace completely (except in formatter...
2007-02-09 Guido van RossumRedue the failure rate to 13 tests. Bah.
2007-02-09 Guido van RossumFix the roundtripping function.
2007-02-09 Guido van RossumFairly subtle fix for failing tests.
2007-02-09 Guido van RossumTrivial fix for test_profile.py.
2007-02-09 Guido van RossumFound another difference between old and new print:
2007-02-09 Guido van RossumMore prints embedded in strings.
2007-02-09 Guido van RossumFix a bogus end=' ' here.
2007-02-09 Guido van RossumTwo tests fixed with one fix.
2007-02-09 Guido van RossumFix another test.
2007-02-09 Guido van RossumSome more tests pass now. (Also test_compiler.py with...
2007-02-09 Georg Brandl* Remove PRINT_ITEM(_TO), PRINT_NEWLINE(_TO) opcodes.
2007-02-09 Guido van RossumFix an unfortunate mis-conversion: sometimes "print...
2007-02-09 Guido van RossumRevert doubly-converted doctests.
2007-02-09 Guido van RossumFix a bunch of doctests with the -d option of refactor.py.
2007-02-09 Guido van RossumNote that print is a function now.
2007-02-09 Guido van RossumFix most trivially-findable print statements.
2007-02-09 Guido van RossumEssential changes for print function changes.
2007-02-06 Martin v. LöwisRemove bogus INCREF of ziptuple: it is a
2007-02-06 Martin v. LöwisFix refcounting bugs related to CONVERT_BINOP.
2007-02-05 Thomas WoutersMerged revisions 53538-53622 via svnmerge from
2007-02-03 Thomas Wouters - Fix conversion glitch in test_pyclbr, which caused...
2007-02-01 Thomas WoutersMerged revisions 53451-53537 via svnmerge from
2007-01-30 Guido van RossumUpdate news about int/long unification.
2007-01-29 Brett CannonAdd missing entry for PEP 3102 (keyword-only arguments).
2007-01-29 Brett CannonFix minor grammar typo.
2007-01-15 Guido van RossumFix L-suffixed literal straggler.
2007-01-15 Guido van RossumRip out 'long' and 'L'-suffixed integer literals.
2007-01-15 Thomas WoutersMerged revisions 53304-53433,53435-53450 via svnmerge...
2007-01-15 Guido van RossumNo more tests are broken AFAIK.
2007-01-15 Guido van RossumFix the sqlite failure -- it was the usual, PyInt_Check...
2007-01-15 Guido van RossumFix pickletools doctests -- all we get nowadays is...
2007-01-15 Guido van RossumFix repr.py -- it was triggering on the type name ...
2007-01-15 Guido van RossumMerged revisions 53434 via svnmerge from
2007-01-14 Guido van RossumOne more test breakage hits the dust. The test was...
2007-01-14 Guido van RossumFix new bug in ftplib.py introduced by exception scope...
2007-01-14 Guido van RossumHonesty before all.
2007-01-14 Guido van RossumFix cPickle breakage due to last-minute change to the...
2007-01-14 Guido van RossumNews about int/long unification and except syntax change.
2007-01-14 Guido van RossumMerged the int/long unification branch, by very crude...
2007-01-13 Guido van RossumFix pybench so it works -- Larry Hastings.
2007-01-10 Guido van RossumSome more changes related to the new except syntax...
2007-01-10 Guido van RossumSF patch 1631942 by Collin Winter:
2007-01-10 Guido van RossumNews about removal of the sets module.
2007-01-10 Guido van RossumExcise the sets module. SF #1500611 by Collin Winter.
2007-01-09 Thomas WoutersMerged revisions 53005-53303 via svnmerge from
2007-01-06 Martin v. LöwisAdd the bytes type to the build process.
2007-01-06 Martin v. LöwisCommit __version__ change.
2006-12-29 Fred Drakeavoid dict.has_key, since this might get used by a...
2006-12-28 Guido van RossumUpdate the magic number now that signature annotations...
2006-12-28 Neal NorwitzPEP 3107 - Function Annotations thanks to Tony Lownds
2006-12-28 Neal NorwitzCruft removal:
2006-12-28 Neal NorwitzRemove PyFloat_AsReprString() and PyFloat_AsString...
2006-12-19 Fred Drakehide version notes for 1.x and 2.x from the HTML version
2006-12-19 Guido van RossumThe opstrings table was backwards. Add an XXX comment.
2006-12-19 Georg BrandlPatch #1601678: move intern() to sys.intern().
2006-12-19 Thomas WoutersImplement extended slicing in bytes objects.
2006-12-13 Thomas WoutersOops, re-add 'static' qualifier.
2006-12-13 Thomas WoutersRegenerate frozen.c's manual marshal as directed, fixin...
2006-12-13 Thomas WoutersFour months of trunk changes (including a few releases...)
2006-11-30 Georg BrandlCheck "sep" and "end" for stringness in Print().
2006-11-30 Guido van RossumAdd built-in Print() function. This is PEP 3105 except...
2006-11-30 Jack Diederichreplace references to __nonzero__ with __bool__
2006-11-28 Jack Diederichupdated docstring on __bool__ to match behavior
2006-11-28 Jack Diederich- patch #1600346 submitted by Tomer Filiba
next