Showing content from http://mail.python.org/pipermail/python-checkins/2018-June/thread.html below:
The Python-checkins June 2018 Archive by thread
June 2018 Archives by thread
Starting: Fri Jun 1 03:29:49 EDT 2018
Ending: Sat Jun 30 16:02:53 EDT 2018
Messages: 660
- [Python-checkins] bpo-33606: improve logging performance when logger is disabled (GH-7285) Vinay Sajip
- [Python-checkins] bpo-33692: pythoninfo detect libedit on Python 3.6 (GH-7293) Victor Stinner
- [Python-checkins] bpo-33718: regrtest: enhance "running:" formatting (GH-7292) Victor Stinner
- [Python-checkins] bpo-32519: Removed misleading sentence from EnvBuilder documentation. (GH-7296) Vinay Sajip
- [Python-checkins] bpo-33400: Removed references to RFC3339 and ISO8601 from the logging documentation. (GH-7297) Vinay Sajip
- [Python-checkins] Daily reference leaks (4243df51fe43): sum=14 solipsis at pitrou.net
- [Python-checkins] bpo-30654: Do not reset SIGINT handler to SIG_DFL in finisignal (GH-7146) Antoine Pitrou
- [Python-checkins] bpo-33692: Update pythoninfo from master (GH-7301) Victor Stinner
- [Python-checkins] bpo-33692: Update pythoninfo from master (GH-7298) Victor Stinner
- [Python-checkins] bpo-33718: regrtest: update from master (GH-7305) Victor Stinner
- [Python-checkins] bpo-33692: Update pythoninfo from master (GH-7304) Victor Stinner
- [Python-checkins] bpo-30654: Do not reset SIGINT handler to SIG_DFL in finisignal (GH-7146) (GH-7306) Antoine Pitrou
- [Python-checkins] bpo-30654: Do not reset SIGINT handler to SIG_DFL in finisignal (GH-7146) (GH-7307) Antoine Pitrou
- [Python-checkins] bpo-31009: Move fd_count() to test.support (#7308) Victor Stinner
- [Python-checkins] bpo-33540: Fix socketserver.ThreadingMixIn if block_on_close=False (GH-7309) Victor Stinner
- [Python-checkins] bpo-33540: Fix socketserver.ThreadingMixIn if block_on_close=False (GH-7310) Victor Stinner
- [Python-checkins] test.bisect: Update from master, fix typos (#7311) Victor Stinner
- [Python-checkins] bpo-31479: Always reset the signal alarm in tests (GH-3588) (GH-7314) Victor Stinner
- [Python-checkins] bpo-31479: Always reset the signal alarm in tests (GH-3588) (GH-7312) Victor Stinner
- [Python-checkins] [3.6] bpo-31234: Add test.support.wait_threads_exit() (GH-3578) (GH-7315) Victor Stinner
- [Python-checkins] bpo-33540, socketserver: Add _block_on_close for tests (GH-7317) Victor Stinner
- [Python-checkins] bpo-33532: Fix test_multiprocessing_forkserver.test_ignore() (GH-7319) Victor Stinner
- [Python-checkins] bpo-33532: Fix test_multiprocessing_forkserver.test_ignore() (GH-7323) Victor Stinner
- [Python-checkins] bpo-31238: pydoc ServerThread.stop() now joins itself (GH-3151) (GH-7324) Victor Stinner
- [Python-checkins] bpo-33718: Update regrtest from master (GH-7325) Victor Stinner
- [Python-checkins] bpo-33532: Fix test_multiprocessing_forkserver.test_ignore() (GH-7322) Victor Stinner
- [Python-checkins] bpo-33400: Removed references to RFC3339 and ISO8601 from the logging documentation. (GH-7297) (GH-7302) Vinay Sajip
- [Python-checkins] bpo-33400: Removed references to RFC3339 and ISO8601 from the logging documentation. (GH-7297) (GH-7303) Vinay Sajip
- [Python-checkins] bpo-32519: Removed misleading sentence from EnvBuilder documentation. (GH-7296) (GH-7299) Vinay Sajip
- [Python-checkins] bpo-32519: Removed misleading sentence from EnvBuilder documentation. (GH-7296) (#7300) Vinay Sajip
- [Python-checkins] bpo-29235: Make cProfile.Profile a context manager (GH-6808) Brett Cannon
- [Python-checkins] bpo-33724: Use the right format code for int64_t in subinterpreters code. (gh-7330) Eric Snow
- [Python-checkins] bpo-33642: IDLE: Use variable number of lines in CodeContext. (GH-7106) Terry Jan Reedy
- [Python-checkins] bpo-33615: Re-enable a subinterpreter test. (gh-7251) Eric Snow
- [Python-checkins] bpo-33679: IDLE: Re-enable color configuration for code context (GH-7199) Terry Jan Reedy
- [Python-checkins] bpo-33562: Check the global asyncio event loop policy isn't set after any tests (GH-7328) Brett Cannon
- [Python-checkins] Daily reference leaks (4243df51fe43): sum=7 solipsis at pitrou.net
- [Python-checkins] Docs: fix some wrong words (GH-6987) Mariatta
- [Python-checkins] Fix typo in datamodel.rst (GH-6964) Mariatta
- [Python-checkins] bpo-23495: Correct the documentation for writerows() of csv Writer objects (GH-6316) Mariatta
- [Python-checkins] Daily reference leaks (4243df51fe43): sum=73 solipsis at pitrou.net
- [Python-checkins] bpo-33744: Fix test_uu. (GH-7350) Serhiy Storchaka
- [Python-checkins] bpo-27485: Change urlparse tests to use private methods. (GH-7070) Serhiy Storchaka
- [Python-checkins] bpo-33744: Fix test_uu. (GH-7350) (GH-7353) Serhiy Storchaka
- [Python-checkins] bpo-33744: Fix test_uu. (GH-7350) (GH-7352) Serhiy Storchaka
- [Python-checkins] [2.7] bpo-33744: Fix test_uu. (GH-7350) (GH-7354) Serhiy Storchaka
- [Python-checkins] bpo-33750: Reset thread-local context precision in test_round(). (#7355) Stefan Krah
- [Python-checkins] bpo-33750: Reset thread-local context precision in test_round(). (GH-7355) (#7356) Stefan Krah
- [Python-checkins] bpo-33750: Reset thread-local context precision in test_round(). (GH-7355) (#7357) Stefan Krah
- [Python-checkins] bpo-33761: Fix a file leak in test_iterparse in test_xml_etree. (GH-7358) Serhiy Storchaka
- [Python-checkins] [2.7] bpo-30654: Do not reset SIGINT handler to SIG_DFL in finisignal (GH-7146) (GH-7347) Antoine Pitrou
- [Python-checkins] bpo-33764: Appveyor fixes (GH-7364) Ned Deily
- [Python-checkins] bpo-33764: Appveyor fixes (GH-7364) (GH-7369) Ned Deily
- [Python-checkins] bpo-33760: Fix file leaks in test_io. (GH-7361) Ned Deily
- [Python-checkins] bpo-33759: Fix test.test_xmlrpc.ServerProxyTestCase. (GH-7362) Ned Deily
- [Python-checkins] bpo-33760: Fix file leaks in test_io. (GH-7361) (GH-7370) Ned Deily
- [Python-checkins] bpo-33759: Fix test.test_xmlrpc.ServerProxyTestCase. (GH-7362) (GH-7371) Ned Deily
- [Python-checkins] bpo-33760: Fix file leaks in test_io. (GH-7361) (GH-7372) Ned Deily
- [Python-checkins] [3.6] bpo-33759: Fix test.test_xmlrpc.ServerProxyTestCase. (GH-7362) (GH-7375) Ned Deily
- [Python-checkins] [2.7] bpo-33760: Fix file leaks in test_io. (GH-7361). (GH-7373) Ned Deily
- [Python-checkins] [2.7] bpo-33759: Fix test.test_xmlrpc.ServerProxyTestCase. (GH-7362) (GH-7374) Ned Deily
- [Python-checkins] travis: Fix macOS build (GH-7250) INADA Naoki
- [Python-checkins] bpo-33764: Appveyor fixes (GH-7364) (GH-7379) Ned Deily
- [Python-checkins] bpo-33764: Appveyor fixes (GH-7364) (GH-7380) Ned Deily
- [Python-checkins] bpo-33509: Fix test_warnings for python3 -Werror (GH-7365) Ned Deily
- [Python-checkins] Regenerate configure after changing configure.ac in GH-6987. (GH-7344) Ned Deily
- [Python-checkins] Regenerate configure after changing configure.ac in GH-6987. (GH-7344) (GH-7382) Ned Deily
- [Python-checkins] bpo-33640, uuid.UUID doc: document endian of bytes parameter (GH-7263) Victor Stinner
- [Python-checkins] Daily reference leaks (4243df51fe43): sum=4 solipsis at pitrou.net
- [Python-checkins] bpo-27902: Add compatibility note to Profile docs (GH-7295) INADA Naoki
- [Python-checkins] bpo-31849: Fix warning in pyhash.c (GH-6799) INADA Naoki
- [Python-checkins] bpo-33734: asyncio/ssl: a bunch of bugfixes (#7321) Yury Selivanov
- [Python-checkins] bpo-33664: Scroll IDLE editor text by lines (GH-7351) Terry Jan Reedy
- [Python-checkins] bpo-33763: IDLE: Replace label widget with text widget in code context (GH-7367) Terry Jan Reedy
- [Python-checkins] bpo-33734: asyncio/ssl: a bunch of bugfixes (GH-7321) (GH-7396) Yury Selivanov
- [Python-checkins] Enable the verbose build for extension modules with GNU make (GH-6659) Miss Islington (bot)
- [Python-checkins] bpo-33720: Reduces maximum marshal recursion depth on release builds. (GH-7401) Steve Dower
- [Python-checkins] [2.7] bpo-33718: Update regrtest from master (GH-7402) Victor Stinner
- [Python-checkins] test_tools: catch stderr (GH-7404) Victor Stinner
- [Python-checkins] [2.7] bpo-31234: Join threads explicitly in tests (#7406) Victor Stinner
- [Python-checkins] bpo-33609: Document dict insertion order guarantee as of 3.7 (GH-7093) Ned Deily
- [Python-checkins] bpo-18174: Fix file descriptor leaks in tests (GH-7408) Victor Stinner
- [Python-checkins] bpo-33753: Refactor creating temporary files in test_fileinput. (GH-7377) Serhiy Storchaka
- [Python-checkins] Daily reference leaks (4243df51fe43): sum=3 solipsis at pitrou.net
- [Python-checkins] bpo-18174: regrtest -R 3:3 now also detects FD leak (#7409) Victor Stinner
- [Python-checkins] bpo-18174: Fix fd_count() on FreeBSD (GH-7420) Victor Stinner
- [Python-checkins] bpo-5755: Move -Wstrict-prototypes to CFLAGS_NODIST (GH-7395) INADA Naoki
- [Python-checkins] bpo-32392: Document env keyword argument of subprocess.run() (GH-7289) Berker Peksag
- [Python-checkins] bpo-33767: Fix improper use of SystemError by mmap.mmap objects (GH-7381) Serhiy Storchaka
- [Python-checkins] bpo-33769: start_tls: Fix error message; cancel callbacks on error (GH-7403) Yury Selivanov
- [Python-checkins] bpo-33752: Fix a file leak in test_dbm. (GH-7376) Serhiy Storchaka
- [Python-checkins] bpo-31215: Add version changed notes for OpenSSL 1.1.0 compatibility (GH-7346) Nick Coghlan
- [Python-checkins] bpo-33769: start_tls: Fix error message; cancel callbacks on error (GH-7403) (GH-7428) Yury Selivanov
- [Python-checkins] bpo-33165: Added stacklevel parameter to logging APIs. (GH-7424) Vinay Sajip
- [Python-checkins] bpo-33755: Fix importlib.resources isolation tests (#7412) Barry Warsaw
- [Python-checkins] [2.7] bpo-33767: Fix improper use of SystemError by mmap.mmap objects (GH-7381) (GH-7432) Serhiy Storchaka
- [Python-checkins] [3.6] bpo-33753: Refactor creating temporary files in test_fileinput. (GH-7377). (GH-7431) Serhiy Storchaka
- [Python-checkins] bpo-33751: Fix test_file. (GH-7378) Serhiy Storchaka
- [Python-checkins] bpo-12486: Document tokenize.generate_tokens() as public API (#6957) Carol Willing
- [Python-checkins] Improve the subprocess restore_signals=True test. (GH-7414) Gregory P. Smith
- [Python-checkins] bpo-33755: Fix importlib.resources isolation tests (GH-7412) (#7434) Barry Warsaw
- [Python-checkins] bpo-33600: document that platform.linux_distribution() has been removed (GH-7281) Victor Stinner
- [Python-checkins] bpo-33504: Migrate configparser from OrderedDict to dict. (#6819) Ćukasz Langa
- [Python-checkins] remove hg support from patchcheck (GH-7440) Benjamin Peterson
- [Python-checkins] [2.7] remove hg support from patchcheck (GH-7440). (GH-7444) Benjamin Peterson
- [Python-checkins] PC/_subprocess.c: Fix signed/unsigned comparison (GH-7446) Victor Stinner
- [Python-checkins] bpo-31044, test_posix: Reenable makedev() tests on FreeBSD (#7449) Victor Stinner
- [Python-checkins] test.support.SaveSignals: fix typo (GH-7448) Victor Stinner
- [Python-checkins] bpo-33781: audioop: enhance rounding double as int (GH-7447) Victor Stinner
- [Python-checkins] bpo-33781: audioop: enhance rounding double as int (GH-7447) (GH-7452) Victor Stinner
- [Python-checkins] bpo-33781: audioop: enhance rounding double as int (GH-7447) (GH-7451) Victor Stinner
- [Python-checkins] bpo-33773: Fix test.support.fd_count() on Linux/FreBSD (GH-7421) Victor Stinner
- [Python-checkins] bpo-19418: audioop.c: Fix warnings on -0x80000000 (GH-7453) Victor Stinner
- [Python-checkins] bpo-28240: timeit: Update repeat() doc (GH-7419) Victor Stinner
- [Python-checkins] bpo-33773: Fix test.support.fd_count() on Linux/FreBSD (GH-7421) (GH-7456) Victor Stinner
- [Python-checkins] bpo-28240: timeit: Update repeat() doc (GH-7419) (GH-7457) Victor Stinner
- [Python-checkins] bpo-31731: test_io hangs with --huntrleaks: exclude it (GH-7459) Victor Stinner
- [Python-checkins] bpo-33789: test_asyncio: Fix ResourceWarning (GH-7460) Victor Stinner
- [Python-checkins] bpo-33789, test_asyncio: Hide PendingDeprecationWarning (GH-7461) Victor Stinner
- [Python-checkins] bpo-32676, test_asyncio: Fix warning in test_error_in_call_soon() (GH-7462) Victor Stinner
- [Python-checkins] update to Unicode 11.0.0 (closes bpo-33778) (GH-7439) Benjamin Peterson
- [Python-checkins] bpo-33274: Compliance with DOM L1: return removed attribute (#7465) Fred Drake
- [Python-checkins] bpo-30436: Add missing space in importlib.util.find_spec() error message (GH-7385) Ned Deily
- [Python-checkins] update to Unicode 11.0.0 (closes bpo-33778) (GH-7439) (GH-7470) Ned Deily
- [Python-checkins] Daily reference leaks (4243df51fe43): sum=11 solipsis at pitrou.net
- [Python-checkins] bpo-29235: Update document for Profiler's context manager (GH-7331) INADA Naoki
- [Python-checkins] bpo-17909: Document that json.load can accept a binary IO (GH-7366) INADA Naoki
- [Python-checkins] [3.7] bpo-33789: Backport test_asyncio fixes from master (GH-7478) Victor Stinner
- [Python-checkins] update 3.7 whatsnew entry about Unicode version (GH-7480) Benjamin Peterson
- [Python-checkins] [3.6] bpo-32676, test_asyncio: Fix warning in test_error_in_call_soon() (GH-7462) (GH-7483) Victor Stinner
- [Python-checkins] Improve the subprocess restore_signals=True test. (GH-7414) (GH-7437) Gregory P. Smith
- [Python-checkins] bpo-33796: Ignore ClassVar for dataclasses.replace(). (GH-7488) Eric V. Smith
- [Python-checkins] [3.6] bpo-32392: Document env keyword argument of subprocess.run() (GH-7289) Berker Peksag
- [Python-checkins] bpo-33609: small wording fixes to dict ordering docs Neil Schemenauer
- [Python-checkins] bpo-33694: Fix race condition in asyncio proactor (GH-7498) Victor Stinner
- [Python-checkins] bpo-33694: Fix race condition in asyncio proactor (GH-7498) (GH-7499) Victor Stinner
- [Python-checkins] bpo-33642 and bpo-33679: Revise and condense blurbs (GH-7500) Terry Jan Reedy
- [Python-checkins] bpo-33615: Skip test__xxsubinterpreters (GH-7503) Victor Stinner
- [Python-checkins] bpo-33803: Fix a crash in hamt.c (#7504) Yury Selivanov
- [Python-checkins] bpo-33786: Fix asynchronous generators to handle GeneratorExit in athrow() (GH-7467) Yury Selivanov
- [Python-checkins] bpo-33609: small wording fixes to dict ordering docs (#7497) Yury Selivanov
- [Python-checkins] bpo-33803: Fix a crash in hamt.c (GH-7504) (GH-7505) Yury Selivanov
- [Python-checkins] bpo-33792: Add selector and proactor windows policies (GH-7487) Yury Selivanov
- [Python-checkins] bpo-33786: Fix asynchronous generators to handle GeneratorExit in athrow() (GH-7467) (GH-7507) Yury Selivanov
- [Python-checkins] bpo-33791: Update README for macOS users (GH-7471) Ned Deily
- [Python-checkins] bpo-33786: Fix asynchronous generators to handle GeneratorExit in athrow() (GH-7467) (#7514) Yury Selivanov
- [Python-checkins] bpo-33197: Add description property for _ParameterKind. (GH-7206) Yury Selivanov
- [Python-checkins] bpo-33768: IDLE: Clicking on code context line moves it to top of editor (GH-7411) Terry Jan Reedy
- [Python-checkins] Update idlelib/NEWS.txt to 2018 Jun 8 am. (GH-7517) Terry Jan Reedy
- [Python-checkins] bpo-33799: Remove non-ordered dicts comments from FAQ INADA Naoki
- [Python-checkins] bpo-33718: regrtest: use "xxx then yyy" result if re-run (GH-7521) Victor Stinner
- [Python-checkins] bpo-33694: Fix typo in helper function name (GH-7522) Victor Stinner
- [Python-checkins] Daily reference leaks (4243df51fe43): sum=64 solipsis at pitrou.net
- [Python-checkins] bpo-11874: fix assertion failure in argparse metavar handling (GH-1826) Nick Coghlan
- [Python-checkins] bpo-33802: Do not interpolate in ConfigParser while reading defaults (GH-7524) Ćukasz Langa
- [Python-checkins] bpo-33798: Update csv document about dict order (GH-7490) INADA Naoki
- [Python-checkins] bpo-33736: Improve the documentation of asyncio stream APIs (GH-7326) Yury Selivanov
- [Python-checkins] bpo-33807: Add Python 3.7 buildbot link to '.github/CONTRIBUTING.rst' (GH-7532) Zachary Ware
- [Python-checkins] bpo-33197: Add versionadded tag to the documentation of ParameterKind (GH-7536) Yury Selivanov
- [Python-checkins] [2.7] bpo-33751: Fix test_file. (GH-7378) (GH-7445) Serhiy Storchaka
- [Python-checkins] bpo-33799: Remove non-ordered dicts comments from FAQ (GH-7520) Ned Deily
- [Python-checkins] [3.7] Update version in '.github/PULL_REQUEST_TEMPLATE.md' (GH-7537) Ned Deily
- [Python-checkins] bpo-33800: Fix default argument for parameter dict_type of ConfigParser/RawConfigParser (GH-7494) Ned Deily
- [Python-checkins] bpo-33800: Fix default argument for parameter dict_type of ConfigParser/RawConfigParser (GH-7494) (GH-7542) Ned Deily
- [Python-checkins] bpo-33375: Get filename for warnings from frame.f_code.co_filename (GH-6622) Brett Cannon
- [Python-checkins] bpo-33801: Remove non-ordered dict comment from plistlib doc (GH-7495) Ned Deily
- [Python-checkins] bpo-33801: Remove non-ordered dict comment from plistlib doc (GH-7495) (GH-7546) Ned Deily
- [Python-checkins] bpo-30805: Avoid race condition with debug logging (GH-7545) Yury Selivanov
- [Python-checkins] Datetime test coverage (#7544) Alexander Belopolsky
- [Python-checkins] bpo-33810 Remove unused code from datetime.py. (GH-7549) Alexander Belopolsky
- [Python-checkins] Fix indendation level of versionchanged directive in configparser.items() doc (GH-7543) Mariatta
- [Python-checkins] [2.7] Add version change for OpenSSL 1.1.0 compatibility (GH-7541) Nick Coghlan
- [Python-checkins] Datetime test coverage (GH-7544) (GH-7551) Alexander Belopolsky
- [Python-checkins] bpo-33409: Clarify PEP 538/540 relationship (GH-7534) Nick Coghlan
- [Python-checkins] bpo-33718: regrtest: use "xxx then yyy" result if re-run (GH-7521) (GH-7562) Victor Stinner
- [Python-checkins] bpo-33375: Fix GCC warning in Python/_warnings.c (GH-7556) Brett Cannon
- [Python-checkins] bpo-33738: Fix macros which contradict PEP 384 (GH-7477) Ned Deily
- [Python-checkins] bpo-28222: Don't fail if pygments is not available (GH-7564) Zachary Ware
- [Python-checkins] bpo-32493: Correct test for uuid_enc_be availability in configure.ac. (GH-7511) Ned Deily
- [Python-checkins] bpo-32493: Correct test for uuid_enc_be availability in configure.ac. (GH-7511) (GH-7567) Ned Deily
- [Python-checkins] doc: Fix typo in asyncio-eventloop.rst (GH-7345) Mariatta
- [Python-checkins] bpo-33766: Document that end of file or string is a newline (GH-7383) Terry Jan Reedy
- [Python-checkins] Fix typo in object.__getnewargs__() documentation (GH-7554) Berker Peksag
- [Python-checkins] Remove hyphens from phrase "picks up where it left off" (GH-7410) Mariatta
- [Python-checkins] Fix spaces added after hyphens in news entries. (GH-7579) Serhiy Storchaka
- [Python-checkins] bpo-33770: improve base64 exception message for encoded inputs of invalid length (#7416) Tal Einat
- [Python-checkins] bpo-33748: fix tests altering sys.path and sys.modules (GH-7433) Tal Einat
- [Python-checkins] Remove unneeded PyErr_Occurred() check in os_lseek_impl() (GH-7557) Serhiy Storchaka
- [Python-checkins] Daily reference leaks (4243df51fe43): sum=10 solipsis at pitrou.net
- [Python-checkins] bpo-33820: Update idlelib subsection of What's New 3.6 (GH-7589) Terry Jan Reedy
- [Python-checkins] bpo-33821: Update idlelib subsection of What's New 3.7 (#7590) Terry Jan Reedy
- [Python-checkins] bpo-33821: Update idlelib subsection of What's New 3.7 (GH-7590) Miss Islington (bot)
- [Python-checkins] Fix spaces added after hyphens in news entries. (GH-7579) (GH-7582) Ned Deily
- [Python-checkins] [3.6] Fix spaces added after hyphens in news entries. (GH-7579) (GH-7584) Ned Deily
- [Python-checkins] bpo-33820: Fix IDLE What's New typo (#7594) Terry Jan Reedy
- [Python-checkins] bpo-33820: Fix IDLE What's New typo (GH-7594) Miss Islington (bot)
- [Python-checkins] bpo-33610: Update IDLE Code Context doc entry (GH-7597) Terry Jan Reedy
- [Python-checkins] bpo-33812: Corrected astimezone for naive datetimes. (GH-7578) Alexander Belopolsky
- [Python-checkins] bpo-33770: improve base64 exception message for encoded inputs of invalid length (GH-7416) (GH-7602) Ned Deily
- [Python-checkins] bpo-33748: fix tests altering sys.path and sys.modules (GH-7433) (#7604) Ned Deily
- [Python-checkins] bpo-33748: fix tests altering sys.path and sys.modules (GH-7433) (GH-7603) Ned Deily
- [Python-checkins] bpo-33812: Corrected astimezone for naive datetimes. (GH-7578) (GH-7600) Alexander Belopolsky
- [Python-checkins] bpo-33812: Corrected astimezone for naive datetimes. (GH-7578) (GH-7601) Alexander Belopolsky
- [Python-checkins] bpo-33738: Address review comments in GH #7477 (GH-7585) Ned Deily
- [Python-checkins] bpo-30167: Prevent site.main() exception if PYTHONSTARTUP is set. (GH-6731) Ned Deily
- [Python-checkins] bpo-30167: Prevent site.main() exception if PYTHONSTARTUP is set. (GH-6731) (GH-7606) Ned Deily
- [Python-checkins] bpo-30167: Prevent site.main() exception if PYTHONSTARTUP is set. (GH-6731) (GH-7607) Ned Deily
- [Python-checkins] bpo-33109: Remove now-obsolete What's New entry for bpo-26510. (GH-7609) Ned Deily
- [Python-checkins] bpo-33109: Remove now-obsolete What's New entry for bpo-26510. (GH-7609) (GH-7610) Ned Deily
- [Python-checkins] bpo-33745: Add What's New for empty function docstring change. (GH-7611) Ned Deily
- [Python-checkins] pypi.python.org -> pypi.org (GH-7613) Ned Deily
- [Python-checkins] pypi.python.org -> pypi.org (GH-7613) (GH-7614) Ned Deily
- [Python-checkins] pypi.python.org -> pypi.org (GH-7613) (GH-7615) Ned Deily
- [Python-checkins] more pypi.python.org -> pypi.org for 3.6 (GH-7616) Ned Deily
- [Python-checkins] bpo-23404: Update/sync What's New files for 3.6/3.5/2.7 (GH-7620) Ned Deily
- [Python-checkins] bpo-23404: Update/sync What's New files for 3.6/3.5/2.7 (GH-7620) (GH-7621) Ned Deily
- [Python-checkins] bpo-23404: Update/sync What's New files for 3.6/3.5/2.7 (GH-7622) Ned Deily
- [Python-checkins] bpo-23404: Update/sync What's New files for 3.6/3.5/2.7 (GH-7624) Ned Deily
- [Python-checkins] Clean up after bpo-33738. (GH-7627) Serhiy Storchaka
- [Python-checkins] bpo-30820: Remove incorrect docs for email.contentmanager.raw_data_manager (#7631) R. David Murray
- [Python-checkins] bpo-30820: Remove incorrect docs for email.contentmanager.raw_data_manager (GH-7631) (#7633) R. David Murray
- [Python-checkins] bpo-30820: Remove incorrect docs for email.contentmanager.raw_data_manager (GH-7631) (#7634) R. David Murray
- [Python-checkins] bpo-33831: Make htmlview run again (GH-7628) Steve Dower
- [Python-checkins] bpo-33656: On Windows, add API call saying that tk scales for DPI (GH-7137) Terry Jan Reedy
- [Python-checkins] bpo-33656: Add entry to What's New 3.7. (GH-7638) Terry Jan Reedy
- [Python-checkins] bpo-33656: Add enum name for argument of Windows call. (GH-7642) Terry Jan Reedy
- [Python-checkins] bpo-33582: Emit deprecation warning for `formatargspec` (GH-6994) Ned Deily
- [Python-checkins] bpo-33656: Mention color in idlelib/NEWS.txt entry. (#7646) Terry Jan Reedy
- [Python-checkins] bpo-33656: Mention color in idlelib/NEWS.txt entry. (GH-7646) (GH-7647) Terry Jan Reedy
- [Python-checkins] bpo-33656: Mention color in idlelib/NEWS.txt entry. (GH-7646) Miss Islington (bot)
- [Python-checkins] bpo-31432: Clarify ssl CERT_NONE/OPTIONAL/REQUIRED docs. (GH-3530) Ned Deily
- [Python-checkins] bpo-31432: Clarify ssl CERT_NONE/OPTIONAL/REQUIRED docs. (GH-3530) (GH-7649) Ned Deily
- [Python-checkins] bpo-31432: Revert unrelated code changes to _ssl.c and test_ssl (GH-7650) Ned Deily
- [Python-checkins] bpo-31432: Revert unrelated code changes to _ssl.c and test_ssl (GH-7650) (GH-7651) Ned Deily
- [Python-checkins] bpo-31432: Clarify ssl CERT_NONE/OPTIONAL/REQUIRED docs. (GH-3530) (GH-7652) Ned Deily
- [Python-checkins] Update macOS installer Welcome and ReadMe files for 3.7.0. (GH-7653) Ned Deily
- [Python-checkins] bpo-33582: Remove duplicate space in inspect.formatargspec() deprecation warning (GH-7655) Ned Deily
- [Python-checkins] bpo-25612: Add minimal What's New in 3.7 entry (GH-7656) Ned Deily
- [Python-checkins] bpo-33582: Remove duplicate space in inspect.formatargspec() deprecation warning (GH-7655) (GH-7657) Ned Deily
- [Python-checkins] bpo-25612: Add minimal What's New in 3.7 entry (GH-7656) (GH-7658) Ned Deily
- [Python-checkins] 3.7.0rc1 Ned Deily
- [Python-checkins] 3.6.6rc1 Ned Deily
- [Python-checkins] Fix nested list in 3.7 What's New (GH-7659) Ned Deily
- [Python-checkins] Fix nested list in 3.7 What's New (GH-7659) (GH-7660) Ned Deily
- [Python-checkins] bpo-27397: Make email module properly handle invalid-length base64 strings (#7583) Tal Einat
- [Python-checkins] bpo-27397: Make email module properly handle invalid-length base64 strings (GH-7583) (GH-7664) Tal Einat
- [Python-checkins] bpo-27397: Make email module properly handle invalid-length base64 strings (GH-7583) (GH-7665) Tal Einat
- [Python-checkins] bpo-32108: Don't clear configparser values if key is assigned to itself (GH-7588) Ćukasz Langa
- [Python-checkins] bpo-33671: efficient zero-copy for shutil.copy* functions (Linux, OSX and Win) (#7160) Giampaolo Rodola
- [Python-checkins] Fixes upload script to always run commands even when previous ones fail (GH-7670) Steve Dower
- [Python-checkins] bpo-33845: Update Doc\make.bat on 2.7 to bring it on par to master version (GH-7667) Steve Dower
- [Python-checkins] bpo-33828: Add missing versionchanged note for string.Formatter. (GH-7668) Xiang Zhang
- [Python-checkins] [2.7] bpo-33828: Clarify auto-numbering is not available to string.Formatter. (GH-7668) (GH-7676) Xiang Zhang
- [Python-checkins] bpo-31378: Document sqlite3.OperationalError exception (GH-7677) Berker Peksag
- [Python-checkins] Daily reference leaks (4243df51fe43): sum=74 solipsis at pitrou.net
- [Python-checkins] [3.6] bpo-32356: idempotent pause_/resume_reading (GH-4914) (GH-7629) Victor Stinner
- [Python-checkins] bpo-33615: Re-enable subinterpreter tests. (#7552) Eric Snow
- [Python-checkins] bpo-19382: Adding test cases for module tabnanny (GH-851) Victor Stinner
- [Python-checkins] bpo-33718: regrtest: use format_duration() to display failed tests (GH-7686) Victor Stinner
- [Python-checkins] bpo-32962: python-gdb catchs ValueError on read_var() (GH-7692) Victor Stinner
- [Python-checkins] bpo-32962: python-gdb catchs UnicodeDecodeError (GH-7693) Victor Stinner
- [Python-checkins] bpo-17045: Improve C-API doc for PyTypeObject. (gh-7413) Eric Snow
- [Python-checkins] bpo-33851: Fix ast.get_docstring() for a node that lacks a docstring. (GH-7682) Serhiy Storchaka
- [Python-checkins] bpo-33818: PyExceptionClass_Name() will now return "const char *". (GH-7581) Serhiy Storchaka
- [Python-checkins] Daily reference leaks (4243df51fe43): sum=6 solipsis at pitrou.net
- [Python-checkins] bpo-29456: Fix bugs in unicodedata.normalize: u1176, u11a7 and u11c3 (GH-1958) Xiang Zhang
- [Python-checkins] bpo-29456: Fix bugs in unicodedata.normalize: u1176, u11a7 and u11c3 (GH-1958) (GH-7704) Xiang Zhang
- [Python-checkins] gitattribute: Mark generated files (GH-7619) INADA Naoki
- [Python-checkins] bpo-32962: Fix test_gdb failure in debug build with -mcet -fcf-protection -O0 (#6754) Victor Stinner
- [Python-checkins] [3.7] bpo-32962: Backport python-gdb.py and test_gdb.py from master (GH-7710) Victor Stinner
- [Python-checkins] bpo-32962: Backport python-gdb.py and test_gdb.py from master (GH-7710) (GH-7711) Victor Stinner
- [Python-checkins] bpo-33852: Remove misplaced parentheses around 'list'. (GH-7672) Terry Jan Reedy
- [Python-checkins] bpo-33847: Add '@' operator entry to index (GH-7669) Terry Jan Reedy
- [Python-checkins] [2.7] bpo-33852: Remove misplaced parentheses around 'list'. (GH-7672) (#7716) Terry Jan Reedy
- [Python-checkins] bpo-33854: Add PEP 461 title to 'See also' note (GH-7688) Terry Jan Reedy
- [Python-checkins] bpo-33854: Add PEP 461 title to 'See also' note (GH-7688) (#7719) Terry Jan Reedy
- [Python-checkins] bpo-33854: Add PEP 461 title to 'See also' note (GH-7688) (GH-7720) Terry Jan Reedy
- [Python-checkins] doc: Fix small typos in library/multiprocessing (GH-698) (GH-7721) Antoine Pitrou
- [Python-checkins] Revert "bpo-32962: Fix test_gdb failure in debug build with -mcet -fcf-protection -O0 (GH-6754)" (#7723) Victor Stinner
- [Python-checkins] Revert "bpo-32962: Fix test_gdb failure in debug build with -mcet -fcf-protection -O0 (GH-6754)" (#7725) Victor Stinner
- [Python-checkins] Revert "bpo-32962: Fix test_gdb failure in debug build with -mcet -fcf-protection -O0 (GH-6754)" (#7724) Victor Stinner
- [Python-checkins] bpo-32962: Backport python-gdb.py and test_gdb.py from master (GH-7726) Victor Stinner
- [Python-checkins] bpo-33824, bpo-32030: Fix pymain_read_conf() (GH-7712) Victor Stinner
- [Python-checkins] bpo-33855: Minimally test all IDLE modules. (GH-7689) Terry Jan Reedy
- [Python-checkins] Fix compiler warnings on Windows (GH-7729) Victor Stinner
- [Python-checkins] Add missing va_end() calls in PC/launcher.c (GH-7690) Steve Dower
- [Python-checkins] bpo-33873: regrtest: Add warning on -R 1:3 (GH-7736) Victor Stinner
- [Python-checkins] Use singular, we are talking about the access (GH-7727) Mariatta
- [Python-checkins] Improve the grammar in the glossary item for `list` (GH-7727) Mariatta
- [Python-checkins] Improve the grammar in the glossary item for `list` Mariatta
- [Python-checkins] bpo-33836: Recommend keyword-only param for memoization in FAQ (GH-7687) Mariatta
- [Python-checkins] bpo-33571: Improve the glossary description for '...' prompt (GH-6971) Mariatta
- [Python-checkins] bpo-33499: Add PYTHONPYCACHEPREFIX env var for alt bytecode cache location. (GH-6834) Nick Coghlan
- [Python-checkins] bpo-33859: Fix spelling mistakes in docs. (GH-7691) Serhiy Storchaka
- [Python-checkins] [3.6] bpo-33859: Fix spelling mistakes in docs. (GH-7691). (GH-7750) Serhiy Storchaka
- [Python-checkins] Daily reference leaks (4243df51fe43): sum=1 solipsis at pitrou.net
- [Python-checkins] bpo-33861: Minor improvements of tests for os.path. (GH-7715) Serhiy Storchaka
- [Python-checkins] [3.6] bpo-33855: Minimally test all IDLE modules. (GH-7689) (GH-7734) Terry Jan Reedy
- [Python-checkins] bpo-33856: Add "help" to the welcome message of IDLE (GH-7755) Terry Jan Reedy
- [Python-checkins] [2.7] bpo-33856: Add "help" to the welcome message of IDLE (GH-7755) (GH-7758) Terry Jan Reedy
- [Python-checkins] Daily reference leaks (4243df51fe43): sum=12 solipsis at pitrou.net
- [Python-checkins] bpo-33892: Doc: Use gender neutral words (GH-7770) INADA Naoki
- [Python-checkins] bpo-33855: More edits and new minimal tests for IDLE (GH-7761) Terry Jan Reedy
- [Python-checkins] Daily reference leaks (4243df51fe43): sum=5 solipsis at pitrou.net
- [Python-checkins] bpo-33866: enum: Stop using OrderedDict (GH-7698) INADA Naoki
- [Python-checkins] bpo-33663: Convert content length to string before putting to header (GH-7754) Steve Dower
- [Python-checkins] Fix four spelling typos in documentation (GH-7753) Xiang Zhang
- [Python-checkins] bpo-33630: Fix using of freed memory in old versions of glicb for posix_spawn(). (GH-7685) Serhiy Storchaka
- [Python-checkins] bpo-33843: Remove deprecated stuff in cgi module (GH-7662) INADA Naoki
- [Python-checkins] Change tp_size to tp_basicsize in comment and realign the comments (GH-6775) Xiang Zhang
- [Python-checkins] Use more specific asserts in dbm tests. (GH-7786) Serhiy Storchaka
- [Python-checkins] bpo-33901: Fix test_dbm_gnu for gdbm 1.15 (GH-7791) Victor Stinner
- [Python-checkins] bpo-33365: print the header values beside the keys (GH-6611) Serhiy Storchaka
- [Python-checkins] bpo-33671 / shutil.copyfile: use memoryview() with dynamic size on Windows (#7681) Giampaolo Rodola
- [Python-checkins] bpo-33901: Better test_dbm_gnu.test_reorganize() fix (GH-7795) Victor Stinner
- [Python-checkins] bpo-33901: Fix test_dbm_gnu for gdbm 1.15 (GH-7798) Victor Stinner
- [Python-checkins] bpo-30345: Add -g to LDFLAGS for LTO (GH-7709) Victor Stinner
- [Python-checkins] set terse to True when calling platform.platform in test.pythoninfo (GH-7797) Xiang Zhang
- [Python-checkins] bpo-33717: set terse to True when calling platform.platform in test.pythoninfo (GH-7797) (GH-7803) Xiang Zhang
- [Python-checkins] bpo-33717: set terse to True when calling platform.platform in test.pythoninfo (GH-7797) (GH-7802) Xiang Zhang
- [Python-checkins] bpo-33901: Add _gdbm._GDBM_VERSION (GH-7794) Victor Stinner
- [Python-checkins] bpo-33855: Still more edits and minimal tests for IDLE (GH-7784) Terry Jan Reedy
- [Python-checkins] bpo-33907: Rename an IDLE module and class. (GH-7807) Terry Jan Reedy
- [Python-checkins] [3.6] bpo-33907: Rename an IDLE module and class. (GH-7807) (GH-7809) Terry Jan Reedy
- [Python-checkins] bpo-33908: Remove two superfluous assignments (GH-7116) Xiang Zhang
- [Python-checkins] bpo-33907: Rename an IDLE module and classes. (GH-7810) Terry Jan Reedy
- [Python-checkins] bpo-33904: In IDLE's rstrip, rename class RstripExtension as Rstrip (GH-7811) Terry Jan Reedy
- [Python-checkins] bpo-33901: Fix test_gdbm for gdbm 1.15 (GH-7798) (GH-7818) Victor Stinner
- [Python-checkins] bpo-33746: Fix test_unittest.testRegisterResult() in verbose mode (GH-7799) Victor Stinner
- [Python-checkins] bpo-33499: PYTHONPYCACHEPREFIX What's New entry (GH-7749) Nick Coghlan
- [Python-checkins] Fix compiling error when missing gdbm version macros (GH-7823) Xiang Zhang
- [Python-checkins] bpo-33917: Fix and document idlelib/idle_test/template.py (GH-7830) Terry Jan Reedy
- [Python-checkins] bpo-33906: Rename idlelib.windows as window (#7833) Terry Jan Reedy
- [Python-checkins] bpo-33906: Rename idlelib.windows as window (GH-7833) Miss Islington (bot)
- [Python-checkins] bpo-33924: Change IDLE mainmenu.menudefs key 'windows' to 'window' (GH-7836) Terry Jan Reedy
- [Python-checkins] Clarified the tempfile.tempdir documentation (GH-7829) Eric V. Smith
- [Python-checkins] Clarified the tempfile.tempdir documentation (GH-7829) (GH-7841) Eric V. Smith
- [Python-checkins] bpo-33894: Clarified the tempfile.tempdir documentation (GH-7829) (GH-7842) Eric V. Smith
- [Python-checkins] Daily reference leaks (4243df51fe43): sum=8 solipsis at pitrou.net
- [Python-checkins] bpo-33716, test_concurrent_futures: increase timeout (GH-7828) Pablo Galindo
- [Python-checkins] bpo-33931: Fix building using PC\VS9.0\build.bat -e (GH-7844) Zachary Ware
- [Python-checkins] bpo-33912: Fix test_warnings when run with -Werror (GH-7839) Victor Stinner
- [Python-checkins] bpo-33905: Add test for idlelib.stackview.StackBrowser. (GH-7852) Terry Jan Reedy
- [Python-checkins] bpo-30345: Add -g to LDFLAGS for LTO (GH-7709) (GH-7824) Victor Stinner
- [Python-checkins] bpo-30345: Add -g to LDFLAGS for LTO (GH-7709) (GH-7826) Victor Stinner
- [Python-checkins] bpo-30345: Add -g to LDFLAGS for LTO (GH-7709) (GH-7825) Victor Stinner
- [Python-checkins] bpo-33932: Calling Py_Initialize() twice does nothing (GH-7845) Victor Stinner
- [Python-checkins] bpo-33671: Add support.MS_WINDOWS and support.MACOS (GH-7800) Victor Stinner
- [Python-checkins] bpo-33885: Replace "hook function" with "callable" (GH-7765) Terry Jan Reedy
- [Python-checkins] Add test coverage reporting for C files (GH-7773) Brett Cannon
- [Python-checkins] bpo-33877: Remove UNIX qualification for running complete programs (GH-7744) Terry Jan Reedy
- [Python-checkins] [2.7] bpo-33877: Remove UNIX qualification for running complete programs (GH-7744) Terry Jan Reedy
- [Python-checkins] [2.7] properly free memory in pgen. (GH-7869) (closes bpo-27780 Benjamin Peterson
- [Python-checkins] suppress compiler warnings in _cursesmodule.c (#7860) Xiang Zhang
- [Python-checkins] make pgen.c C89 compliant again (GH-7870) Benjamin Peterson
- [Python-checkins] bpo-33916: Fix bz2 and lzma init when called twice (GH-7843) Victor Stinner
- [Python-checkins] Daily reference leaks (4243df51fe43): sum=-18 solipsis at pitrou.net
- [Python-checkins] Remove tp_print implementation (GH-7857) INADA Naoki
- [Python-checkins] bpo-33916: Fix bz2 and lzma init when called twice (GH-7843) (GH-7872) Victor Stinner
- [Python-checkins] bpo-33805: Improve error message of dataclasses.replace() (GH-7580) Eric V. Smith
- [Python-checkins] bpo-33887: Add TOC to Design and History FAQ(GH-7766) Mariatta
- [Python-checkins] bpo-33950: Remove IDLE htest spec for a deleted file. (GH-7881) Terry Jan Reedy
- [Python-checkins] [2.7] bpo-33885: Replace "hook function" with "callable" (GH-7765). (#7885) Terry Jan Reedy
- [Python-checkins] [master] bpo-33885: Replace "hook function" with "callable" (GH-7765) (#7886) Senthil Kumaran
- [Python-checkins] bpo-33451: Close pyc files before calling PyEval_EvalCode() (GH-7884) Nick Coghlan
- [Python-checkins] Daily reference leaks (4243df51fe43): sum=13 solipsis at pitrou.net
- [Python-checkins] Enable GUI tests in VSTS Linux builds via xvfb-run (GH-7890) Zachary Ware
- [Python-checkins] [3.6] Enable GUI tests in VSTS Linux builds via xvfb-run (GH-7890) Zachary Ware
- [Python-checkins] bpo-33951: IDLE test_configdialog: call page.update in setUpClass (GH-7892) Terry Jan Reedy
- [Python-checkins] bpo-33711: Fix license generation error in installer build script (GH-7241) Zachary Ware
- [Python-checkins] bpo-33897: Add a 'force' keyword argument to logging.basicConfig(). (GH-7873) Vinay Sajip
- [Python-checkins] bpo-33943: Add references in the docs for logging.basicConfig (GH-7858) Tal Einat
- [Python-checkins] bpo-33943: Add references in the docs for logging.basicConfig (GH-7858) (GH-7900) Tal Einat
- [Python-checkins] bpo-33943: Add references in the docs for logging.basicConfig (GH-7858) (GH-7899) Tal Einat
- [Python-checkins] [2.7] bpo-33943: Add references in the docs for logging.basicConfig (GH-7858) (GH-7902) Tal Einat
- [Python-checkins] Daily reference leaks (4243df51fe43): sum=2 solipsis at pitrou.net
- [Python-checkins] bpo-33952: Fix typo in str.upper() documentation (GH-7898) Tal Einat
- [Python-checkins] bpo-33952: Fix typo in str.upper() documentation (GH-7898) (GH-7903) Tal Einat
- [Python-checkins] bpo-33952: Fix typo in str.upper() documentation (GH-7898) (GH-7904) Tal Einat
- [Python-checkins] [2.7] bpo-33952: Fix typo in str.upper() documentation (GH-7898) (GH-7905) Tal Einat
- [Python-checkins] bpo-33573: docs to suggest median() alternatives for non-numeric data (GH-7587) Tal Einat
- [Python-checkins] [3.7] bpo-33573: docs to suggest median() alternatives for non-numeric data (GH-7587) (GH-7906) Tal Einat
- [Python-checkins] [3.6] bpo-33573: docs to suggest median() alternatives for non-numeric data (GH-7587) (GH-7907) Tal Einat
- [Python-checkins] Revert "bpo-33671: Add support.MS_WINDOWS and support.MACOS (GH-7800)" (GH-7919) Victor Stinner
- [Python-checkins] bpo-33924: Add missed mac-specific 'windows' to 'window' changes (GH-7920) Terry Jan Reedy
- [Python-checkins] bpo-27780: Make pgen.c C89 compliant (GH-7915) Benjamin Peterson
- [Python-checkins] bpo-33957: Doc: Use better wording (GH-7912) INADA Naoki
- [Python-checkins] bpo-33873: Fix bug in `runtest.py` and add checks for invalid `-R` parameters (GH-7735) Pablo Galindo
- [Python-checkins] bpo-33873: Backport regrtest from master to 3.7 (GH-7935) Victor Stinner
- [Python-checkins] [2.7] bpo-33873: Backport regrtest from master (GH-7936) Victor Stinner
- [Python-checkins] bpo-33873: Backport regrtest from master to 3.7 (GH-7935) (GH-7937) Victor Stinner
- [Python-checkins] bpo-33956: update vendored expat to 2.2.5 (GH-7925) Benjamin Peterson
- [Python-checkins] bpo-29514: Make magic number test work for candidates Ned Deily
- [Python-checkins] bpo-29514: Make magic number test work for candidates (GH-7945) Ned Deily
- [Python-checkins] bpo-29514: Make magic number test work for candidates (GH-7946) Ned Deily
- [Python-checkins] [2.7] closes bpo-33956: update vendored expat to 2.2.5 (GH-7925) Benjamin Peterson
- [Python-checkins] use rich markup for PEP reference (GH-7939) Benjamin Peterson
- [Python-checkins] bpo-33975: Avoid small type when running IDLE's htests. (GH-7944) Terry Jan Reedy
- [Python-checkins] bpo-24567: Random subnormal.diff (#7954) Raymond Hettinger
- [Python-checkins] bpo-24567: Random subnormal.diff (GH-7954) (GH-7955) Raymond Hettinger
- [Python-checkins] bpo-30317, test_multiprocessing: fix test_timeout() (GH-7957) Victor Stinner
- [Python-checkins] bpo-24567: Random subnormal.diff (GH-7954) (GH-7956) Raymond Hettinger
- [Python-checkins] bpo-33929: multiprocessing: fix handle leak on race condition (GH-7921) Victor Stinner
- [Python-checkins] Revert "bpo-33929: multiprocessing: fix handle leak on race condition (GH-7921)" (GH-7963) Victor Stinner
- [Python-checkins] bpo-33929: Fix regression in spawn_main() (#7962) Victor Stinner
- [Python-checkins] bpo-31647: Fix bpo typo in NEWS entry. (GH-7964) Ned Deily
- [Python-checkins] Prevent upload script uploading from the wrong directory (GH-7953) Steve Dower
- [Python-checkins] bpo-30356: Fix test_mymanager_context() of multiprocessing (GH-7968) Victor Stinner
- [Python-checkins] bpo-25007: Add copy protocol support to zlib compressors and decompressors (GH-7940) Serhiy Storchaka
- [Python-checkins] bpo-33913: Fix test_multiprocessing_main_handling (GH-7972) Victor Stinner
- [Python-checkins] bpo-33715: Fix multiprocessing test_wait_result() (GH-7971) Victor Stinner
- [Python-checkins] bpo-33913: Fix test_multiprocessing_main_handling (GH-7972) (GH-7976) Victor Stinner
- [Python-checkins] 3.6.6 final Ned Deily
- [Python-checkins] Forward port 3.7.0 final changes Ned Deily
- [Python-checkins] Backport 3.7.0 final changes Ned Deily
- [Python-checkins] bpo-33958: Doc: Remove unused variable in example (GH-7927) INADA Naoki
- [Python-checkins] Fix NEWS entry for bpo-31647 Ned Deily
- [Python-checkins] bpo-33842: Remove tarfile.filemode (GH-7661) INADA Naoki
- [Python-checkins] Forward port rest of NEWS changes as of 3.7.0 Ned Deily
- [Python-checkins] Daily reference leaks (4243df51fe43): sum=-2 solipsis at pitrou.net
- [Python-checkins] bpo-32996: Enhancements to What's New based on feedback (GH-7988) Yury Selivanov
- [Python-checkins] bpo-31546: Fix input hook integration (GH-7978) Steve Dower
- [Python-checkins] bpo-33985: Implement ContextVar.name attribute. (GH-7980) Yury Selivanov
- [Python-checkins] Update 2.7 doc templates for 3.7.0 (GH-7996) Ned Deily
- [Python-checkins] bpo-27500: Fix static version of getaddrinfo to resolve IPv6 (GH-7993) Yury Selivanov
- [Python-checkins] bpo-14117: Make minor tweaks to turtledemo (GH-8002) Terry Jan Reedy
- [Python-checkins] Fix the indentation in the documentation of bin() and hash() (GH-7998) Serhiy Storchaka
- [Python-checkins] bpo-25862: Fix assertion failures in io.TextIOWrapper.tell(). (GH-3918) Serhiy Storchaka
- [Python-checkins] [3.6] bpo-25862: Fix assertion failures in io.TextIOWrapper.tell(). (GH-3918). (GH-8012) Serhiy Storchaka
- [Python-checkins] [2.7] bpo-25862: Fix assertion failures in io.TextIOWrapper.tell(). (GH-3918). (GH-8013) Serhiy Storchaka
- [Python-checkins] Add zulipchat badge to readme (GH-7929) Mariatta
- [Python-checkins] Fix redundant declaration of _PyImport_AddModuleObject (GH-7992) Eric Snow
- [Python-checkins] bpo-33974: Fix passing special characters to ttk widgets. (GH-7986) Serhiy Storchaka
- [Python-checkins] [2.7] bpo-33974: Fix passing special characters to ttk widgets. (GH-7986) (GH-8021) Serhiy Storchaka
- [Python-checkins] bpo-32568: make select.epoll() and its docs consistent (#7840) Tal Einat
- [Python-checkins] bpo-32568: make select.epoll() and its docs consistent (GH-7840) (GH-8024) Tal Einat
- [Python-checkins] [3.6] bpo-32568: make select.epoll() and its docs consistent (GH-7840) (GH-8025) Tal Einat
- [Python-checkins] bpo-25862: Fix several bugs in the _io module. (GH-8026) Serhiy Storchaka
- [Python-checkins] Doc: Remove unused image file (GH-8027) INADA Naoki
- [Python-checkins] bpo-31938: Convert selectmodule.c to Argument Clinic (GH-4265) Tal Einat
Last message date: Sat Jun 30 16:02:53 EDT 2018
Archived on: Sat Jun 30 16:02:57 EDT 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