Showing content from http://mail.python.org/pipermail/python-checkins/2018-December/thread.html below:
The Python-checkins December 2018 Archive by thread
December 2018 Archives by thread
Starting: Sat Dec 1 04:10:32 EST 2018
Ending: Mon Dec 31 15:19:57 EST 2018
Messages: 501
- [Python-checkins] Daily reference leaks (4243df51fe43): sum=6 solipsis at pitrou.net
- [Python-checkins] bpo-31177: Skip deleted attributes while calling reset_mock (GH-9302) Victor Stinner
- [Python-checkins] [2.7] Fix signature of xml.dom.minidom.Document.toprettyxml(). (GH-10814). (GH-10827) Serhiy Storchaka
- [Python-checkins] [3.7] Fix signature of xml.dom.minidom.Document.toprettyxml(). (GH-10814). (GH-10824) Serhiy Storchaka
- [Python-checkins] [3.6] Fix signature of xml.dom.minidom.Document.toprettyxml(). (GH-10814). (GH-10825) Serhiy Storchaka
- [Python-checkins] bpo-35371: Fix possible crash in os.utime() on Windows. (GH-10844) Serhiy Storchaka
- [Python-checkins] Daily reference leaks (4243df51fe43): sum=4 solipsis at pitrou.net
- [Python-checkins] bpo-35341: Add generic version of OrderedDict to typing (GH-10850) Ivan Levkivskyi
- [Python-checkins] bpo-32153: Add unit test for create_autospec with partial function returned in getattr (#10398) Chris Withers
- [Python-checkins] bpo-32153: Add unit test for create_autospec with partial function returned in getattr (GH-10398) (#10855) Chris Withers
- [Python-checkins] bpo-10320: Replace nonstandard sprintf() length modifier in ctypes' PyCArg_repr(). (GH-10853) Serhiy Storchaka
- [Python-checkins] bpo-35372: Fix the code page decoder for input > 2 GiB. (GH-10848) Serhiy Storchaka
- [Python-checkins] Daily reference leaks (4243df51fe43): sum=5 solipsis at pitrou.net
- [Python-checkins] bpo-35373: Fix PyInit_timezone() if HAVE_DECL_TZNAME is defined (GH-10861) Victor Stinner
- [Python-checkins] bpo-35368: Make PyMem_Malloc() thread-safe in debug mode (GH-10828) Victor Stinner
- [Python-checkins] bpo-35373: Fix PyInit_time() error handling (GH-10865) Victor Stinner
- [Python-checkins] bpo-26544: Make platform.libc_ver() less slow (GH-10868) Victor Stinner
- [Python-checkins] bpo-35380: Enable TCP_NODELAY for proactor event loop (#10867) Andrew Svetlov
- [Python-checkins] [3.7] bpo-35380: Enable TCP_NODELAY for proactor event loop (GH-10867) (GH-10872) Andrew Svetlov
- [Python-checkins] bpo-35226: Fix equality for nested unittest.mock.call objects. (#10555) Chris Withers
- [Python-checkins] bpo-35226: Fix equality for nested unittest.mock.call objects. (GH-10555) Chris Withers
- [Python-checkins] [3.7] bpo-35373: Fix PyInit_timezone() error handling (GH-10864) Victor Stinner
- [Python-checkins] bpo-35395: fix typos in asyncio eventloop documentation (GH-10880) Miss Islington (bot)
- [Python-checkins] Add comments regarding speed/space/entropy trade-offs (GH-10885) Miss Islington (bot)
- [Python-checkins] bpo-35365: Use a wchar_t* buffer in the code page decoder. (GH-10837) Serhiy Storchaka
- [Python-checkins] bpo-35357: Add _mock_ prefix to name/parent/from_kall attributes of _Call/_MagicProxy. (#10873) Chris Withers
- [Python-checkins] Daily reference leaks (4243df51fe43): sum=3 solipsis at pitrou.net
- [Python-checkins] bpo-35357: Add _mock_ prefix to name/parent/from_kall attributes of _Call/_MagicProxy. (GH-10873) (#10887) Chris Withers
- [Python-checkins] bpo-35357: Add _mock_ prefix to name/parent/from_kall attributes of _Call/_MagicProxy. (GH-10873) Chris Withers
- [Python-checkins] [2.7] bpo-25862: Fix several bugs in the _io module. (GH-8026) (GH-8033) Serhiy Storchaka
- [Python-checkins] [2.7] bpo-16865: Support arrays >=2GB in ctypes. (GH-3006). (GH-7441) Serhiy Storchaka
- [Python-checkins] bpo-35351: Pass link time optimization flags to CFLAGS_NODIST (GH-10797) Victor Stinner
- [Python-checkins] bpo-35363, test_eintr: skip test_open() on macOS (GH-10896) Victor Stinner
- [Python-checkins] bpo-35346, platform: import subprocess in _syscmd_file() (GH-10892) Victor Stinner
- [Python-checkins] bpo-29564: warnings suggests to enable tracemalloc (GH-10486) (GH-10509) Victor Stinner
- [Python-checkins] bpo-35296: make install now installs the internal API (GH-10665) (GH-10897) Victor Stinner
- [Python-checkins] Remove unnecessary and over-restrictive type check (GH-10905) Raymond Hettinger
- [Python-checkins] bpo-35411: Skip test_urllib2net FTP tests on Travis CI (GH-10907) Victor Stinner
- [Python-checkins] bpo-35411: Skip test_urllib2net FTP tests on Travis CI (GH-10907) (GH-10909) Victor Stinner
- [Python-checkins] bpo-35363, test_eintr: skip test_open() on macOS (GH-10896) (GH-10912) Victor Stinner
- [Python-checkins] bpo-35363, test_eintr: skip test_open() on macOS (GH-10896) (GH-10911) Victor Stinner
- [Python-checkins] bpo-35414: Add a missing Py_INCREF(Py_None) in PyState_RemoveModule(). (GH-10914) Serhiy Storchaka
- [Python-checkins] [3.6] bpo-35380: Enable TCP_NODELAY for proactor event loop (GH-10867). (GH-10874) Andrew Svetlov
- [Python-checkins] bpo-35389: platform.libc_ver() uses os.confstr() (GH-10891) Victor Stinner
- [Python-checkins] bpo-32787: Better error handling in ctypes. (#3727) Serhiy Storchaka
- [Python-checkins] bpo-10496: posixpath.expanduser() catchs pwd.getpwuid() error (GH-10919) Victor Stinner
- [Python-checkins] bpo-10496: posixpath.expanduser() catchs pwd.getpwuid() error (GH-10919) (GH-10925) Victor Stinner
- [Python-checkins] bpo-34052: Prevent SQLite functions from setting callbacks on exceptions. (GH-8113) Serhiy Storchaka
- [Python-checkins] bpo-34987: Fix a possible null pointer dereference in _pickle.c's save_reduce(). (GH-9886) Serhiy Storchaka
- [Python-checkins] bpo-34604: Use %R because of invisible characters or trailing whitespaces. (GH-9165) Serhiy Storchaka
- [Python-checkins] bpo-34185: Fix test module collision in test_bdb when ran as script. (GH-8537) Serhiy Storchaka
- [Python-checkins] Move __missing__ after __delitem__ in Data model. (GH-10923) Serhiy Storchaka
- [Python-checkins] Correct a couple of unbalanced parenthesis. (GH-10779) Serhiy Storchaka
- [Python-checkins] bpo-34738: Add directory entries in ZIP files created by distutils. (GH-9419) Serhiy Storchaka
- [Python-checkins] bpo-34185: Fix test module collision in test_bdb when ran as script. (GH-8537) (GH-10936) Serhiy Storchaka
- [Python-checkins] bpo-35310: Clear select() lists before returning upon EINTR (GH-10877) Victor Stinner
- [Python-checkins] bpo-34738: Add directory entries in ZIP files created by distutils. (GH-9419) (GH-10942) Serhiy Storchaka
- [Python-checkins] bpo-10496: posixpath.expanduser() catchs pwd.getpwuid() error (GH-10919) (GH-10930) Victor Stinner
- [Python-checkins] [3.6] Correct a couple of unbalanced parenthesis. (GH-10779). (GH-10945) Serhiy Storchaka
- [Python-checkins] [2.7] Move __missing__ after __delitem__ in Data model. (GH-10923). (GH-10944) Serhiy Storchaka
- [Python-checkins] bpo-34052: Prevent SQLite functions from setting callbacks on exceptions. (GH-8113). (GH-10946) Serhiy Storchaka
- [Python-checkins] [2.7] bpo-35250: Correct argument name "num" -> "btn" in turtle docs. (GH-10565). (GH-10943) Serhiy Storchaka
- [Python-checkins] bpo-34604: Use %R because of invisible characters or trailing whitespaces. (GH-9165). (GH-10947) Serhiy Storchaka
- [Python-checkins] Fix typos in concurrent.Futures documentation (GH-10920) Miss Islington (bot)
- [Python-checkins] bpo-35344: platform.platform() uses mac_ver() on macOS (GH-10780) Victor Stinner
- [Python-checkins] [2.7] bpo-34738: Add directory entries in ZIP files created by distutils. (GH-9419). (GH-10950) Serhiy Storchaka
- [Python-checkins] bpo-34052: Prevent SQLite functions from setting callbacks on exceptions. (GH-8113). (GH-10946) (GH-10952) Serhiy Storchaka
- [Python-checkins] bpo-34604: Use %R because of invisible characters or trailing whitespaces. (GH-9165). (GH-10947) (GH-10954) Serhiy Storchaka
- [Python-checkins] Fix typo in xml.dom.minidom documentation (GH-10956) Miss Islington (bot)
- [Python-checkins] [3.6] Fix typos in concurrent.Futures documentation (GH-10920) (GH-10958) Miss Islington (bot)
- [Python-checkins] [2.7] bpo-34052: Prevent SQLite functions from setting callbacks on exceptions. (GH-8113). (GH-10946) (GH-10955) Serhiy Storchaka
- [Python-checkins] bpo-35389: test.pythoninfo logs platform.libc_ver (GH-10951) Victor Stinner
- [Python-checkins] bpo-35363: test_eintr runs eintr_tester.py in verbose mode (GH-10965) Victor Stinner
- [Python-checkins] [3.6] Fix typo in xml.dom.minidom documentation (GH-10956) (GH-10962) Miss Islington (bot)
- [Python-checkins] [3.7] Fix typo in xml.dom.minidom documentation (GH-10956) (GH-10961) Miss Islington (bot)
- [Python-checkins] [3.7] Revert "bpo-34172: multiprocessing.Pool leaks resources after being deleted (GH-8450) (GH-9676)" (#10968) Victor Stinner
- [Python-checkins] [3.6] Revert "bpo-34172: multiprocessing.Pool leaks resources after being deleted (GH-8450) (GH-9677)" (GH-10969) Victor Stinner
- [Python-checkins] Revert "[2.7] bpo-34172: multiprocessing.Pool leaks resources after being deleted (GH-9686)" (GH-10970) Victor Stinner
- [Python-checkins] bpo-34162: Update idlelib NEWS to 2018-12-05. (GH-10964) Terry Jan Reedy
- [Python-checkins] bpo-33709: test_ntpath and test_posixpath fail in Windows with ACP!=1252. (GH-7278) Serhiy Storchaka
- [Python-checkins] Revert "bpo-34172: multiprocessing.Pool leaks resources after being deleted (GH-8450)" (GH-10971) Victor Stinner
- [Python-checkins] [3.7] bpo-34162: Update idlelib NEWS to 2018-12-05 (GH-10964) (GH-10980) Terry Jan Reedy
- [Python-checkins] [3.6] bpo-34162: Update idlelib NEWS to 2018-12-05 (GH-10964) (GH-10979) Terry Jan Reedy
- [Python-checkins] bpo-35384: The repr of ctypes.CArgObject no longer fails for non-ascii character. (GH-10863) Serhiy Storchaka
- [Python-checkins] [2.7] Correct a couple of unbalanced parenthesis. (GH-10779). (GH-10963) Serhiy Storchaka
- [Python-checkins] [2.7] bpo-33709: test_ntpath and test_posixpath fail in Windows with ACP!=1252. (GH-7278) (GH-7279) Serhiy Storchaka
- [Python-checkins] bpo-35359: Add _CRT_SECURE_NO_WARNINGS to pythoncore project (GH-10819) Victor Stinner
- [Python-checkins] bpo-35424: test_multiprocessing: join 3 pools (GH-10986) Victor Stinner
- [Python-checkins] bpo-35363: test_eintr uses print(flush=True) (GH-10990) Victor Stinner
- [Python-checkins] Remove unused function in `testmock/support.py` (GH-10975) Pablo Galindo
- [Python-checkins] bpo-33023: Fix NotImplemented to NotImplementedError. (GH-10934) Serhiy Storchaka
- [Python-checkins] Clarify expectedFailure in the unittest docs. (#10953) Gregory P. Smith
- [Python-checkins] bpo-33023: Fix NotImplemented to NotImplementedError. (GH-10934). (GH-11001) Serhiy Storchaka
- [Python-checkins] Add missing period in distutils.dep_util.newer_group doc (GH-11003) Miss Islington (bot)
- [Python-checkins] Clarify expectedFailure in the unittest docs. (GH-10953) Miss Islington (bot)
- [Python-checkins] bpo-34977: Add Windows App Store package (GH-10245) Steve Dower
- [Python-checkins] [3.7] bpo-34977: Add Windows App Store package (GH-10245) Steve Dower
- [Python-checkins] bpo-35434 Fix wrong issue number in what's new in 3.8 (GH-11012) Miss Islington (bot)
- [Python-checkins] [2.7] bpo-33023: Fix NotImplemented to NotImplementedError. (GH-10934). (GH-11001) (GH-11008) Serhiy Storchaka
- [Python-checkins] bpo-34864: warn if "Prefer tabs when opening documents" set to "Always" (#10464) Terry Jan Reedy
- [Python-checkins] bpo-34864: warn if "Prefer tabs when opening documents" set to "Always" (GH-10464) Miss Islington (bot)
- [Python-checkins] Daily reference leaks (4243df51fe43): sum=70 solipsis at pitrou.net
- [Python-checkins] bpo-35346, platform: replace os.popen() with subprocess (GH-10786) Victor Stinner
- [Python-checkins] bpo-35436: Add missing PyErr_NoMemory() calls and other minor bug fixes. (GH-11015) Serhiy Storchaka
- [Python-checkins] bpo-22005: Fixed unpickling instances of datetime classes pickled by Python 2. (GH-11017) Serhiy Storchaka
- [Python-checkins] Revert "bpo-34977: Add Windows App Store package (GH-10245)" (GH-11019) Victor Stinner
- [Python-checkins] bpo-35436: Add missing PyErr_NoMemory() calls and other minor bug fixes. (GH-11015) (GH-11020) Serhiy Storchaka
- [Python-checkins] [3.7] bpo-22005: Fixed unpickling instances of datetime classes pickled by Python 2. (GH-11017) (GH-11022) Serhiy Storchaka
- [Python-checkins] Revert "[3.7] bpo-34977: Add Windows App Store package (GH-10245)" (GH-11021) Victor Stinner
- [Python-checkins] bpo-22005: Fixed unpickling instances of datetime classes pickled by Python 2. (GH-11017) (GH-11022) (GH-11024) Serhiy Storchaka
- [Python-checkins] bpo-22005: Fix condition for unpickling a date object. (GH-11025) Serhiy Storchaka
- [Python-checkins] bpo-35436: Add missing PyErr_NoMemory() calls and other minor bug fixes. (GH-11015) (GH-11020) (GH-11026) Serhiy Storchaka
- [Python-checkins] bpo-9566: Fix compiler warnings in peephole.c (GH-10652) Victor Stinner
- [Python-checkins] bpo-33747: Avoid mutating the global sys.modules dict in unittest.mock tests (GH-8520) Brett Cannon
- [Python-checkins] Daily reference leaks (4243df51fe43): sum=77 solipsis at pitrou.net
- [Python-checkins] bpo-35330: Don't call the wrapped object if `side_effect` is set (GH10973) Chris Withers
- [Python-checkins] bpo-35330: Don't call the wrapped object if `side_effect` is set (GH11034) Chris Withers
- [Python-checkins] bpo-35330: Don't call the wrapped object if `side_effect` is set (GH11035) Chris Withers
- [Python-checkins] bpo-35441: Remove dead and buggy code related to PyList_SetItem(). (GH-11033) Serhiy Storchaka
- [Python-checkins] [3.7] Doc: Bump sphinx. (GH-10676) (GH-10803) Ned Deily
- [Python-checkins] [3.7] Doc: Disable smartquotes for zh-tw, zh-cn, fr and ja translations (GH-9423) (GH-10344) Miss Islington (bot)
- [Python-checkins] bpo-33725: skip test_multiprocessing_fork on macOS (GH-11043) Ned Deily
- [Python-checkins] Fix numbered lists in stdtypes.rst. (GH-10989) Serhiy Storchaka
- [Python-checkins] bpo-34245: install Python shared library with more standard 0755 mode (GH-8492) Ned Deily
- [Python-checkins] bpo-28015: Support LTO build with clang (GH-9908) (GH-10922) Ned Deily
- [Python-checkins] Daily reference leaks (4243df51fe43): sum=8 solipsis at pitrou.net
- [Python-checkins] bpo-22005: Document the reality of pickle compatibility. (GH-11054) Gregory P. Smith
- [Python-checkins] Remove a duplicate descriptor in gdbm. (GH-11053) Serhiy Storchaka
- [Python-checkins] bpo-35433: Properly detect installed SDK versions (GH-11009) Steve Dower
- [Python-checkins] bpo-35451: Fix reference counting for sys.warnoptions and sys._xoptions. (GH-11063) Serhiy Storchaka
- [Python-checkins] bpo-35445: Do not ignore memory errors when create posix.environ. (GH-11049) Serhiy Storchaka
- [Python-checkins] bpo-35052: Fix handler on xml.dom.minidom.cloneNode() (GH-11061) Victor Stinner
- [Python-checkins] bpo-35050: AF_ALG length check off-by-one error (GH-10058) Victor Stinner
- [Python-checkins] bpo-31374: Include pyconfig.h earlier in expat (GH-11064) Victor Stinner
- [Python-checkins] bpo-35052: Fix handler on xml.dom.minidom.cloneNode() (GH-11061) (GH-11067) Victor Stinner
- [Python-checkins] bpo-35052: Fix handler on xml.dom.minidom.cloneNode() (GH-11061) (GH-11066) Victor Stinner
- [Python-checkins] bpo-35052: Fix handler on xml.dom.minidom.cloneNode() (GH-11061) (GH-11068) Victor Stinner
- [Python-checkins] bpo-35050: AF_ALG length check off-by-one error (GH-10058) (GH-11070) Victor Stinner
- [Python-checkins] bpo-35050: AF_ALG length check off-by-one error (GH-10058) (GH-11069) Victor Stinner
- [Python-checkins] bpo-35452: Make PySys_HasWarnOptions() never raising an exception. (GH-11075) Serhiy Storchaka
- [Python-checkins] ceval.c: mark debug 'filename' variable as unused (GH-11074) Victor Stinner
- [Python-checkins] bpo-32788: Better error handling in sqlite3. (GH-3723) Serhiy Storchaka
- [Python-checkins] [2.7] bpo-31374: Include pyconfig.h earlier in expat (GH-11078) Victor Stinner
- [Python-checkins] bpo-31374: expat doesn't include <pyconfig.h> on Windows (GH-11079) Victor Stinner
- [Python-checkins] bpo-34977: Use venv redirector instead of original python.exe on Windows (GH-11029) Steve Dower
- [Python-checkins] [3.7] bpo-34977: Use venv redirector instead of original python.exe on Windows (GH-11029) Steve Dower
- [Python-checkins] [3.6] bpo-35433: Properly detect installed SDK versions (GH-11009) Steve Dower
- [Python-checkins] bpo-34977: Add Windows App Store package (GH-11027) Steve Dower
- [Python-checkins] bpo-35401: Update Windows build to OpenSSL 1.1.0j (GH-11088) Steve Dower
- [Python-checkins] bpo-35401: Updates Windows build to OpenSSL 1.0.2q (GH-11089) Steve Dower
- [Python-checkins] bpo-34977: Remove unused preprocessor definition (GH-11092) Steve Dower
- [Python-checkins] bpo-35401: Update macOS installer to OpenSSL 1.1.0j (GH-11094) Miss Islington (bot)
- [Python-checkins] [3.6] bpo-35401: Update macOS installer to OpenSSL 1.0.2q (GH-11095) Miss Islington (bot)
- [Python-checkins] bpo-35402: Update macOS installer to use Tcl 8.6.9 / Tk 8.6.9.1 (GH-11101) Ned Deily
- [Python-checkins] bpo-35444: Unify and optimize the helper for getting a builtin object. (GH-11047) Serhiy Storchaka
- [Python-checkins] bpo-35454: Fix miscellaneous minor issues in error handling. (#11077) Serhiy Storchaka
- [Python-checkins] bpo-35454: Fix miscellaneous minor issues in error handling. (GH-11077) Miss Islington (bot)
- [Python-checkins] [3.6] bpo-35454: Fix miscellaneous minor issues in error handling. (GH-11077) (GH-11106) Serhiy Storchaka
- [Python-checkins] bpo-35444: Fix error handling when fail to look up builtin "getattr". (GH-11047) (GH-11107) Serhiy Storchaka
- [Python-checkins] [3.6] bpo-15663: the 10.6+ macOS installers for 3.6/2.7 now provide a private Tcl/Tk 8.6 (GH-11109) Ned Deily
- [Python-checkins] [2.7] bpo-15663: the 10.6+ macOS installers for 3.6/2.7 now provide a private Tcl/Tk 8.6 (GH-11110) Ned Deily
- [Python-checkins] bpo-35444: Fix error handling when fail to look up builtin "getattr". (GH-11047) (GH-11107) (GH-11108) Serhiy Storchaka
- [Python-checkins] [3.7] bpo-33747: Avoid mutating the global sys.modules dict in unittest.mock tests (GH-8520) (GH-11031) Miss Islington (bot)
- [Python-checkins] [3.6] bpo-33747: Avoid mutating the global sys.modules dict in unittest.mock tests (GH-8520) (GH-11032) Miss Islington (bot)
- [Python-checkins] bpo-35458: Fix test_shutil.test_disk_usage() (GH-11111) Victor Stinner
- [Python-checkins] bpo-35412: Skip test_multiprocessing_fork and test_multiprocessing_forkserver on Windows (GH-11086) Pablo Galindo
- [Python-checkins] bpo-35426: Eliminate race condition in test_interprocess_signal (GH-11087) Pablo Galindo
- [Python-checkins] Remove an unused variable after bpo-35444. (GH-11117) Serhiy Storchaka
- [Python-checkins] bpo-11617: Try to strengthen test_httpservers (GH-11121) Victor Stinner
- [Python-checkins] bpo-35394: Add empty slots to abstract asyncio protocols (#10889) Andrew Svetlov
- [Python-checkins] macOS installer build: mitigate hdiutil resource busy bug Ned Deily
- [Python-checkins] bpo-17185: Add __signature__ to mock that can be used by inspect for signature (GH11048) Chris Withers
- [Python-checkins] Add test for double patching instance methods (#11085) Chris Withers
- [Python-checkins] bpo-17185: Add __signature__ to mock that can be used by inspect for signature (GH11125) Chris Withers
- [Python-checkins] Add test for double patching instance methods (GH11126) Chris Withers
- [Python-checkins] Daily reference leaks (4243df51fe43): sum=66 solipsis at pitrou.net
- [Python-checkins] bpo-16039: CVE-2013-1752: Limit imaplib.IMAP4_SSL.readline() (GH-11120) Victor Stinner
- [Python-checkins] bpo-33106: change dbm key deletion error for readonly file from KeyError to dbm.error (#6295) Xiang Zhang
- [Python-checkins] bpo-35346: Drop Mac OS 9 support from platform (GH-10959) Victor Stinner
- [Python-checkins] bpo-35412: Add testcase to test_future4 (GH-11131) Victor Stinner
- [Python-checkins] bpo-35477: multiprocessing.Pool.__enter__() fails if called twice (GH-11134) Victor Stinner
- [Python-checkins] Daily reference leaks (4243df51fe43): sum=7 solipsis at pitrou.net
- [Python-checkins] bpo-31446: Copy command line that should be passed to CreateProcessW(). (GH-11141) Serhiy Storchaka
- [Python-checkins] [3.7] bpo-31446: Copy command line that should be passed to CreateProcessW(). (GH-11141). (GH-11149) Serhiy Storchaka
- [Python-checkins] bpo-35489: Use "const Py_UNICODE *" for the Py_UNICODE converter in AC. (GH-11150) Serhiy Storchaka
- [Python-checkins] [3.7] bpo-35489: Use "const Py_UNICODE *" for the Py_UNICODE converter in AC. (GH-11150). (GH-11151) Serhiy Storchaka
- [Python-checkins] Add multiprocessing.Pool.__repr__() (GH-11137) Victor Stinner
- [Python-checkins] Fixed missing colun in library/sys.po (GH-11153) Miss Islington (bot)
- [Python-checkins] bpo-35491: Enhance multiprocessing.BaseProcess.__repr__() (GH-11138) Victor Stinner
- [Python-checkins] bpo-34279: regrtest consider that skipped tests are ran (GH-11132) Victor Stinner
- [Python-checkins] bpo-35346: Cleanup platform.architecture() (GH-11130) Victor Stinner
- [Python-checkins] bpo-35471: Remove the macpath module (GH-11129) Victor Stinner
- [Python-checkins] bpo-34279: regrtest consider that skipped tests are ran (GH-11132) (GH-11158) Victor Stinner
- [Python-checkins] bpo-35402: Update Windows build to use Tcl and Tk 8.6.9 (GH-11146) Steve Dower
- [Python-checkins] bpo-35450: reflect in docs that venv module is not always creating a … (GH-11144) Miss Islington (bot)
- [Python-checkins] bpo-35450: reflect in docs that venv module is not always creating a copy of the Python binary (GH-11144) (GH-11168) Brett Cannon
- [Python-checkins] bpo-35450: reflect in docs that venv module is not always creating a copy of the Python binary (GH-11144) (GH-11167) Brett Cannon
- [Python-checkins] Daily reference leaks (4243df51fe43): sum=-2 solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (4243df51fe43): sum=2 solipsis at pitrou.net
- [Python-checkins] bpo-35499: make profile-opt don't override CFLAGS_NODIST (GH-11164) Victor Stinner
- [Python-checkins] bpo-35511: Trivial docs updates for profile and resource library modules. (GH-11124) Andrew Svetlov
- [Python-checkins] bpo-35499: make profile-opt don't override CFLAGS_NODIST (GH-11164) (GH-11179) Victor Stinner
- [Python-checkins] bpo-35491, multiprocessing: replace "RUN" with RUN (GH-11178) Victor Stinner
- [Python-checkins] bpo-35186: Remove "built with" comment in setup.py upload (GH-10414) Petr Viktorin
- [Python-checkins] bpo-35412: Add testcase to test_future4 (GH-11131) (GH-11183) Victor Stinner
- [Python-checkins] bpo-35513: Replace time.time() with time.monotonic() in tests (GH-11182) Victor Stinner
- [Python-checkins] Daily reference leaks (4243df51fe43): sum=10 solipsis at pitrou.net
- [Python-checkins] bpo-35513, unittest: TextTestRunner uses time.perf_counter() (GH-11180) Victor Stinner
- [Python-checkins] bpo-23451: Update time.monotonic() documentation (GH-11190) Victor Stinner
- [Python-checkins] Fixed a few obvious mistakes in c-api docs (GH-11184) Miss Islington (bot)
- [Python-checkins] bpo-35415: validate fileno argument to socket.socket (GH-10917) Miss Islington (bot)
- [Python-checkins] bpo-18799: Resurrect test_404 in test_xmlrpc. (GH-11196) Serhiy Storchaka
- [Python-checkins] bpo-35504: Fix a SystemError when delete the characters_written attribute of an OSError. (GH-11172) Serhiy Storchaka
- [Python-checkins] bpo-35490: Remove the DecodeFSDefault return converter in AC. (#11152) Serhiy Storchaka
- [Python-checkins] bpo-35504: Fix segfaults and SystemErrors when deleting certain attrs. (GH-11175) Serhiy Storchaka
- [Python-checkins] bpo-35475: Add more PyImport* functions in refcounts.dat. (GH-11142) Serhiy Storchaka
- [Python-checkins] bpo-33306: Improve SyntaxError messages for unbalanced parentheses. (GH-6516) Serhiy Storchaka
- [Python-checkins] bpo-35348: Fix platform.architecture() (GH-11159) Victor Stinner
- [Python-checkins] bpo-35519: Rename test.bisect to test.bisect_cmd (GH-11200) Victor Stinner
- [Python-checkins] bpo-31784: Use time.time_ns() in uuid.uuid1() (GH-11189) Victor Stinner
- [Python-checkins] bpo-35461: Document C API functions which suppress exceptions. (GH-11119) Serhiy Storchaka
- [Python-checkins] bpo-35523: Remove ctypes callback workaround (GH-11211) Victor Stinner
- [Python-checkins] bpo-10496: distutils check_environ() handles getpwuid() error (GH-10931) Victor Stinner
- [Python-checkins] bpo-10496: distutils check_environ() handles getpwuid() error (GH-10931) (GH-11213) Victor Stinner
- [Python-checkins] bpo-35516: platform.system_alias() don't replace Darwin (GH-11207) Victor Stinner
- [Python-checkins] bpo-35502: Fix reference leaks in ElementTree.TreeBuilder. (GH-11170) Serhiy Storchaka
- [Python-checkins] bpo-35465: Document _UnixSelectorEventLoop.add_signal_handler. (GH-11145) Yury Selivanov
- [Python-checkins] bpo-35465: Document _UnixSelectorEventLoop.add_signal_handler. (GH-11145) (GH-11221) Yury Selivanov
- [Python-checkins] bpo-23057: add loop self socket as wakeup fd for signals (#11135) Andrew Svetlov
- [Python-checkins] bpo-31731: Fix test_io.check_interrupted_write() (GH-11225) Victor Stinner
- [Python-checkins] bpo-35424: Fix test_multiprocessing_main_handling (GH-11223) Victor Stinner
- [Python-checkins] bpo-35424: Fix test_multiprocessing_main_handling (GH-11223) (GH-11227) Victor Stinner
- [Python-checkins] bpo-10320: Use PY_FORMAT_LONG_LONG in ctypes' PyCArg_repr(). (GH-11230) Serhiy Storchaka
- [Python-checkins] Removed dangling `since Python` at the end of library/xml.rst. (GH-11201) Serhiy Storchaka
- [Python-checkins] bpo-35506: Remove redundant and incorrect links from keywords. (GH-11174) Serhiy Storchaka
- [Python-checkins] [3.7] bpo-35506: Remove redundant and incorrect links from keywords. (GH-11174). (GH-11232) Serhiy Storchaka
- [Python-checkins] bpo-35472: Doc: For Python 3.7 Sphinx 1.6.6 is enough. (GH-11192) Julien Palard
- [Python-checkins] bpo-35497: add versionadded tag for EPOLLEXCLUSIVE (GH-11162) Xiang Zhang
- [Python-checkins] Fix Python version since which external enities are not resolved by default. (GH-11237) Serhiy Storchaka
- [Python-checkins] Fix documented signatures for C API functions. (GH-11236) Serhiy Storchaka
- [Python-checkins] [2.7] bpo-35441: Remove dead and buggy code related to PyList_SetItem(). (GH-11033) (GH-11234) Serhiy Storchaka
- [Python-checkins] bpo-35526: make __future__.barry_as_FLUFL mandatory for Python 4.0 (#11218) Barry Warsaw
- [Python-checkins] bpo-35257: Avoid leaking LTO linker flags into distutils (GH-10900) Victor Stinner
- [Python-checkins] bpo-32077: Update refcounts.dat for Unicode object functions. (GH-11243) Serhiy Storchaka
- [Python-checkins] bpo-35482: Fixes HTML escaping in CHM index and build location of NEWS file (GH-11224) Steve Dower
- [Python-checkins] bpo-35521: IDLE: Add code context section to docs (#11205) Terry Jan Reedy
- [Python-checkins] bpo-35521: IDLE: Add code context section to docs (GH-11205) Miss Islington (bot)
- [Python-checkins] bpo-34162: Update idlelib/NEWS.txt to 2018-12-20. (#11255) Terry Jan Reedy
- [Python-checkins] [3.7] bpo-34162: Update idlelib/NEWS.txt to 2018-12-20 (GH-11255) (#11256) Terry Jan Reedy
- [Python-checkins] bpo-18085: Update refcounts.dat. (GH-11247) Serhiy Storchaka
- [Python-checkins] bpo-5438: Update memory requirements and optimize test_bigmem.py. (GH-11123) Serhiy Storchaka
- [Python-checkins] bpo-35529: Fix a reference counting bug in PyCFuncPtr_FromDll(). (GH-11229) Serhiy Storchaka
- [Python-checkins] bpo-35521: Add more cross-refs to IDLE docs (#11257) Terry Jan Reedy
- [Python-checkins] bpo-35521: Add more cross-refs to IDLE docs (GH-11257) Miss Islington (bot)
- [Python-checkins] bpo-35257: Avoid leaking LTO linker flags into distutils (GH-10900) (GH-11264) Victor Stinner
- [Python-checkins] Fix mock_open docstring to use readline (#11176) Chris Withers
- [Python-checkins] Fix mock_open docstring to use readline (GH-11266) Chris Withers
- [Python-checkins] bpo-22831: Use "with" to avoid possible fd leaks in distutils. (GH-10921) Serhiy Storchaka
- [Python-checkins] bpo-35504: Fix segfaults and SystemErrors when deleting certain attrs. (GH-11175) (GH-11249) Serhiy Storchaka
- [Python-checkins] bpo-35482: Fixes HTML escaping in CHM index and build location of NEWS file (GH-11224) (GH-11251) Ned Deily
- [Python-checkins] bpo-35424: emit ResourceWarning at multiprocessing.Pool destruction (GH-10974) Victor Stinner
- [Python-checkins] bpo-35499: make profile-opt don't override CFLAGS_NODIST (GH-11164) (GH-11267) Ned Deily
- [Python-checkins] [3.7] bpo-31715 Add mimetype for extension .mjs (GH-3908) (GH-10977) Ned Deily
- [Python-checkins] [3.6] bpo-31715 Add mimetype for extension .mjs (GH-3908) (GH-10976) Ned Deily
- [Python-checkins] [2.7] bpo-31715 Add mimetype for extension .mjs (GH-3908) (GH-10978) Ned Deily
- [Python-checkins] [3.6] bpo-35257: Avoid leaking LTO linker flags into distutils (GH-10900) (GH-11265) Ned Deily
- [Python-checkins] bpo-35475: Add more PyImport* functions in refcounts.dat. (GH-11142) (GH-11199) Ned Deily
- [Python-checkins] bpo-35259: Limit `Py_FinalizeEx()` to `Py_LIMITED_API >= 0x03060000`. (GH-10620) Serhiy Storchaka
- [Python-checkins] bpo-35461: Document C API functions which suppress exceptions. (GH-11119) (GH-11210) Ned Deily
- [Python-checkins] Fix documented signatures for C API functions. (GH-11236) (GH-11240) Ned Deily
- [Python-checkins] bpo-35259: Limit `Py_FinalizeEx()` to `Py_LIMITED_API >= 0x03060000`. (GH-10620) (GH-11269) Ned Deily
- [Python-checkins] Daily reference leaks (4243df51fe43): sum=-1 solipsis at pitrou.net
- [Python-checkins] bpo-34193: Fix pluralization in getargs.c and test cases. (GH-8438) Serhiy Storchaka
- [Python-checkins] bpo-33830: Fix an example in http.client docs for 404. (GH-7780) Serhiy Storchaka
- [Python-checkins] [3.7] Removed dangling `since Python` at the end of library/xml.rst. (GH-11201) (GH-11231) Miss Islington (bot)
- [Python-checkins] Enable signing Windows builds with SHA1 environment variable (GH-11279) Steve Dower
- [Python-checkins] Fix typo in socketserver docstring (GH-11252) Miss Islington (bot)
- [Python-checkins] bpo-11566: Extension build errors on Windows for _hypot (GH-11283) INADA Naoki
- [Python-checkins] bpo-11566: Remove hypot -> _hypot macro for very old compilers (GH-11283) INADA Naoki
- [Python-checkins] bpo-22703: IDLE: Improve Code Context and Zoom Height menu labels (GH-11214) Miss Islington (bot)
- [Python-checkins] Daily reference leaks (4243df51fe43): sum=12 solipsis at pitrou.net
- [Python-checkins] bpo-30455: Generate all token related code and docs from Grammar/Tokens. (GH-10370) Serhiy Storchaka
- [Python-checkins] bpo-35564: add master_doc='contents' to conf.py (GH-11290) Julien Palard
- [Python-checkins] Use generator instead of list in code examples (GH-11203) Raymond Hettinger
- [Python-checkins] Document that dict.fromkeys accepts any iterable for keys (GH-10998) Raymond Hettinger
- [Python-checkins] Document that dict.fromkeys accepts any iterable for keys (GH-10998) (GH-11294) Raymond Hettinger
- [Python-checkins] Daily reference leaks (4243df51fe43): sum=15 solipsis at pitrou.net
- [Python-checkins] bpo-35567: Convert dict of constants to a set (GH-11296) Raymond Hettinger
- [Python-checkins] Add 2 missing commas (GH-10698) Raymond Hettinger
- [Python-checkins] bpo-35257: fix broken BLDSHARED - needs LDFLAGS too (GH-11297) Miss Islington (bot)
- [Python-checkins] bpo-35257: fix broken BLDSHARED - needs LDFLAGS too (GH-11297) (GH-11299) Ned Deily
- [Python-checkins] bpo-35555: IDLE: Gray out Code Context menu item on non-editors (#11282) Terry Jan Reedy
- [Python-checkins] bpo-35555: IDLE: Gray out Code Context menu item on non-editors (GH-11282) (GH-11300) Terry Jan Reedy
- [Python-checkins] bpo-34764: improve docs example of iter() with sentinel value (GH-11222) Raymond Hettinger
- [Python-checkins] bpo-35566: Add links to annotation glossary term (GH-11291) Raymond Hettinger
- [Python-checkins] bpo-35566: Add links to annotation glossary term (GH-11291) (GH-11302) Raymond Hettinger
- [Python-checkins] bpo-34764: improve docs example of iter() with sentinel value (GH-11222) (#11301) Raymond Hettinger
- [Python-checkins] bpo-30561: Sync-up expovariate() and gammavariate code (GH-1934) Raymond Hettinger
- [Python-checkins] Tweak wording about Fraction and Decimal (GH-10904) Raymond Hettinger
- [Python-checkins] Fix minor grammatical mistakes in reversed(dict) doc (GH-10997) Raymond Hettinger
- [Python-checkins] Clarify the behavior of the staticmethod builtin (GH-4362) Raymond Hettinger
- [Python-checkins] 3.6.8final Ned Deily
- [Python-checkins] bpo-35208: Fix IDLE Squeezer line counting (GH-10449) Tal Einat
- [Python-checkins] Minor grammar improvement in types.rst (GH-11308) Miss Islington (bot)
- [Python-checkins] bpo-35578: Add an example file for testing Argument Clinic converters. (GH-11306) Serhiy Storchaka
- [Python-checkins] bpo-20180: Simplify char_converter in Argument Clinic. (GH-9828) Serhiy Storchaka
- [Python-checkins] [3.7] bpo-35578: Add an example file for testing Argument Clinic converters. (GH-11306) (GH-11311) Serhiy Storchaka
- [Python-checkins] bpo-23867: Argument Clinic: inline parsing code for a single positional parameter. (GH-9689) Serhiy Storchaka
- [Python-checkins] bpo-35565: Add detail to assertion failure message in wsgiref (GH-11293) Raymond Hettinger
- [Python-checkins] Revert "bpo-35565: Add detail to assertion failure message in wsgiref" (GH-11317) Raymond Hettinger
- [Python-checkins] Redo PR 785 -- Add cross reference links (GH-11319) Raymond Hettinger
- [Python-checkins] Redo PR 785 -- Add cross reference links (GH-11319) (#11320) Raymond Hettinger
- [Python-checkins] bpo-11192: Skip unsupported cases in test_socket on AIX (GH-8954) Nick Coghlan
- [Python-checkins] bpo-27643 - skip test_ctypes test case with XLC compiler. (GH-5164) Nick Coghlan
- [Python-checkins] bpo-34711: Return HTTPStatus.NOT_FOUND if path.endswith('/') and not a directory (GH-9687) Nick Coghlan
- [Python-checkins] bpo-34897: avoid distutils test error when CXX is not set (GH-9706) Nick Coghlan
- [Python-checkins] bpo-35579: Fix typo in in asyncio-task documentation (GH-11321) Miss Islington (bot)
- [Python-checkins] Speed-up building enums by value, e.g. http.HTTPStatus(200) (#11318) Ethan Furman
- [Python-checkins] Speed-up building enums by value, e.g. http.HTTPStatus(200) (GH-11318) (GH-11324) Andrew Svetlov
- [Python-checkins] Daily reference leaks (4243df51fe43): sum=14 solipsis at pitrou.net
- [Python-checkins] bpo-20182: AC convert remaining functions/methods in _hashopenssl.c (GH-9213) Tal Einat
- [Python-checkins] Revert "bpo-35402: Update macOS installer to use Tcl 8.6.9 / Tk 8.6.9.1 (GH-11101)" Ned Deily
- [Python-checkins] bpo-35596: Fix vcruntime140.dll being added to embeddable distro multiple times. (GH-11329) Miss Islington (bot)
- [Python-checkins] Revert "bpo-35402: Update macOS installer to use Tcl 8.6.9 / Tk 8.6.9.1 (GH-11101)" (GH-11332) Miss Islington (bot)
- [Python-checkins] macOS installer build: mitigate hdiutil resource busy bug (GH-11333) Miss Islington (bot)
- [Python-checkins] bpo-35598: IDLE: Update config_key.py with PEP8 names (GH-11330) Terry Jan Reedy
- [Python-checkins] bpo-35591: IDLE Find Selection now works when selection not found (GH-11339) Terry Jan Reedy
- [Python-checkins] bpo-34373: fix test_mktime and test_pthread_getcpuclickid tests on AIX (GH-8726) Nick Coghlan
- [Python-checkins] bpo-11191: skip unsupported test_distutils case for AIX with xlc (GH-8709) Nick Coghlan
- [Python-checkins] bpo-20849: add dirs_exist_ok arg to shutil.copytree (patch by Josh Bronson) Giampaolo Rodola
- [Python-checkins] IDLE: Create function to update menu item state. (GH-11343) Terry Jan Reedy
- [Python-checkins] bpo-28097: IDLE - Add Previous/Next History to Shell menu (#11325) Terry Jan Reedy
- [Python-checkins] bpo-28097: IDLE - Add Previous/Next History to Shell menu (GH-11325) Miss Islington (bot)
- [Python-checkins] bpo-34055: Revert deletion of line in IDLE's PyShell (#11346) Terry Jan Reedy
- [Python-checkins] bpo-34055: Revert deletion of line in IDLE's PyShell (GH-11346) Miss Islington (bot)
- [Python-checkins] bpo-35601: Alleviate race condition when waiting for SIGALRM in test_asyncio (GH-11337) Pablo Galindo
- [Python-checkins] Make sure file object is close if socket.create_connection fails (GH-11334) Pablo Galindo
- [Python-checkins] bpo-35603: Escape table header of make_table output that can cause potential XSS. (GH-11341) Serhiy Storchaka
- [Python-checkins] bpo-35602: Make sure the transport is always closed in SelectorEventLoopUnixSockSendfileTests (GH-11338) Pablo Galindo
- [Python-checkins] bpo-33234: Simplify list_preallocate_exact() (GH-11220) Pablo Galindo
- [Python-checkins] bpo-35598: IDLE: Increase test coverage for config_key.py (#11360) Terry Jan Reedy
- [Python-checkins] bpo-35598: IDLE: Increase test coverage for config_key.py (GH-11360) Miss Islington (bot)
- [Python-checkins] Daily reference leaks (4243df51fe43): sum=9 solipsis at pitrou.net
- [Python-checkins] bpo-32492: 1.6x speed up in namedtuple attribute access using C fast-path (#10495) Raymond Hettinger
- [Python-checkins] bpo-35598: IDLE: Switch config_key dialog to ttk widgets (GH-11365) Terry Jan Reedy
- [Python-checkins] Fix typo in documentation of AbstractEventLoopPolicy.set_child_watcher() (GH-11369) Miss Islington (bot)
- [Python-checkins] bpo-28503: Use crypt_r() when available instead of crypt() (GH-11373) Gregory P. Smith
- [Python-checkins] bpo-35214: MSan workarounds for socket, time, and test_faulthandler. (GH-11375) Gregory P. Smith
- [Python-checkins] Dead code removal from _hashopenssl. (GH-11379) Gregory P. Smith
- [Python-checkins] bpo-35214: MSan workarounds for socket, time, and test_faulthandler. (GH-11375) (GH-11378) Gregory P. Smith
- [Python-checkins] bpo-28503: Use crypt_r() when available instead of crypt() (GH-11373) (GH-11376) Gregory P. Smith
- [Python-checkins] Cleanup test_faulthandler sanitizer skip logic. (GH-11381) Gregory P. Smith
- [Python-checkins] bpo-35550: Fix incorrect Solaris define guards (GH-11275) Gregory P. Smith
- [Python-checkins] Fix typos in test_faulthandler skipIfs for ubsan. (GH-11386) Gregory P. Smith
- [Python-checkins] bpo-35214: Skip test_io tests that'd cause a huge malloc under msan (#11385) Gregory P. Smith
- [Python-checkins] bpo-35214: Skip test_io tests that'd cause a huge malloc under msan (GH-11385) Miss Islington (bot)
- [Python-checkins] bpo-35214: Annotate posix calls for clang MSan. (#11389) Gregory P. Smith
- [Python-checkins] bpo-35614: Fix pydoc help() on metaclasses (#11357) Nick Coghlan
- [Python-checkins] Fix typo in test module usage message (GH-11374) Miss Islington (bot)
- [Python-checkins] [3.7] bpo-35214: Annotate posix calls for clang MSan. (GH-11389) (GH-11391) Gregory P. Smith
- [Python-checkins] bpo-35609: Remove examples for deprecated decorators in the abc module. (GH-11355) Serhiy Storchaka
- [Python-checkins] bpo-32492: Tweak _collections._tuplegetter. (GH-11367) Serhiy Storchaka
- [Python-checkins] bpo-20182: AC convert Python/sysmodule.c (GH-11328) Tal Einat
- [Python-checkins] bpo-35598: IDLE - Globalize some config_key objects (GH-11392) Terry Jan Reedy
Last message date: Mon Dec 31 15:19:57 EST 2018
Archived on: Mon Dec 31 15:19:58 EST 2018
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