]> granicus.if.org Git - python/shortlog
python
2011-04-12 Antoine PitrouIssue #11815: Remove dead code in concurrent.futures...
2011-04-12 Antoine PitrouIssue #11815: Remove dead code in concurrent.futures...
2011-04-12 Raymond HettingerFix markup.
2011-04-11 Brian CurtinDummy merge
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.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 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 Raymond HettingerIssue #11747: Fix range formatting in context and unifi...
2011-04-11 Vinay SajipWhitespace normalized.
2011-04-11 Vinay SajipAdded 'handlers' argument to logging.basicConfig.
2011-04-11 Reid KlecknerAdd Misc/NEWS "What's New" entry for subprocess timeouts.
2011-04-11 Ezio MelottiMerge with 3.2.
2011-04-11 Ezio MelottiRemove unnecessary call to PyErr_Clear.
2011-04-11 Raymond HettingerMerge
2011-04-11 Raymond HettingerCleanup and modernize code prior to working on Issue...
2011-04-11 Raymond HettingerCleanup and modernize code prior to working on Issue...
2011-04-10 Antoine PitrouMerge from 3.2 (issue #11814, issue #8428)
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 R David MurrayUse stock assertEqual instead of custom ndiffAssertEqual.
2011-04-10 Ezio Melotti#2650: re.escape() no longer escapes the "_".
2011-04-10 Ross LagerwallMerge with 3.2
2011-04-10 Ross LagerwallIssue #11818: Fix tempfile examples for Python 3.
2011-04-10 Eli BenderskyIssue #9904: fix and clarify some comments + fix indent...
2011-04-10 Raymond HettingerBeautify and modernize the SequenceMatcher example
2011-04-10 Raymond HettingerBeautify and modernize the SequenceMatcher example
2011-04-09 Ned DeilyIssue9670: Merge backout from 3.2.
2011-04-09 Ned DeilyIssue9670: Merge backout to 3.2.
2011-04-09 Ned DeilyIssue9670: Back out changeset 378b40d71175; test fails...
2011-04-09 Antoine PitrouIssue #11757: select.select() now raises ValueError...
2011-04-09 Raymond HettingerReplace constant tuple with constant set.
2011-04-09 Raymond HettingerFix nit (make spelling consistent in prototype)
2011-04-09 Ned DeilyIssue #9670: merge with current
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.2
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.2) Issue #11650: PyOS_StdioReadline() retries...
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 Victor StinnerImprove faulthandler.enable(all_threads=True)
2011-04-08 Victor Stinnerfaulthandler: dump_tracebacks_later() displays also...
2011-04-08 Victor Stinnerfaulthandler: fix variable name, timeout_ms => timeout_us
2011-04-08 Victor Stinnerfaulthandler: one more time, fix usage of locks in...
2011-04-08 Victor Stinnerfaulthandler: fix unregister() if it is called before...
2011-04-08 R David MurrayMerge #11492: fix header truncation on folding when...
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 MurrayMerge: Improve test coverage of _split_ascii method.
2011-04-08 R David MurrayImprove test coverage of _split_ascii method.
2011-04-08 Vinay SajipMerged whitespace fix.
2011-04-08 Vinay SajipNormalised whitespace.
2011-04-08 Vinay SajipMerged doc fix in 3.2.
2011-04-08 Vinay SajipUpdated Formatter documentation.
2011-04-07 Brian QuinlanMerge to tip.
2011-04-07 Brian QuinlanIssue #11777: Executor.map does not submit futures...
2011-04-07 Antoine PitrouFix faulthandler timeout to avoid breaking buildbots
2011-04-07 Ezio Melotti#7311: merge with 3.2.
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...
2011-04-07 Barry WarsawRefinement by Stefan Krah (see issue 11715, msg133194...
2011-04-07 Victor Stinnerfaulthandler: fix compilating without threads
2011-04-07 Victor Stinnerfaulthandler: we don't use (or need) SA_SIGINFO flag...
2011-04-07 Victor Stinnerfaulthandler: check PyThreadState_Get() result in dump_...
2011-04-07 Alexander BelopolskyRemoved 'or long integer' from bin, oct, and hex docstr...
2011-04-07 Alexander BelopolskyRemoved 'or long integer' from bin, oct, and hex docstr...
2011-04-06 Antoine PitrouIssue #11766: increase countdown waiting for a pool...
2011-04-06 Antoine PitrouIssue #11766: increase countdown waiting for a pool...
2011-04-06 Barry WarsawIssue 11715: Merge multiarch fix from 3.1 branch.
2011-04-06 Barry WarsawIssue 11715: Merge multiarch fix from 3.1 branch.
2011-04-06 Barry WarsawIssue 11715: Build extension modules on multiarch Debia...
2011-04-06 R David Murray#1690608: make formataddr RFC2047 aware.
2011-04-06 R David MurrayMerge #11605: don't use set/get_payload in feedparser...
2011-04-06 R David Murray#11605: don't use set/get_payload in feedparser; they...
2011-04-06 Senthil Kumaranmerge from 3.2
2011-04-06 Senthil KumaranMerge from 3.1
2011-04-06 Senthil KumaranIssue #10762: Guard against invalid/non-supported forma...
2011-04-06 Alexander BelopolskyIssue #11576: Fixed timedelta subtraction glitch on...
2011-04-06 Alexander BelopolskyIssue #11576: Fixed timedelta subtraction glitch on...
2011-04-05 Benjamin Petersonimplement tp_clear
2011-04-05 Antoine PitrouTry to fix sporadic test_multiprocessing failure
2011-04-05 Antoine PitrouTry to fix sporadic test_multiprocessing failure
2011-04-05 Antoine PitrouTry to fix sporadic test_multiprocessing failure
2011-04-05 Ross LagerwallMerge with 3.2
2011-04-05 Ross LagerwallMerge with 3.1
2011-04-05 Ross LagerwallIssue #10963: Ensure that subprocess.communicate()...
2011-04-05 Victor StinnerIssue #11757: subprocess ensures that select() and...
2011-04-05 Victor StinnerIssue #11707: Fix compilation errors with Visual Studio
2011-04-05 Raymond HettingerIssue #11707: Fast C version of functools.cmp_to_key()
2011-04-05 Victor StinnerIssue #11768: add debug messages in test_threadsignals...
2011-04-04 Victor StinnerIssue #9319: Include the filename in "Non-UTF8 code...
next