]> granicus.if.org Git - python/shortlog
python
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
2011-04-03 Antoine PitrouImprove error message in test
2011-04-03 Antoine PitrouIssue #11688: Add sqlite3.Connection.set_trace_callback...
2011-04-03 Victor StinnerIssue #11727, issue #11753, issue #11755: disable regrt...
2011-04-03 Victor Stinnertest_faulthandler: improve the test on dump_tracebacks_...
2011-04-03 Victor Stinnertest_faulthandler: fix regex on the check_dump_tracebac...
2011-04-03 Antoine PitrouIssue #11748: try to fix sporadic failures in test_ftplib
2011-04-03 Antoine PitrouMerge fix for issue #11746
2011-04-03 Antoine PitrouIssue #11746: Fix SSLContext.load_cert_chain() to accep...
2011-04-03 Antoine PitrouFix whitespace
2011-04-03 Antoine PitrouIssue #5863: Rewrite BZ2File in pure Python, and allow...
2011-04-03 Ezio Melotti#11282: add back the fail* methods and assertDictContai...
2011-04-03 Ezio Melotti#11282: merge with 3.2.
2011-04-03 Ezio Melotti#11282: the fail* methods will stay around a few more...
2011-04-03 Ezio MelottiMerge with 3.2
2011-04-03 Ezio MelottiMerge with 3.1
2011-04-03 Ezio MelottiFix typo noticed by Sandro Tosi.
2011-04-01 Victor StinnerIssue #11727: set regrtest default timeout to 30 minutes
2011-04-01 Victor StinnerIssue #11727: set regrtest default timeout to 15 minutes
2011-04-01 Victor StinnerIssue #11393: signal of user signal displays tracebacks...
2011-04-01 Victor StinnerIssue #11393: _Py_DumpTraceback() writes the header...
2011-04-01 Victor StinnerIssue #11393: Fix faulthandler.disable() and add a...
2011-04-01 Victor StinnerIssue #11393: The fault handler handles also SIGABRT
2011-04-01 Victor StinnerIssue #11393: fault handler uses raise(signum) for...
2011-04-01 Georg BrandlFix markup.
2011-04-01 Victor StinnerIssue #11393: fix usage of locks in faulthandler
2011-04-01 Victor StinnerIssue #11393: New try to fix faulthandler_thread()
2011-04-01 Victor StinnerIssue #11393: Fix faulthandler_thread(): release cancel...
2011-03-31 Raymond HettingerIssue #7796: Add link to Jan Kaliszewski's alternate...
2011-03-31 Raymond HettingerIssue #7796: Add link to Jan Kaliszewski's alternate...
2011-03-31 Raymond HettingerFix markup and wording.
2011-03-31 Raymond HettingerFix markup and wording.
2011-03-31 Victor StinnerIssue #11393: test_faulthandler is more tolerant on...
2011-03-31 Raymond HettingerAdd links to make the math docs more usable.
2011-03-31 Raymond HettingerAdd links to make the math docs more usable.
2011-03-31 R David MurrayMove assertBytesEqual to base test class, improve it...
2011-03-31 Victor StinnerIssue #11393: get more information on assertion error...
2011-03-31 Victor StinnerIssue #11727: Antoine and Arfrever don't like "0 <...
2011-03-31 R David MurrayMove infrastructure into __init__ to lay groundwork...
2011-03-31 Victor StinnerIssue #11393: check that stdout is empty if we use...
2011-03-31 Victor StinnerIssue #11727: add --timeout option to regrtest (disable...
2011-03-31 Victor Stinnerregrtest.py checks that child process exit code is...
2011-03-31 R David MurrayOnly a few files were opened using findfile; consistent...
2011-03-31 Victor StinnerMerge 3.2: sys.getfilesystemencoding() raises a Runtime...
2011-03-31 Victor Stinnersys.getfilesystemencoding() raises a RuntimeError if...
2011-03-31 Victor StinnerIssue #11393: test_faulthandler checks the exitcode...
2011-03-31 Victor StinnerIssue #11393: limit stack overflow test to 100 MB
2011-03-31 Victor StinnerIssue #11393: Fix the documentation (cancel_dump_traceb...
2011-03-31 Victor StinnerIssue #11557: disable test_logging.test_no_kwargs ...
2011-03-31 Victor StinnerIssue #11393: Disable test_stack_overflow of test_fault...
2011-03-30 Victor StinnerIssue #11393: reenable all tests in regrtest.py (wooops...
2011-03-30 Victor StinnerIssue #11393: Add the new faulthandler module
2011-03-30 Antoine PitrouIssue #11618: Fix the timeout logic in threading.Lock...
2011-03-30 Antoine PitrouIssue #11618: Fix the timeout logic in threading.Lock...
2011-03-30 Kristjan Valur... Merge
2011-03-30 Kristjan Valur... Merge 3.1
2011-03-30 Kristjan Valur... Merge
2011-03-30 Kristjan Valur... Merge 3.2
2011-03-30 Kristjan Valur... Merge 3.1
2011-03-30 Kristjan Valur... Bugfix: Properly test for errors from PyLong_AsLong...
2011-03-30 Raymond HettingerIssue 11713: clarify docstring for collections.deque()
2011-03-30 Raymond HettingerIssue 11713: clarify docstring for collections.deque()
next