January 2018 Archives by date
Starting: Mon Jan 1 04:14:17 EST 2018
Ending: Wed Jan 31 22:12:54 EST 2018
Messages: 371
- [Python-checkins] Daily reference leaks (4243df51fe43): sum=2
solipsis at pitrou.net
- [Python-checkins] bpo-32416: Add two new tests in test_sys_settrace. (#5072)
Serhiy Storchaka
- [Python-checkins] bpo-32416: Add two new tests in test_sys_settrace. (GH-5072) (#5074)
Serhiy Storchaka
- [Python-checkins] bpo-32416: Add two new tests in test_sys_settrace. (GH-5072) (#5073)
Serhiy Storchaka
- [Python-checkins] bpo-32478: Add tests for 'break' and 'return' inside 'finally' clause. (#5078)
Serhiy Storchaka
- [Python-checkins] bpo-32452: clarify term 'brackets' in generator tutorial (#5079)
R. David Murray
- [Python-checkins] bpo-32478: Add tests for 'break' and 'return' inside 'finally' clause. (GH-5078) (#5083)
Serhiy Storchaka
- [Python-checkins] [2.7] bpo-32478: Add tests for 'break' and 'return' inside 'finally' clause. (GH-5078). (#5084)
Serhiy Storchaka
- [Python-checkins] Daily reference leaks (4243df51fe43): sum=9
solipsis at pitrou.net
- [Python-checkins] bpo-32452: clarify term 'brackets' in generator tutorial (GH-5079) (#5081)
R. David Murray
- [Python-checkins] bpo-32452: clarify term 'brackets' in generator tutorial (GH-5079) (#5082)
R. David Murray
- [Python-checkins] bpo-31530: fix crash when multiple threads iterate over a file, round 2 (#5060)
Benjamin Peterson
- [Python-checkins] coalesce GILless sections in new_buffersize (#5059)
Benjamin Peterson
- [Python-checkins] [65 flat] Results for Python (master branch) 2018-01-02
lp_benchmark_robot at intel.com
- [Python-checkins] Daily reference leaks (4243df51fe43): sum=2
solipsis at pitrou.net
- [Python-checkins] Ignore importlib.h for automatic review requests from the import team. (GH-5087)
Brett Cannon
- [Python-checkins] [65 flat] Results for Python (master branch) 2018-01-02
lp_benchmark_robot at intel.com
- [Python-checkins] bpo-32482: Improve syntax and grammar tests. (#5085)
Serhiy Storchaka
- [Python-checkins] bpo-32482: Fix suspicious code in tests for syntax and grammar. (#5086)
Serhiy Storchaka
- [Python-checkins] bpo-32308: Replace empty matches adjacent to a previous non-empty match in re.sub(). (#4846)
Serhiy Storchaka
- [Python-checkins] bpo-32211: Document the existing bug in re.findall() and re.finditer(). (#4695)
Serhiy Storchaka
- [Python-checkins] Daily reference leaks (4243df51fe43): sum=10
solipsis at pitrou.net
- [Python-checkins] bpo-31778: Make ast.literal_eval() more strict. (#4035)
Serhiy Storchaka
- [Python-checkins] bpo-32482: Fix suspicious code in tests for syntax and grammar. (GH-5086) (#5095)
Serhiy Storchaka
- [Python-checkins] Fix outdated comment in typeobject.c (GH-5090)
Berker Peksag
- [Python-checkins] Fix outdated comment in typeobject.c (GH-5090)
Berker Peksag
- [Python-checkins] [2.7] bpo-32211: Document the existing bug in re.findall() and re.finditer(). (GH-4695). (#5096)
Serhiy Storchaka
- [Python-checkins] bpo-31672: Restore the former behavior when override flags in Template. (#5099)
Serhiy Storchaka
- [Python-checkins] bpo-32226: Make __class_getitem__ an automatic class method. (#5098)
Serhiy Storchaka
- [Python-checkins] [65 flat] Results for Python (master branch) 2018-01-04
lp_benchmark_robot at intel.com
- [Python-checkins] advance copyright years to 2018 (#5094)
Benjamin Peterson
- [Python-checkins] [2.7] advance copyright years to 2018 (GH-5094). (#5105)
Benjamin Peterson
- [Python-checkins] Daily reference leaks (4243df51fe43): sum=9
solipsis at pitrou.net
- [Python-checkins] bpo-31699 Deadlocks in `concurrent.futures.ProcessPoolExecutor` with pickling error (#3895)
Antoine Pitrou
- [Python-checkins] bpo-32390: Fix compilation failure on AIX after f_fsid was added to os.statvfs() (#4972)
xdegaye
- [Python-checkins] [65 flat] Results for Python (master branch) 2018-01-05
lp_benchmark_robot at intel.com
- [Python-checkins] advance copyright years to 2018 (GH-5094) (#5104)
Benjamin Peterson
- [Python-checkins] bpo-29137: Remove fpectl module (#4789)
Benjamin Peterson
- [Python-checkins] bpo-32206: Pdb can now run modules (GH-4752)
Nick Coghlan
- [Python-checkins] Daily reference leaks (4243df51fe43): sum=15
solipsis at pitrou.net
- [Python-checkins] Cleanup grammar in unittest.mock.seal documentation (#5107)
Andrew Svetlov
- [Python-checkins] bpo-31993: Do not allocate large temporary buffers in pickle dump. (#4353)
Serhiy Storchaka
- [Python-checkins] bpo-32499: Add dataclasses.is_dataclass(obj), which returns True if obj is a dataclass or an instance of one. (#5113)
Eric V. Smith
- [Python-checkins] bpo-32278: Allow dataclasses.make_dataclass() to omit type information. (gh-5115)
Eric V. Smith
- [Python-checkins] bpo-32279: Add additional params to make_dataclass(), pass through to dataclass(). (gh-5117)
Eric V. Smith
- [Python-checkins] bpo-32282: Remove unnecessary check for `VersionHelpers.h` in `socketmodule.c` on Windows
Steve Dower
- [Python-checkins] Kill the AppVeyor file whitelist (GH-5121)
Zachary Ware
- [Python-checkins] [3.6] Kill the AppVeyor file whitelist (GH-5122)
Zachary Ware
- [Python-checkins] [2.7] Kill the AppVeyor file whitelist (GH-5123)
Zachary Ware
- [Python-checkins] Daily reference leaks (4243df51fe43): sum=79
solipsis at pitrou.net
- [Python-checkins] Fix dataclasses docstring typo. (gh-5118)
Eric V. Smith
- [Python-checkins] bpo-30579: Allow TracebackType creation and tb_next mutation from Python (GH-4793)
Nick Coghlan
- [Python-checkins] bpo-31802: Fix importing native path module before importing os. (#4017)
Serhiy Storchaka
- [Python-checkins] bpo-31802: Fix importing native path module before importing os. (GH-4017) (#5129)
Serhiy Storchaka
- [Python-checkins] Fix version in AppVeyor config (GH-5124)
Zachary Ware
- [Python-checkins] Fix version in AppVeyor config (GH-5125)
Zachary Ware
- [Python-checkins] Fix version in AppVeyor config (GH-5126)
Zachary Ware
- [Python-checkins] bpo-32506: Change dataclasses from OrderedDict to plain dict. (gh-5131)
Eric V. Smith
- [Python-checkins] bpo-31975 (PEP 565): Show DeprecationWarning in __main__ (GH-4458)
Nick Coghlan
- [Python-checkins] Daily reference leaks (4243df51fe43): sum=4
solipsis at pitrou.net
- [Python-checkins] [1 down, 1 up, 63 flat] Results for Python (master branch) 2018-01-08
lp_benchmark_robot at intel.com
- [Python-checkins] bpo-32248: install new test_importlib directories (#5138)
Ned Deily
- [Python-checkins] bpo-32507: Change Windows install to include app-local UCRT (#5119)
Steve Dower
- [Python-checkins] Daily reference leaks (4243df51fe43): sum=3
solipsis at pitrou.net
- [Python-checkins] Update docs for 3.7.0a4
Ned Deily
- [Python-checkins] Post-release version bump to a4+
Ned Deily
- [Python-checkins] bpo-32493: Not only AIX, but FreeBSD has uuid_create support (#5089)
Antoine Pitrou
- [Python-checkins] bpo-24340: Fix estimation of the code stack size. (#5076)
Serhiy Storchaka
- [Python-checkins] Fix when parsing tz offsets microseconds shorter than 6 (#4781)
Alexander Belopolsky
- [Python-checkins] [65 flat] Results for Python (master branch) 2018-01-09
lp_benchmark_robot at intel.com
- [Python-checkins] Daily reference leaks (4243df51fe43): sum=4
solipsis at pitrou.net
- [Python-checkins] bpo-29240: readline now ignores the UTF-8 Mode (#5145)
Victor Stinner
- [Python-checkins] Fix obvious typos in docstrings (#5151)
Raymond Hettinger
- [Python-checkins] bpo-32320: Add default value support to collections.namedtuple() (#4859)
Raymond Hettinger
- [Python-checkins] [1 down, 1 up, 63 flat] Results for Python (master branch) 2018-01-10
lp_benchmark_robot at intel.com
- [Python-checkins] Daily reference leaks (4243df51fe43): sum=3
solipsis at pitrou.net
- [Python-checkins] bpo-29240: Ignore UTF-8 Mode in time module (#5148)
Victor Stinner
- [Python-checkins] bpo-31993: Do not create frames for large bytes and str objects (#5114)
Serhiy Storchaka
- [Python-checkins] bpo-31113: Get rid of recursion in the compiler for normal control flow. (#3015)
Serhiy Storchaka
- [Python-checkins] [1 up, 64 flat] Results for Python (master branch) 2018-01-11
lp_benchmark_robot at intel.com
- [Python-checkins] bpo-32467: Let collections.abc.ValuesView inherit from Collection (#5152)
Raymond Hettinger
- [Python-checkins] bpo-31145: Use dataclasses to create a prioritization wrapper (#5153)
Raymond Hettinger
- [Python-checkins] Lexical Analysis ref doc: Fix a typo in the string concatenation internal link (GH-5157)
Mariatta
- [Python-checkins] OrderedDict import is no longer needed (#4890)
Raymond Hettinger
- [Python-checkins] Lexical Analysis ref doc: Fix a typo in the string concatenation internal link (GH-5157) (GH-5160)
Mariatta
- [Python-checkins] Daily reference leaks (4243df51fe43): sum=7
solipsis at pitrou.net
- [Python-checkins] bpo-32473: Improve ABCMeta._dump_registry() readability (GH-5091)
INADA Naoki
- [Python-checkins] bpo-32473: Improve ABCMeta._dump_registry() readability (GH-5091)
INADA Naoki
- [Python-checkins] bpo-32521: nis libtirpc (#5137)
Christian Heimes
- [Python-checkins] [3.6] bpo-32521: nis libtirpc (GH-5137) (#5165)
Christian Heimes
- [Python-checkins] bpo-32521: nis libtirpc (GH-5137) (#5166)
Christian Heimes
- [Python-checkins] bpo-31993: Do not use memoryview when pickle large strings. (#5154)
Serhiy Storchaka
- [Python-checkins] bpo-32248: Introduce the concept of Loader.get_resource_reader() (GH-5108)
Brett Cannon
- [Python-checkins] Improve enum.Flag code example (GH-5167)
Mariatta
- [Python-checkins] Improve enum.Flag code example (GH-5167) (GH-5171)
Mariatta
- [Python-checkins] Daily reference leaks (4243df51fe43): sum=82
solipsis at pitrou.net
- [Python-checkins] Add itertools recipe for directly finding the n-th combination (#5161)
Raymond Hettinger
- [Python-checkins] Add itertools recipe for directly finding the n-th combination (GH-5161) (#5174)
Raymond Hettinger
- [Python-checkins] Daily reference leaks (4243df51fe43): sum=8
solipsis at pitrou.net
- [Python-checkins] bpo-29476: Simplify set_add_entry() (#5175)
Raymond Hettinger
- [Python-checkins] bpo-15221: Update os.path.is*() documentation (GH-5185)
Mariatta
- [Python-checkins] bpo-26330: Update shutil.disk_usage() documentation (GH-5184)
Mariatta
- [Python-checkins] bpo-15221: Update os.path.is*() documentation (GH-5185) (GH-5186)
Mariatta
- [Python-checkins] Daily reference leaks (4243df51fe43): sum=-5
solipsis at pitrou.net
- [Python-checkins] bpo-29240: Fix locale encodings in UTF-8 Mode (#5170)
Victor Stinner
- [Python-checkins] bpo-26330: Update shutil.disk_usage() documentation (GH-5184) (GH-5188)
Mariatta
- [Python-checkins] bpo-31900: Fix localeconv() encoding for LC_NUMERIC (#4174)
Victor Stinner
- [Python-checkins] bpo-32539: Fix OSError for os.listdir() for extended-length paths on Windows (#5169)
Serhiy Storchaka
- [Python-checkins] [3.6] bpo-31900: Fix localeconv() encoding for LC_NUMERIC (#4174) (#5192)
Victor Stinner
- [Python-checkins] [3.6] bpo-32555: Fix locale encodings (#5193)
Victor Stinner
- [Python-checkins] Make asyncio tests run when there's no SSL module (#5196)
Yury Selivanov
- [Python-checkins] Implement the get_resource_reader() API for file system imports (#5168)
Barry Warsaw
- [Python-checkins] bpo-14976: Reentrant simple queue (#3346)
Antoine Pitrou
- [Python-checkins] Daily reference leaks (4243df51fe43): sum=13
solipsis at pitrou.net
- [Python-checkins] bpo-26163: Frozenset hash improvement (#5194)
Raymond Hettinger
- [Python-checkins] bpo-26163: Frozenset hash improvement (GH-5194) (#5198)
Raymond Hettinger
- [Python-checkins] bpo-32544: Speed up hasattr() and getattr() (GH-5173)
INADA Naoki
- [Python-checkins] bpo-31572: Get rid of PyObject_HasAttr() and _PyObject_HasAttrId() in the _io module. (#3726)
Serhiy Storchaka
- [Python-checkins] Skip test_readline.test_nonascii() on C locale (#5203)
Victor Stinner
- [Python-checkins] Skip test_readline.test_nonascii() on C locale (GH-5203) (#5204)
Victor Stinner
- [Python-checkins] bpo-32410: Implement loop.sock_sendfile() (#4976)
Andrew Svetlov
- [Python-checkins] bpo-32403: Faster date and datetime constructors (#4993)
Alexander Belopolsky
- [Python-checkins] bpo-32549: Compile OpenSSL 1.1.0 on Travis CI (#5180)
Christian Heimes
- [Python-checkins] [1 down, 64 flat] Results for Python (master branch) 2018-01-16
lp_benchmark_robot at intel.com
- [Python-checkins] Daily reference leaks (4243df51fe43): sum=11
solipsis at pitrou.net
- [Python-checkins] Fix Git attributes of test_importlib data files (#5209)
Victor Stinner
- [Python-checkins] bpo-32248: Fix test_importlib.test_open() (#5213)
Victor Stinner
- [Python-checkins] pythoninfo: add time.time and datetime.datetime.now (#5214)
Victor Stinner
- [Python-checkins] pythoninfo: add time.time and datetime.datetime.now (GH-5214) (#5219)
Victor Stinner
- [Python-checkins] pythoninfo: add time.time and datetime.datetime.now (GH-5214) (#5220)
Victor Stinner
- [Python-checkins] bpo-32226: Fix memory leak in generic_alias_dealloc() (#5212)
Victor Stinner
- [Python-checkins] Use assertCountEqual instead of assertEqual. (#5223)
Gregory P. Smith
- [Python-checkins] Use assertItemsEqual instead of assertEqual. (#5224)
Gregory P. Smith
- [Python-checkins] Fix typo in thread_nt.h code comment (GH-5211)
Mariatta
- [Python-checkins] Use assertCountEqual instead of assertEqual. (GH-5223) (#5225)
Gregory P. Smith
- [Python-checkins] Fix typo in thread_nt.h code comment (GH-5211) (GH-5226)
Mariatta
- [Python-checkins] [65 flat] Results for Python (master branch) 2018-01-17
lp_benchmark_robot at intel.com
- [Python-checkins] Daily reference leaks (4243df51fe43): sum=11
solipsis at pitrou.net
- [Python-checkins] bpo-32576: use queue.SimpleQueue in critical places (#5216)
Antoine Pitrou
- [Python-checkins] bpo-9566: Fix size_t=>int downcast warnings (#5230)
Victor Stinner
- [Python-checkins] Removed unnecesssary bit inversion which doesn't improve dispersion statistics (#5235)
Raymond Hettinger
- [Python-checkins] bpo-32588: Move _findvs into its own module and add missing _queue module to installer (#5227)
Steve Dower
- [Python-checkins] [3.6] bpo-32588 Move _distutils_findvs into its own module (GH-5227) (#5228)
Steve Dower
- [Python-checkins] Removed unnecesssary bit inversion which doesn't improve dispersion statistics (GH-5235) (#5236)
Raymond Hettinger
- [Python-checkins] bpo-32586: Fix code example in urllib2's doc (GH-5238)
Mariatta
- [Python-checkins] [65 flat] Results for Python (master branch) 2018-01-18
lp_benchmark_robot at intel.com
- [Python-checkins] Daily reference leaks (4243df51fe43): sum=5
solipsis at pitrou.net
- [Python-checkins] bpo-32410: Make SendfileNotAvailableError exception public (#5243)
Andrew Svetlov
- [Python-checkins] bpo-25910: Link redirections in docs (#1933)
Victor Stinner
- [Python-checkins] bpo-32596: Lazy import concurrent.futures.process and thread (GH-5241)
INADA Naoki
- [Python-checkins] bpo-32028: Fix suggestions for indented print statements (GH-4688)
Nick Coghlan
- [Python-checkins] [3.6] bpo-32028: Fix suggestions for indented print statements (GH-5249)
Nick Coghlan
- [Python-checkins] [65 flat] Results for Python (master branch) 2018-01-19
lp_benchmark_robot at intel.com
- [Python-checkins] Daily reference leaks (4243df51fe43): sum=-1
solipsis at pitrou.net
- [Python-checkins] bpo-32226: PEP 560: improve typing module (#4906)
Ivan Levkivskyi
- [Python-checkins] bpo-32598: Use autoconf to detect usable OpenSSL (#5242)
Christian Heimes
- [Python-checkins] bpo-32602: Test ECDSA certs (#5247)
Christian Heimes
- [Python-checkins] bpo-32503: Avoid creating too small frames in pickles. (#5127)
Serhiy Storchaka
- [Python-checkins] Daily reference leaks (4243df51fe43): sum=3
solipsis at pitrou.net
- [Python-checkins] bpo-32591: Add native coroutine origin tracking (#5250)
Yury Selivanov
- [Python-checkins] bpo-32314: Fix asyncio.run() to cancel runinng tasks on shutdown (#5262)
Yury Selivanov
- [Python-checkins] bpo-32591: Fix PyExc_WarnFormat call (follow-up commit) (#5263)
Yury Selivanov
- [Python-checkins] urllib.request: Remove unused import (GH-5268)
INADA Naoki
- [Python-checkins] Daily reference leaks (4243df51fe43): sum=7
solipsis at pitrou.net
- [Python-checkins] bpo-31801: Enum: add _ignore_ as class option (#5237)
Ethan Furman
- [Python-checkins] bpo-31179: Make dict.copy() up to 5.5 times faster. (#3067)
Yury Selivanov
- [Python-checkins] bpo-32593: Drop FreeBSD 9 and older support (#5232)
Victor Stinner
- [Python-checkins] bpo-29240: PyUnicode_DecodeLocale() uses UTF-8 on Android (#5272)
Victor Stinner
- [Python-checkins] bpo-32436: Implement PEP 567 (#5027)
Yury Selivanov
- [Python-checkins] [1 down, 64 flat] Results for Python (master branch) 2018-01-22
lp_benchmark_robot at intel.com
- [Python-checkins] Add myself as hamt/context (PEP 567) code owner (#5276)
Yury Selivanov
- [Python-checkins] bpo-32436: Remove a redundant assert (#5275)
Yury Selivanov
- [Python-checkins] bpo-32633: Fix some warnings in test_asyncio.test_tasks (#5280)
Andrew Svetlov
- [Python-checkins] [3.5] bpo-32620: Remove failing pyenv call from CI config (#5274)
larryhastings
- [Python-checkins] Daily reference leaks (4243df51fe43): sum=11
solipsis at pitrou.net
- [Python-checkins] [3.5] bpo-32563: Get expat to compile under C89 (#5201)
larryhastings
- [Python-checkins] [3.5] bpo-32551: Consistently configure sys.path[0] (#5197)
larryhastings
- [Python-checkins] [3.5] bpo-32072: Fix issues with binary plists. (GH-4455) (#4656)
larryhastings
- [Python-checkins] bpo-32593: Run autoconf (#5282)
Victor Stinner
- [Python-checkins] bpo-20361: Remove workaround for a now fixed bug (#5283)
Victor Stinner
- [Python-checkins] bpo-32618: Fix test_mutatingdecodehandler not testing test.mutating (#5269)
Xiang Zhang
- [Python-checkins] bpo-32635: Fix a segfault when importing the crypt module with libxcrypt. (#5284)
Victor Stinner
- [Python-checkins] bpo-32618: Fix test_mutatingdecodehandler not testing test.mutating (GH-5269) (#5285)
Xiang Zhang
- [Python-checkins] bpo-32296: Make get_running_loop() another 4-5x faster (#5277)
Yury Selivanov
- [Python-checkins] bpo-32436: Fix potential NULL dereference (#5286)
Yury Selivanov
- [Python-checkins] bpo-32502: Discard 64-bit (and other invalid) hardware addresses (#5254)
Barry Warsaw
- [Python-checkins] [4 down, 1 up, 60 flat] Results for Python (master branch) 2018-01-23
lp_benchmark_robot at intel.com
- [Python-checkins] bpo-32436: Don't use native popcount() (also fixes bpo-32641) (#5292)
Yury Selivanov
- [Python-checkins] bpo-32360: unittest.util: Use Counter instead of custom count function (GH-4994)
INADA Naoki
- [Python-checkins] Daily reference leaks (4243df51fe43): sum=-2
solipsis at pitrou.net
- [Python-checkins] bpo-32635: Fix a segfault when importing the crypt module with libxcrypt. (GH-5284) (#5295)
Victor Stinner
- [Python-checkins] bpo-32635: Fix a segfault when importing the crypt module with libxcrypt. (GH-5284) (#5296)
Victor Stinner
- [Python-checkins] bpo-17799: Explain real behaviour of sys.settrace and sys.setprofile (#4056)
Xiang Zhang
- [Python-checkins] [3.6] bpo-32502: Discard 64-bit (and other invalid) hardware addresses (GH-5254) (#5290)
Barry Warsaw
- [Python-checkins] bpo-17799: Explain real behaviour of sys.settrace and sys.setprofile (GH-4056) (#5298)
Xiang Zhang
- [Python-checkins] bpo-17799: Explain real behaviour of sys.settrace and sys.setprofile (GH-4056). (#5299)
Xiang Zhang
- [Python-checkins] bpo-28046: Remove MACHDEPPATH from Modules/Setup.dist (#5289)
Victor Stinner
- [Python-checkins] bpo-32030: Add _PyCoreConfig.module_search_paths (#4954)
Victor Stinner
- [Python-checkins] bpo-32651 Recommend getpass.getuser() (#5301)
Barry Warsaw
- [Python-checkins] bpo-32651 Recommend getpass.getuser() (GH-5301) (#5304)
Barry Warsaw
- [Python-checkins] bpo-32410: Improve sock_sendfile tests (#5294)
Andrew Svetlov
- [Python-checkins] bpo-32636: Fix @asyncio.coroutine debug mode bug exposed by gh-5250 (#5291)
Yury Selivanov
- [Python-checkins] bpo-32636: Fix two bugs in test_asyncio (#5302)
Yury Selivanov
- [Python-checkins] bpo-32248 - Implement `ResourceReader` and `get_resource_reader()` for zipimport (#5248)
Barry Warsaw
- [Python-checkins] bpo-29708: Setting SOURCE_DATE_EPOCH forces hash-based .pyc files (GH-5200)
Brett Cannon
- [Python-checkins] bpo-10381: Add timezone to datetime C API (#5032)
Alexander Belopolsky
- [Python-checkins] bpo-32391: Implement StreamWriter.wait_closed() (#5281)
Andrew Svetlov
- [Python-checkins] bpo-29708: Add What's New entries for SOURCE_DATE_EPOCH and py_compile (GH-5306)
Brett Cannon
- [Python-checkins] [1 up, 64 flat] Results for Python (master branch) 2018-01-24
lp_benchmark_robot at intel.com
- [Python-checkins] bpo-32652: Defer pymain_set_global_config() call (#5303)
Victor Stinner
- [Python-checkins] bpo-32571: Avoid raising unneeded AttributeError and silencing it in C code (GH-5222)
INADA Naoki
- [Python-checkins] Daily reference leaks (4243df51fe43): sum=4
solipsis at pitrou.net
- [Python-checkins] bpo-32360: Remove OrderedDict usage from json.tool (GH-5315)
INADA Naoki
- [Python-checkins] Cleanup dangling reference in get_timezone_utc_capi (#5317)
Victor Stinner
- [Python-checkins] Fix 3rd level node's binary representation in HAMT algorithm description (#5319)
Yury Selivanov
- [Python-checkins] bpo-32667: Fix tests when $PATH contains a file (#5322)
Victor Stinner
- [Python-checkins] bpo-32436: Fix a refleak; var GC tracking; a GCC warning (#5326)
Yury Selivanov
- [Python-checkins] bpo-29302: Implement contextlib.AsyncExitStack. (#4790)
Yury Selivanov
- [Python-checkins] bpo-32667: Fix tests when $PATH contains a file (GH-5322) (#5323)
Victor Stinner
- [Python-checkins] bpo-32667: Fix tests when $PATH contains a file (#5324)
Victor Stinner
- [Python-checkins] bpo-32662: Implement Server.start_serving() and Server.serve_forever() (#5312)
Yury Selivanov
- [Python-checkins] bpo-32574: Fix leaks in asyncio.Queue.put() and .get() (#5208)
Yury Selivanov
- [Python-checkins] bpo-32304: Fix distutils upload for sdists ending with \x0d (GH-5264)
Éric Araujo
- [Python-checkins] bpo-32596: Make lazy-load portable (GH-5316)
INADA Naoki
- [Python-checkins] [1 down, 3 up, 61 flat] Results for Python (master branch) 2018-01-25
lp_benchmark_robot at intel.com
- [Python-checkins] bpo-29237: Create enum for pstats sorting options (GH-5103)
Ethan Furman
- [Python-checkins] bpo-32662: Try making test_asyncio.test_server more reliable (#5338)
Yury Selivanov
- [Python-checkins] bpo-32571: Fix reading uninitialized memory (GH-5332)
INADA Naoki
- [Python-checkins] Daily reference leaks (4243df51fe43): sum=12
solipsis at pitrou.net
- [Python-checkins] bpo-18533: Avoid RecursionError from repr() of recursive dictview (#4823)
Senthil Kumaran
- [Python-checkins] String annotations [PEP 563] (#4390)
Łukasz Langa
- [Python-checkins] [2.7] bpo-32640: Clarify the behavior of str.join and unicode object (GH-5333)
Mariatta
- [Python-checkins] bpo-32591: fix abort in _PyErr_WarnUnawaitedCoroutine during shutdown (#5337)
Yury Selivanov
- [Python-checkins] bpo-32670: Enforce PEP 479. (#5327)
Yury Selivanov
- [Python-checkins] bpo-32436: Make PyContextVar_Get a little bit faster (#5350)
Yury Selivanov
- [Python-checkins] bpo-32521: nis libnsl (#5190)
Christian Heimes
- [Python-checkins] bpo-32678: inspect: Import ast lazily (GH-5344)
INADA Naoki
- [Python-checkins] [3.6] bpo-32304: Fix distutils upload for tar files ending with b'\r' (GH-5264) (GH-5330)
Éric Araujo
- [Python-checkins] bpo-27505: Add change notes in module attribute docs (GH-5320)
Nick Coghlan
- [Python-checkins] [3.6] bpo-27505: Retrofit module __class__ documentation from 3.7 (GH-5321)
Nick Coghlan
- [Python-checkins] bpo-32677: Add .isascii() to str, bytes and bytearray (GH-5342)
INADA Naoki
- [Python-checkins] [3.6] bpo-32521: nis libnsl (GH-5190) (#5352)
Christian Heimes
- [Python-checkins] [2.7] bpo-32521: nis libnsl (GH-5190) (#5353)
Christian Heimes
- [Python-checkins] bpo-32433: Optimized HMAC digest (#5023)
Christian Heimes
- [Python-checkins] bpo-32454: socket closefd (#5048)
Christian Heimes
- [Python-checkins] Daily reference leaks (4243df51fe43): sum=4
solipsis at pitrou.net
- [Python-checkins] bpo-31853: Replaced socket.method calls with super() in SSLSocket. (#4048)
Christian Heimes
- [Python-checkins] bpo-31399: Let OpenSSL verify hostname and IP address (#3462)
Christian Heimes
- [Python-checkins] bpo-32532: Improve documentation of settrace and setprofile (#5359)
Xiang Zhang
- [Python-checkins] bpo-31368: Expose preadv and pwritev in the os module (#5239)
Victor Stinner
- [Python-checkins] Fix wrong assert in unicodeobject (GH-5340)
INADA Naoki
- [Python-checkins] Fix wrong assert in unicodeobject (GH-5340)
INADA Naoki
- [Python-checkins] bpo-32436: Use PyThreadState_GET() in all hot paths (GH-5363)
Yury Selivanov
- [Python-checkins] bpo-32630: Use contextvars in decimal (GH-5278)
Yury Selivanov
- [Python-checkins] bpo-32622: Implement loop.sendfile() (#5271)
Andrew Svetlov
- [Python-checkins] bpo-32622: Enforce sendfile fallback policy for FALLBACK transports (#5364)
Yury Selivanov
- [Python-checkins] Fix changed file detection on Travis (GH-3129)
Berker Peksag
- [Python-checkins] Fix tests if Python compiled without SSL (#5367)
Andrew Svetlov
- [Python-checkins] bpo-32622: Fix AbstractEventLoop.sendfile signature in documentation. (GH-5368)
Yury Selivanov
- [Python-checkins] bpo-32221: makeipaddr(): remove interface part + speedup (GH-4724)
Yury Selivanov
- [Python-checkins] bpo-32622: Normalize ENOTCONN to ConnectionError on macOS (GH-5369)
Yury Selivanov
- [Python-checkins] Fix changed file detection on Travis (GH-3129)
Berker Peksag
- [Python-checkins] bpo-32513: Make it easier to override dunders in dataclasses. (GH-5366)
Eric V. Smith
- [Python-checkins] bpo-32677: Optimize str.isascii() (GH-5356)
INADA Naoki
- [Python-checkins] Pep 557 What's New (GH-5371)
Eric V. Smith
- [Python-checkins] [3.6] bpo-32664: Add missing "|" connector in Exceptions doc (GH-1173) (GH-5372)
Mariatta
- [Python-checkins] bpo-30306: release arguments of contextmanager (GH-1500)
Nick Coghlan
- [Python-checkins] bpo-32206: Update pdb usage to include new module option (GH-5111)
Nick Coghlan
- [Python-checkins] Minor grammar fixes to License.rst (GH-1174) (GH-5373)
Mariatta
- [Python-checkins] bpo-30306: Add missing NEWS entry (GH-5374)
Nick Coghlan
- [Python-checkins] bpo-32687: Fix wrong meaning of args for PyTrace_LINE/CALL in documentation (#5361)
Xiang Zhang
- [Python-checkins] bpo-32687: Fix wrong meaning of args for PyTrace_LINE/CALL in documentation (GH-5361) (GH-5377)
Xiang Zhang
- [Python-checkins] bpo-32687: Fix wrong meaning of args for PyTrace_LINE/CALL in documentation (GH-5361) (GH-5378)
Xiang Zhang
- [Python-checkins] Daily reference leaks (4243df51fe43): sum=2
solipsis at pitrou.net
- [Python-checkins] bpo-32649: Add C API docs for per-opcode tracing & profiling (GH-5360)
Nick Coghlan
- [Python-checkins] bpo-32685: Improve suggestion for print statement (GH-5375)
Nick Coghlan
- [Python-checkins] bpo-32685: Improve suggestion for print statement (GH-5380)
Nick Coghlan
- [Python-checkins] bpo-32659: Solaris "stat" should support "st_fstype" (#5307)
jcea
- [Python-checkins] bpo-32660: Solaris should support constants like termios' FIONREAD (#5328)
jcea
- [Python-checkins] Add example for PEP 557. (GH-5383)
Eric V. Smith
- [Python-checkins] Fix PyTrace_RETURN documentation (GH-5384)
Xiang Zhang
- [Python-checkins] Fix PyTrace_RETURN documentation (GH-5384) (GH-5386)
Xiang Zhang
- [Python-checkins] Fix PyTrace_RETURN documentation (GH-5384) (GH-5387)
Xiang Zhang
- [Python-checkins] bpo-32228: Reset raw_pos after unwinding the raw stream (#4858)
Antoine Pitrou
- [Python-checkins] bpo-32690: Preserve order of locals() (#5379)
Raymond Hettinger
- [Python-checkins] [3.6] bpo-32228: Reset raw_pos after unwinding the raw stream (GH-4858) (#5389)
Antoine Pitrou
- [Python-checkins] bpo-32690: Preserve order of locals() (GH-5379) (#5390)
Raymond Hettinger
- [Python-checkins] bpo-32327: Revert loop.run_in_executor behaviour: return a Future. (#5392)
Yury Selivanov
- [Python-checkins] bpo-32697: Definition order of kwonly params is now guaranteed preserved. (#5391)
larryhastings
- [Python-checkins] Revert "bpo-32221: makeipaddr(): remove interface part + speedup (GH-4724)" (#5394)
Yury Selivanov
- [Python-checkins] bpo-32251: Implement asyncio.BufferedProtocol. (#4755)
Yury Selivanov
- [Python-checkins] bpo-32373: Add socket.getblocking() method. (#4926)
Yury Selivanov
- [Python-checkins] bpo-32699: Improves doc for .pth files in presense of a ._pth file (#5399)
Steve Dower
- [Python-checkins] Fix trivial typo in test_dataclasses.py. (GH-5398)
Eric V. Smith
- [Python-checkins] bpo-32650: Add native coroutine support to bdb when stepping over line (GH-5400)
Andrew Svetlov
- [Python-checkins] bpo-32650 Add support for async generators and more test for coroutines in pdb (#5403)
Yury Selivanov
- [Python-checkins] Document the error return of PyLong_As* APIs. (#5396)
Gregory P. Smith
- [Python-checkins] bpo-20104: Expose `posix_spawn` in the os module (GH-5109)
Gregory P. Smith
- [Python-checkins] bpo-28685: Optimize sorted() list.sort() with type-specialized comparisons (#582)
Raymond Hettinger
- [Python-checkins] bpo-32688: Make why the line is commented out clear (GH-5405)
Xiang Zhang
- [Python-checkins] bpo-32650: Add an asyncgen pdb test (#5406)
Yury Selivanov
- [Python-checkins] bpo-32251: Fix docs (#5408)
Yury Selivanov
- [Python-checkins] bpo-23749: Make start-tls tests more stable on win7 buildbot (GH-5409)
Yury Selivanov
- [Python-checkins] bpo-32650: Add native coroutine support to bdb when stepping over line (GH-5400) (#5402)
Andrew Svetlov
- [Python-checkins] [3.6] bpo-32650 Add support for async generators and more test for coroutines in pdb (GH-5403). (#5411)
Andrew Svetlov
- [Python-checkins] bpo-32591: silence deprecation warnings in test_coroutine (GH-5412)
Nathaniel J. Smith
- [Python-checkins] Fix minor markup typo (#5407)
Raymond Hettinger
- [Python-checkins] Daily reference leaks (4243df51fe43): sum=-3
solipsis at pitrou.net
- [Python-checkins] Fix minor markup typo (GH-5407) (#5416)
Raymond Hettinger
- [Python-checkins] bpo-32705: Current Android does not have posix_spawn (#5413)
Victor Stinner
- [Python-checkins] bpo-32650: Add an asyncgen pdb test (GH-5406) (#5419)
Andrew Svetlov
- [Python-checkins] bpo-20891: Py_Initialize() now creates the GIL (#4700)
Victor Stinner
- [Python-checkins] bpo-31233, bpo-31151: Document socketserver changes (#5417)
Victor Stinner
- [Python-checkins] bpo-32706: Skip test_ftplib.test_check_hostname() (#5422)
Victor Stinner
- [Python-checkins] bpo-28685: Fix compiler warning (GH-5423)
Victor Stinner
- [Python-checkins] bpo-20891: Reenable test_embed.test_bpo20891() (GH-5420)
Victor Stinner
- [Python-checkins] bpo-31429: Define TLS cipher suite on build time (#3532)
Christian Heimes
- [Python-checkins] bpo-28414: ssl module idna test (#5395)
Christian Heimes
- [Python-checkins] Add a test for pdb until command in coroutine (#5427)
Andrew Svetlov
- [Python-checkins] bpo-32304: Fix distutils upload for tar files ending with b'\r' (GH-5264) (GH-5331)
Éric Araujo
- [Python-checkins] Add a test for pdb until command in coroutine (GH-5427) (#5428)
Andrew Svetlov
- [Python-checkins] bpo-20891: Remove test_capi.test_bpo20891() (#5425)
Victor Stinner
- [Python-checkins] bpo-30595: Increase test_queue_feeder_donot_stop_onexc() timeout (GH-2148) (GH-5429)
Victor Stinner
- [Python-checkins] bpo-25988: Deprecate exposing collections.abc in collections GH-5414
Raymond Hettinger
- [Python-checkins] Document the error return of PyLong_As* APIs. (GH-5396) (#5404)
Gregory P. Smith
- [Python-checkins] bpo-27931: Fix email address header parsing error (#5329)
R. David Murray
- [Python-checkins] bpo-32707: Fix warnings in hamt.c (#5430)
Yury Selivanov
- [Python-checkins] bpo-32703: Fix coroutine resource warning in case where there's an error (GH-5410)
Yury Selivanov
- [Python-checkins] rename _imp initialization function to follow conventions (#5432)
Benjamin Peterson
- [Python-checkins] bpo-20104: Fix leaks and errors in new os.posix_spawn (GH-5418)
Gregory P. Smith
- [Python-checkins] bpo-31356: Add context manager to temporarily disable GC (GH-4224)
Raymond Hettinger
- [Python-checkins] bpo-28134: Auto-detect socket values from file descriptor (#1349)
Christian Heimes
- [Python-checkins] bpo-27931: Fix email address header parsing error (GH-5329) (GH-5431)
Mariatta
- [Python-checkins] bpo-32550. Remove the STORE_ANNOTATION bytecode. (GH-5181)
Raymond Hettinger
- [Python-checkins] bpo-32604: Expose the subinterpreters C-API in a "private" stdlib module. (gh-1748)
Eric Snow
- [Python-checkins] replace dynamic import with 'exec' with importlib.import_module (#5433)
Gregory P. Smith
- [Python-checkins] bpo-32701: Clarify the quotetabs flag in quopri documentation (GH-5401)
Mariatta
- [Python-checkins] bpo-32604: NULL-terminate kwlist in channel_drop_interpreter(). (gh-5437)
Eric Snow
- [Python-checkins] bpo-32701: Clarify the quotetabs flag in quopri documentation (GH-5401) (GH-5438)
Mariatta
- [Python-checkins] bpo-25942: make subprocess more graceful on ^C (GH-5026)
Gregory P. Smith
- [Python-checkins] [3.6] Revert "bpo-32690: Preserve order of locals() (GH-5379) (#5390)"
Nick Coghlan
- [Python-checkins] bpo-21417: Add compresslevel= to the zipfile module (GH-5385)
Gregory P. Smith
- [Python-checkins] [3.6] replace dynamic import with 'exec' with importlib.import_module (GH-5433) (GH-5440)
Benjamin Peterson
- [Python-checkins] bpo-32681: Fix an uninitialized variable in the C implementation of os.dup2 (GH-5346)
Gregory P. Smith
- [Python-checkins] closes bpo-32721: do not fail test_hashlib if _md5 isn't available (GH-5441)
Benjamin Peterson
- [Python-checkins] bpo-32102 Add "capture_output=True" to subprocess.run (GH-5149)
Gregory P. Smith
- [Python-checkins] closes bpo-32721: do not fail test_hashlib if _md5 isn't available (GH-5441) (GH-5442)
Benjamin Peterson
- [Python-checkins] closes bpo-30117: fix lib2to3 ParserIdempotency test (GH-1242)
Benjamin Peterson
- [Python-checkins] bpo-31961: subprocess now accepts path-like args (GH-4329)
Gregory P. Smith
- [Python-checkins] bpo-28134: Ignore proto in unknown socket test (GH-5435)
Christian Heimes
- [Python-checkins] bpo-22908: Add seek and tell functionality to ZipExtFile (GH-4966)
Gregory P. Smith
- [Python-checkins] Daily reference leaks (4243df51fe43): sum=8
solipsis at pitrou.net
- [Python-checkins] bpo-32724: Fix references to commands in Doc/pdb.rst (GH-5444)
Andrew Svetlov
- [Python-checkins] bpo-28440: Don't add /Library/Python/3.x/site-packages to sys.path (#5445)
Ned Deily
- [Python-checkins] bpo-28914: Fix compilation of select on Android (#5447)
Victor Stinner
- [Python-checkins] bpo-32726: macOS installer and framework enhancements and changes for 3.7.0 (GH-5448)
Ned Deily
- [Python-checkins] compare with difflib not diff(1) (GH-5450)
Benjamin Peterson
- [Python-checkins] [3.6] closes bpo-30117: fix lib2to3 ParserIdempotency test (GH-1242) (GH-5443)
Benjamin Peterson
- [Python-checkins] [3.6] compare with difflib not diff(1) (GH-5450) (GH-5453)
Benjamin Peterson
- [Python-checkins] bpo-32727: smtplib's SMTP.send_message behaves differently with from_addr and to_addrs (#5451)
R. David Murray
- [Python-checkins] Daily reference leaks (4243df51fe43): sum=-3
solipsis at pitrou.net
- [Python-checkins] bpo-30693: zip+tarfile: sort directory listing (#2263)
Victor Stinner
- [Python-checkins] bpo-32583: Fix possible crashing in builtin Unicode decoders (#5325)
Xiang Zhang
- [Python-checkins] [3.6] bpo-32583: Fix possible crashing in builtin Unicode decoders (GH-5325) (#5459)
Xiang Zhang
- [Python-checkins] Make site documentation more clear (#5461)
Xiang Zhang
- [Python-checkins] bpo-25988: Emit a warning when use or import ABCs from 'collections'. (#5460)
Serhiy Storchaka
- [Python-checkins] bpo-32727: smtplib's SMTP.send_message behaves differently with from_addr and to_addrs (GH-5451) (#5455)
R. David Murray
- [Python-checkins] bpo-32735: Fix typo in f-strings datetime format specifier example (GH-5464)
Mariatta
- [Python-checkins] bpo-32735: Fix typo in f-strings datetime format specifier example (GH-5464) (GH-5465)
Mariatta
- [Python-checkins] bpo-32726: Build macOS 10.9+ installer with private copy of Tcl/Tk 8.6
Ned Deily
- [Python-checkins] Update docs template for 3.8
Ned Deily
Last message date:
Wed Jan 31 22:12:54 EST 2018
Archived on: Wed Jan 31 22:12:56 EST 2018
This archive was generated by
Pipermail 0.09 (Mailman edition).