Showing content from http://mail.python.org/pipermail/python-checkins/2016-March/thread.html below:
The Python-checkins March 2016 Archive by thread
March 2016 Archives by thread
Starting: Tue Mar 1 00:30:45 EST 2016
Ending: Thu Mar 31 19:24:04 EDT 2016
Messages: 550
- [Python-checkins] cpython (merge 3.5 -> default): Merge with 3.5 terry.reedy
- [Python-checkins] cpython (3.5): Rebase the 3.x version of idlelib/help.html on the 3.5 version of terry.reedy
- [Python-checkins] cpython (3.5): Document maintenance of idlelib/help.html in idlelib. terry.reedy
- [Python-checkins] cpython (3.5): Whitespace terry.reedy
- [Python-checkins] cpython (3.5): Issue #26457: Fixed the subnets() methods in IP network classes for the case serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Issue #26457: Fixed the subnets() methods in IP network classes for the case serhiy.storchaka
- [Python-checkins] Daily reference leaks (dfeadfb4c8cc): sum=4 solipsis at pitrou.net
- [Python-checkins] GOOD Benchmark Results for Python Default 2016-03-01 lp_benchmark_robot at intel.com
- [Python-checkins] UGLY Benchmark Results for Python 2.7 2016-03-01 lp_benchmark_robot at intel.com
- [Python-checkins] cpython (3.5): Fix str.translate() victor.stinner
- [Python-checkins] cpython (merge 3.5 -> default): Merge 3.5 victor.stinner
- [Python-checkins] cpython (3.5): Issue #26464: Fix unicode_fast_translate() again victor.stinner
- [Python-checkins] cpython: Update assertion in compiler_addop_i() victor.stinner
- [Python-checkins] cpython: Put block length computations in a more logical order. raymond.hettinger
- [Python-checkins] cpython: Factor-out common subexpression. raymond.hettinger
- [Python-checkins] Daily reference leaks (6300531dde60): sum=4 solipsis at pitrou.net
- [Python-checkins] peps: PEP 493 is Accepted. barry.warsaw
- [Python-checkins] cpython (3.4): asyncio: Update 3.4 asyncio/test_tasks to upstream version yury.selivanov
- [Python-checkins] cpython (merge 3.4 -> 3.5): Merge 3.4 yury.selivanov
- [Python-checkins] cpython (3.5): asyncio, selectors: Update to the upstream version yury.selivanov
- [Python-checkins] cpython: Sync selectors.py with upstream asyncio yury.selivanov
- [Python-checkins] cpython (merge 3.5 -> default): Merge 3.5 (issue #25647) yury.selivanov
- [Python-checkins] cpython (3.5): asyncio: Fix @coroutine to recognize CoroWrapper (issue #25647) yury.selivanov
- [Python-checkins] cpython (3.5): asyncio: Prevent StopIteration from being thrown into a Future yury.selivanov
- [Python-checkins] cpython (merge 3.5 -> default): Merge 3.5 (issue #26221) yury.selivanov
- [Python-checkins] cpython (merge 3.5 -> default): Merge 3.5 (issue #26347) yury.selivanov
- [Python-checkins] cpython (3.5): inspect: Fix BoundArguments.apply_defaults to handle empty arguments yury.selivanov
- [Python-checkins] cpython (3.5): asyncio: Remove duplicate bind addresses in create_server. yury.selivanov
- [Python-checkins] cpython (merge 3.5 -> default): Merge 3.5 (issue #26338) yury.selivanov
- [Python-checkins] cpython (merge 3.5 -> default): Merge 3.5 (issue #25888) yury.selivanov
- [Python-checkins] cpython (3.5): coroutines: Error when awaiting on coroutine that's being awaited yury.selivanov
- [Python-checkins] BAD Benchmark Results for Python Default 2016-03-02 lp_benchmark_robot at intel.com
- [Python-checkins] UGLY Benchmark Results for Python 2.7 2016-03-02 lp_benchmark_robot at intel.com
- [Python-checkins] cpython: Issue #26335: Make mmap.write() return the number of bytes written like berker.peksag
- [Python-checkins] cpython (3.4): Issue #26246: Set initial value of the hidden attr when creating copy button. berker.peksag
- [Python-checkins] cpython (merge 3.5 -> default): Issue #26246: Set initial value of the hidden attr when creating copy button. berker.peksag
- [Python-checkins] cpython (2.7): Issue #26246: Set initial value of the hidden attr when creating copy button. berker.peksag
- [Python-checkins] cpython (merge 3.4 -> 3.5): Issue #26246: Set initial value of the hidden attr when creating copy button. berker.peksag
- [Python-checkins] Daily reference leaks (3e897eef0fac): sum=64 solipsis at pitrou.net
- [Python-checkins] GOOD Benchmark Results for Python Default 2016-03-03 lp_benchmark_robot at intel.com
- [Python-checkins] GOOD Benchmark Results for Python 2.7 2016-03-03 lp_benchmark_robot at intel.com
- [Python-checkins] cpython (2.7): Issue #26476: Fixed compilation error when use PyErr_BadInternalCall() in C++. serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): merge 3.5 (closes #26478) benjamin.peterson
- [Python-checkins] cpython (merge 3.4 -> 3.5): merge 3.4 (closes #26478) benjamin.peterson
- [Python-checkins] cpython (3.4): properly use the ObjArgs variant of CallMethod in dictview binary operations benjamin.peterson
- [Python-checkins] cpython (merge 3.5 -> default): Fixed typo in pickle tests. serhiy.storchaka
- [Python-checkins] cpython (3.5): Fixed typo in pickle tests. serhiy.storchaka
- [Python-checkins] Daily reference leaks (3e897eef0fac): sum=-2 solipsis at pitrou.net
- [Python-checkins] GOOD Benchmark Results for Python Default 2016-03-04 lp_benchmark_robot at intel.com
- [Python-checkins] GOOD Benchmark Results for Python 2.7 2016-03-04 lp_benchmark_robot at intel.com
- [Python-checkins] cpython: More logicial order. Move space saving step to just before it is used. raymond.hettinger
- [Python-checkins] peps: Update status of PEP 512 brett.cannon
- [Python-checkins] cpython (2.7): issue26484 - fix the broken table in the doc about len(). gregory.p.smith
- [Python-checkins] Daily reference leaks (c1c8d2e27267): sum=4 solipsis at pitrou.net
- [Python-checkins] cpython (2.7): Issue #26485: Fix Sphinx warning in Doc/license.rst berker.peksag
- [Python-checkins] cpython: Issue #17940: Remove redundant code from _Section.format_help() berker.peksag
- [Python-checkins] peps: Fix a reference error brett.cannon
- [Python-checkins] peps: Add an idea to have a bot help identify potential core devs brett.cannon
- [Python-checkins] cpython: Issue #26482: Allowed pickling recursive dequeues. serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #26486: Backported some pickle tests from 3.x. serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #26475: Fixed debugging output for regular expressions with the (?x) flag. serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Issue #26475: Fixed debugging output for regular expressions with the (?x) flag. serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #26475: Fixed debugging output for regular expressions with the (?x) flag. serhiy.storchaka
- [Python-checkins] Daily reference leaks (be3874cf87f3): sum=6 solipsis at pitrou.net
- [Python-checkins] cpython (3.5): Issue #25718: Fixed pickling and copying the accumulate() iterator with total serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Issue #25718: Fixed pickling and copying the accumulate() iterator with total serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #26015: Added new tests for pickling iterators of mutable sequences. serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Issue #26015: Added new tests for pickling iterators of mutable sequences. serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #26167: Backported copy tests. serhiy.storchaka
- [Python-checkins] cpython: Issue #26167: Minimized overhead in copy.copy() and copy.deepcopy(). serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Null merge serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #26167: Backported copy tests. serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #2202: Fix UnboundLocalError in berker.peksag
- [Python-checkins] cpython (merge 3.5 -> default): Issue #2202: Fix UnboundLocalError in berker.peksag
- [Python-checkins] cpython (2.7): Issue #2202: Fix UnboundLocalError in berker.peksag
- [Python-checkins] cpython (3.5): Issue #26489: Add dictionary unpacking support to Tools/parser/unparse.py berker.peksag
- [Python-checkins] cpython (merge 3.5 -> default): Issue #26489: Add dictionary unpacking support to Tools/parser/unparse.py berker.peksag
- [Python-checkins] cpython: Closes #19475: Added timespec to the datetime.isoformat() method. alexander.belopolsky
- [Python-checkins] cpython (2.7): Document another recipe for itertools: all_equal(). Inspired by David Beazley. raymond.hettinger
- [Python-checkins] cpython (merge 3.5 -> default): Merge raymond.hettinger
- [Python-checkins] cpython (3.5): Document another recipe for itertools: all_equal(). Inspired by David Beazley. raymond.hettinger
- [Python-checkins] devguide: List giving Davin Potts commit rights brett.cannon
- [Python-checkins] Daily reference leaks (e0df94327586): sum=4 solipsis at pitrou.net
- [Python-checkins] NEUTRAL Benchmark Results for Python Default 2016-03-07 lp_benchmark_robot at intel.com
- [Python-checkins] NEUTRAL Benchmark Results for Python 2.7 2016-03-07 lp_benchmark_robot at intel.com
- [Python-checkins] cpython (merge 3.5 -> default): Issue #21034: Remove outdated paragraph from venv documentation berker.peksag
- [Python-checkins] cpython (3.5): Issue #21034: Remove outdated paragraph from venv documentation berker.peksag
- [Python-checkins] cpython (3.5): Issue #24852: Remove outdated "HOWTO Use Python in the web" document berker.peksag
- [Python-checkins] cpython (merge 3.5 -> default): Issue #24852: Remove outdated "HOWTO Use Python in the web" document berker.peksag
- [Python-checkins] cpython (merge 3.5 -> default): Issue #26505: merge from 3.5 ned.deily
- [Python-checkins] cpython (2.7): Issue #26505: Fix typos in getaddrinfo license text. ned.deily
- [Python-checkins] cpython (3.5): Issue #26505: Fix typos in getaddrinfo license text. ned.deily
- [Python-checkins] cpython (2.7): properly use PyObject_CallMethod in dictview binary operations (closes #26478) benjamin.peterson
- [Python-checkins] cpython (3.5): Issue #24324: Do not enable unreachable code warnings when using ned.deily
- [Python-checkins] cpython (merge 3.5 -> default): Issue #24324: merge from 3.5 ned.deily
- [Python-checkins] cpython (3.5): Issue #26465: Update OS X installer build to use OpenSSL 1.0.2g. ned.deily
- [Python-checkins] cpython (2.7): Issue #26465: Update OS X installer build to use OpenSSL 1.0.2g. ned.deily
- [Python-checkins] cpython (merge 3.5 -> default): Issue #26465: merge from 3.5 ned.deily
- [Python-checkins] cpython (2.7): Issue #26456: Force all child threads to terminate in TestForkInThread martin.panter
- [Python-checkins] cpython (2.7): Issue #26486: Removed pickle test that doesn't work in 2.7 on 64-bit platform. serhiy.storchaka
- [Python-checkins] Daily reference leaks (0d77a17567a4): sum=4 solipsis at pitrou.net
- [Python-checkins] cpython (merge 3.4 -> 3.5): Issues #23808, #25911: Trying to fix walk tests on Windows. serhiy.storchaka
- [Python-checkins] cpython (3.4): Issues #23808, #25911: Trying to fix walk tests on Windows. serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Issues #23808, #25911: Trying to fix walk tests on Windows. serhiy.storchaka
- [Python-checkins] NEUTRAL Benchmark Results for Python Default 2016-03-08 lp_benchmark_robot at intel.com
- [Python-checkins] NEUTRAL Benchmark Results for Python 2.7 2016-03-08 lp_benchmark_robot at intel.com
- [Python-checkins] cpython (merge 3.5 -> default): Issue #15068: Got rid of excessive buffering in fileinput. serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #15068: Got rid of excessive buffering in the fileinput module. serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #26465: Update Windows builds to use OpenSSL 1.0.2g. steve.dower
- [Python-checkins] cpython (merge 3.5 -> default): Issue #26465: Update Windows builds to use OpenSSL 1.0.2g. steve.dower
- [Python-checkins] cpython (3.5): Issue #26465: Update Windows builds to use OpenSSL 1.0.2g. steve.dower
- [Python-checkins] cpython (merge 3.5 -> default): Backed out changeset da020e408c7f serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> 3.5): Backed out changeset f9e22717722d serhiy.storchaka
- [Python-checkins] cpython (3.4): Backed out changeset 19a3e0e664af serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Issue #25911: Tring to silence deprecation warnings in bytes path walk tests. serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #25911: Tring to silence deprecation warnings in bytes path walk tests. serhiy.storchaka
- [Python-checkins] cpython (3.5): Adds warning to prepare_ssl when nasm is not available. steve.dower
- [Python-checkins] cpython (merge 3.5 -> default): Adds warning to prepare_ssl when nasm is not available. steve.dower
- [Python-checkins] cpython (2.7): Force clean externals on buildbots. steve.dower
- [Python-checkins] cpython (2.7): Backed out changeset: e7065fc4a6c2 steve.dower
- [Python-checkins] cpython (merge 3.5 -> default): Backs out buildbot clean trigger. steve.dower
- [Python-checkins] cpython (3.5): Backs out buildbot clean trigger. steve.dower
- [Python-checkins] cpython (3.5): Issue #15068: Avoid creating a reference loop in fileinput. serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Issue #15068: Avoid creating a reference loop in fileinput. serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #15068: Avoid creating a reference loop in fileinput. serhiy.storchaka
- [Python-checkins] cpython: Issue #21042: Return full path in ctypes.util.find_library() on Linux martin.panter
- [Python-checkins] cpython (2.7): Issue #26177: Fixed the keys() method for Canvas and Scrollbar widgets. serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Issue #26177: Fixed the keys() method for Canvas and Scrollbar widgets. serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #26177: Fixed the keys() method for Canvas and Scrollbar widgets. serhiy.storchaka
- [Python-checkins] Daily reference leaks (3092cf163eb4): sum=6 solipsis at pitrou.net
- [Python-checkins] cpython (3.5): Issue #26516: Enhance Python mem allocators doc victor.stinner
- [Python-checkins] cpython (merge 3.5 -> default): Merge 3.5 (malloc doc) victor.stinner
- [Python-checkins] NEUTRAL Benchmark Results for Python Default 2016-03-09 lp_benchmark_robot at intel.com
- [Python-checkins] NEUTRAL Benchmark Results for Python 2.7 2016-03-09 lp_benchmark_robot at intel.com
- [Python-checkins] Daily reference leaks (adb6b029b102): sum=62 solipsis at pitrou.net
- [Python-checkins] BAD Benchmark Results for Python Default 2016-03-10 lp_benchmark_robot at intel.com
- [Python-checkins] NEUTRAL Benchmark Results for Python 2.7 2016-03-10 lp_benchmark_robot at intel.com
- [Python-checkins] Daily reference leaks (adb6b029b102): sum=4 solipsis at pitrou.net
- [Python-checkins] cpython (2.7): Issue #16851: Add Anna Koroliuk to Misc/ACKS victor.stinner
- [Python-checkins] BAD Benchmark Results for Python Default 2016-03-11 lp_benchmark_robot at intel.com
- [Python-checkins] NEUTRAL Benchmark Results for Python 2.7 2016-03-11 lp_benchmark_robot at intel.com
- [Python-checkins] cpython (2.7): #26247: document Chrome/Chromium addition to webbrowser. Patch by Manvi B. ezio.melotti
- [Python-checkins] cpython (2.7): Fix inspect.ismethod() doc victor.stinner
- [Python-checkins] cpython (3.5): Issue 25959: Explain in docstring that PhotoImage.zoom arguments are terry.reedy
- [Python-checkins] cpython (2.7): Issue 25959: Explain in docstring that PhotoImage.zoom arguments are terry.reedy
- [Python-checkins] cpython (merge 3.5 -> default): Issue #20589: Invoking Path.owner() and Path.group() on Windows now raise berker.peksag
- [Python-checkins] cpython (3.5): Issue #20589: Invoking Path.owner() and Path.group() on Windows now raise berker.peksag
- [Python-checkins] cpython (merge 3.5 -> default): Issue #26542: Fix markup of code example in difflib documentation berker.peksag
- [Python-checkins] cpython (3.5): Issue #26542: Fix markup of code example in difflib documentation berker.peksag
- [Python-checkins] cpython: Add Mock.assert_called() victor.stinner
- [Python-checkins] cpython: Always test datetime.strftime("%4Y") victor.stinner
- [Python-checkins] cpython (3.5): Issue #20589: Fix test_pathlib victor.stinner
- [Python-checkins] cpython: Revert change 291d47954618 victor.stinner
- [Python-checkins] cpython (3.5): Issue #23718: Fixed parsing time in week 0 before Jan 1. Original patch by serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Issue #23718: Fixed parsing time in week 0 before Jan 1. Original patch by serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #23718: Fixed parsing time in week 0 before Jan 1. Original patch by serhiy.storchaka
- [Python-checkins] Daily reference leaks (3f921c3b1e87): sum=4 solipsis at pitrou.net
- [Python-checkins] cpython (3.5): Issue #26513: Fixes platform module detection of Windows Server steve.dower
- [Python-checkins] cpython (merge 3.5 -> default): Issue #26513: Fixes platform module detection of Windows Server steve.dower
- [Python-checkins] cpython (2.7): Issue #26513: Fixes platform module detection of Windows Server steve.dower
- [Python-checkins] cpython (merge 3.5 -> default): Issue #23606: Adds note to ctypes documentation regarding cdll.msvcrt. steve.dower
- [Python-checkins] cpython (3.5): Issue #23606: Adds note to ctypes documentation regarding cdll.msvcrt. steve.dower
- [Python-checkins] cpython (3.5): Issue #26079: Fixing the build output folder for tix-8.4.3.6. Patch by Bjoern steve.dower
- [Python-checkins] cpython (merge 3.5 -> default): Issue #26079: Fixing the build output folder for tix-8.4.3.6. Patch by Bjoern steve.dower
- [Python-checkins] cpython (3.5): Issue #26548: Minor fix to awkward wording in docs raymond.hettinger
- [Python-checkins] cpython (3.5): #25687: clarify that errors in tearDown increase the total number of reported ezio.melotti
- [Python-checkins] cpython (2.7): #25687: clarify that errors in tearDown increase the total number of reported ezio.melotti
- [Python-checkins] cpython (merge 3.5 -> default): #25687: merge with 3.5. ezio.melotti
- [Python-checkins] cpython (3.5): Minor recipe edit: convert "while 1" to "while True". raymond.hettinger
- [Python-checkins] cpython (merge 3.5 -> default): #24918: merge with 3.5. ezio.melotti
- [Python-checkins] cpython (3.5): #24918: fix CSS for code blocks when a side box is present. Patch by Manvi B. ezio.melotti
- [Python-checkins] cpython (2.7): #24918: fix CSS for code blocks when a side box is present. Patch by Manvi B. ezio.melotti
- [Python-checkins] Daily reference leaks (f426178c9d6c): sum=7 solipsis at pitrou.net
- [Python-checkins] cpython (3.5): Issue #16181: cookiejar.http2time() now returns None if year is higher than berker.peksag
- [Python-checkins] cpython (merge 3.5 -> default): Issue #16181: cookiejar.http2time() now returns None if year is higher than berker.peksag
- [Python-checkins] cpython: Issue #747320: Use email.utils.formatdate() to avoid code duplication berker.peksag
- [Python-checkins] cpython (3.5): Issue #20556: Used specific assert methods in threading tests. serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #20556: Used specific assert methods in threading tests. serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Issue #20556: Used specific assert methods in threading tests. serhiy.storchaka
- [Python-checkins] Daily reference leaks (ee64faffd46a): sum=322 solipsis at pitrou.net
- [Python-checkins] cpython: Add PYTHONMALLOC env var victor.stinner
- [Python-checkins] cpython: Fix Py_FatalError() if called without the GIL victor.stinner
- [Python-checkins] cpython: Issue #26558: Remove useless check in tracemalloc victor.stinner
- [Python-checkins] NEUTRAL Benchmark Results for Python Default 2016-03-14 lp_benchmark_robot at intel.com
- [Python-checkins] NEUTRAL Benchmark Results for Python 2.7 2016-03-14 lp_benchmark_robot at intel.com
- [Python-checkins] cpython: Issue #26516: Fix test_capi on Windows victor.stinner
- [Python-checkins] cpython (3.5): Skip test_site if USER_SITE cannot be created victor.stinner
- [Python-checkins] cpython (2.7): Skip test_site if USER_SITE cannot be created victor.stinner
- [Python-checkins] cpython: posix_getcwd(): limit to INT_MAX on Windows victor.stinner
- [Python-checkins] cpython (merge 3.5 -> default): Merge 3.5 (test_site) victor.stinner
- [Python-checkins] cpython: _pickle: Fix load_counted_tuple(), use Py_ssize_t for size victor.stinner
- [Python-checkins] cpython: Issue #26516: Fix test_capi on 32-bit system victor.stinner
- [Python-checkins] cpython (3.5): Fix test_venv on FreeBSD buildbot victor.stinner
- [Python-checkins] cpython (merge 3.5 -> default): Merge 3.5 (test_venv) victor.stinner
- [Python-checkins] cpython: Issue #26516: Fix test_capi on AIX victor.stinner
- [Python-checkins] cpython: Add more checks on the GIL victor.stinner
- [Python-checkins] cpython: Check the GIL in PyObject_Malloc() victor.stinner
- [Python-checkins] cpython (3.5): #25320: Handle sockets in directories unittest discovery is scanning. robert.collins
- [Python-checkins] cpython (merge 3.5 -> default): #25320: Handle sockets in directories unittest discovery is scanning. robert.collins
- [Python-checkins] Daily reference leaks (1d72402c1c91): sum=4 solipsis at pitrou.net
- [Python-checkins] cpython (3.5): Issue #26523: The multiprocessing thread pool (multiprocessing.dummy.Pool) was antoine.pitrou
- [Python-checkins] cpython (merge 3.5 -> default): Issue #26523: The multiprocessing thread pool (multiprocessing.dummy.Pool) was antoine.pitrou
- [Python-checkins] cpython: Issue #26566: Rewrite test_signal.InterProcessSignalTests victor.stinner
- [Python-checkins] cpython: _tracemalloc: filename cannot be NULL victor.stinner
- [Python-checkins] BAD Benchmark Results for Python Default 2016-03-15 lp_benchmark_robot at intel.com
- [Python-checkins] BAD Benchmark Results for Python 2.7 2016-03-15 lp_benchmark_robot at intel.com
- [Python-checkins] cpython (3.5): Fix Py_FatalError() if called without the GIL victor.stinner
- [Python-checkins] cpython (3.5): faulthandler: Test Py_FatalError() with GIL released victor.stinner
- [Python-checkins] cpython (merge 3.5 -> default): Merge 3.5 (test_faulthandler) victor.stinner
- [Python-checkins] cpython (3.5): _tracemalloc: store lineno as unsigned int victor.stinner
- [Python-checkins] cpython (merge 3.5 -> default): Merge 3.5 (_tracemalloc) victor.stinner
- [Python-checkins] cpython: Enhance and rewrite traceback dump C functions victor.stinner
- [Python-checkins] cpython: On memory error, dump the memory block traceback victor.stinner
- [Python-checkins] cpython: Oops, revert unwanted change used to create an example victor.stinner
- [Python-checkins] cpython: Issue #26564: Fix test_capi victor.stinner
- [Python-checkins] cpython: regrtest: Fix module.__path__ victor.stinner
- [Python-checkins] cpython (3.5): Issue #26499: Fixes to HTTPResponse.readline() and read1(), by Silent Ghost martin.panter
- [Python-checkins] cpython (merge 3.5 -> default): Issue #26499: Merge HTTPResponse fix from 3.5 martin.panter
- [Python-checkins] cpython: Issue #21042: Revert Linux find_library() to return just filename martin.panter
- [Python-checkins] cpython: Fix compilation error of traceback.c on Windows victor.stinner
- [Python-checkins] Daily reference leaks (96b73b649b15): sum=7 solipsis at pitrou.net
- [Python-checkins] NEUTRAL Benchmark Results for Python Default 2016-03-16 lp_benchmark_robot at intel.com
- [Python-checkins] BAD Benchmark Results for Python 2.7 2016-03-16 lp_benchmark_robot at intel.com
- [Python-checkins] cpython: Fail if PyMem_Malloc() is called without holding the GIL victor.stinner
- [Python-checkins] cpython: Fix usage of PyMem_Malloc() in os.stat() victor.stinner
- [Python-checkins] cpython: Py_FatalError: disable faulthandler earlier victor.stinner
- [Python-checkins] cpython: faulthandler now works in non-Python threads victor.stinner
- [Python-checkins] cpython: Fix usage of PyMem_Malloc() in overlapped.c victor.stinner
- [Python-checkins] cpython (3.5): Fix usage of PyMem_Malloc() in overlapped.c victor.stinner
- [Python-checkins] cpython (merge 3.5 -> default): Null merge 3.5 victor.stinner
- [Python-checkins] peps: Undefined didn't make it into the standard. guido.van.rossum
- [Python-checkins] peps: Clarify things around the coding cookie. guido.van.rossum
- [Python-checkins] cpython (3.5): Py_FatalError: disable faulthandler earlier victor.stinner
- [Python-checkins] cpython (3.5): Issue #17603: Check for st_blocks field without requiring fileblocks.o martin.panter
- [Python-checkins] cpython (2.7): Issue #17603: Check for st_blocks field without requiring fileblocks.o martin.panter
- [Python-checkins] cpython (merge 3.5 -> default): Issue #17603: Merge configure.ac fix from 3.5 martin.panter
- [Python-checkins] cpython (3.5): Fix pyclbr to support importing packages victor.stinner
- [Python-checkins] Daily reference leaks (628bd1ebfa22): sum=4 solipsis at pitrou.net
- [Python-checkins] NEUTRAL Benchmark Results for Python Default 2016-03-17 lp_benchmark_robot at intel.com
- [Python-checkins] NEUTRAL Benchmark Results for Python 2.7 2016-03-17 lp_benchmark_robot at intel.com
- [Python-checkins] peps: Encoding name can contain underscores. serhiy.storchaka
- [Python-checkins] cpython (3.4): Upgrade ensurepip._bundled pip to 8.1.1 and setuptools to 20.3 donald.stufft
- [Python-checkins] cpython (merge 3.5 -> default): Merge 3.5 into default donald.stufft
- [Python-checkins] cpython (merge 3.4 -> 3.5): Merge 3.4 into 3.5 donald.stufft
- [Python-checkins] cpython (2.7): Upgrade ensurepip._bundled pip to 8.1.1 and setuptools to 20.3 donald.stufft
- [Python-checkins] cpython (2.7): Issue #19450: Update Windows builds to use SQLite 3.8.11.0. steve.dower
- [Python-checkins] cpython (3.5): Issue #26583: Skip test_timestamp_overflow in test_import if bytecode ned.deily
- [Python-checkins] cpython (merge 3.5 -> default): Issue #26583: merge from 3.5 ned.deily
- [Python-checkins] cpython (2.7): Issue #26313: ssl.py _load_windows_store_certs fails if windows cert store is steve.dower
- [Python-checkins] cpython (3.5): Issue #26313: ssl.py _load_windows_store_certs fails if windows cert store is steve.dower
- [Python-checkins] cpython (merge 3.5 -> default): Issue #26313: ssl.py _load_windows_store_certs fails if windows cert store is steve.dower
- [Python-checkins] peps: PEP 514: Updates wording and post date steve.dower
- [Python-checkins] Daily reference leaks (97cd199944c3): sum=4 solipsis at pitrou.net
- [Python-checkins] cpython: Enhance documentation on malloc debug hooks victor.stinner
- [Python-checkins] cpython (3.5): Issue #26580: Remove outdated reference to ftpmirror berker.peksag
- [Python-checkins] cpython (merge 3.5 -> default): Issue #26580: Remove outdated reference to ftpmirror berker.peksag
- [Python-checkins] NEUTRAL Benchmark Results for Python Default 2016-03-18 lp_benchmark_robot at intel.com
- [Python-checkins] NEUTRAL Benchmark Results for Python 2.7 2016-03-18 lp_benchmark_robot at intel.com
- [Python-checkins] cpython (3.5): Fixed a typo. serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Fixed a typo. serhiy.storchaka
- [Python-checkins] cpython: Doc: fix typos, patch written by Stefan Behnel victor.stinner
- [Python-checkins] cpython (merge 3.5 -> default): Merge for issue #26271 brett.cannon
- [Python-checkins] cpython (3.5): Issue #26271: Fix the Freeze tool to use variables passed in from the brett.cannon
- [Python-checkins] peps: Add the idea of generating a list of contributors to thank per release brett.cannon
- [Python-checkins] peps (merge default -> default): Merge brett.cannon
- [Python-checkins] cpython (3.5): #26250: document the sqlite3.Cursor.connection attribute. Initial patches by ezio.melotti
- [Python-checkins] cpython (merge 3.5 -> default): #26250: merge with 3.5. ezio.melotti
- [Python-checkins] cpython (2.7): #26250: document the sqlite3.Cursor.connection attribute. Initial patches by ezio.melotti
- [Python-checkins] cpython: Issue #26252: Add an example on how to register a finder brett.cannon
- [Python-checkins] cpython (3.5): Suggest people use feature detection in porting guide brett.cannon
- [Python-checkins] cpython (merge 3.5 -> default): Merge for issue #26095 brett.cannon
- [Python-checkins] cpython: Add _showwarnmsg() and _formatwarnmsg() to warnings victor.stinner
- [Python-checkins] cpython: On ResourceWarning, log traceback where the object was allocated victor.stinner
- [Python-checkins] cpython: ResourceWarning: Revert change on socket and scandir victor.stinner
- [Python-checkins] cpython: Fix test_logging victor.stinner
- [Python-checkins] cpython: Try to fix test_warnings on Windows victor.stinner
- [Python-checkins] cpython (3.5): Issue #26560: Avoid potential ValueError in BaseHandler.start_response berker.peksag
- [Python-checkins] cpython (merge 3.5 -> default): Issue #26560: Avoid potential ValueError in BaseHandler.start_response berker.peksag
- [Python-checkins] peps: Update PEP 515: the "_" format specifier is now accepted. georg.brandl
- [Python-checkins] cpython: Try again to fix test_warnings on Windows victor.stinner
- [Python-checkins] cpython: Issue #26567: enhance ResourceWarning example victor.stinner
- [Python-checkins] cpython: fix indentation in Py_DECREF() victor.stinner
- [Python-checkins] cpython: Issue #18787: spwd.getspnam() now raises a PermissionError if the user berker.peksag
- [Python-checkins] Daily reference leaks (b8acf98beca9): sum=7 solipsis at pitrou.net
- [Python-checkins] cpython (3.5): Issue #19265: Improve test coverage of datetime.tzinfo berker.peksag
- [Python-checkins] cpython (merge 3.5 -> default): Issue #19265: Improve test coverage of datetime.tzinfo berker.peksag
- [Python-checkins] peps: Roll an idea into part of another one brett.cannon
- [Python-checkins] peps: Added the first inklings of a 3.5.2 schedule. larry.hastings
- [Python-checkins] peps: pep-494: Added PEP 495 to 3.6 proposed changes alexander.belopolsky
- [Python-checkins] Daily reference leaks (f1539e7607e4): sum=4 solipsis at pitrou.net
- [Python-checkins] cpython (merge 3.5 -> default): Issue #26593: Fix typo in logging HOWTO berker.peksag
- [Python-checkins] cpython (3.5): Issue #26593: Fix typo in logging HOWTO berker.peksag
- [Python-checkins] cpython (2.7): Issue #23857: Implement PEP 493 nick.coghlan
- [Python-checkins] peps: PEP 493 has been implemented nick.coghlan
- [Python-checkins] cpython (3.5): Issue #19164: Improve exception message of uuid.UUID() berker.peksag
- [Python-checkins] cpython (3.5): Issue #12813: uuid.uuid4() no longer depends on ctypes berker.peksag
- [Python-checkins] cpython (merge 3.5 -> default): Issue #12813: uuid.uuid4() no longer depends on ctypes berker.peksag
- [Python-checkins] cpython (2.7): Issue #18048: Rename test_coding.py to test_source_encoding.py. serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #18048: Rename test_pep263.py to test_source_encoding.py. serhiy.storchaka
- [Python-checkins] cpython (merge 2.7 -> 2.7): Issue #18048: Merge test_pep263.py and test_coding.py into serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Issues #25643, #26581: Added new tests for detecting Python source code serhiy.storchaka
- [Python-checkins] cpython (2.7): Added new tests for detecting Python source code encoding. serhiy.storchaka
- [Python-checkins] cpython (3.5): Added new tests for detecting Python source code encoding. serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #26581: Use the first coding cookie on a line, not the last one. serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #26581: Use the first coding cookie on a line, not the last one. serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Issue #26581: Use the first coding cookie on a line, not the last one. serhiy.storchaka
- [Python-checkins] cpython (2.7): Rebase 2.7 idlelib/idle.html on current 2.7.11 docs with tag changes. terry.reedy
- [Python-checkins] cpython (3.5): Issue #15660: Further clarify 0 prefix for width specifier in formats. terry.reedy
- [Python-checkins] cpython (2.7): Issue #15660: Further clarify 0 prefix for width specifier in formats. terry.reedy
- [Python-checkins] cpython (3.5): Issue #26525: Change ord example from nu to more easily recognized Euro sign. terry.reedy
- [Python-checkins] cpython (2.7): Document maintenance of idlelib/help.html in idlelib. terry.reedy
- [Python-checkins] cpython (2.7): whitespace terry.reedy
- [Python-checkins] cpython (merge 3.5 -> default): Issue #19164: Improve exception message of uuid.UUID() berker.peksag
- [Python-checkins] cpython: Optimize bytes.replace(b'', b'.') victor.stinner
- [Python-checkins] cpython: _tracemalloc: add domain to trace keys victor.stinner
- [Python-checkins] Daily reference leaks (ec5516d14024): sum=1 solipsis at pitrou.net
- [Python-checkins] BAD Benchmark Results for Python Default 2016-03-21 lp_benchmark_robot at intel.com
- [Python-checkins] NEUTRAL Benchmark Results for Python 2.7 2016-03-21 lp_benchmark_robot at intel.com
- [Python-checkins] cpython: Ooops, revert changeset ea9efa06c137 victor.stinner
- [Python-checkins] cpython: Add socket finalizer victor.stinner
- [Python-checkins] cpython: Fix test_ssl.test_refcycle() victor.stinner
- [Python-checkins] peps: Just refer to the spec in PEP 484 for straddling annotations instead of guido.van.rossum
- [Python-checkins] peps: Updates to PEP 484 concerning the syntax for Python 2.7 and straddling code. guido.van.rossum
- [Python-checkins] cpython: cleanup iobase.c victor.stinner
- [Python-checkins] peps: Relax constraints on @overload. It may occur in modules if followed by a guido.van.rossum
- [Python-checkins] cpython: hashtable.h now supports keys of any size victor.stinner
- [Python-checkins] cpython: Issue #26588: Fix compilation warning on Windows victor.stinner
- [Python-checkins] cpython (3.5): Issue #15699: Reunite comment with variable martin.panter
- [Python-checkins] cpython (merge 3.5 -> default): Issue #15699: Merge readline fixup from 3.5 martin.panter
- [Python-checkins] cpython (2.7): remove useless $ keyword (closes #17167) benjamin.peterson
- [Python-checkins] cpython (3.4): remove useless $ keyword (closes #17167) benjamin.peterson
- [Python-checkins] cpython (merge 3.5 -> default): merge 3.5 (#17167) benjamin.peterson
- [Python-checkins] cpython (merge 3.4 -> 3.5): merge 3.4 (#17167) benjamin.peterson
- [Python-checkins] Daily reference leaks (c1edc2abbf97): sum=4 solipsis at pitrou.net
- [Python-checkins] cpython (3.5): Issue #24266: Cancel history search mode with Ctrl+C in Readline 7 martin.panter
- [Python-checkins] cpython (merge 3.5 -> default): Issue #24266: Merge readline Ctrl+C handling from 3.5 martin.panter
- [Python-checkins] cpython (2.7): Issue #24266: Cancel history search mode with Ctrl+C in Readline 7 martin.panter
- [Python-checkins] cpython: Remove _Py_hashtable_delete() victor.stinner
- [Python-checkins] cpython: Simplify implementation of hashtable.c victor.stinner
- [Python-checkins] GOOD Benchmark Results for Python Default 2016-03-22 lp_benchmark_robot at intel.com
- [Python-checkins] NEUTRAL Benchmark Results for Python 2.7 2016-03-22 lp_benchmark_robot at intel.com
- [Python-checkins] cpython: tracemalloc now supports domains victor.stinner
- [Python-checkins] cpython: Add C functions _PyTraceMalloc_Track() victor.stinner
- [Python-checkins] cpython: regrtest: add time to output victor.stinner
- [Python-checkins] cpython: Issue #26588: add debug traces victor.stinner
- [Python-checkins] cpython: Issue #26588: fix compilation on Windows victor.stinner
- [Python-checkins] peps: Clarify what's allowed in the base classes when making a new generic class. guido.van.rossum
- [Python-checkins] cpython: Issue #26588: more assertions victor.stinner
- [Python-checkins] cpython: Add assertions on tracemalloc_reentrant_key victor.stinner
- [Python-checkins] cpython: Issue #26588: one more assertion victor.stinner
- [Python-checkins] cpython: Issue #26588: Don't call tracemalloc_init() at module initilization victor.stinner
- [Python-checkins] cpython: Issue #26588: more debug traces victor.stinner
- [Python-checkins] cpython: Issue #26588: skip test_warnings.test_tracemalloc() victor.stinner
- [Python-checkins] peps: Give an explicit example for how to annotate *args, **kwds. guido.van.rossum
- [Python-checkins] cpython (3.5): Enhance _tracemalloc debug mode victor.stinner
- [Python-checkins] cpython: Fix macros in hashtable.h victor.stinner
- [Python-checkins] cpython (3.5): Fix _tracemalloc start/stop victor.stinner
- [Python-checkins] cpython: Issue #26588: remove debug traces from _tracemalloc. victor.stinner
- [Python-checkins] cpython: Add a source parameter to warnings.warn() victor.stinner
- [Python-checkins] cpython: Implement finalizer for os.scandir() iterator victor.stinner
- [Python-checkins] cpython: _warnings.warn_explicit(): try to import warnings victor.stinner
- [Python-checkins] cpython: Makefile: change default value of TESTTIMEOUT from 1 hour to 15 min victor.stinner
- [Python-checkins] cpython: regrtest: add timeout to main process when using -jN victor.stinner
- [Python-checkins] peps: Show example of 2.7 syntax for argument-less function, and mention skipping guido.van.rossum
- [Python-checkins] cpython: Issue #26588: Optimize tracemalloc_realloc() victor.stinner
- [Python-checkins] cpython: Issue #26588: victor.stinner
- [Python-checkins] cpython: Cleanup hashtable.h victor.stinner
- [Python-checkins] Daily reference leaks (19c2840da45e): sum=7 solipsis at pitrou.net
- [Python-checkins] cpython: Issue #23848: Expose _Py_DumpHexadecimal() victor.stinner
- [Python-checkins] cpython: faulthandler: add Windows exception handler victor.stinner
- [Python-checkins] cpython: getpathp.c: fix compiler warning victor.stinner
- [Python-checkins] cpython: compiler.c: fix compiler warnings on Windows victor.stinner
- [Python-checkins] cpython: _msi.c: try to fix compiler warnings victor.stinner
- [Python-checkins] cpython: _PyMem_DebugFree(): fix compiler warning on Windows victor.stinner
- [Python-checkins] cpython: regrtest: display test duration in sequential mode victor.stinner
- [Python-checkins] cpython: Buildbots: change also Windows timeout from 1 hour to 15 min victor.stinner
- [Python-checkins] cpython (2.7): Makefile.pre.in: matthias.klose
- [Python-checkins] cpython (3.5): Makefile.pre.in (profile-opt): Fix bashism. matthias.klose
- [Python-checkins] cpython (2.7): Revert the last change: matthias.klose
- [Python-checkins] cpython: faulthandler: only log fatal exceptions victor.stinner
- [Python-checkins] cpython: Issue #23848: Try to fix test_faulthandler on ARM victor.stinner
- [Python-checkins] cpython: Rework _Py_DumpASCII() to make Coverity happy victor.stinner
- [Python-checkins] cpython: Fix typo in doc: avoid the french "& cie" :-) victor.stinner
- [Python-checkins] cpython: get_warnings_attr(): Fix coverity warning victor.stinner
- [Python-checkins] cpython: Try to fix test_gdb on s390x buildbots victor.stinner
- [Python-checkins] cpython: longobject.c: fix compilation warning on Windows 64-bit victor.stinner
- [Python-checkins] cpython: Issue #23848: Fix usage of _Py_DumpDecimal() victor.stinner
- [Python-checkins] cpython (merge default -> default): Merge heads terry.reedy
- [Python-checkins] cpython (3.5): Issue #26525: Change chr example to match change in ord example. terry.reedy
- [Python-checkins] cpython: Try to fix test_spwd on OpenIndiana victor.stinner
- [Python-checkins] cpython (3.5): Issue #26621: Remove unnecessary test. stefan.krah
- [Python-checkins] cpython (merge 3.5 -> default): Null merge. stefan.krah
- [Python-checkins] cpython: Fix test_spwd on OpenIndiana victor.stinner
- [Python-checkins] cpython: socketmodule.c: error if option larger than INT_MAX victor.stinner
- [Python-checkins] cpython: _tracemalloc: use compact key for traces victor.stinner
- [Python-checkins] cpython: Try to fix test_gdb on s390x SLES 3.x victor.stinner
- [Python-checkins] cpython: Issue #26621: Update libmpdec version and remove unnecessary test case. stefan.krah
- [Python-checkins] cpython: regrtest: fix --fromfile feature victor.stinner
- [Python-checkins] cpython: Fix DeprecationWarning on Windows victor.stinner
- [Python-checkins] Daily reference leaks (06552275fa30): sum=6 solipsis at pitrou.net
- [Python-checkins] cpython: regrtest: when parallel tests are interrupted, display progress victor.stinner
- [Python-checkins] cpython: regrtest: mention in tests run sequentially or in parallel victor.stinner
- [Python-checkins] cpython: Enhance os._DummyDirEntry victor.stinner
- [Python-checkins] BAD Benchmark Results for Python Default 2016-03-24 lp_benchmark_robot at intel.com
- [Python-checkins] BAD Benchmark Results for Python 2.7 2016-03-24 lp_benchmark_robot at intel.com
- [Python-checkins] cpython: Enhance and modernize test_genericpath victor.stinner
- [Python-checkins] cpython: Closes #26620: Fix ResourceWarning in test_urllib2_localnet victor.stinner
- [Python-checkins] cpython: Enhance and modernize test_os victor.stinner
- [Python-checkins] cpython: test_os: use support.rmtree() to cleanup WalkTests victor.stinner
- [Python-checkins] cpython: test_os: use @support.requires_linux_version victor.stinner
- [Python-checkins] cpython: Cleanup regrtest.py victor.stinner
- [Python-checkins] cpython: rt.bat: use -m test instead of Lib\test\regrtest.py victor.stinner
- [Python-checkins] cpython: support.temp_dir(): call support.rmtree() instead of shutil.rmtree() victor.stinner
- [Python-checkins] cpython: Cleanup regrtest "main()" function victor.stinner
- [Python-checkins] cpython: Fix bug in __import__ during Python shutdown victor.stinner
- [Python-checkins] cpython (3.5): warnings.formatwarning(): catch exceptions victor.stinner
- [Python-checkins] cpython (3.5): Fix test_warnings.test_improper_option() victor.stinner
- [Python-checkins] cpython (3.5): pystate.h: fix _PyThreadState_UncheckedGet() victor.stinner
- [Python-checkins] cpython (merge 3.5 -> default): Merge 3.5 (pystate.h) victor.stinner
- [Python-checkins] cpython: Fix a few typos zach.ware
- [Python-checkins] cpython: Don't doc check the venv dir zach.ware
- [Python-checkins] cpython: remove duplicated check for fractions and complex numbers (closes #26076) benjamin.peterson
- [Python-checkins] cpython: Issue #26637: Fix test_io victor.stinner
- [Python-checkins] cpython: test_io: ignore DeprecationWarning on bytes path on Windows victor.stinner
- [Python-checkins] cpython: Issue #25654: victor.stinner
- [Python-checkins] cpython: Issue #21925: Fix test_warnings for release mode victor.stinner
- [Python-checkins] cpython (3.5): Issue #21925: Fix test_warnings for release mode victor.stinner
- [Python-checkins] cpython (3.5): Use Py_uintptr_t for atomic pointers victor.stinner
- [Python-checkins] cpython (3.5): Issue #25654: victor.stinner
- [Python-checkins] Daily reference leaks (f0acce8022d1): sum=4 solipsis at pitrou.net
- [Python-checkins] cpython: Speed-up construction of empty sets by approx 12-14%. raymond.hettinger
- [Python-checkins] cpython: test_os: Win32ErrorTests now ensures that TESTFN doesn't exist victor.stinner
- [Python-checkins] cpython: test_venv: enhance test_devnull() victor.stinner
- [Python-checkins] cpython: Skip test_venv.test_with_pip() if ctypes miss victor.stinner
- [Python-checkins] cpython: Modernize Python/makeopcodetargets.py victor.stinner
- [Python-checkins] cpython (3.5): doctest: fix _module_relative_path() error message victor.stinner
- [Python-checkins] cpython: test_doctest: remove unused imports victor.stinner
- [Python-checkins] UGLY Benchmark Results for Python Default 2016-03-25 lp_benchmark_robot at intel.com
- [Python-checkins] BAD Benchmark Results for Python 2.7 2016-03-25 lp_benchmark_robot at intel.com
- [Python-checkins] cpython: changeset: 100749:0b61b2d28a07 victor.stinner
- [Python-checkins] cpython: Rework libregrtest.save_env victor.stinner
- [Python-checkins] cpython: Backed out changeset 245a16f33c4b victor.stinner
- [Python-checkins] cpython (3.5): Issue#26616:Fixed a bug in datetime.astimezone() method. alexander.belopolsky
- [Python-checkins] cpython: Fix test_os.test_symlink(): remove create symlink victor.stinner
- [Python-checkins] cpython (3.5): _pickle: Fix load_counted_tuple(), use Py_ssize_t for size victor.stinner
- [Python-checkins] cpython: makeopcodetargets.py: we need to import Lib/opcode.py victor.stinner
- [Python-checkins] cpython: Issue #25911: more info on test_os failure victor.stinner
- [Python-checkins] Daily reference leaks (82da02b5bf22): sum=7 solipsis at pitrou.net
- [Python-checkins] cpython: Minor code cleanup for PyArg_UnpackTuple. raymond.hettinger
- [Python-checkins] cpython: Responsibility for argument checking belongs in set.__init__() rather than raymond.hettinger
- [Python-checkins] cpython: Issue #25940: Use internal local server more in test_ssl martin.panter
- [Python-checkins] cpython: Moved misplaced functions to the section for C API functions. raymond.hettinger
- [Python-checkins] Daily reference leaks (3da812602881): sum=7 solipsis at pitrou.net
- [Python-checkins] cpython (3.5): Issue #26644: Raise ValueError for negative SSLSocket.recv() and read() martin.panter
- [Python-checkins] cpython (2.7): Issue #26644: Raise ValueError for negative SSLSocket.recv() and read() martin.panter
- [Python-checkins] cpython (merge 3.5 -> default): Issue #26644: Merge SSL negative read fix from 3.5 martin.panter
- [Python-checkins] cpython (3.5): sqlite3 documentation: Connection.iterdump() is a method berker.peksag
- [Python-checkins] cpython (merge 3.5 -> default): sqlite3 documentation: Connection.iterdump() is a method berker.peksag
- [Python-checkins] cpython: regrtest: round final timing towards +inf victor.stinner
- [Python-checkins] cpython (3.5): Document sqlite3.Cursor.close() berker.peksag
- [Python-checkins] cpython (merge 3.5 -> default): Document sqlite3.Cursor.close() berker.peksag
- [Python-checkins] cpython (merge 3.5 -> default): Issue #23758: Improve num_params docs of create_{function,aggregate} functions berker.peksag
- [Python-checkins] cpython (3.5): Issue #23758: Improve num_params docs of create_{function,aggregate} functions berker.peksag
- [Python-checkins] peps: Fix broken links in PEP 378 berker.peksag
- [Python-checkins] peps: Fix typos and tweak the return value of dict_get_version(d) berker.peksag
- [Python-checkins] cpython (3.5): Issue #25195: Fix a regression in mock.MagicMock berker.peksag
- [Python-checkins] cpython (merge 3.5 -> default): Issue #25195: Fix a regression in mock.MagicMock berker.peksag
- [Python-checkins] cpython: Issue #26130: Remove redundant variable 's' from Parser/parser.c berker.peksag
- [Python-checkins] cpython (3.5): Issue #23804: Fix SSL recv/read(0) to not return 1024 bytes martin.panter
- [Python-checkins] cpython (merge 3.5 -> default): Issue #23804: Merge SSL zero read fix from 3.5 martin.panter
- [Python-checkins] cpython (2.7): Issue #23804: Fix SSL recv/read(0) to not return 1024 bytes martin.panter
- [Python-checkins] cpython (merge 3.5 -> default): Issue #25314: Merge argparse doc from 3.5 martin.panter
- [Python-checkins] cpython (3.5): Issue #25314: store_true and store_false also create appropriate defaults. martin.panter
- [Python-checkins] Daily reference leaks (72c457f9533a): sum=65 solipsis at pitrou.net
- [Python-checkins] GOOD Benchmark Results for Python Default 2016-03-28 lp_benchmark_robot at intel.com
- [Python-checkins] UGLY Benchmark Results for Python 2.7 2016-03-28 lp_benchmark_robot at intel.com
- [Python-checkins] peps: Minor update for PEP 512 brett.cannon
- [Python-checkins] cpython (3.5): Document None as timeout for asyncio.timeout() andrew.svetlov
- [Python-checkins] cpython: fix typo in comment victor.stinner
- [Python-checkins] cpython: Fix os._DummyDirEntry.is_symlink() victor.stinner
- [Python-checkins] Daily reference leaks (9fdeca5fdbf0): sum=4 solipsis at pitrou.net
- [Python-checkins] NEUTRAL Benchmark Results for Python Default 2016-03-29 lp_benchmark_robot at intel.com
- [Python-checkins] BAD Benchmark Results for Python 2.7 2016-03-29 lp_benchmark_robot at intel.com
- [Python-checkins] cpython (merge 3.5 -> default): Merge 3.5 (regrtest) victor.stinner
- [Python-checkins] cpython (3.5): Issue #26643: Add missing shutil resources to regrtest.py victor.stinner
- [Python-checkins] cpython (3.5): Issue #25911: Backport os._DummyDirEntry fixes victor.stinner
- [Python-checkins] cpython (3.5): Fix ResourceWarning in test_unittest when interrupted victor.stinner
- [Python-checkins] cpython (merge 3.5 -> default): Merge 3.5 (test_unittest) victor.stinner
- [Python-checkins] cpython: doctest now supports packages victor.stinner
- [Python-checkins] cpython (3.5): test_urllibnet: set timeout on test_fileno() victor.stinner
- [Python-checkins] cpython (merge 3.5 -> default): Merge 3.5 (test_urllibnet) victor.stinner
- [Python-checkins] cpython: Issue #26295: When using "python3 -m test --testdir=TESTDIR", regrtest doesn't victor.stinner
- [Python-checkins] cpython: Issue #26295: test_regrtest now uses a temporary directory victor.stinner
- [Python-checkins] cpython: Issue #26295: Fix test_regrtest.test_tools_buildbot_test() victor.stinner
- [Python-checkins] cpython: Issue #26295: Enhanc test_regrtest.test_tools_script_run_tests() victor.stinner
- [Python-checkins] Daily reference leaks (c83349c129c9): sum=4 solipsis at pitrou.net
- [Python-checkins] UGLY Benchmark Results for Python Default 2016-03-30 lp_benchmark_robot at intel.com
- [Python-checkins] BAD Benchmark Results for Python 2.7 2016-03-30 lp_benchmark_robot at intel.com
- [Python-checkins] cpython (merge 3.5 -> default): Fix typo in xml.dom.pulldom.rst berker.peksag
- [Python-checkins] cpython (3.5): Fix typo in xml.dom.pulldom.rst berker.peksag
- [Python-checkins] cpython (merge 3.5 -> default): Issue #26494: Fixed crash on iterating exhausting iterators. serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #26494: Fixed crash on iterating exhausting iterators. serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #26494: Fixed crash on iterating exhausting iterators. serhiy.storchaka
- [Python-checkins] cpython (merge 3.5 -> default): Issue #26492: Added additional tests for exhausted iterators of mutable serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #26492: Added additional tests for exhausted iterators of mutable serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #26492: Added additional tests for exhausted iterators of mutable serhiy.storchaka
- [Python-checkins] cpython: Issue #26492: Exhausted iterator of array.array now conforms with the behavior serhiy.storchaka
- [Python-checkins] peps: Update status of work for PEP 512 brett.cannon
- [Python-checkins] cpython (3.5): Issue #22854: Clarify documentation about UnsupportedOperation and add tests martin.panter
- [Python-checkins] cpython (merge 3.5 -> default): Issue #22854: Merge UnsupportedOperation fixes from 3.5 martin.panter
- [Python-checkins] Daily reference leaks (b6eebe7cf5ae): sum=4 solipsis at pitrou.net
- [Python-checkins] cpython (2.7): Issue #22854: fileno() is always required in IOBase; remove test martin.panter
- [Python-checkins] UGLY Benchmark Results for Python Default 2016-03-31 lp_benchmark_robot at intel.com
- [Python-checkins] GOOD Benchmark Results for Python 2.7 2016-03-31 lp_benchmark_robot at intel.com
- [Python-checkins] cpython: Issue #22854: Skip pipe seekable() tests on Windows martin.panter
- [Python-checkins] cpython (merge 3.5 -> default): Issue #22854: Merge Windows pipe skipping from 3.5 martin.panter
- [Python-checkins] cpython (3.5): Issue #22854: Skip pipe seek tests on Windows martin.panter
- [Python-checkins] cpython (merge 3.5 -> default): Remove redundant leading zeroes in PEP references. serhiy.storchaka
- [Python-checkins] cpython (2.7): Remove redundant leading zeroes in PEP references. serhiy.storchaka
- [Python-checkins] cpython (3.5): Remove redundant leading zeroes in PEP references. serhiy.storchaka
- [Python-checkins] peps: Remove redundant leading zeroes in PEP references. serhiy.storchaka
- [Python-checkins] cpython (3.5): Issue #22854: Fix logic for skipping test martin.panter
- [Python-checkins] cpython (merge 3.5 -> default): Issue #22854: Merge test fix from 3.5 martin.panter
- [Python-checkins] cpython: Python 8: no pep8, no chocolate! victor.stinner
- [Python-checkins] cpython: Revert back to 3.6.0, buildbots do not want chocolate for 04-01 ned.deily
Last message date: Thu Mar 31 19:24:04 EDT 2016
Archived on: Thu Mar 31 19:24:08 EDT 2016
This archive was generated by Pipermail 0.09 (Mailman edition).
RetroSearch is an open source project built by @garambo
| Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4