Showing content from http://mail.python.org/pipermail/python-checkins/2019-August/thread.html below:
The Python-checkins August 2019 Archive by thread
August 2019 Archives by thread
Starting: Thu Aug 1 01:43:11 EDT 2019
Ending: Sat Aug 31 11:25:39 EDT 2019
Messages: 442
- [Python-checkins] bpo-18049: Sync thread stack size to main thread size on macOS (GH-14748) Ronald Oussoren
- [Python-checkins] bpo-36302: Sort list of sources (GH-12341) Victor Stinner
- [Python-checkins] bpo-37726: Prefer argparse over getopt in stdlib tutorial (#15052) Guido van Rossum
- [Python-checkins] bpo-37726: Prefer argparse over getopt in stdlib tutorial (GH-15052) (#15070) Guido van Rossum
- [Python-checkins] bpo-37726: Prefer argparse over getopt in stdlib tutorial (GH-15052) (#15069) Guido van Rossum
- [Python-checkins] bpo-37461: Fix infinite loop in parsing of specially crafted email headers (GH-14794) (GH-14817) Ned Deily
- [Python-checkins] bpo-16970: Adding error message for invalid args (GH-14844) Miss Islington (bot)
- [Python-checkins] bpo-37729: gc: write stats at once (GH-15050) Inada Naoki
- [Python-checkins] bpo-36487: Make C-API docs clear about what the main interpreter is. (gh-12666) Eric Snow
- [Python-checkins] bpo-37742: Return the root logger when logging.getLogger('root') is c… (#15077) Vinay Sajip
- [Python-checkins] bpo-36487: Make C-API docs clear about what the main interpreter is. (gh-15080) Eric Snow
- [Python-checkins] bpo-36590: Add Bluetooth RFCOMM and support for Windows. (GH-12767) Steve Dower
- [Python-checkins] bpo-20523: pdb searches for .pdbrc in ~ instead of $HOME (GH-11847) Steve Dower
- [Python-checkins] bpo-30974: Change os.path.samefile docstring to match docs (GH-7337) Steve Dower
- [Python-checkins] bpo-37444: Update differing exception between builtins and importlib (GH-14869) Miss Islington (bot)
- [Python-checkins] bpo-18049: Define THREAD_STACK_SIZE for AIX to pass default recursion limit test (GH-15081) Ronald Oussoren
- [Python-checkins] Correct description of HTTP status code 308. (GH-15078) Benjamin Peterson
- [Python-checkins] Correct description of HTTP status code 308. (GH-15098) Benjamin Peterson
- [Python-checkins] Correct description of HTTP status code 308. (GH-15097) Benjamin Peterson
- [Python-checkins] bpo-37685: Fixed comparisons of datetime.timedelta and datetime.timezone. (GH-14996) Serhiy Storchaka
- [Python-checkins] bpo-37648: Fixed minor inconsistency in some __contains__. (GH-14904) Serhiy Storchaka
- [Python-checkins] [3.7] bpo-37685: Fixed comparisons of datetime.timedelta and datetime.timezone. (GH-14996) (GH-15104) Serhiy Storchaka
- [Python-checkins] bpo-37730: Fix usage of NotImplemented instead of NotImplementedError in docs. (GH-15062) Miss Islington (bot)
- [Python-checkins] [3.7] bpo-37730: Fix usage of NotImplemented instead of NotImplementedError in docs. (GH-15062). (GH-15106) Serhiy Storchaka
- [Python-checkins] bpo-37706: IDLE - fix sidebar code bug and drag tests (GH-15103) Terry Jan Reedy
- [Python-checkins] bpo-36324: Update comments to include the target hash sums (GH-15110) Raymond Hettinger
- [Python-checkins] bpo-36324: Update comments to include the target hash sums (GH-15110) (GH-15112) Raymond Hettinger
- [Python-checkins] [3.7] bpo-34621: backwards-compatible pickle UUID with is_safe=unknown (GH-14834) Tal Einat
- [Python-checkins] bpo-28292: Mark calendar.py helper functions as private. (GH-15113) Raymond Hettinger
- [Python-checkins] bpo-28292: Mark calendar.py helper functions as private. (GH-15113) (GH-15116) Raymond Hettinger
- [Python-checkins] Update itertools docs (GH-15114) Raymond Hettinger
- [Python-checkins] bpo-37748: Re-order the Run menu. (GH-15115) Terry Jan Reedy
- [Python-checkins] Update itertools docs (GH-15114) (GH-15118) Raymond Hettinger
- [Python-checkins] Adds Tim Hopper and Dan Lidral-Porter to ACKS (GH-15101) Steve Dower
- [Python-checkins] bpo-36419: IDLE - Refactor autocompete and improve testing. (#15121) Terry Jan Reedy
- [Python-checkins] bpo-36419: IDLE - Refactor autocompete and improve testing. (GH-15121) Miss Islington (bot)
- [Python-checkins] [2.7] bpo-37730: Fix usage of NotImplemented instead of NotImplementedError in docs. (GH-15062). (GH-15133) Serhiy Storchaka
- [Python-checkins] bpo-37759: First round of major edits to Whatsnew 3.8 (GH-15127) Raymond Hettinger
- [Python-checkins] bpo-37759: First round of major edits to Whatsnew 3.8 (GH-15127) (GH-15139) Raymond Hettinger
- [Python-checkins] Improve signal documentation (GH-14274) Miss Islington (bot)
- [Python-checkins] Make importlib.metadata a simple module (#15153) Jason R. Coombs
- [Python-checkins] bpo-34488: optimize BytesIO.writelines() (GH-8904) Inada Naoki
- [Python-checkins] bpo-37646: Document that eval() cannot access nested scopes (GH-15117) Raymond Hettinger
- [Python-checkins] bpo-37646: Document that eval() cannot access nested scopes (GH-15117) (GH-15155) Raymond Hettinger
- [Python-checkins] Make importlib.metadata a simple module (GH-15153) (GH-15154) Jason R. Coombs
- [Python-checkins] bpo-37004: Documented asymmetry of string arguments in difflib.SequenceMatcher for ratio method (GH-13482) Miss Islington (bot)
- [Python-checkins] Update pickle.rst (GH-14128) Carol Willing
- [Python-checkins] bpo-37004: Documented asymmetry of string arguments in difflib.SequenceMatcher for ratio method (GH-13482) (#15157) Terry Jan Reedy
- [Python-checkins] bpo-37004: Documented asymmetry of string arguments in difflib.SequenceMatcher for ratio method (GH-13482) (#15158) Terry Jan Reedy
- [Python-checkins] bpo-37734: Fix use of registry values to launch Python from Microsoft Store app (GH-15146) Steve Dower
- [Python-checkins] bpo-37778: Fixes the icons used for file associations to the Microsoft Store package (GH-15150) Steve Dower
- [Python-checkins] bpo-37734: Remove unnecessary brace escapes in PC/layout script (GH-15165) Steve Dower
- [Python-checkins] bpo-34775: Return NotImplemented in PurePath division. (GH-9509) Serhiy Storchaka
- [Python-checkins] bpo-37685: Fixed __eq__, __lt__ etc implementations in some classes. (GH-14952) Serhiy Storchaka
- [Python-checkins] bpo-37685: Use singletons ALWAYS_EQ and NEVER_EQ in more tests. (GH-15167) Serhiy Storchaka
- [Python-checkins] bpo-35892: Add usage note to mode() (GH-15122) Raymond Hettinger
- [Python-checkins] bpo-35892: Add usage note to mode() (GH-15122) (GH-15176) Raymond Hettinger
- [Python-checkins] bpo-37587: optimize json.loads (GH-15134) Inada Naoki
- [Python-checkins] bpo-25172: Raise appropriate ImportError msg when crypt module used on Windows (GH-15149) Paul Moore
- [Python-checkins] bpo-37268: test_parser fails when run with -Werror (GH-15183) Miss Islington (bot)
- [Python-checkins] bpo-37795: Capture DeprecationWarnings in the test suite (GH-15184) Pablo Galindo
- [Python-checkins] bpo-36511: Fix failures in Windows ARM32 buildbot (GH-15181) Steve Dower
- [Python-checkins] [3.8] bpo-37795: Capture DeprecationWarnings in the test suite (GH-15184) (GH-15188) Pablo Galindo
- [Python-checkins] bpo-34155: Dont parse domains containing @ (GH-13079) Miss Islington (bot)
- [Python-checkins] bpo-37642: Update acceptable offsets in timezone (GH-14878) Paul Ganssle
- [Python-checkins] bpo-34155: Dont parse domains containing @ (GH-13079) (GH-14826) Ned Deily
- [Python-checkins] [3.8] bpo-32912: Revert SyntaxWarning on invalid escape sequences (GH-15142) Gregory P. Smith
- [Python-checkins] bpo-32912: Revert SyntaxWarning on invalid escape sequences. (GH-15195) Miss Islington (bot)
- [Python-checkins] Delete leftover clinic-generated file for C zipimport. (GH-15174) Serhiy Storchaka
- [Python-checkins] bpo-32178: Fix IndexError trying to parse 'To' header starting with ':'. (GH-15044) Miss Islington (bot)
- [Python-checkins] bpo-37819: Add Fraction.as_integer_ratio() (GH-15212) Raymond Hettinger
- [Python-checkins] bpo-37819: Add Fraction.as_integer_ratio() (GH-15212) (GH-15215) Raymond Hettinger
- [Python-checkins] Fix docs for assert_called and assert_called_once (#15197) Chris Withers
- [Python-checkins] Fix docs for assert_called and assert_called_once (GH-15218) Chris Withers
- [Python-checkins] Fix docs for assert_called and assert_called_once (GH-15219) Chris Withers
- [Python-checkins] bpo-37804: Remove the deprecated method threading.Thread.isAlive() (GH-15225) Victor Stinner
- [Python-checkins] bpo-37354: Make Powershell Activate.ps1 script static to allow for signing (GH-14967) Steve Dower
- [Python-checkins] [3.8] bpo-37354: Make Powershell Activate.ps1 script static to allow for signing (GH-14967) Steve Dower
- [Python-checkins] bpo-37354: Sign Activate.ps1 for release (GH-15235) Steve Dower
- [Python-checkins] Remove versioned executables from non-APPX packages (GH-15237) Steve Dower
- [Python-checkins] bpo-37759: Second round of edits to Whatsnew 3.8 (GH-15204) Raymond Hettinger
- [Python-checkins] bpo-37759: Second round of edits to Whatsnew 3.8 (GH-15204) (GH-15240) Raymond Hettinger
- [Python-checkins] bpo-37760: Factor out the basic UCD parsing logic of makeunicodedata. (GH-15130) Benjamin Peterson
- [Python-checkins] bpo-37760: Mark all generated Unicode data headers as generated. (GH-15171) Miss Islington (bot)
- [Python-checkins] bpo-37758: Clean out vestigial script-bits from test_unicodedata. (GH-15126) Benjamin Peterson
- [Python-checkins] bpo-37760: Constant-fold some old options in makeunicodedata. (GH-15129) Benjamin Peterson
- [Python-checkins] bpo-37841: Remove python_uwp dependency on msvcp140.dll (GH-15253) Steve Dower
- [Python-checkins] bpo-37583: Add err 113 to support.get_socket_conn_refused_errs() (GH-14729) Victor Stinner
- [Python-checkins] bpo-37814: Document the empty tuple type annotation syntax (GH-15208) Miss Islington (bot)
- [Python-checkins] [3.7] bpo-37814: Document the empty tuple type annotation syntax (GH-15208) (GH-15262) Miss Islington (bot)
- [Python-checkins] bpo-37689: add Path.is_relative_to() method (GH-14982) Antoine Pitrou
- [Python-checkins] bpo-25172: Add test for crypt ImportError on Windows (GH-15252) Steve Dower
- [Python-checkins] bpo-37256: Wording in Request class docs (#14792) Senthil Kumaran
- [Python-checkins] bpo-37760: Factor out standard range-expanding logic in makeunicodedata. (GH-15248) Benjamin Peterson
- [Python-checkins] bpo-37337: Fix a GCC 9 warning in Objects/descrobject.c (GH-14814) Inada Naoki
- [Python-checkins] bpo-37681: no_sanitize_thread support from GCC 5.1 (GH-15096) Victor Stinner
- [Python-checkins] bpo-37583: Add err 113 to support.get_socket_conn_refused_errs() (GH-15259) Victor Stinner
- [Python-checkins] bpo-37738: Fix curses addch(str, color_pair) (GH-15071) Victor Stinner
- [Python-checkins] bpo-37738: Fix curses addch(str, color_pair) (GH-15071) (GH-15273) Victor Stinner
- [Python-checkins] bpo-36502: Correct documentation of str.isspace() (GH-15019) Victor Stinner
- [Python-checkins] bpo-37531: Fix regrtest timeout for subprocesses (GH-15072) Victor Stinner
- [Python-checkins] bpo-37256: Wording in Request class docs (GH-14792) Miss Islington (bot)
- [Python-checkins] bpo-36030: Improve performance of some tuple operations (GH-12052) Victor Stinner
- [Python-checkins] [3.7] bpo-37531: Fix regrtest timeout for subprocesses (GH-15072) (GH-15280) Victor Stinner
- [Python-checkins] [3.8] bpo-37531: Fix regrtest timeout for subprocesses (GH-15072) (GH-15279) Victor Stinner
- [Python-checkins] bpo-37849: IDLE: fix completion window positioning above line (GH-15267) Terry Jan Reedy
- [Python-checkins] bpo-37826: Document exception chaining in Python tutorial for errors. (GH-15243) Miss Islington (bot)
- [Python-checkins] bpo-37811: FreeBSD, OSX: fix poll(2) usage in sockets module (GH-15202) Victor Stinner
- [Python-checkins] bpo-21131: Fix faulthandler.register(chain=True) stack (GH-15276) Victor Stinner
- [Python-checkins] bpo-37775: Update compileall doc for invalidation_mode parameter (GH-15148) Victor Stinner
- [Python-checkins] bpo-37760: Avoid cluttering work tree with downloaded Unicode files. (GH-15128) Benjamin Peterson
- [Python-checkins] Replace usage of the obscure PEM_read_bio_X509_AUX with the more standard PEM_read_bio_X509 (GH-15303) Miss Islington (bot)
- [Python-checkins] [3.8] Replace usage of the obscure PEM_read_bio_X509_AUX with the more standard PEM_read_bio_X509 (GH-15303) (GH-15304) Miss Islington (bot)
- [Python-checkins] bpo-37207: enable vectorcall for type.__call__ (GH-14588) Miss Islington (bot)
- [Python-checkins] Indent code inside if block. (GH-15284) Benjamin Peterson
- [Python-checkins] bpo-37642: Update acceptable offsets in timezone (GH-14878) (#15227) Paul Ganssle
- [Python-checkins] bpo-37642: Update acceptable offsets in timezone (GH-14878) (#15226) Paul Ganssle
- [Python-checkins] bpo-37863: Optimize Fraction.__hash__() (#15298) Raymond Hettinger
- [Python-checkins] bpo-37540: vectorcall: keyword names must be strings (GH-14682) Miss Islington (bot)
- [Python-checkins] Add a minor `Fraction.__hash__()` optimization (GH-15313) Tim Peters
- [Python-checkins] fix link to time function from time_ns doc (GH-15285) Miss Islington (bot)
- [Python-checkins] Insert a missing close parenthesis (GH-15316) Carol Willing
- [Python-checkins] bpo-36266: Add module name in ImportError when DLL not found on Windows (GH-15180) Steve Dower
- [Python-checkins] [3.8] fix link to time function from time_ns doc (GH-15285) (GH-15321) Miss Islington (bot)
- [Python-checkins] bpo-36502: Correct documentation of str.isspace() (GH-15019) (GH-15296) Victor Stinner
- [Python-checkins] Remove 'unstable' warning for Windows Store package in docs (GH-15334) Steve Dower
- [Python-checkins] bpo-37788: Fix a reference leak if a thread is not joined (GH-15228) Victor Stinner
- [Python-checkins] Revert "bpo-37788: Fix a reference leak if a thread is not joined (GH-15228)" (GH-15338) Victor Stinner
- [Python-checkins] Delete stale comment in Python/getopt.c. (GH-14719) Benjamin Peterson
- [Python-checkins] Minor documentation fixes on library/enum (GH-15234) Ethan Furman
- [Python-checkins] bpo-37868: Improve is_dataclass for instances. (GH-15325) Eric V. Smith
- [Python-checkins] bpo-37732: Fix GCC warning in _PyObject_Malloc() (GH-15333) Victor Stinner
- [Python-checkins] bpo-37732: Fix GCC warning in _PyObject_Malloc() (GH-15333) (GH-15342) Victor Stinner
- [Python-checkins] bpo-37732: Fix GCC warning in _PyObject_Malloc() (GH-15333) (GH-15342) (GH-15343) Victor Stinner
- [Python-checkins] bpo-15913: Implement PyBuffer_SizeFromFormat() (GH-13873) Victor Stinner
- [Python-checkins] bpo-32793: Fix a duplicate debug message in smtplib (GH-15341) Miss Islington (bot)
- [Python-checkins] Remove a dead comment from ossaudiodev.c (#15346) Brett Cannon
- [Python-checkins] abstract.c should not be executable. (GH-15348) Benjamin Peterson
- [Python-checkins] bpo-35518: Skip test that relies on a deceased network service. (GH-15349) Benjamin Peterson
- [Python-checkins] Unmark files as executable that can't actually be executed. (GH-15353) Miss Islington (bot)
- [Python-checkins] bpo-37531: Enhance regrtest multiprocess timeout (GH-15345) Victor Stinner
- [Python-checkins] bpo-37823: Fix open() link in telnetlib doc (GH-15281) Victor Stinner
- [Python-checkins] bpo-37851: faulthandler allocates its stack on demand (GH-15358) Victor Stinner
- [Python-checkins] bpo-37860: Add netlify deploy preview for docs (GH-15288) Carol Willing
- [Python-checkins] bpo-37751: Fix codecs.lookup() normalization (GH-15092) Victor Stinner
- [Python-checkins] Update asyncio.ensure_future() documentation (GH-15347) Yury Selivanov
- [Python-checkins] Update asyncio.ensure_future() documentation (GH-15347) (GH-15361) Yury Selivanov
- [Python-checkins] Update asyncio.ensure_future() documentation (GH-15347) (GH-15364) Yury Selivanov
- [Python-checkins] Fix difflib `?` hint in diff output when dealing with tabs (#15201) Tim Peters
- [Python-checkins] Fix difflib `?` hint in diff output when dealing with tabs (GH-15201) Miss Islington (bot)
- [Python-checkins] bpo-9949: Enable symlink traversal for ntpath.realpath (GH-15287) Steve Dower
- [Python-checkins] Revert mode change that loses information in directory listings on Linux. (#15366) Stefan Krah
- [Python-checkins] bpo-37834: Normalise handling of reparse points on Windows (GH-15231) Steve Dower
- [Python-checkins] bpo-37834: Normalise handling of reparse points on Windows (GH-15370) Steve Dower
- [Python-checkins] bpo-37663: have venv activation scripts all consistently use __VENV_PROMPT__ for prompt customization (GH-14941) Brett Cannon
- [Python-checkins] bpo-37482: Fix email address name with encoded words and special chars (GH-14561) Miss Islington (bot)
- [Python-checkins] bpo-36311: Fixes decoding multibyte characters around chunk boundaries and improves decoding performance (GH-15083) Steve Dower
- [Python-checkins] bpo-9949: Call normpath() in realpath() and avoid unnecessary prefixes (GH-15369) Steve Dower
- [Python-checkins] bpo-9949: Call normpath() in realpath() and avoid unnecessary prefixes (GH-15376) Steve Dower
- [Python-checkins] bpo-37834: Fix test on Windows 7 (GH-15377) Steve Dower
- [Python-checkins] Refactor Parser/pgen and add documentation and explanations (GH-15373) Pablo Galindo
- [Python-checkins] Add missing space to warning message (GH-14915) Raymond Hettinger
- [Python-checkins] Add missing space to warning message (GH-14915) (GH-15379) Raymond Hettinger
- [Python-checkins] bpo-27961: Remove leftovers from the times when long long wasn't required (GH-15388) Pablo Galindo
- [Python-checkins] bpo-14050: Note that not all data can be sorted (GH-15381) Raymond Hettinger
- [Python-checkins] bpo-32554: Deprecate hashing arbitrary types in random.seed() (GH-15382) Raymond Hettinger
- [Python-checkins] bpo-14050: Note that not all data can be sorted (GH-15381) (GH-15395) Raymond Hettinger
- [Python-checkins] bpo-28556: Add a regression test to typing (GH-15396) Miss Islington (bot)
- [Python-checkins] bpo-37915: Fix comparison between tzinfo objects and timezone objects (GH-15390) Miss Islington (bot)
- [Python-checkins] bpo-30550: Clarify JSON ordering guarantees (GH-15397) Raymond Hettinger
- [Python-checkins] bpo-30550: Clarify JSON ordering guarantees (GH-15397) (GH-15403) Raymond Hettinger
- [Python-checkins] bpo-12634: Clarify an awkward section of the tutorial (GH-15406) Raymond Hettinger
- [Python-checkins] bpo-30826: Improve control flow examples (GH-15407) Raymond Hettinger
- [Python-checkins] bpo-12634: Clarify an awkward section of the tutorial (GH-15406) (GH-15409) Raymond Hettinger
- [Python-checkins] bpo-30826: Improve control flow examples (GH-15407) (GH-15410) Raymond Hettinger
- [Python-checkins] Correct minor grammar mistake (GH-15404) Pablo Galindo
- [Python-checkins] bpo-37926: Fix PySys_SetArgvEx(0, NULL, 0) crash (GH-15415) Victor Stinner
- [Python-checkins] [3.7] bpo-37915: Fix comparison between tzinfo objects and timezone objects (GH-15390) (GH-15417) Pablo Galindo
- [Python-checkins] bpo-37531: Fix regrtest _timedout() function on timeout (GH-15419) Victor Stinner
- [Python-checkins] test_gdb: use unittest test discovery (GH-15405) Victor Stinner
- [Python-checkins] bpo-37926: Fix PySys_SetArgvEx(0, NULL, 0) crash (GH-15415) (GH-15420) Victor Stinner
- [Python-checkins] test_multiprocessing removes temporary files (GH-15421) Victor Stinner
- [Python-checkins] bpo-34521: Fix FD transfer in multiprocessing on FreeBSD (GH-15422) Victor Stinner
- [Python-checkins] bpo-14465: Add an indent() function to xml.etree.ElementTree to pretty-print XML trees (GH-15200) Stefan Behnel
- [Python-checkins] Fix _PyTime_MIN/MAX values (GH-15384) Victor Stinner
- [Python-checkins] bpo-36763: Implement PyWideStringList_Insert() of PEP 587 (GH-15423) Victor Stinner
- [Python-checkins] Fix _PyTime_MIN/MAX values (GH-15384) (GH-15426) Victor Stinner
- [Python-checkins] [3.8] Fix typo (inifite -> infinite) (GH-15429) Miss Islington (bot)
- [Python-checkins] bpo-36763, doc: Add links in the new C API init doc (GH-15433) Victor Stinner
- [Python-checkins] bpo-36763: PyConfig_Read() handles PySys_AddXOption() (GH-15431) Victor Stinner
- [Python-checkins] bpo-26589: Add http status code 451 (GH-15413) Raymond Hettinger
- [Python-checkins] bpo-26589: Add http status code 451 (GH-15413) (GH-15436) Raymond Hettinger
- [Python-checkins] bpo-37549: os.dup() fails for standard streams on Windows 7 (GH-15389) Steve Dower
- [Python-checkins] bpo-36763: PyConfig_Read() handles PySys_AddXOption() (GH-15431) (GH-15435) Victor Stinner
- [Python-checkins] bpo-37798: Add C fastpath for statistics.NormalDist.inv_cdf() (GH-15266) Raymond Hettinger
- [Python-checkins] bpo-37798: Add C fastpath for statistics.NormalDist.inv_cdf() (GH-15266) (GH-15441) Raymond Hettinger
- [Python-checkins] Fix funny typo in Doc/bugs. (GH-15412) Miss Islington (bot)
- [Python-checkins] [3.7] bpo-37461: Fix typo (inifite -> infinite) (GH-15430) Ned Deily
- [Python-checkins] [3.6] bpo-37461: Fix typo (inifite -> infinite) (#15432) Ned Deily
- [Python-checkins] Fix link to changelog in 3.9 What's New page (GH-15445) Ned Deily
- [Python-checkins] bpo-19119: Remove invalid test and rename a misnamed test (GH-15442) Raymond Hettinger
- [Python-checkins] bpo-19119: Remove invalid test and rename a misnamed test (GH-15442) (GH-15447) Raymond Hettinger
- [Python-checkins] bpo-29535: Remove promize about hash randomization of datetime objects. (GH-15269) Serhiy Storchaka
- [Python-checkins] bpo-37830: Fix compilation of break and continue in finally. (GH-15320) Serhiy Storchaka
- [Python-checkins] bpo-28269: Replace strcasecmp with system function _stricmp. (GH-13095) Miss Islington (bot)
- [Python-checkins] [3.8] bpo-37830: Fix compilation of break and continue in finally. (GH-15320) (GH-15456) Serhiy Storchaka
- [Python-checkins] bpo-37772: fix zipfile.Path.iterdir() outputs (GH-15170) Jason R. Coombs
- [Python-checkins] bpo-37772: fix zipfile.Path.iterdir() outputs (GH-15170) (#15461) Jason R. Coombs
- [Python-checkins] (TH-15402) Terry Jan Reedy
- [Python-checkins] bpo-37812: Convert CHECK_SMALL_INT macro to a function so the return is explicit. (GH-15216) Raymond Hettinger
- [Python-checkins] bpo-32118: Simplify docs for sequence comparison (GH-15450) Raymond Hettinger
- [Python-checkins] bpo-37798: Test both Python and C versions in test_statistics.py (GH-15453) Raymond Hettinger
- [Python-checkins] bpo-32118: Simplify docs for sequence comparison (GH-15450) (#15466) Raymond Hettinger
- [Python-checkins] Fix typos in the documentation of Parser/pgen (GH-15416) Pablo Galindo
- [Python-checkins] Revert "(TH-15402)" (#15468) Terry Jan Reedy
- [Python-checkins] bpo-37798: Test both Python and C versions in test_statistics.py (GH-15453) (GH-15467) Raymond Hettinger
- [Python-checkins] bpo-14112: Allow beginners to explore shallowness in greater depth ; -) (GH-15465) Raymond Hettinger
- [Python-checkins] bpo-14112: Allow beginners to explore shallowness in greater depth ; -) (GH-15465) (GH-15469) Raymond Hettinger
- [Python-checkins] Clarify argument types in datetime docs. (GH-15459) Miss Islington (bot)
- [Python-checkins] [3.8] Clarify argument types in datetime docs. (GH-15459) (GH-15472) Miss Islington (bot)
- [Python-checkins] Fix typo and rearrange words in IDLE news item (GH-15471) Terry Jan Reedy
- [Python-checkins] bpo-19072: Make @classmethod support chained decorators (GH-8405) Raymond Hettinger
- [Python-checkins] bpo-37942: Improve argument clinic float converter (GH-15470) Raymond Hettinger
- [Python-checkins] [3.8] bpo-37942: Improve argument clinic float converter (GH-15470) (GH-15480) Raymond Hettinger
- [Python-checkins] bpo-37929: IDLE: avoid Squeezer-related config dialog crashes (GH-15452) Tal Einat
- [Python-checkins] bpo-37905: Improve docs for NormalDist (GH-15486) Raymond Hettinger
- [Python-checkins] bpo-37905: Improve docs for NormalDist (GH-15486) (GH-15487) Raymond Hettinger
- [Python-checkins] bpo-34880: Add the LOAD_ASSERTION_ERROR opcode. (GH-15073) Serhiy Storchaka
- [Python-checkins] bpo-37757: Disallow PEP 572 cases that expose implementation details (GH-15131) Nick Coghlan
- [Python-checkins] [3.8] bpo-37757: Disallow PEP 572 cases that expose implementation details (GH-15491) Nick Coghlan
- [Python-checkins] bpo-29553: Fix ArgumentParser.format_usage() for mutually exclusive groups (GH-14976) Berker Peksag
- [Python-checkins] Doc: Keep the venv/* exclude pattern. (GH-15229) Ned Deily
- [Python-checkins] bpo-37824: Properly handle user input warnings in IDLE shell. (GH-15500) Terry Jan Reedy
- [Python-checkins] bpo-15542: Documentation incorrectly suggests __init__ called after direct __new__ call (GH-15478) Raymond Hettinger
- [Python-checkins] bpo-37805: Add tests for json.dump(..., skipkeys=True) (GH-15489) Miss Islington (bot)
- [Python-checkins] bpo-36917: Add default implementation of ast.NodeVisitor.visit_Constant(). (GH-15490) Serhiy Storchaka
- [Python-checkins] bpo-27575: port set intersection logic into dictview intersection (GH-7696) Raymond Hettinger
- [Python-checkins] bpo-15542: Documentation incorrectly suggests __init__ called after direct __new__ call (GH-15478) (GH-15506) Raymond Hettinger
- [Python-checkins] [3.8] bpo-36917: Add default implementation of ast.NodeVisitor.visit_Constant(). (GH-15490) (GH-15509) Serhiy Storchaka
- [Python-checkins] bpo-34679: Restore instantiation Windows IOCP event loop from non-main thread (#15492) Andrew Svetlov
- [Python-checkins] bpo-34679: Restore instantiation Windows IOCP event loop from non-main thread (GH-15492) Miss Islington (bot)
- [Python-checkins] bpo-36917: Backport basic test for ast.NodeVisitor. (GH-15511) Serhiy Storchaka
- [Python-checkins] bpo-37947: Adjust correctly the recursion level in symtable for named expressions (GH-15499) Pablo Galindo
- [Python-checkins] Remove leftovers from the times when long long wasn't required (GH-15501) Pablo Galindo
- [Python-checkins] bpo-37954: Fix reference leak in the symtable (GH-15514) Pablo Galindo
- [Python-checkins] Fix typo: Pyssize_t => Py_ssize_t (GH-15411) Pablo Galindo
- [Python-checkins] [3.8] bpo-37947: Adjust correctly the recursion level in symtable for named expressions (GH-15499) (GH-15515) Pablo Galindo
- [Python-checkins] correct roman numeral VII description (GH-15523) Ethan Furman
- [Python-checkins] bpo-37055: fix warnings in _blake2 module (GH-14646) Miss Islington (bot)
- [Python-checkins] bpo-37664: Update ensurepip bundled wheels, again (GH-15483) Miss Islington (bot)
- [Python-checkins] bpo-37798: Minor code formatting and comment clean-ups. (GH-15526) Raymond Hettinger
- [Python-checkins] bpo-37798: Minor code formatting and comment clean-ups. (GH-15526) (GH-15527) Raymond Hettinger
- [Python-checkins] [3.7] bpo-37664: Update ensurepip bundled wheels, again (GH-15483) (GH-15529) Miss Islington (bot)
- [Python-checkins] bpo-37925: Mention --embed in python-config usage (GH-15458) Victor Stinner
- [Python-checkins] Make PyXXX_Fini() functions private (GH-15531) Victor Stinner
- [Python-checkins] Remove leftovers from the times when long long wasn't required (GH-15501) (GH-15517) Pablo Galindo
- [Python-checkins] Fix an invalid assertEqual() call in test_descr.py (GH-15318) Pablo Galindo
- [Python-checkins] bpo-36763: Make Py_BytesMain() public (GH-15532) Victor Stinner
- [Python-checkins] bpo-37328: remove deprecated HTMLParser.unescape (GH-14186) Inada Naoki
- [Python-checkins] bpo-36205: Fix the rusage implementation of time.process_time() (GH-15538) Ned Deily
- [Python-checkins] Fix unused variable and signed/unsigned warnings (GH-15537) Raymond Hettinger
- [Python-checkins] Fix unused variable and signed/unsigned warnings (GH-15537) (GH-15551) Raymond Hettinger
- [Python-checkins] bpo-37936: Remove some .gitignore rules that were intended locally. (GH-15542) Miss Islington (bot)
- [Python-checkins] Add Florian Ernst to ACKS (GH-15524) Ethan Furman
- [Python-checkins] bpo-37951: Lift subprocess's fork() restriction (GH-15544) Christian Heimes
- [Python-checkins] bpo-36582: Make collections.UserString.encode() return bytes, not str (GH-13138) Raymond Hettinger
- [Python-checkins] bpo-36582: Make collections.UserString.encode() return bytes, not str (GH-13138) (GH-15557) Raymond Hettinger
- [Python-checkins] closes bpo-37965: Fix compiler warning of distutils CCompiler.test_function. (GH-15560) Miss Islington (bot)
- [Python-checkins] closes bpo-37965: Fix compiler warning of distutils CCompiler.test_function. (GH-15561) Benjamin Peterson
- [Python-checkins] Fix typo: Pyssize_t => Py_ssize_t (GH-15411) (#15520) Ned Deily
- [Python-checkins] bpo-23878: Remove an unneeded fseek() call in _Py_FindEnvConfigValue() (GH-15424) Victor Stinner
- [Python-checkins] closes bpo-37964: add F_GETPATH command to fcntl (GH-15550) Miss Islington (bot)
- [Python-checkins] Raise a RuntimeError when tee iterator is consumed from different threads (GH-15567) Raymond Hettinger
- [Python-checkins] bpo-18378: Recognize "UTF-8" as a valid name in locale._parse_localename (GH-14736) Ned Deily
- [Python-checkins] [3.8] bpo-37482: Fix email address name with encoded words and special chars (GH-14561) (GH-15380) Ned Deily
- [Python-checkins] bpo-34775: Return NotImplemented in PurePath division. (GH-9509) (GH-15172) Ned Deily
- [Python-checkins] bpo-37964: Make sure test works if TESTFN is in a non-ASCII directory. (GH-15568) Benjamin Peterson
- [Python-checkins] bpo-36167: fix an incorrect capitalization (GH-14482) Ned Deily
- [Python-checkins] bpo-25777: Wording describes a lookup, not a call (GH-15573) Raymond Hettinger
- [Python-checkins] bpo-36871: Ensure method signature is used when asserting mock calls to a method (GH13261) Chris Withers
- [Python-checkins] bpo-25777: Wording describes a lookup, not a call (GH-15573) (GH-15576) Raymond Hettinger
- [Python-checkins] bpo-35946: Improve assert_called_with documentation (GH-11796) Ned Deily
- [Python-checkins] bpo-37960: Silence only necessary errors in repr() of buffered and text streams. (GH-15543) Serhiy Storchaka
- [Python-checkins] bpo-37950: Fix ast.dump() when call with incompletely initialized node. (GH-15510) Serhiy Storchaka
- [Python-checkins] bpo-36871: Ensure method signature is used when asserting mock calls to a method (GH15577) Chris Withers
- [Python-checkins] bpo-36871: Ensure method signature is used when asserting mock calls to a method (GH15578) Chris Withers
- [Python-checkins] bpo-37372: Fix error unpickling datetime.time objects from Python 2 with seconds>=24. (GH-14307) Serhiy Storchaka
- [Python-checkins] bpo-23674: Clarify ambiguities in super() docs (#15564) Raymond Hettinger
- [Python-checkins] [3.8] bpo-37950: Fix ast.dump() when call with incompletely initialized node. (GH-15510) (GH-15582) Serhiy Storchaka
- [Python-checkins] bpo-16468: Clarify which objects can be passed to "choices" in argparse (GH-15566) Raymond Hettinger
- [Python-checkins] bpo-23674: Clarify ambiguities in super() docs (GH-15564) (GH-15586) Raymond Hettinger
- [Python-checkins] bpo-16468: Clarify which objects can be passed to "choices" in argparse (GH-15566) (GH-15587) Raymond Hettinger
- [Python-checkins] bpo-36743: __get__ is sometimes called without the owner argument (#12992) Raymond Hettinger
- [Python-checkins] bpo-10978: Semaphores can release multiple threads at a time (GH-15588) Raymond Hettinger
- [Python-checkins] bpo-36743: __get__ is sometimes called without the owner argument (GH-12992) (GH-15589) Raymond Hettinger
- [Python-checkins] bpo-36833: Add tests for Datetime C API Macros (GH-14842) Victor Stinner
- [Python-checkins] bpo-37947: Avoid double-decrement in symtable recursion counting (GH-15593) Nick Coghlan
- [Python-checkins] bpo-37979: Add alternative to fromisoformat in documentation (GH-15596) Miss Islington (bot)
- [Python-checkins] bpo-37034: Display argument name on errors with keyword arguments with Argument Clinic. (GH-13593) Serhiy Storchaka
- [Python-checkins] [3.8] bpo-37034: Display argument name on errors with keyword arguments with Argument Clinic. (GH-13593). (GH-15599) Serhiy Storchaka
- [Python-checkins] bpo-8425: Fast path for set inplace difference when the second set is large (GH-15590) Raymond Hettinger
- [Python-checkins] bpo-37933: Fix faulthandler.cancel_dump_traceback_later() (GH-15440) Victor Stinner
- [Python-checkins] (no subject) Łukasz Langa
- [Python-checkins] Steven Bethard designated a new maintainer for argparse (GH-15605) Raymond Hettinger
- [Python-checkins] bpo-37976: Prevent shadowing of TypeError in zip() (GH-15592) Raymond Hettinger
- [Python-checkins] Steven Bethard designated a new maintainer for argparse (GH-15605) (GH-15606) Raymond Hettinger
- [Python-checkins] bpo-37976: Prevent shadowing of TypeError in zip() (GH-15592) (GH-15608) Raymond Hettinger
- [Python-checkins] bpo-37140: Fix StructUnionType_paramfunc() (GH-15612) Victor Stinner
- [Python-checkins] IDLE: Fix 2 typos found by Min ho Kim. (GH-15617) Terry Jan Reedy
- [Python-checkins] Fix typos mostly in comments, docs and test names (GH-15209) Terry Jan Reedy
- [Python-checkins] [3.8] bpo-29553: Fix ArgumentParser.format_usage() for mutually exclusive groups (GH-14976) (GH-15494) (GH-15624) Raymond Hettinger
- [Python-checkins] bpo-37781: use "z" for PY_FORMAT_SIZE_T (GH-15156) Inada Naoki
- [Python-checkins] bpo-37990: fix gc stats (GH-15626) Inada Naoki
- [Python-checkins] [3.8] bpo-37990: fix gc stats (GH-15626) Inada Naoki
- [Python-checkins] bpo-37977: Warn more strongly and clearly about pickle security (GH-15595) Raymond Hettinger
- [Python-checkins] bpo-37977: Warn more strongly and clearly about pickle security (GH-15595) (GH-15629) Raymond Hettinger
- [Python-checkins] bpo-37764: Fix infinite loop when parsing unstructured email headers. (GH-15239) Miss Islington (bot)
Last message date: Sat Aug 31 11:25:39 EDT 2019
Archived on: Sun Sep 8 20:21:20 EDT 2019
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