]> granicus.if.org Git - python/shortlog
python
2011-04-24 Éric AraujoThe version* directives don’t work with a blank line...
2011-04-24 Éric AraujoRemove unneeded backslashes
2011-04-24 Éric AraujoFix indentation
2011-04-24 Éric AraujoMerge 3.1
2011-04-24 Éric AraujoBranch merge
2011-04-24 Éric AraujoBranch merge
2011-04-22 Éric AraujoFix weird executable name
2011-04-21 Ezio MelottiFix some more markup glitches in argparse doc.
2011-04-21 Ezio Melotti#11905: fix missing full stop in argparse doc. Noticed...
2011-04-21 Ezio Melotti#11904: fix indentation in argparse doc. Noticed by...
2011-04-21 Ezio Melotti#11902: Fix typo in argparse doc. Noticed by Vladimir...
2011-04-21 Ezio MelottiAdd the :mod: role where it was missing.
2011-04-21 Ezio Melotti#11885: capitalize Python.
2011-04-21 Ezio Melotti#11897: Fix typo in porting howto. Patch by Marti Raudsepp.
2011-04-21 Éric AraujoAdd a space to make json doc a bit more readable
2011-04-20 Jesus Ceamerge
2011-04-20 Jesus Ceamerge heads
2011-04-20 Jesus Ceamerge heads
2011-04-20 Jesus Ceanull merge
2011-04-20 Jesus CeaPort 5b607cd8c71b (closes #11892)
2011-04-20 Raymond HettingerMinor text rearrangement.
2011-04-20 Raymond HettingerMinor text rearrangement.
2011-04-20 Jesus Ceaheads merging
2011-04-20 Jesus Ceanull merge
2011-04-20 Ezio MelottiUse non-deprecated method name.
2011-04-20 Jesus Ceamerge
2011-04-20 Jesus Ceamerge
2011-04-20 Jesus CeaMERGE: Up-port changeset 5cf8f6da8743 (closes #11890)
2011-04-20 Ezio MelottiMerge with 3.1.
2011-04-20 Ezio MelottiFix wrong function name. Noticed by Clive Darke.
2011-04-20 Jesus CeaUp-port changeset 5cf8f6da8743 (closes #11890)
2011-04-20 Éric AraujoMerge 3.1
2011-04-20 Éric AraujoBranch merge
2011-04-20 Éric AraujoFix argument name in reST doc to match the code
2011-04-20 Éric AraujoBranch merge
2011-04-20 Éric AraujoAdd docstring to dbm.open
2011-04-20 Jesus CeaMERGE: startswith and endswith don't accept None as...
2011-04-20 Jesus Ceastartswith and endswith don't accept None as slice...
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 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 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 SajipUpdated documentation on fileConfig().
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 MurrayFix markup.
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 Murray#11492: rewrite header folding algorithm. Less code...
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 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-17 Éric AraujoFix resource warning found manually
2011-04-16 Éric AraujoAdvertise nesting directives for class/method and class...
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 PitrouFix possible "file already exists" error when running...
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 BrandlMerge with 3.1
2011-04-16 R David MurrayImprove message.py test coverage to 100%.
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 HettingerAdd another example to the collections module docs.
2011-04-15 Éric AraujoFix double use of f.close().
2011-04-17 Éric AraujoAdd missing types to docstring of ast.literal_eval.
2011-04-17 Éric AraujoPrevent deprecation warning
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 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.1.
2011-04-15 Ezio MelottiIssue #5057: fix a bug in the peepholer that led to...
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.1.
2011-04-15 Ezio Melotti#11848: replace dead link in random.betavariate comment.
2011-04-15 Ezio Melotti#11845: Fix typo in rangeobject.c that caused a crash...
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.1
2011-04-15 Eli BenderskyIssue #11827: remove mention of list2cmdline in the...
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.1.
2011-04-14 Ezio Melotti#11840: Improve c-api/unicode documentation. Patch...
2011-04-14 Ezio MelottiDummy merge with 3.1.
2011-04-14 Ezio Melotti#9101: backport json reference in configparser doc.
2011-04-14 Éric AraujoFix improper tests in RegisterTestCase
2011-04-15 Éric AraujoMinor tweaks to a few comments in heapq
next