]> granicus.if.org Git - python/shortlog
python
2011-04-28 Antoine PitrouIssue #11811: Factor out detection of IPv6 support...
2011-04-28 Łukasz LangaMerged solution for #11324 from 3.2.
2011-04-28 Łukasz LangaCloses #11324: ConfigParser(interpolation=None) doesn...
2011-04-28 Łukasz LangaMerged ACKS from 3.2: added Yuxiao Zeng
2011-04-28 Łukasz LangaAdded Yuxiao Zeng for finding and resolving #11858...
2011-04-28 Vinay SajipImproved test_logging coverage.
2011-04-28 Łukasz LangaMerged styling updates for #11670 from 3.2.
2011-04-28 Łukasz LangaStyle updates for the #11670 solution after post-commit...
2011-04-28 Senthil Kumaranmerge from 3.2
2011-04-28 Senthil Kumaranmerge from 3.1
2011-04-28 Senthil Kumaranskip the extractall test on platforms where os.symlink...
2011-04-28 Łukasz LangaMerged solution for #11858 from 3.2.
2011-04-28 Łukasz LangaCloses #11858: configparser.ExtendedInterpolation and...
2011-04-28 Senthil Kumaranmerge from 3.2
2011-04-28 Senthil Kumaranmerge from 3.1
2011-04-28 Senthil KumaranAdd tests for tarfile extractall feature when with...
2011-04-28 Ezio Melotti#11926: merge with 3.2.
2011-04-28 Ezio Melotti#11926: merge with 3.1.
2011-04-28 Ezio Melotti#11926: add missing keywords to help("keywords").
2011-04-27 Raymond HettingerIssue #11940: Update external link.
2011-04-27 Raymond HettingerIssue #11940: Update external link.
2011-04-27 Raymond HettingerIssue #11940: Update external link.
2011-04-27 Ezio Melotti#11938: merge with 3.2.
2011-04-27 Ezio Melotti#11938: Fix duplicated test name in test_inspect. Patch...
2011-04-27 Ezio Melotti#11942: merge with 3.2.
2011-04-27 Ezio Melotti#11942: merge with 3.1.
2011-04-27 Ezio Melotti#11942: Fix return type of Py_AddPendingCall. Patch...
2011-04-27 Antoine PitrouIssue #10517: After fork(), reinitialize the TLS used...
2011-04-27 Antoine PitrouIssue #10517: After fork(), reinitialize the TLS used...
2011-04-27 Łukasz LangaMerged trailing whitespace fix.
2011-04-27 Łukasz LangaFixed trailing whitespace in the ReST file.
2011-04-27 Łukasz LangaMerged #11670 from 3.2
2011-04-27 Łukasz LangaCloses #11670: configparser read_file now iterates...
2011-04-27 Éric AraujoMerge 3.2
2011-04-27 Éric AraujoBranch merge
2011-04-27 Éric AraujoMerge 3.1
2011-04-27 Éric AraujoBranch merge
2011-04-27 Éric AraujoBranch merge
2011-04-27 Éric AraujoChange markup so it generates a link
2011-04-27 Vinay SajipUse correct Unix socket for syslogd on OS X.
2011-04-27 Vinay Sajiptest_logging: handle syslogd connection failure.
2011-04-27 Vinay Sajiptest_logging coverage improvements.
2011-04-27 Vinay SajipRe-enabled time test in test_logging.
2011-04-27 Ezio Melotti#11763: merge with 3.2.
2011-04-27 Ezio Melotti#11763: merge with 3.1.
2011-04-27 Ezio Melotti#11763: don't use difflib in TestCase.assertMultiLineEq...
2011-04-26 Victor StinnerIssue #10914: Initialize correctly the filesystem codec...
2011-04-26 Victor StinnerIssue #10914: Py_NewInterpreter() uses PyErr_PrintEx(0)
2011-04-26 Victor StinnerFix compilation of _testembed.c without threads
2011-04-26 Victor StinnerPyGILState_Ensure(), PyGILState_Release(), PyGILState_G...
2011-04-26 Raymond Hettingermerge
2011-04-26 Raymond HettingerIssue 11929: Minor whitespace clean-ups.
2011-04-26 Raymond HettingerIssue 11929: Minor whitespace clean-ups.
2011-04-26 Victor StinnerIssue #11918: OS/2 and VMS are no more supported becaus...
2011-04-26 Vinay SajipDisabled test failing on buildbots.
2011-04-26 Vinay SajipRefined time test in test_logging.
2011-04-26 Vinay SajipYet more test_logging coverage improvements.
2011-04-26 Vinay SajipMore test_logging coverage improvements.
2011-04-26 Vinay Sajiptest_logging coverage improvements.
2011-04-26 Antoine PitrouI think this should be "versionchanged", not "versionadded"
2011-04-26 Senthil Kumaranmerge from 3.2
2011-04-26 Senthil Kumaranmerge from 2.7
2011-04-26 Senthil Kumaranmerge from 3.1
2011-04-26 Senthil KumaranUpdate News entry for Issue11236
2011-04-26 Senthil Kumaranmerge from 3.1 codeline.
2011-04-26 Senthil KumaranFix for issue11236 getpass.getpass to respond ctrl...
2011-04-26 Ezio Melotti#6780: merge with 3.2.
2011-04-26 Ezio Melotti#6780: merge with 3.1.
2011-04-26 Ezio Melotti#6780: fix starts/endswith error message to mention...
2011-04-25 R David MurrayMerge #11901: add description of how bitfields are...
2011-04-25 R David MurrayMerge #11901: add description of how bitfields are...
2011-04-25 R David Murray#11901: add description of how bitfields are laid out...
2011-04-25 Antoine PitrouIssue #11919: try to fix test_imp failure on some build...
2011-04-25 Antoine PitrouIssue #11919: try to fix test_imp failure on some build...
2011-04-25 Antoine PitrouIssue #10914: Add a minimal embedding test to test_capi.
2011-04-25 Antoine PitrouIssue #10914: add NEWS item.
2011-04-25 Antoine PitrouIssue #10914: Add a minimal embedding test to test_capi.
2011-04-25 Antoine PitrouIssue #11856: Speed up parsing of JSON numbers.
2011-04-25 Éric AraujoChange markup so that it creates a link
2011-04-25 Alexander BelopolskyIssue #2736: Documented how to compute seconds since...
2011-04-25 Jesus CeaRevert bb62908896fe, but keep the test
2011-04-25 Jesus Ceapybench prep_times calculation error (closes #11895)
2011-04-25 Jesus CeaCorrectly merging #9319 into 3.3?
2011-04-25 Jesus Ceapybench prep_times calculation error (closes #11895)
2011-04-25 Jesus Ceapybench prep_times calculation error (closes #11895)
2011-04-24 Victor StinnerIssue #11005, issue #11915: fix issue number of commit...
2011-04-24 Victor StinnerIssue #11915: threading.RLock()._release_save() raises...
2011-04-24 Raymond HettingerMinor clean-ups to docstrings, comments, and var names.
2011-04-24 Raymond HettingerMinor clean-ups to docstrings, comments, and var names.
2011-04-24 Éric AraujoRemove obsolete/duplicate docstring
2011-04-24 Éric AraujoAdd versionchanged for c19752ea037f (#10998)
2011-04-24 Éric AraujoThe version* directives don’t work with a blank line...
2011-04-24 Éric AraujoAdd versionchanged for a364719e400a (#11591)
2011-04-24 Éric AraujoRemove unneeded backslashes
2011-04-24 Éric AraujoRemove unneeded backslashes
2011-04-24 Éric AraujoMerge 3.2
2011-04-24 Éric AraujoBranch merge
2011-04-24 Éric AraujoFix indentation
2011-04-24 Éric AraujoMerge 3.1
2011-04-24 Éric AraujoBranch merge
next