]> granicus.if.org Git - python/shortlog
python
2007-02-27 Brett CannonCommit version bump.
2007-02-27 Neal NorwitzSF patch #1670209, Remove Py_PROTO from socket by Pete...
2007-02-27 Neal NorwitzSF patch #1669633, add methods for bytes from Pete...
2007-02-27 Neal NorwitzFix breakage from removing exceptions module
2007-02-27 Guido van RossumMike Verdone's checkpoint, cleaned up.
2007-02-27 Jeremy HyltonAdd news about nonlocal statement
2007-02-27 Guido van RossumAdded some comments and docstrings. More is needed.
2007-02-27 Georg BrandlRemove a few stray tabs from bytesobject.c.
2007-02-27 Georg BrandlImplement bytes.fromhex(), with tests.
2007-02-27 Neal NorwitzI assume this was supposed to be Py_ssize_t since there...
2007-02-27 Jeremy HyltonProvisional implementation of PEP 3104.
2007-02-27 Neal NorwitzAdd some XXX comments for Guido to look at.
2007-02-27 Guido van RossumCheckpoint for new I/O library.
2007-02-27 Guido van RossumFix some silly uses of KEYS, ITEMS, VALUES.
2007-02-27 Neal NorwitzRemove duplicate refs to int from int/long unification...
2007-02-27 Brett CannonRemove the ability to slice/index on exceptions per...
2007-02-27 Brett CannonTweak the fix for test_traceback since the fix for...
2007-02-26 Brett CannonFix a broken test in test_traceback where the module...
2007-02-26 Neal NorwitzAdd TODO
2007-02-26 Neal NorwitzRemove the exceptions builtin module, all the exception...
2007-02-26 Guido van RossumFix another loop over a dict that may change... :-(
2007-02-26 Guido van RossumAdd -d/--debug option to print traceback without -v...
2007-02-26 Brett CannonMake it so TypeError is raised if an instance of an...
2007-02-26 Neal NorwitzThe raw_input name was removed, but the implementation...
2007-02-26 Neal Norwitzraw_input() really was removed, only input() was resurr...
2007-02-26 Guido van RossumTwo more patches by Tony Lownds (SF# 1607548).
2007-02-26 Brett CannonYou can no longer catch non-BaseException objects;...
2007-02-26 Neal NorwitzWhoops, fix build breakage. There were still a few...
2007-02-26 Neal Norwitzbool is no longer required, it was only used for the...
2007-02-26 Thomas WoutersMerged revisions 53912-53951 via svnmerge from
2007-02-26 Guido van RossumAdd raw_input() back, named input(). Revive the old...
2007-02-26 Guido van RossumAdd a partial list of limitations, stripping out some...
2007-02-26 Guido van RossumChange a test to be more predictable.
2007-02-26 Georg BrandlAnother refleak, this time in PyLong_AsLong. Fixes...
2007-02-26 Guido van RossumUse better idiom to sort keys.
2007-02-26 Georg BrandlFix a refleak in the MAKE_FUNCTION opcode in ceval.c.
2007-02-26 Georg BrandlFix a refleak in PyString_Format.
2007-02-26 Georg BrandlFix refleaks in function objects caused by kwdefaults...
2007-02-26 Georg BrandlFix leak in the print function.
2007-02-26 Georg BrandlFix token.py main code vs. dict views.
2007-02-26 Guido van RossumFix a bizarre error where test_pickletools fails if...
2007-02-26 Guido van RossumDon't confound Neil S on b"a"[0] = b"b".
2007-02-26 George Yoshidaput a missing curly brace
2007-02-25 Neal NorwitzThese comments aren't relevant for 3k. They were to...
2007-02-25 Guido van RossumFix merge bug (lost line causing syntax error).
2007-02-25 Guido van RossumUse Glyph's trick to ensure that __globals__ is set...
2007-02-25 Guido van RossumAdd a proper unit test for xreload.py.
2007-02-25 Neal NorwitzChange all the function attributes from func_* -> __...
2007-02-25 Thomas WoutersMerged revisions 53875-53911 via svnmerge from
2007-02-25 Guido van RossumAdd support for static and class methods.
2007-02-25 Neal NorwitzFix typo
2007-02-25 Guido van RossumFirst draft of a different solution to the reload(...
2007-02-24 Georg BrandlMake bytes_repr return a string containing a b"" literal.
2007-02-23 Thomas WoutersMerged revisions 53859-53874 via svnmerge from
2007-02-23 Thomas WoutersPrevent regeneration.
2007-02-23 Thomas WoutersTouch file to regenerate Python-ast.[ch]
2007-02-23 Thomas WoutersBytes literal.
2007-02-23 Thomas WoutersMerged revisions 53623-53858 via svnmerge from
2007-02-22 Guido van RossumFix the last two tests.
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:
next