]> granicus.if.org Git - python/shortlog
python
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...
2011-04-04 Victor StinnerIssue #10785: Store the filename as Unicode in the...
2011-04-04 Victor StinnerIssue #11765: don't test time.sleep() in test_faulthandler
2011-04-04 Victor StinnerIssue #11619: _PyImport_LoadDynamicModule() doesn't...
2011-04-04 Antoine PitrouTry to fix sporadic failure in test_thread/test_threading
2011-04-04 Antoine PitrouTry to fix sporadic failure in test_thread/test_threading
2011-04-04 Antoine PitrouTry to fix sporadic failure in test_thread/test_threading
2011-04-04 Antoine PitrouClarify that GzipFile.read1() is now implemented
2011-04-04 Antoine PitrouClarify that GzipFile.read1() isn't implemented.
2011-04-04 Antoine PitrouIssue #10791: Implement missing method GzipFile.read1...
2011-04-04 Antoine PitrouIgnore other MSVC by-products
2011-04-04 Antoine PitrouIgnore AMD64 build files under Windows
2011-04-04 Antoine PitrouIgnore build/ and Doc/build
2011-04-04 brian.curtinAdd x64-temp to ignore, prepend a forward slash to...
2011-04-04 Antoine PitrouIssue #11761: make tests for gc.get_count() less fragile
2011-04-04 Antoine PitrouIssue #11761: make tests for gc.get_count() less fragile
2011-04-04 Antoine PitrouIssue #11761: make tests for gc.get_count() less fragile
2011-04-04 Raymond HettingerUpdate timeit to use the new string formatting syntax.
2011-04-04 Victor StinnerReenable regrtest.py timeout (30 min): #11738 and ...
2011-04-04 Victor StinnerIssue #11753: faulthandler thread uses pthread_sigmask()
2011-04-04 Steven BethardMerge
2011-04-04 Steven BethardIssue #9347: Fix formatting for tuples in argparse...
2011-04-03 Steven BethardIssue #9347: Fix formatting for tuples in argparse...
2011-04-03 Antoine PitrouFix TraceCallbackTests to not use bound parameters...
2011-04-03 Antoine PitrouIssue #11749: try to fix transient test_socket failure
2011-04-03 Antoine PitrouIssue #11749: try to fix transient test_socket failure
next