]> granicus.if.org Git - python/shortlog
python
2009-02-04 Raymond HettingerTweak the docs for Counter() objects.
2009-02-03 Thomas HellerMerged revisions 69260 via svnmerge from
2009-02-03 Kristján Valur... r69209 caused the fp of HTTPResponse objects to be...
2009-02-03 Brett CannonBlocked revisions 69252 via svnmerge
2009-02-03 Brett CannonAdd importlib to the Makefile.
2009-02-03 Raymond HettingerThe default shelve pickle protocol should have been 3.
2009-02-03 Benjamin PetersonBlocked revisions 69242 via svnmerge
2009-02-03 Raymond HettingerRegister decimals as numbers.Number
2009-02-03 Benjamin PetersonBlocked revisions 69237 via svnmerge
2009-02-03 Raymond HettingerValidate that __length_hint__ returns a usable result.
2009-02-03 Benjamin PetersonBlocked revisions 68532,69161,69227 via svnmerge
2009-02-02 Raymond HettingerIssue 1242657: list(obj) can swallow KeyboardInterrupt.
2009-02-02 Mark DickinsonIssue #1717, continued: Doc fixes and other cleanup...
2009-02-02 Guilherme PoloMerged revisions 69217,69219 via svnmerge from
2009-02-02 Mark DickinsonChange type of tp_reserved from cmpfunc to (void *...
2009-02-02 Mark DickinsonIssue #1717: rename tp_compare to tp_reserved. I'll...
2009-02-02 Brett CannonAdd some notes for importlib to package up what is...
2009-02-02 Brett CannonTo prevent another screw-up on my part where my prototy...
2009-02-02 Kristján Valur... merging / reimplementing r68532 from the trunk to Py3k
2009-02-02 Martin v. LöwisMerged revisions 69205 via svnmerge from
2009-02-02 Hirokazu YamamotoMerged revisions 69200 via svnmerge from
2009-02-02 Brett CannonNote to move __package__ stuff over to rpartition to...
2009-02-02 Guilherme PoloRecorded merge of revisions 69195 via svnmerge from
2009-02-01 Mark DickinsonRemove exception for non-NULL tp_compare that was intro...
2009-02-01 Mark DickinsonIssue #1717: documentation fixes related to the cmp...
2009-02-01 Mark DickinsonIssue #1717, continued: remove PyObject_Compare and...
2009-02-01 Mark DickinsonIssue #1717: remove the cmp builtin function, the...
2009-02-01 Mark DickinsonIssue #1717, stage 2: remove uses of tp_compare in...
2009-02-01 Brett CannonSimplify write_bytecode for importlib.
2009-02-01 Brett CannonUpdate importlib notes.
2009-02-01 Brett CannonDitch read_source() and read_bytecode() and replace...
2009-02-01 Brett CannonExpose source_path and bytecode_path on _PyFileLoader.
2009-02-01 Brett CannonRemove an outdated todo item from importlib.
2009-02-01 Brett CannonMove import semantic util code to importlib.test.import...
2009-02-01 Brett CannonRename importlib.test.support to importlib.test.util.
2009-02-01 Brett CannonDo not execute the .pyc/.pyo files as well as the ...
2009-02-01 Brett CannonSplit out support code that is specific to source tests...
2009-02-01 Brett CannonMove source loader tests (including reload tests) over to
2009-02-01 Brett CannonFix importlib.machinery.FrozenImporter.load_module...
2009-02-01 Brett CannonMove extension module loader tests over to importlib...
2009-02-01 Brett CannonMove built-in loader tests to importlib.test.abc.Loader...
2009-02-01 Gregory P.... documentation wording fix for issue4903
2009-01-31 Benjamin PetersonBlocked revisions 69146,69149 via svnmerge
2009-01-31 Benjamin Petersonfix indentation again
2009-01-31 Benjamin PetersonBlocked revisions 69134 via svnmerge
2009-01-31 Benjamin Petersondetabify Objects/unicodeobject.c
2009-01-31 Mark DickinsonMake Python/makeopcodetargets runnable with Python...
2009-01-31 Benjamin Petersoncomprehrensions now have proper scoping #5106
2009-01-30 Benjamin PetersonMerged revisions 68840,68881,68943,68945 via svnmerge...
2009-01-30 Benjamin PetersonMerged revisions 68884,68973,68978,69003,69083,69112...
2009-01-30 Hirokazu YamamotoIssue #5041: Fixed memory leak.
2009-01-30 Benjamin PetersonBlocked revisions 68772,68892,69039 via svnmerge
2009-01-30 Benjamin Petersonfix a case of set_daemon #5087
2009-01-30 Brett CannonThe trace module was trying to turn ints into ints...
2009-01-30 Brett CannonMerge testing ABCs for importlib into importlib.test...
2009-01-29 Tarek ZiadéMerged revisions 69106 via svnmerge from
2009-01-29 Raymond HettingerFix error in docs. The source says proto 2 is the...
2009-01-29 Antoine PitrouMerged revisions 69100 via svnmerge from
2009-01-29 Mark HammondFix issue5076: bdist_wininst fails on py3k
2009-01-29 Mark HammondMerged revisions 69094 via svnmerge from
2009-01-29 Brett CannonMerged revisions 69078-69080 via svnmerge from
2009-01-29 Benjamin PetersonBlocked revisions 69085,69087 via svnmerge
2009-01-29 Raymond HettingerFix typo.
2009-01-29 Raymond HettingerUpdate itertools.__doc__ to include all tools.
2009-01-29 Benjamin PetersonBlocked revisions 68521 via svnmerge
2009-01-29 Benjamin PetersonBlocked revisions 69070,69074 via svnmerge
2009-01-29 Raymond HettingerCorrect docs for ABCs (MutableSequence was missing...
2009-01-28 Raymond HettingerBeef-up tests for collections ABCs.
2009-01-28 Mark DickinsonIssue #4707: round(x, n) now returns an integer when...
2009-01-28 Guilherme PoloMerged revisions 69060-69063 via svnmerge from
2009-01-28 Guilherme PoloMerged revisions 69053 via svnmerge from
2009-01-28 Guilherme PoloMerged revisions 69050 via svnmerge from
2009-01-27 Mark HammondMerged revisions 69038 via svnmerge from
2009-01-27 Benjamin PetersonBlocked revisions 69001,69010,69012,69014,69018,69023...
2009-01-27 Mark DickinsonFix an occurrence of cmp that was missed in r69025
2009-01-27 Mark DickinsonIssue #1717: Remove cmp. Stage 1: remove all uses...
2009-01-27 Raymond HettingerAdd more tests for the powerset() recipe.
2009-01-27 Raymond HettingerResurrect two buffer tests, converting irepeat() to...
2009-01-27 Antoine PitrouAdd executable property to Python/makeopcodetargets.py
2009-01-27 Raymond HettingerMore exhaustive combinatoric checks.
2009-01-27 Raymond HettingerIssue 5021: doctest.testfile should set __name__
2009-01-27 Raymond HettingerStronger tests for combinatoric relationships.
2009-01-27 Raymond HettingerAdd tests to verify combinatoric relationships.
2009-01-27 Raymond HettingerBeautify grouper() recipe in docs.
2009-01-27 Raymond HettingerPut functions back in alphabetical order.
2009-01-27 Raymond HettingerForward port r69001: itertools.combinations_with_replac...
2009-01-27 Benjamin PetersonBlocked revisions 68998 via svnmerge
2009-01-27 Brett CannonInitial take on importlib.test.loader_tests.
2009-01-27 Raymond HettingerTweak column alignment in collections docs.
2009-01-27 Benjamin PetersonBlocked revisions 68964,68985 via svnmerge
2009-01-27 Brett CannonUpdate importlib NOTES.
2009-01-27 Brett CannonMove importlib.test.frozen.test_finder over to importli...
2009-01-27 Brett CannonMove importlib.test.builtin.test_finder over to importl...
2009-01-27 Brett CannonMake importlib.test.finder_tests an ABC.
2009-01-27 Brett CannonMove importlib.test.extension.test_finder over to impor...
2009-01-27 Raymond HettingerForward port r68985: Idle startup message.
2009-01-26 Antoine PitrouFix test so as to also pass in debug mode
2009-01-26 Mark DickinsonMerged revisions 68974-68975 via svnmerge from
2009-01-26 Antoine PitrouFollowup of #4705: we can't skip the binary buffering...
2009-01-26 Tarek ZiadéMerged revisions 68951 via svnmerge from
next