]> granicus.if.org Git - python/shortlog
python
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 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 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-13 Brian CurtinMerge 3.1
2011-04-13 Brian CurtinRemove inexistent tools
2011-04-13 Raymond HettingerIssue 3051: make pure python code pass the same tests...
2011-04-13 R David MurrayMerge: Fix wording and clarify that the IDNA codec...
2011-04-13 R David MurrayFix wording and clarify that the IDNA codec operates...
2011-04-13 Ezio MelottiMerge with 3.1.
2011-04-13 Ezio MelottiFix typo in docstring.
2011-04-13 Ezio MelottiMerge with 3.1.
2011-04-13 Ezio Melotti#9233: Fix json.loads({}) to return a dict (instead...
2011-04-13 Ezio MelottiRemove unnecessary imports and use assertIs instead...
2011-04-13 Ezio Melotti#9233: Fix json to work properly even when _json is...
2011-04-13 Ezio Melotti#9233: skip _json-specific tests when _json is not...
2011-04-13 Alexander BelopolskyIssue #11830: Remove unnecessary introspection code...
2011-04-13 Raymond HettingerFix nit.
2011-04-13 Senthil Kumaranmerge from push conflict.
2011-04-13 Senthil KumaranMerge update.
2011-04-13 Senthil KumaranMerge updates
2011-04-13 Senthil Kumaranmerge update
2011-04-13 Raymond HettingerIssue 11718: Teach IDLE's open module dialog to find...
2011-04-13 Senthil Kumaranmerge from 3.1
2011-04-13 Senthil KumaranUpdate the News for the fix to Issue11703.
2011-04-13 R David MurrayMerge #10019: Fix regression relative to 2.6: add newli...
2011-04-13 R David Murray#10019: Fix regression relative to 2.6: add newlines...
2011-04-12 Benjamin Petersonmerge 3.1
2011-04-12 Benjamin Petersonmerge heads
2011-04-12 Benjamin Petersonmake assigning to a bytes literal a syntax error (close...
2011-04-12 Senthil Kumaranmerge from 3.1
2011-04-12 Senthil KumaranFix Issue11703 - urllib2.geturl() does not return corre...
2011-04-12 Raymond HettingerMerge
2011-04-12 Raymond HettingerIssue 11747: Fix output format for context diffs.
2011-04-12 Raymond HettingerIssue 11747: Fix output format for context diffs.
2011-04-12 R David MurrayMerge: Add maxlinelen to docstring, delete obsolete...
2011-04-12 R David MurrayAdd maxlinelen to docstring, delete obsolete wording
2011-04-12 Antoine PitrouIssue #11815: Remove dead code in concurrent.futures...
2011-04-11 Brian CurtinDummy merge
2011-04-11 Brian CurtinCorrect leading spaces in my NEWS entry.
2011-04-11 brian.curtinAdd NEWS item for #5162.
2011-04-11 brian.curtinAdd NEWS item for #5162.
2011-04-11 brian.curtinFix #5162. Allow child spawning from Windows services...
2011-04-11 brian.curtinFix #5162. Allow child spawning from Windows services...
2011-04-11 Raymond HettingerIssue #11747: Fix range formatting in context and unifi...
2011-04-11 Ezio MelottiRemove unnecessary call to PyErr_Clear.
2011-04-11 Raymond HettingerCleanup and modernize code prior to working on Issue...
2011-04-10 Antoine PitrouIssue #11814: Fix likely typo in multiprocessing.Pool...
2011-04-10 Antoine PitrouIssue #8428: Fix a race condition in multiprocessing...
2011-04-10 Ross LagerwallIssue #11818: Fix tempfile examples for Python 3.
2011-04-10 Raymond HettingerBeautify and modernize the SequenceMatcher example
2011-04-09 Ned DeilyIssue9670: Merge backout to 3.2.
2011-04-09 Ned DeilyIssue9670: Back out changeset 378b40d71175; test fails...
2011-04-09 Ned DeilyIssue #9670: merge with 3.2
2011-04-09 Ned DeilyIssue #9670: Increase the default stack size for second...
2011-04-09 Ross LagerwallMerge with 3.1
2011-04-09 Ross LagerwallIssue #11719: Fix message about unexpected test_msilib...
2011-04-09 Victor Stinner(Merge 3.1) Issue #11650: PyOS_StdioReadline() retries...
2011-04-09 Victor StinnerIssue #11650: PyOS_StdioReadline() retries fgets()...
2011-04-08 R David MurrayMerge #11492: fix header truncation on folding when...
2011-04-08 R David Murray#11492: fix header truncation on folding when there...
2011-04-08 R David MurrayMerge: Improve test coverage of _split_ascii method.
2011-04-08 R David MurrayImprove test coverage of _split_ascii method.
2011-04-08 Vinay SajipNormalised whitespace.
2011-04-08 Vinay SajipUpdated Formatter documentation.
2011-04-07 Ezio Melotti#7311: fix html.parser to accept non-ASCII attribute...
2011-04-07 Barry WarsawRefinement by Stefan Krah (see issue 11715, msg133194...
2011-04-07 Barry WarsawRefinement by Stefan Krah (see issue 11715, msg133194...
next