]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2011-04-20  Victor StinnerIssue #11223: fix compiler warnings
2011-04-20  Vinay SajipAttempt fix of #11557 by changing teardown logic.
2011-04-20  Victor StinnerClose #11619: write_compiled_module() doesn't encode...
2011-04-20  Raymond HettingerIssue #11875: Alter the previous fix to work better...
2011-04-20  Raymond HettingerIssue #11875: Alter the previous fix to work better...
2011-04-20  Raymond HettingerIssue #11875: Alter the previous fix to work better...
2011-04-19  Victor StinnerIssue #11223: fix test_dummy_threading, add _dummy_thre...
2011-04-19  Victor StinnerIssue #11223: Add threading._info() function providing...
2011-04-19  Victor Stinnerfaulthandler: don't use sigprocmask()
2011-04-19  Ezio MelottiMerge with 3.2.
2011-04-19  Ezio MelottiMerge with 3.1.
2011-04-19  Ezio MelottiFix wrong number of functions noticed by Sandro Tosi.
2011-04-19  Raymond Hettingermerge
2011-04-19  Raymond Hettingermerge
2011-04-19  Raymond Hettingermerge
2011-04-19  Raymond HettingerIssue 11875: Keep OrderedDict's __reduce__ from tempora...
2011-04-19  Raymond HettingerIssue 11875: Keep OrderedDict's __reduce__ from tempora...
2011-04-19  Raymond Hettingermerge
2011-04-19  Raymond HettingerIssue 11875: Keep OrderedDict's __reduce__ from tempora...
2011-04-19  Raymond HettingerHmm, __ne__ was missing
2011-04-19  Raymond HettingerIssue 11875: Keep OrderedDict's __reduce__ from tempora...
2011-04-19  Vinay SajipMerged documentation fix from 3.2.
2011-04-19  Vinay SajipUpdated documentation on fileConfig().
2011-04-19  Giampaolo Rodola'os.sendfile(): on Linux if offset parameter is passed...
2011-04-19  Georg BrandlAdd new email.policy document to the toctree and fix...
2011-04-18  Nadeem VawdaMerge test_startfile fix from 3.2.
2011-04-18  Nadeem VawdaMerge test_startfile fix from 3.1.
2011-04-18  Nadeem VawdaFix sporadic failure in test_startfile.
2011-04-18  R David MurrayMarkup and text fixes from Georg Brandl's review.
2011-04-18  R David MurrayMerge: Fix markup.
2011-04-18  R David MurrayFix markup.
2011-04-18  R David Murray#11731: simplify/enhance parser/generator API by introd...
2011-04-18  Victor Stinner(Merge 3.2) Issue #11768: The signal handler of the...
2011-04-18  Victor Stinner(Merge 3.1) Issue #11768: The signal handler of the...
2011-04-18  Victor StinnerIssue #11768: The signal handler of the signal module...
2011-04-18  R David MurrayMerge: #11492: rewrite header folding algorithm. Less...
2011-04-18  R David Murray#11492: rewrite header folding algorithm. Less code...
2011-04-18  Ezio Melotti#11865: Merge with 3.2.
2011-04-18  Ezio Melotti#11865: Merge with 3.1.
2011-04-18  Ezio Melotti#11865: fix typo in init.rst.
2011-04-18  Raymond Hettingermerge
2011-04-18  Raymond HettingerRework multiset methods to use less memory and to make...
2011-04-18  Raymond HettingerRework multiset methods to use less memory and to make...
2011-04-18  Raymond HettingerRework multiset methods to use less memory and to make...
2011-04-16  Ezio MelottiMerge with 3.2.
2011-04-16  Ezio MelottiFix a few more hyphens in argparse.rst
2011-04-16  Antoine PitrouIssue #11790: Fix sporadic failures in test_multiproces...
2011-04-16  Antoine PitrouIssue #11790: Fix sporadic failures in test_multiproces...
2011-04-16  Antoine PitrouMerge from 3.2
2011-04-16  Antoine PitrouFix possible "file already exists" error when running...
2011-04-16  Georg BrandlMerge with 3.2.
2011-04-16  Georg BrandlFix duplicate "is".
2011-04-16  Georg BrandlMerge with 3.2
2011-04-16  Georg BrandlMerge with 3.1
2011-04-16  Georg BrandlSmall wording fix.
2011-04-16  Georg BrandlConsistency fix: "command line" is the noun, "command...
2011-04-16  Georg BrandlBackport 8a9f8f34d9d5.
2011-04-16  Georg BrandlConsistency fix: "command line" is the noun, "command...
2011-04-16  R David MurrayMerge: Improve message.py test coverage to 100%.
2011-04-16  R David MurrayImprove message.py test coverage to 100%.
2011-04-16  Eli BenderskyIssue #11855: merge from 3.2
2011-04-16  Eli BenderskyIssue #11855: merge from 3.1
2011-04-16  Eli BenderskyIssue #11855: Apply missing formatting for urlretrieve
2011-04-16  Raymond Hettingermerge
2011-04-16  Raymond Hettingermerge
2011-04-16  Raymond HettingerAdd another example to the collections module docs.
2011-04-15  Vinay SajipIssue #11852: Merge fix from 3.2.
2011-04-15  Vinay SajipIssue #11852: Add missing imports and update tests.
2011-04-15  Raymond HettingerFix minor subclassing issue with collections.Counter
2011-04-15  Raymond HettingerFix minor subclassing issue with collections.Counter
2011-04-15  Raymond HettingerFix minor subclassing issue with collections.Counter
2011-04-15  R David MurrayRemove unused method from internal class.
2011-04-15  Ezio Melotti#11843: Merge with 3.2.
2011-04-15  Ezio Melotti#11843: Merge with 3.1.
2011-04-15  Ezio Melotti#11843: remove duplicate line from table in distutil...
2011-04-15  Ezio Melotti#5057: Merge with 3.2.
2011-04-15  Ezio Melotti#5057: Merge with 3.1.
2011-04-15  Ezio MelottiIssue #5057: fix a bug in the peepholer that led to...
2011-04-15  Senthil Kumaranmerge from 3.2
2011-04-15  Senthil Kumaranmerge from 3.1
2011-04-15  Senthil KumaranIssue #11467: Fix urlparse behavior when handling urls...
2011-04-15  Ezio Melotti#11848: Merge with 3.2.
2011-04-15  Ezio Melotti#11848: Merge with 3.1.
2011-04-15  Ezio Melotti#11848: replace dead link in random.betavariate comment.
2011-04-15  Ezio Melotti#11845: Merge with 3.2.
2011-04-15  Ezio Melotti#11845: Fix typo in rangeobject.c that caused a crash...
2011-04-15  Ezio Melotti#4783: Merge with 3.2.
2011-04-15  Ezio Melotti#4783: Merge with 3.1.
2011-04-15  Ezio Melotti#4783: document that is not possible to use json.dump...
2011-04-15  Eli Benderskymerge from 3.2
2011-04-15  Eli Benderskymerge from 3.1
2011-04-15  Eli BenderskyIssue #11827: remove mention of list2cmdline in the...
2011-04-14  Senthil Kumaranmerge from 3.2.
2011-04-14  Senthil Kumaranmerge from 3.1
2011-04-14  Senthil KumaranFix Issue11474 - fix url2pathname() handling of '/C...
2011-04-14  Ezio Melotti#11840: Merge with 3.2.
2011-04-14  Ezio Melotti#11840: Merge with 3.1.
2011-04-14  Ezio Melotti#11840: Improve c-api/unicode documentation. Patch...
2011-04-14  Ezio MelottiDummy merge with 3.2.
2011-04-14  Ezio MelottiDummy merge with 3.1.
next