February 2018 Archives by thread
Starting: Thu Feb 1 02:31:11 EST 2018
Ending: Wed Feb 28 18:59:01 EST 2018
Messages: 402
- [Python-checkins] bpo-32722: Remove useless example in the Classes tutorial (#5446)
Xiang Zhang
- [Python-checkins] Daily reference leaks (4243df51fe43): sum=-3
solipsis at pitrou.net
- [Python-checkins] bpo-32565: Add missed versionadded directives for all new opcodes. (#5199)
Serhiy Storchaka
- [Python-checkins] bpo-32137: The repr of deeply nested dict now raises a RecursionError (GH-4570) (GH-4689)
Serhiy Storchaka
- [Python-checkins] [3.6] bpo-32565: Add missed versionadded directives for all new opcodes. (GH-5199). (GH-5471)
Serhiy Storchaka
- [Python-checkins] bpo-31106: Fix handling of erros in posix_fallocate() and posix_fadvise() (GH-3000) (GH-3000) (#4101)
Andrew Svetlov
- [Python-checkins] bpo-32711: Fix warnings for Python/ast_unparse.c (#5426)
Christian Heimes
- [Python-checkins] Implement TimerHandle.when() (#5473)
Andrew Svetlov
- [Python-checkins] Fix typo in hamt.c comments (#5478)
Yury Selivanov
- [Python-checkins] bpo-32436: Fix compiler warning (#5483)
Yury Selivanov
- [Python-checkins] bpo-32674: Improve the docstring for __import__ (GH-5339)
Mariatta
- [Python-checkins] bpo-32733: Make test_coroutines robust against -Werror (GH-5487)
Nathaniel J. Smith
- [Python-checkins] bpo-32747: Remove trailing spaces in docstrings. (GH-5491)
Serhiy Storchaka
- [Python-checkins] Daily reference leaks (4243df51fe43): sum=13
solipsis at pitrou.net
- [Python-checkins] [2.7] bpo-32137: The repr of deeply nested dict now raises a RuntimeError (GH-4570) (#5493)
Serhiy Storchaka
- [Python-checkins] Revert "bpo-31356: Add context manager to temporarily disable GC GH-5495
Yury Selivanov
- [Python-checkins] bpo-32674: Improve the docstring for __import__ (GH-5339) (GH-5494)
Mariatta
- [Python-checkins] bpo-32303 - Consistency fixes for namespace loaders (#5481)
Barry Warsaw
- [Python-checkins] bpo-32614: Modify re examples to use a raw string to prevent warning (GH-5265)
Terry Jan Reedy
- [Python-checkins] bpo-32734: Fix asyncio.Lock multiple acquire safety issue (GH-5466)
Yury Selivanov
- [Python-checkins] [3.6] bpo-32614: Modify re examples to use a raw string to prevent wa… …rning (GH-5265) (GH-5500)
Terry Jan Reedy
- [Python-checkins] [3.6] bpo-32734: Fix asyncio.Lock multiple acquire safety issue (GH-5466) (#5502)
Yury Selivanov
- [Python-checkins] [3.6] bpo-32303 - Consistency fixes for namespace loaders (GH-5481) (#5504)
Barry Warsaw
- [Python-checkins] bpo-32604: Fix memory leaks in the new _xxsubinterpreters module. (#5507)
Eric Snow
- [Python-checkins] [3.6] bpo-30928: prepare idlelib/NEWS.txt for 3.6.5 entries. (#5508)
Terry Jan Reedy
- [Python-checkins] bpo-32691: Use mod_spec.parent when running modules with pdb (GH-5474)
Nick Coghlan
- [Python-checkins] Daily reference leaks (4243df51fe43): sum=5
solipsis at pitrou.net
- [Python-checkins] bpo-32739: Show default value for rotate() (GH-5485)
Raymond Hettinger
- [Python-checkins] bpo-32739: Show default value for rotate() (GH-5485) (GH-5515)
Raymond Hettinger
- [Python-checkins] Update Doc build for split off of 3.7 branch
Ned Deily
- [Python-checkins] bpo-32739: Show default value for rotate() (GH-5517)
Raymond Hettinger
- [Python-checkins] bpo-32746: Fix multiple typos (GH-5144)
Terry Jan Reedy
- [Python-checkins] [3.6] bpo-32746: Fix multiple typos (GH-5144) (GH-5522)
Terry Jan Reedy
- [Python-checkins] bpo-32720: Fixed the definition for width and precision in format mini-language doc (GH-5482) (GH-5525)
Mariatta
- [Python-checkins] bpo-10544: Disallow "yield" in comprehensions and generator expressions. (GH-4564)
Serhiy Storchaka
- [Python-checkins] Daily reference leaks (4243df51fe43): sum=71
solipsis at pitrou.net
- [Python-checkins] Use assertTrue() instead of deprecated assert_(). (#5526)
Serhiy Storchaka
- [Python-checkins] Fix typo -- missing "not" (GH-5528)
Raymond Hettinger
- [Python-checkins] Fix typo -- missing "not" (GH-5528) (GH-5531)
Raymond Hettinger
- [Python-checkins] Fix typo -- missing "not" (GH-5532)
Raymond Hettinger
- [Python-checkins] Fix version in AppVeyor (GH-5535)
Zachary Ware
- [Python-checkins] Try to fix the AppVeyor cache mechanism (GH-5536)
Zachary Ware
- [Python-checkins] bpo-32765: Update configdialog General tab create page docstring (GH-5529)
Terry Jan Reedy
- [Python-checkins] bpo-32765: Update configdialog General tab create page docstring (GH-5529) (GH-5538)
Terry Jan Reedy
- [Python-checkins] Add entry for uniform lower context; add 'since' to be explicit. (GH-5539)
Terry Jan Reedy
- [Python-checkins] Finalize blurb archive for 3.5.5 (no new blurbs).
Larry Hastings
- [Python-checkins] bpo-8722: Document __getattr__ behavior with AttributeError in property (GH-4754)
Nick Coghlan
- [Python-checkins] [3.6] bpo-8722: Document __getattr__ behavior with AttributeError in property (GH-5542)
Nick Coghlan
- [Python-checkins] bpo-30928: IDLE - update NEWS.txt [GH-5539] (GH-5545)
Terry Jan Reedy
- [Python-checkins] bpo-32720: Fixed the replacement field grammar documentation. (GH-5544)
Mariatta
- [Python-checkins] Fix typo in whatsnew/3.7.rst (GH-5551)
Mariatta
- [Python-checkins] bpo-32749: Make dbm.dumb databases more cosistent with other dbm databases. (#5497)
Serhiy Storchaka
- [Python-checkins] Add What's new entry for datetime.fromisoformat (#5559)
Alexander Belopolsky
- [Python-checkins] bpo-32777: Fix _Py_set_inheritable async-safety in subprocess (GH-5560)
Gregory P. Smith
- [Python-checkins] bpo-32777: Fix _Py_set_inheritable async-safety in subprocess (GH-5560) (GH-5563)
Gregory P. Smith
- [Python-checkins] Daily reference leaks (4243df51fe43): sum=6
solipsis at pitrou.net
- [Python-checkins] allow the test suite to pass if the strop module doesn't exist (GH-5566)
Benjamin Peterson
- [Python-checkins] bpo-30693: Fix tarfile test cleanup on MSWindows (#5557)
Serhiy Storchaka
- [Python-checkins] bpo-30693: Fix tarfile test cleanup on MSWindows (GH-5557) (GH-5567)
Serhiy Storchaka
- [Python-checkins] Fix typo in Include/objimpl.h, the word "has" was missing (GH-5568)
Mariatta
- [Python-checkins] bpo-6135: Fix subprocess.check_output doc to mention changes in 3.6 (GH-5564)
Gregory P. Smith
- [Python-checkins] bpo-6135: Fix subprocess.check_output doc to mention changes in 3.6 (GH-5564) (GH-5572)
Gregory P. Smith
- [Python-checkins] Fix typo in whatsnew/3.7.rst (GH-5551) (GH-5553)
Mariatta
- [Python-checkins] bpo-32720: Fixed the replacement field grammar documentation. (GH-5544) (GH-5546)
Mariatta
- [Python-checkins] bpo-6135: Fix subprocess.check_output doc to mention changes in 3.6 (GH-5564) (GH-5573)
Gregory P. Smith
- [Python-checkins] Daily reference leaks (4243df51fe43): sum=-1
solipsis at pitrou.net
- [Python-checkins] bpo-32616: Disable computed gotos by default for clang < 5 (GH-5574)
INADA Naoki
- [Python-checkins] bpo-32784: Wrong argument name for csv.DictReader in documentation (GH-5575)
Mariatta
- [Python-checkins] Daily reference leaks (4243df51fe43): sum=9
solipsis at pitrou.net
- [Python-checkins] bpo-32802: Fix Travis build (GH-5589)
Mariatta
- [Python-checkins] bpo-32802: Fix Travis build (GH-5589) (GH-5590)
Mariatta
- [Python-checkins] bpo-32802: Fix Travis build (GH-5589) (GH-5591)
Mariatta
- [Python-checkins] bpo-32585: Add tkinter.ttk.Spinbox. (#5221)
Serhiy Storchaka
- [Python-checkins] Daily reference leaks (4243df51fe43): sum=3
solipsis at pitrou.net
- [Python-checkins] Cleanup inspect
INADA Naoki
- [Python-checkins] bpo-32775: Fix regular expression warnings in fnmatch. (#5583)
Serhiy Storchaka
- [Python-checkins] Make formatting of some return codes conforming to the general style. (#5587)
Serhiy Storchaka
- [Python-checkins] bpo-32585: Add tkinter.ttk.Spinbox. (GH-5221) (GH-5592)
Serhiy Storchaka
- [Python-checkins] bpo-32775: Fix regular expression warnings in fnmatch. (GH-5583) (GH-5596)
Serhiy Storchaka
- [Python-checkins] Make formatting of some return codes conforming to the general style. (GH-5587) (GH-5597)
Serhiy Storchaka
- [Python-checkins] [3.6] Make formatting of some return codes conforming to the general style. (GH-5587). (GH-5598)
Serhiy Storchaka
- [Python-checkins] Fix some warnings produced by different compilers. (#5593)
Serhiy Storchaka
- [Python-checkins] Fix some warnings produced by different compilers. (GH-5593) (GH-5600)
Serhiy Storchaka
- [Python-checkins] bpo-30157: Fix csv.Sniffer.sniff() regex pattern. (GH-5601)
Serhiy Storchaka
- [Python-checkins] bpo-30157: Fix csv.Sniffer.sniff() regex pattern. (GH-5601) (GH-5602)
Serhiy Storchaka
- [Python-checkins] [3.6] bpo-30157: Fix csv.Sniffer.sniff() regex pattern. (GH-5601) (GH-5603)
Serhiy Storchaka
- [Python-checkins] [2.7] bpo-30157: Fix csv.Sniffer.sniff() regex pattern. (GH-5601) (GH-5604)
Serhiy Storchaka
- [Python-checkins] bpo-30688: Support \N{name} escapes in re patterns. (GH-5588)
Serhiy Storchaka
- [Python-checkins] bpo-30688: Import unicodedata only when needed. (GH-5606)
Serhiy Storchaka
- [Python-checkins] travis: Use -O3 option (GH-5599)
INADA Naoki
- [Python-checkins] bpo-32800: Update link to w3c doc for xml default namespaces (GH-5609)
Terry Jan Reedy
- [Python-checkins] bpo-32800: Update link to w3c doc for xml default namespaces (GH-5609) (GH-5611)
Terry Jan Reedy
- [Python-checkins] bpo-32800: Update link to w3c doc for xml default namespaces (GH-5609) GH-5612)
Terry Jan Reedy
- [Python-checkins] bpo-32800: Update link to w3c doc for xml default namespaces (GH-5609) (GH-5613)
Terry Jan Reedy
- [Python-checkins] bpo-32792: Preserve mapping order in ChainMap() (GH-5586)
Raymond Hettinger
- [Python-checkins] bpo-32792: Preserve mapping order in ChainMap() (GH-5586) (#GH-5617)
Raymond Hettinger
- [Python-checkins] Daily reference leaks (4243df51fe43): sum=11
solipsis at pitrou.net
- [Python-checkins] bpo-11015: Update test.support documentation (GH-5610)
Nick Coghlan
- [Python-checkins] Code beautification using f-strings (#5618)
Raymond Hettinger
- [Python-checkins] bpo-11015: Update test.support documentation (GH-5619)
Nick Coghlan
- [Python-checkins] bpo-32604: Make _xxsubinterpreters build on Windows (GH-5516)
Zachary Ware
- [Python-checkins] bpo-32604: Make _xxsubinterpreters build on Windows (GH-5624)
Zachary Ware
- [Python-checkins] Add short-circuit for doc changes to AppVeyor (GH-5519)
Zachary Ware
- [Python-checkins] [3.7] Add short-circuit for doc changes to AppVeyor (GH-5626)
Zachary Ware
- [Python-checkins] [3.6] Add short-circuit for doc changes to AppVeyor (GH-5628)
Zachary Ware
- [Python-checkins] [2.7] Add short-circuit for doc changes to AppVeyor (GH-5629)
Zachary Ware
- [Python-checkins] bpo-32815: Improve docs on the subprocess API *text* parameter (GH-5622)
Gregory P. Smith
- [Python-checkins] Fix AppVeyor doc short-circuit (GH-5632)
Zachary Ware
- [Python-checkins] Fix AppVeyor doc short-circuit (GH-5633)
Zachary Ware
- [Python-checkins] Fix AppVeyor doc short-circuit (GH-5634)
Zachary Ware
- [Python-checkins] Fix AppVeyor doc short-circuit (GH-5635)
Zachary Ware
- [Python-checkins] bpo-32815: Improve docs on the subprocess API *text* parameter (GH-5622) (GH-5631)
Gregory P. Smith
- [Python-checkins] Fix typo in Include/objimpl.h, the word "has" was missing (GH-5568) (GH-5569)
Miss Islington (bot)
- [Python-checkins] Fix typo in Include/objimpl.h, the word "has" was missing (GH-5568) (GH-5570)
Miss Islington (bot)
- [Python-checkins] Fix typo in Include/objimpl.h, the word "has" was missing (GH-5568) (GH-5571)
Miss Islington (bot)
- [Python-checkins] bpo-32720: Fixed the replacement field grammar documentation. (GH-5544) (GH-5547)
Miss Islington (bot)
- [Python-checkins] Daily reference leaks (4243df51fe43): sum=7
solipsis at pitrou.net
- [Python-checkins] bpo-29248: Fix os.readlink() on Windows (GH-5577)
Berker Peksag
- [Python-checkins] bpo-30109: Fix reindent.py for non-ASCII files. (#5637)
Serhiy Storchaka
- [Python-checkins] bpo-32221: makeipaddr(): remove interface part + speedup (GH-5449) (#5449)
Yury Selivanov
- [Python-checkins] bpo-32826: Add "encoding=utf-8" to open() in idle_test/test_help_about. (GH-5639)
Terry Jan Reedy
- [Python-checkins] bpo-32221: makeipaddr(): remove interface part + speedup (GH-5449) (GH-5449) (#5641)
Yury Selivanov
- [Python-checkins] bpo-32837: IDLE - require encoding argument for textview.view_file. (GH-5646)
Terry Jan Reedy
- [Python-checkins] bpo-32827: Fix usage of _PyUnicodeWriter_Prepare() in decoding errors handler. (GH-5636)
Serhiy Storchaka
- [Python-checkins] bpo-32370: Use the correct encoding for ipconfig output in the uuid module. (GH-5608)
Serhiy Storchaka
- [Python-checkins] bpo-32827: Fix usage of _PyUnicodeWriter_Prepare() in decoding errors handler. (GH-5636) (GH-5650)
Serhiy Storchaka
- [Python-checkins] bpo-30579: Docs for dynamic traceback creation (GH-5653)
Nick Coghlan
- [Python-checkins] [3.6] bpo-32370: Use the correct encoding for ipconfig output in the uuid module. (GH-5608). (#5654)
Serhiy Storchaka
- [Python-checkins] bpo-31787: Prevent refleaks when calling __init__() more than once (GH-3995)
INADA Naoki
- [Python-checkins] bpo-29803: remove a redandunt op and fix a comment in unicodeobject.c (#660)
Xiang Zhang
- [Python-checkins] bpo-31787: Skip refleak check when _hashlib is not available (GH-5660)
INADA Naoki
- [Python-checkins] bpo-27846: Delete incorrect note in base64 docs (GH-5666)
Berker Peksag
- [Python-checkins] remove mercurial dot files (GH-5558)
Benjamin Peterson
- [Python-checkins] Fix installation instructions for *nix (GH-5605)
Mariatta
- [Python-checkins] [2.7] remove mercurial dot files (GH-5558).
Benjamin Peterson
- [Python-checkins] [3.6] remove mercurial dot files (GH-5558)
Benjamin Peterson
- [Python-checkins] bpo-32841: Fix cancellation in awaiting asyncio.Condition (#5665)
Andrew Svetlov
- [Python-checkins] bpo-32841: Fix cancellation in awaiting asyncio.Condition (GH-5665)
Miss Islington (bot)
- [Python-checkins] bpo-32841: Fix cancellation in awaiting asyncio.Condition (GH-5665) (GH-5683)
Andrew Svetlov
- [Python-checkins] Update comment in posixmodule.c (GH-5681)
Mariatta
- [Python-checkins] Update and sync importlib.resources documentation (#5694)
Barry Warsaw
- [Python-checkins] Update and sync importlib.resources documentation (GH-5694) (#5697)
Barry Warsaw
- [Python-checkins] Correct the code example in Python 3.7's What's New (GH-5696)
Mariatta
- [Python-checkins] bpo-32436: Add docs for contextvars (#5685)
Yury Selivanov
- [Python-checkins] bpo-32436: Add docs for contextvars (GH-5685)
Miss Islington (bot)
- [Python-checkins] bpo-32604: Clean up created subinterpreters before runtime finalization. (gh-5709)
Eric Snow
- [Python-checkins] bpo-32604: Clean up created subinterpreters before runtime finalization. (gh-5710)
Eric Snow
- [Python-checkins] bpo-32860: Fix a missing asterisk in the documentation for glob.iglob() (GH-5712)
Mariatta
- [Python-checkins] DOC: fix documentation for copyright and credits (GH-5706)
Mariatta
- [Python-checkins] bpo-32852: Fix trace changing sys.argv to tuple. (GH-5692)
Serhiy Storchaka
- [Python-checkins] Daily reference leaks (4243df51fe43): sum=72
solipsis at pitrou.net
- [Python-checkins] Fix a typo in asyncio docs (#5721)
Andrew Svetlov
- [Python-checkins] Fix a typo in asyncio docs (GH-5721)
Miss Islington (bot)
- [Python-checkins] bpo-30638: Add clinic to `make regen-all` (GH-5671)
Zachary Ware
- [Python-checkins] [3.6] bpo-30638: Add clinic to `make regen-all` (GH-5671)
Zachary Ware
- [Python-checkins] Improves the ability to build in CI (GH-5728)
Steve Dower
- [Python-checkins] [3.7] Improves the ability to build in CI (GH-5729)
Steve Dower
- [Python-checkins] Add missing backslashes to get_externals.bat (GH-5731)
Steve Dower
- [Python-checkins] [3.6] Improves the ability to build in CI (GH-5730)
Steve Dower
- [Python-checkins] bpo-31333: Re-implement ABCMeta in C (#5273)
Ivan Levkivskyi
- [Python-checkins] Clean up Travis config (GH-5727)
Zachary Ware
- [Python-checkins] Correct venv doc (fix #32540) (#5736)
Jason R. Coombs
- [Python-checkins] bpo-31333: Re-implement ABCMeta in C (GH-5733)
Ivan Levkivskyi
- [Python-checkins] bpo-25988: Emit a warning when use or import ABCs from 'collections'. (GH-5734)
Ivan Levkivskyi
- [Python-checkins] bpo-32869: Fix incorrect dst buffer size for MultiByteToWideChar (#5739)
Serhiy Storchaka
- [Python-checkins] bpo-25988: add NEWS entry for 3.7.0b2 (#5743)
Ned Deily
- [Python-checkins] bpo-32869: Fix incorrect dst buffer size for MultiByteToWideChar (GH-5739)
Miss Islington (bot)
- [Python-checkins] [3.6] Clean up Travis config (GH-5727)
Zachary Ware
- [Python-checkins] [2.7] Clean up Travis config (GH-5727)
Zachary Ware
- [Python-checkins] bpo-31333: Fix typo in whatsnew/3.7.rst (GH-5744)
Ivan Levkivskyi
- [Python-checkins] Improve error message for "setup.py upload" without dist files (#21060)
Éric Araujo
- [Python-checkins] bpo-31972: Improve docstrings for pathlib classes (#5310)
Éric Araujo
- [Python-checkins] bpo-31972: Improve docstrings for pathlib classes (GH-5310)
Miss Islington (bot)
- [Python-checkins] bpo-32682: Improve libz version parsing in test_zilb (GH-5347)
Zachary Ware
- [Python-checkins] [2.7] bpo-21060 Improve error message for "setup.py upload" without dist files (GH-5726).
Mariatta
- [Python-checkins] Improve error message for "setup.py upload" without dist files (GH-21060)
Miss Islington (bot)
- [Python-checkins] Daily reference leaks (4243df51fe43): sum=10
solipsis at pitrou.net
- [Python-checkins] bpo-30121: Fix test_subprocess for Windows Debug builds (GH-5758)
Zachary Ware
- [Python-checkins] Fix typo in docs (GH-5763)
Raymond Hettinger
- [Python-checkins] bpo-32409: Ensures activate.bat can handle Unicode contents (GH-5757)
Steve Dower
- [Python-checkins] bpo-32409: Ensures activate.bat can handle Unicode contents (GH-5765)
Steve Dower
- [Python-checkins] bpo-32409: Ensures activate.bat can handle Unicode contents (GH-5766)
Steve Dower
- [Python-checkins] closes bpo-32859: Don't retry dup3() if it is not available at runtime (GH-5708)
Benjamin Peterson
- [Python-checkins] bpo-32500: Correct the documentation for PySequence_Size() and PySequence_Length() (GH-5767)
Mariatta
- [Python-checkins] bpo-31848: Fix broken error handling in Aifc_read.initfp() when the SSND chunk is not found (#5240)
Serhiy Storchaka
- [Python-checkins] bpo-31848: Fix broken error handling in Aifc_read.initfp() when the SSND chunk is not found (GH-5240)
Miss Islington (bot)
- [Python-checkins] bpo-32604: Swap threads only if the interpreter is different. (gh-5778)
Eric Snow
- [Python-checkins] bpo-32604: Swap threads only if the interpreter is different. (gh-5783)
Eric Snow
- [Python-checkins] bpo-32540: Update venv documentation (GH-5736)
Mariatta
- [Python-checkins] bpo-28886: doc: Move deprecated abc decorators to separate section (GH-176)
INADA Naoki
- [Python-checkins] bpo-32008: don't use PROTOCOL_TLSv1 in example (GH-5789)
Benjamin Peterson
- [Python-checkins] bpo-32889: update valgrind suppressions (GH-5779)
Benjamin Peterson
- [Python-checkins] [2.7] closes bpo-32008: don't use PROTOCOL_TLSv1 in example (GH-5789) (#5792)
Benjamin Peterson
- [Python-checkins] [2.7] bpo-31848: Fix broken error handling in Aifc_read.initfp() when the SSND chunk is not found (GH-5240) (GH-5781)
Serhiy Storchaka
- [Python-checkins] bpo-32874: IDLE: add tests for pyparse (GH-5755)
Terry Jan Reedy
- [Python-checkins] closes bpo-32898: Fix debug build crash with COUNT_ALLOCS (GH-5800)
Benjamin Peterson
- [Python-checkins] bpo-32905: IDLE - remove unused code in pyparse module (GH-5807)
Terry Jan Reedy
- [Python-checkins] bpo-30449: Improve __slots__ documentation (GH-1819)
Mariatta
- [Python-checkins] bpo-32556: nt._getfinalpathname, nt._getvolumepathname and nt._getdiskusage now correctly convert from bytes. (GH-5761)
Steve Dower
- [Python-checkins] bpo-32457: Improves handling of denormalized executable path when launching Python (GH-5756)
Steve Dower
- [Python-checkins] Test that new_timezone can return the UTC singleton (gh-5318)
Alexander Belopolsky
- [Python-checkins] bpo-32838: Fix Python versions in the table of magic numbers. (#5658)
Serhiy Storchaka
- [Python-checkins] bpo-32457: Improves handling of denormalized executable path when launching Python (GH-5756) (#5818)
Steve Dower
- [Python-checkins] Test that new_timezone can return the UTC singleton (gh-5318) (#5819)
Alexander Belopolsky
- [Python-checkins] bpo-17611. Move unwinding of stack for "pseudo exceptions" from interpreter to compiler. (GH-5006)
Serhiy Storchaka
- [Python-checkins] bpo-30028: make test.support.temp_cwd() fork-safe (GH-1066)
Gregory P. Smith
- [Python-checkins] ipaddress: Use str.isascii() instead of frozenset (GH-5811)
INADA Naoki
- [Python-checkins] bpo-32087: Doc: Make "deprecated-removed" directive translatable (GH-4473)
INADA Naoki
- [Python-checkins] [2.7] bpo-30028: make test.support.temp_cwd() fork-safe (GH-1066) (GH-5825)
Gregory P. Smith
- [Python-checkins] [3.6] bpo-30028: make test.support.temp_cwd() fork-safe (GH-1066) (GH-5826)
Gregory P. Smith
- [Python-checkins] bpo-32901: Update Tcl and Tk versions to 8.6.8 (GH-5823)
Miss Islington (bot)
- [Python-checkins] bpo-32923: Unittest doc: replace `whilst` with `while` (GH-5833)
Mariatta
- [Python-checkins] Exhaustively test dataclass hashing when no hash= value is provided. This is in anticipation of changing how non-default hashing is handled. (#5834)
Eric V. Smith
- [Python-checkins] bpo-32924: Fix the Show Source url in the docs. (GH-5835)
Mariatta
- [Python-checkins] bpo-32838: Fix Python versions in the table of magic numbers. (GH-5658)
Miss Islington (bot)
- [Python-checkins] Update the Pull_request_template.md file (GH-5841)
Mariatta
- [Python-checkins] [bpo-28414] Make all hostnames in SSL module IDN A-labels (GH-5128)
Nathaniel J. Smith
- [Python-checkins] bpo-32916: IDLE: Change `str` to `code` in pyparse (GH-5830)
Terry Jan Reedy
- [Python-checkins] [bpo-28414] Make all hostnames in SSL module IDN A-labels (GH-5128) (GH-5843)
Nathaniel J. Smith
- [Python-checkins] bpo-32819: Simplify and improve ssl.match_hostname (#5620)
Christian Heimes
- [Python-checkins] [3.7] bpo-32819: Simplify and improve ssl.match_hostname (GH-5620) (#5847)
Christian Heimes
- [Python-checkins] bpo-31966: Fixed WindowsConsoleIO.write() for writing empty data. (GH-5754)
Serhiy Storchaka
- [Python-checkins] bpo-32931: fix macOS 10.9+ installer c++ compiler name (#5855)
Ned Deily
- [Python-checkins] remove vestigal locking from obmalloc (GH-5805)
Benjamin Peterson
- [Python-checkins] [3.7] bpo-32931: fix macOS 10.9+ installer c++ compiler name (GH-5856)
Ned Deily
- [Python-checkins] bpo-24334: Cleanup SSLSocket (#5252)
Christian Heimes
- [Python-checkins] [3.7] bpo-24334: Cleanup SSLSocket (GH-5252) (#5857)
Christian Heimes
- [Python-checkins] bpo-30622: Improve NPN support detection (#5859)
Christian Heimes
- [Python-checkins] [3.7] bpo-30622: Improve NPN support detection (GH-5859) (#5860)
Christian Heimes
- [Python-checkins] bpo-31518: Change TLS protocol for Debian (#3660)
Christian Heimes
- [Python-checkins] bpo-31518: Change TLS protocol for Debian (#3661)
Christian Heimes
- [Python-checkins] bpo-17232: Clarify docs for -O and -OO command line options (#5839)
Terry Jan Reedy
- [Python-checkins] bpo-17232: Clarify docs for -O and -OO command line options (GH-5839)
Miss Islington (bot)
- [Python-checkins] bpo-32185: Don't send IP in SNI TLS extension (#5865)
Christian Heimes
- [Python-checkins] bpo-25404: SSLContext.load_dh_params() non-ASCII path (GH-3459)
Christian Heimes
- [Python-checkins] bpo-31809: test secp ECDH curves (#4036)
Christian Heimes
- [Python-checkins] Daily reference leaks (4243df51fe43): sum=4
solipsis at pitrou.net
- [Python-checkins] [2.7] bpo-32185: Don't send IP in SNI TLS extension (GH-5865) (#5871)
Christian Heimes
- [Python-checkins] [3.6] bpo-30622: Improve NPN support detection (GH-5859) (#5861)
Christian Heimes
- [Python-checkins] [2.7] bpo-30622: Improve NPN support detection (GH-5859) (#5863)
Christian Heimes
- [Python-checkins] bpo-32647: Link ctypes extension with libdl. (#5550)
Christian Heimes
- [Python-checkins] [3.7] bpo-31809: test secp ECDH curves (GH-4036) (#5872)
Christian Heimes
- [Python-checkins] [2.7] bpo-32647: Link ctypes extension with libdl. (GH-5550) (#5877)
Christian Heimes
- [Python-checkins] bpo-30622: Fix NPN for OpenSSL 1.1.1-pre1 (#5876)
Christian Heimes
- [Python-checkins] [3.7] bpo-32647: Link ctypes extension with libdl. (GH-5550) (#5874)
Christian Heimes
- [Python-checkins] [3.6] bpo-32647: Link ctypes extension with libdl. (GH-5550) (#5875)
Christian Heimes
- [Python-checkins] Fix ssl module, Python 2.7 doesn't have Py_MAX (#5878)
Christian Heimes
- [Python-checkins] [3.7] bpo-30622: Fix NPN for OpenSSL 1.1.1-pre1 (GH-5876) (#5880)
Christian Heimes
- [Python-checkins] [2.7] bpo-30622: Fix NPN for OpenSSL 1.1.1-pre1 (GH-5876) (#5882)
Christian Heimes
- [Python-checkins] [3.6] bpo-30622: Fix NPN for OpenSSL 1.1.1-pre1 (GH-5876) (#5881)
Christian Heimes
- [Python-checkins] Delete a broken threading.local example (#5870)
Alex Gaynor
- [Python-checkins] Delete a broken threading.local example (GH-5870)
Miss Islington (bot)
- [Python-checkins] bpo-32622: Native sendfile on windows (#5565)
Andrew Svetlov
- [Python-checkins] Exhaustively test dataclass hashing when no hash= value is provided. This is in anticipation of changing how non-default hashing is handled. (GH-5834) (GH-5889)
Eric V. Smith
- [Python-checkins] bpo-25059: Clarify the print separator usage in tutorial (GH-5879)
Mariatta
- [Python-checkins] bpo-31454: Include information about "import X as Y" in Modules tutorial (GH-4041)
Mariatta
- [Python-checkins] Update PR template file, don't reference bpo 12345 (GH-5897)
Mariatta
- [Python-checkins] [2.7] bpo-25059: Clarify the print separator usage in tutorial (GH-5879)
Mariatta
- [Python-checkins] bpo-32929: Dataclasses: Change the tri-state hash parameter to the boolean unsafe_hash. (#5891)
Eric V. Smith
- [Python-checkins] Fix 'deecorator' typo in test/test_dataclasses (GH-5899)
Terry Jan Reedy
- [Python-checkins] bpo-32929: Dataclasses: Change the tri-state hash parameter to the boolean unsafe_hash. (GH-5891) (GH-5902)
Eric V. Smith
- [Python-checkins] bpo-32922: dbm.open() now encodes filename with the filesystem encoding. (GH-5832)
Serhiy Storchaka
- [Python-checkins] bpo-18533: Avoid RecursionError from repr() of recursive dictview (GH-4823)
Miss Islington (bot)
- [Python-checkins] Revert unneccessary changes made in bpo-30296 and apply other improvements. (GH-2624)
Serhiy Storchaka
- [Python-checkins] bpo-32394: Remove some TCP options on old version Windows. (GH-5523)
Steve Dower
- [Python-checkins] [3.6] bpo-32394: Remove some TCP options on older version Windows. (GH-5585)
Steve Dower
- [Python-checkins] Revert "[3.6] bpo-32303 - Consistency fixes for namespace loaders (GH-5481) (#5504)" (#5911)
Barry Warsaw
- [Python-checkins] Fix _socket module compilation on Cygwin. (GH-4137) (GH-4145)
Serhiy Storchaka
- [Python-checkins] bpo-32147: Improved perfomance of binascii.unhexlify(). (GH-4586)
Serhiy Storchaka
- [Python-checkins] bpo-32836: Remove obsolete code from symtable pass (GH-5680)
Nick Coghlan
- [Python-checkins] bpo-18533: Avoid RuntimeError from repr() of recursive dictview (#4823) (#5357)
Serhiy Storchaka
- [Python-checkins] bpo-32222: Fix pygettext skipping docstrings for funcs with arg typehints (GH-4745)
Serhiy Storchaka
- [Python-checkins] bpo-32713: Fix tarfile.itn for large/negative float values. (GH-5434)
Miss Islington (bot)
- [Python-checkins] bpo-32960: For dataclasses, disallow inheriting frozen from non-frozen classes and vice-versa, (GH-5919)
Eric V. Smith
- [Python-checkins] [3.6] bpo-32922: dbm.open() now encodes filename with the filesystem encoding. (GH-5832). (GH-5906)
Serhiy Storchaka
- [Python-checkins] bpo-32960: For dataclasses, disallow inheriting frozen from non-frozen classes and vice-versa, (GH-5919) (GH-5920)
Eric V. Smith
- [Python-checkins] bpo-32947: OpenSSL 1.1.1-pre1 / TLS 1.3 fixes (#5663)
Christian Heimes
- [Python-checkins] bpo-32947: OpenSSL 1.1.1-pre1 / TLS 1.3 fixes (GH-5663)
Miss Islington (bot)
- [Python-checkins] bpo-28124: deprecate ssl.wrap_socket() (#5888)
Christian Heimes
- [Python-checkins] bpo-32951: Disable SSLSocket/SSLObject constructor (#5864)
Christian Heimes
- [Python-checkins] bpo-28124: deprecate ssl.wrap_socket() (GH-5888)
Miss Islington (bot)
- [Python-checkins] [3.7] bpo-32951: Disable SSLSocket/SSLObject constructor (GH-5864) (#5925)
Christian Heimes
- [Python-checkins] bpo-31453: Add setter for min/max protocol version (#5259)
Christian Heimes
- [Python-checkins] bpo-31453: Add setter for min/max protocol version (GH-5259)
Miss Islington (bot)
- [Python-checkins] bpo-10381, bpo-32403: What's new entries for changes to datetime (gh-5814)
Alexander Belopolsky
- [Python-checkins] bpo-10381, bpo-32403: What's new entries for changes to datetime (gh-5814) (gh-5929)
Alexander Belopolsky
- [Python-checkins] bpo-31355: Travis-CI: re-enable macOS job (#5858)
Antoine Pitrou
- [Python-checkins] bpo-32901: update macOS 10.9+ installer to Tcl/Tk 8.6.8
Ned Deily
- [Python-checkins] Update macOS installer resources
Ned Deily
- [Python-checkins] Revert "bpo-31961: subprocess now accepts path-like args (GH-4329)" (#5912)
Ned Deily
- [Python-checkins] Revert "bpo-31961: subprocess now accepts path-like args (GH-4329)" (GH-5912) (GH-5931)
Ned Deily
- [Python-checkins] bpo-30928: Update idlelib/NEWS.txt, possibly for 3.7.0b2 (GH-5932)
Terry Jan Reedy
- [Python-checkins] Update NEWS, docs, and patchlevel for 3.7.0b2
Ned Deily
- [Python-checkins] Minor improvements to the Windows build/release process (GH-5935)
Miss Islington (bot)
- [Python-checkins] Fix 3.8 whatsnew changelog link
Ned Deily
- [Python-checkins] bpo-32940: IDLE: Simplify StringTranslatePseudoMapping in pyparse (GH-5862)
Terry Jan Reedy
- [Python-checkins] Fix typo in logging doc: picked -> pickled (GH-5942)
Mariatta
Last message date:
Wed Feb 28 18:59:01 EST 2018
Archived on: Wed Feb 28 18:59:02 EST 2018
This archive was generated by
Pipermail 0.09 (Mailman edition).