]> granicus.if.org Git - python/shortlog
python
2009-09-16 Georg BrandlUse true booleans and PEP8 for argdefaults.
2009-09-16 Georg BrandlUse true booleans.
2009-09-16 Georg BrandlSmall PEP8 correction.
2009-09-16 Georg BrandlUse true booleans.
2009-09-16 Ezio MelottiBlocked revisions 74825 via svnmerge
2009-09-16 Georg Brandl#6885: run python 3 as python3.
2009-09-16 Ezio Melotti#6910 - for->or typo
2009-09-16 Ezio Melottiupdated the doc to match the module docstring, fixed...
2009-09-15 Georg BrandlDo not document the most important (at least for Guido...
2009-09-15 Ronald OussorenMerged revisions 74806 via svnmerge from
2009-09-15 Ronald OussorenMerged revisions 74798 via svnmerge from
2009-09-15 Ezio MelottiMerged revisions 74799 via svnmerge from
2009-09-15 Benjamin PetersonPy_(Set|Get)PythonHome use wchar_t #6913
2009-09-14 Georg BrandlRecorded merge of revisions 74791 via svnmerge from
2009-09-14 Ezio MelottiMerged revisions 74787 via svnmerge from
2009-09-13 Matthias KloseMerged revisions 74773 via svnmerge from
2009-09-13 Mark DickinsonMerged revisions 74769 via svnmerge from
2009-09-13 Ezio Melottitypo: string values *have* to be
2009-09-13 Ezio Melottifixed more examples that were using u"", print without...
2009-09-13 Ezio Melottismall fixes in the examples and in the markup
2009-09-13 Ezio Melottimore list()s on dictviews
2009-09-13 Benjamin Petersonpy3k documentation has its own url
2009-09-13 Benjamin PetersonMerged revisions 74757 via svnmerge from
2009-09-12 Ezio MelottiMerged revisions 74754 via svnmerge from
2009-09-12 Lars GustäbelMerged revisions 74750 via svnmerge from
2009-09-12 R. David MurrayFix typo.
2009-09-12 Ezio Melottid.items() -> list(d.items()) in the examples
2009-09-11 Benjamin PetersonMerged revisions 74464 via svnmerge from
2009-09-11 Benjamin PetersonMerged revisions 74277,74321,74323,74326,74355,74465...
2009-09-11 Benjamin PetersonBlocked revisions 74300,74490,74519,74631,74635-74637...
2009-09-11 Benjamin PetersonBlocked revisions 74733-74734 via svnmerge
2009-09-11 Benjamin Peterson#6888 fix the alias command with no arguments
2009-09-11 Benjamin Petersonkill reference to default encoding #6889
2009-09-09 Georg BrandlMerged revisions 74737 via svnmerge from
2009-09-09 Tarek ZiadéMerged revisions 74728 via svnmerge from
2009-09-08 Mark DickinsonMerged revisions 74723 via svnmerge from
2009-09-08 Ronald OussorenMerged revisions 74701 via svnmerge from
2009-09-07 Mark DickinsonMerged revisions 74708 via svnmerge from
2009-09-07 Mark DickinsonMerged revisions 74704 via svnmerge from
2009-09-07 Benjamin PetersonBlocked revisions 74699,74702 via svnmerge
2009-09-06 Mark DickinsonMerged revisions 74693 via svnmerge from
2009-09-06 Mark DickinsonMerged revisions 74689 via svnmerge from
2009-09-06 Ronald OussorenFix for issue 6393: Python crashes on OSX when $LANG...
2009-09-06 Ronald OussorenMerged revisions 74672 via svnmerge from
2009-09-06 Mark DickinsonMerged revisions 74677 via svnmerge from
2009-09-06 Mark DickinsonMerged revisions 74673 via svnmerge from
2009-09-05 Mark DickinsonMerged revisions 74667 via svnmerge from
2009-09-04 Thomas HellerIssue 6239: ctypes.c_char_p return value must return...
2009-09-04 Georg BrandlRemove the just-removed "help" from __all__.
2009-09-04 Georg BrandlRecorded merge of revisions 74655-74656 via svnmerge...
2009-09-04 Chris WithersFixes issue #6838: use a list to accumulate the value...
2009-09-04 Georg BrandlBlocked revisions 74653 via svnmerge
2009-09-04 Georg BrandlRecorded merge of revisions 74650 via svnmerge from
2009-09-04 Georg BrandlTurn some comments into docstrings.
2009-09-04 Georg BrandlRemove pseudo-end markers from http.cookies.
2009-09-04 Georg BrandlRemove backwards compatibility stuff from profile/cProfile.
2009-09-04 Georg Brandl#5221: fix related topics: SEQUENCEMETHODS[12] doesnt...
2009-09-03 Brett CannonMerged revisions 74640 via svnmerge from
2009-09-03 Brett CannonRework importlib benchmarks so that they measure number...
2009-09-03 Jack Diederich- apply issue 6582 to test all the write methods of...
2009-09-03 Georg BrandlMerged revisions 74633 via svnmerge from
2009-09-02 Georg BrandlSwitch more function arguments docs to new-style.
2009-09-02 Georg BrandlUse true booleans and a bit more PEP8.
2009-09-02 Georg BrandlUse true kwonly arg instead of **kwds hackaround.
2009-09-02 Georg Brandl#6819: fix typo.
2009-09-01 Georg BrandlRemove old news entry that got merged.
2009-09-01 Georg BrandlMerged revisions 74542,74544-74548,74550,74554-74555...
2009-09-01 Georg Brandl#6732: fix return value of module init function in...
2009-09-01 Georg Brandl#6754: remove old struct member nb_inplace_divide.
2009-09-01 Georg BrandlRecorded merge of revisions 74614 via svnmerge from
2009-09-01 Georg Brandl#6814: remove traces of xrange().
2009-08-31 Georg BrandlRecorded merge of revisions 74608 via svnmerge from
2009-08-31 Senthil KumaranDoc fix for issue2637.
2009-08-31 Mark DickinsonMerged revisions 74604 via svnmerge from
2009-08-30 Brett CannonClarify why test_import is failing under importlib.
2009-08-30 Brett CannonLoosen an exception test in test_import to not require...
2009-08-30 Brett CannonTrying to import a submodule from another module and...
2009-08-30 Brett Cannontest_pep3120 is no longer a problem for importlib as...
2009-08-30 Brett CannonMake the exception message check for malformed UTF...
2009-08-30 Brett CannonWhen the globals argument to importlib.__import__(...
2009-08-30 Brett CannonTurn on verbose2 for importlib.test.regrtest so as...
2009-08-30 Brett CannonRaise TypeError if the name given to importlib.__import...
2009-08-30 Brett CannonFix the importlib_only test decorator to work again...
2009-08-30 Brett CannonUse the public API, not a private one.
2009-08-30 Brett CannonAllow importlib.__import__ to accept any iterable for...
2009-08-30 Brett CannonProvide module docstrings for the two main test drivers...
2009-08-30 Brett CannonTweak importlib.test.regrtest to only specify the impli...
2009-08-30 Brett CannonDocument the import semantics that if None is found...
2009-08-30 Brett CannonHave importlib raise ImportError if None is found in...
2009-08-29 Amaury Forgeot... Merged revisions 74581 via svnmerge from
2009-08-29 Benjamin PetersonBlocked revisions 72880,74098,74100,74463,74522,74537...
2009-08-28 Mark DickinsonBlocked revisions 74575 via svnmerge
2009-08-28 Lars GustäbelMerged revisions 74571 via svnmerge from
2009-08-28 Mark DickinsonMerged revisions 74564 via svnmerge from
2009-08-27 Brett CannonAdd a test file to importlib that runs regrtest using...
2009-08-27 Brett CannonAdd support for a --builtin argument to importlib.test...
2009-08-27 Brett CannonMove over to using assertRaises as a context manager...
2009-08-27 Brett CannonMake __package__ setting tests specific to importlib...
2009-08-27 Brett CannonMove a test-skipping decorator over to unittest.skipIf.
2009-08-26 Benjamin Petersonthe old buffer object doesn't exist in Python 3 #6659
next