]> granicus.if.org Git - python/shortlog
python
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
2009-01-26 Raymond HettingerFix signed/unsigned mismatch.
2009-01-26 Benjamin PetersonBlocked revisions 68941-68942 via svnmerge
2009-01-26 Raymond HettingerForward port r68941 adding itertools.compress().
2009-01-26 Raymond HettingerBackport r68942: update powerset() recipe.
2009-01-26 Raymond HettingerAs discussed on python-dev, remove several operator...
2009-01-26 Brett CannonUpdate NOTES for importlib.
2009-01-26 Brett CannonBlocked revisions 68953 via svnmerge
2009-01-25 Mark DickinsonMerged revisions 68947 via svnmerge from
2009-01-25 Benjamin Petersonuse the classmethod directive
2009-01-25 Tarek ZiadéMerged revisions 68933 via svnmerge from
2009-01-25 Tarek ZiadéMerged revisions 68929 via svnmerge from
2009-01-25 Hirokazu YamamotoBlocked revisions 68927 via svnmerge
2009-01-25 Benjamin PetersonBlocked revisions 68925 via svnmerge
2009-01-25 Antoine PitrouIssue #4753: By enabling a configure option named ...
2009-01-25 Mark DickinsonMerged revisions 68920 via svnmerge from
2009-01-25 Brett CannonDocument both importlib.machinery.BuiltinImporter and...
2009-01-25 Brett CannonAdd the terms "finder", "loader", and "importer" to...
2009-01-25 Jesse Nollermerge r68915 to py3k
2009-01-24 Mark DickinsonMerged revisions 68903,68906 via svnmerge from
2009-01-24 Mark DickinsonMerged revisions 68897 via svnmerge from
2009-01-24 Martin v. LöwisMerged revisions 68893 via svnmerge from
2009-01-24 Mark DickinsonMerged revisions 68890 via svnmerge from
2009-01-24 Mark DickinsonSome minor cleanups in PyLong_FromLong:
2009-01-24 Martin v. LöwisMerged revisions 68885 via svnmerge from
2009-01-24 Kristján Valur... Add a test for UNC import paths, see issue 3677
2009-01-24 Kristján Valur... Issue 3677: Release the path string on py3k
2009-01-24 Alexandre VassalottiFactor common branch in load_long().
2009-01-23 Jesse Nollermerge 68874 to py3kwq!
2009-01-23 Hirokazu YamamotoMerged revisions 68457 via svnmerge from
2009-01-23 Alexandre VassalottiClean up pickle usage examples.
2009-01-23 Alexandre VassalottiIssue 2980: Protocol 0 is not truly restricted to ASCII.
2009-01-23 Alexandre VassalottiRemove obsolete note on binary-mode vs. text-mode file.
2009-01-23 Alexandre VassalottiRemove unnecessary copying in load_long().
2009-01-23 Benjamin PetersonMerged revisions 68750,68776-68777,68811,68842,68859...
2009-01-22 Brett CannonIgnore pyc and pyo files.
2009-01-22 Brett CannonAdd some comment markers to more clearly delineate...
2009-01-22 Brett CannonAdd importlib.machinery with its first tenants, BuitinI...
2009-01-22 Jesse Nollermerge r68862 to py3k
2009-01-22 Benjamin PetersonBlocked revisions 68850,68853 via svnmerge
2009-01-22 Brett CannonFix markup for arguments in importlib docs.
2009-01-22 Antoine PitrouFollowup of #4874: also fix multibytecodec.c
2009-01-22 Antoine PitrouIssue #4874: Most builtin decoders now reject unicode...
2009-01-22 Raymond HettingerUpdate comments and add an optimized path for Counter...
2009-01-22 Raymond HettingerMore doc tweaks.
2009-01-22 Benjamin PetersonBlocked revisions 68760,68793,68813,68826,68829,68831...
2009-01-22 Benjamin PetersonBlocked revisions 68843,68845 via svnmerge
2009-01-21 Raymond HettingerTighten-up the docs for Counter().
2009-01-21 Raymond HettingerSimplify explanation of multiset operations by removing...
2009-01-21 Jesse Nollermerge r68839 forward to py3k
2009-01-21 Antoine PitrouMerged revisions 68835 via svnmerge from
2009-01-21 Vinay SajipIssue 5013: Fixed bug in FileHandler when delay was...
2009-01-20 Raymond HettingerBeautify and cleanup the references section.
2009-01-20 Raymond HettingerRevert part of r68799 which unintentionally updated...
2009-01-20 Mark DickinsonIssue 4842, patch 2/2: int('3L') should be invalid...
2009-01-20 Mark DickinsonIssue #4842, patch 1/2: fix pickle in Python 3.x so...
2009-01-20 Benjamin PetersonBlocked revisions 68764,68766 via svnmerge
2009-01-20 Benjamin PetersonMerged revisions 68797,68801 via svnmerge from
2009-01-20 Benjamin PetersonBlocked revisions 68807 via svnmerge
2009-01-20 Benjamin PetersonBlocked revisions 68803,68805 via svnmerge
2009-01-20 Raymond HettingerFix typos.
2009-01-20 Antoine PitrouFix typo
2009-01-20 Raymond HettingerIssue 4998: Decimal should not subclass or register...
2009-01-20 Raymond HettingerForward port r68797: Fix-up jump targets in collections...
2009-01-20 Benjamin PetersonBlocked revisions 68789,68792 via svnmerge
next