December 2017 Archives by date
Starting: Fri Dec 1 01:26:34 EST 2017
Ending: Sun Dec 31 16:35:25 EST 2017
Messages: 342
- [Python-checkins] bpo-32186: Release the GIL during lseek and fstat (GH-4652) (#4661)
Victor Stinner
- [Python-checkins] Don't hide unexpected errors in PyErr_WarnExplicitObject(). (#4585)
Serhiy Storchaka
- [Python-checkins] bpo-28668: test.support.requires_multiprocessing_queue is removed (GH-4560)
xdegaye
- [Python-checkins] Don't hide unexpected errors in PyErr_WarnExplicitObject(). (GH-4585) (#4662)
Serhiy Storchaka
- [Python-checkins] Daily reference leaks (4243df51fe43): sum=6
solipsis at pitrou.net
- [Python-checkins] Fix asyncio.streams.FlowControlMixin docstring typo. (#4578)
Andrew Svetlov
- [Python-checkins] bpo-32030: Cleanup "path config" code (#4663)
Victor Stinner
- [Python-checkins] bpo-32030: Fix Py_GetPath(): init program_name (#4665)
Victor Stinner
- [Python-checkins] bpo-32030: Don't call _PyPathConfig_Fini() in Py_FinalizeEx() (#4667)
Victor Stinner
- [Python-checkins] bpo-32030: Add Python/pathconfig.c (#4668)
Victor Stinner
- [Python-checkins] bpo-32030: Fix config_get_program_name() on macOS (#4669)
Victor Stinner
- [Python-checkins] [1 up, 64 flat] Results for Python (master branch) 2017-12-01
lp_benchmark_robot at intel.com
- [Python-checkins] Daily reference leaks (4243df51fe43): sum=4
solipsis at pitrou.net
- [Python-checkins] bpo-32030: _PyPathConfig_Init() sets home and program_name (#4673)
Victor Stinner
- [Python-checkins] [2.7] bpo-10544: Deprecate "yield" in comprehensions and generator expressions in Py3k mode. (GH-4579) (#4676)
Serhiy Storchaka
- [Python-checkins] bpo-32197: Try to fix a compiler error on OS X introduced in bpo-32030. (#4681)
Serhiy Storchaka
- [Python-checkins] Add a minimal unit test for Python/frozen.c. (#2995)
Neil Schemenauer
- [Python-checkins] bpo-31589 : Build PDF using xelatex for better UTF8 support. (#3940)
Ned Deily
- [Python-checkins] [3.6] bpo-31589 : Build PDF using xelatex for better UTF8 support. (GH-3940) (#4683)
Ned Deily
- [Python-checkins] bpo-32176: Set CO_NOFREE in the code object constructor (GH-4675)
Nick Coghlan
- [Python-checkins] Daily reference leaks (4243df51fe43): sum=4
solipsis at pitrou.net
- [Python-checkins] [3.6] bpo-32176: Set CO_NOFREE in the code object constructor (GH-4684)
Nick Coghlan
- [Python-checkins] Refactor PyImport_ImportModuleLevelObject(). (#4680)
Neil Schemenauer
- [Python-checkins] bpo-32137: The repr of deeply nested dict now raises a RecursionError (#4570)
Serhiy Storchaka
- [Python-checkins] bpo-31619: Fixed integer overflow in converting huge strings to int. (#3884)
Serhiy Storchaka
- [Python-checkins] bpo-31619: Fixed integer overflow in converting huge strings to int. (GH-3884) (#4690)
Serhiy Storchaka
- [Python-checkins] bpo-27240 Rewrite the email header folding algorithm. (#3488)
R. David Murray
- [Python-checkins] bpo-27240 Rewrite the email header folding algorithm. (GH-3488) (#4693)
R. David Murray
- [Python-checkins] Daily reference leaks (4243df51fe43): sum=6
solipsis at pitrou.net
- [Python-checkins] Fix a regression in uuid added in bpo-32107. (#4677)
Serhiy Storchaka
- [Python-checkins] bpo-25054, bpo-1647489: Added support of splitting on zerowidth patterns. (#4471)
Serhiy Storchaka
- [Python-checkins] Revert "bpo-32197: Try to fix a compiler error on OS X introduced in bpo-32030. (#4681)" (#4694)
Victor Stinner
- [Python-checkins] bpo-30928: Update idlelib/NEWS.txt to 2017 Dec 3. (#4701)
Terry Jan Reedy
- [Python-checkins] bpo-30928: Update idlelib/NEWS.txt to 2017 Dec 3. (GH-4701) (#4702)
Terry Jan Reedy
- [Python-checkins] bpo-32207: Improve tk event exception tracebacks in IDLE. (#4703)
Terry Jan Reedy
- [Python-checkins] bpo-32214: Implement PEP 557: Data Classes (#4704)
Eric V. Smith
- [Python-checkins] bpo-32207: Improve tk event exception tracebacks in IDLE. (GH-4703) (#4705)
Terry Jan Reedy
- [Python-checkins] bpo-30928: update idlelib/NEWS.txt. (#4706)
Terry Jan Reedy
- [Python-checkins] [1 down, 64 flat] Results for Python (master branch) 2017-12-04
lp_benchmark_robot at intel.com
- [Python-checkins] bpo-28791: Update macOS installer to use SQLite 3.21.0. (#4245)
Ned Deily
- [Python-checkins] [3.6] bpo-28791: Update macOS installer to use SQLite 3.21.0. (#4245) (#4711)
Ned Deily
- [Python-checkins] [bpo-28556] Minor fixes for typing module (#4710)
Ned Deily
- [Python-checkins] Enable SQLite JSON functions for macOS installer build (#4712)
Ned Deily
- [Python-checkins] bpo-19610: Warn if distutils is provided something other than a list to some fields (#4685)
Neil Schemenauer
- [Python-checkins] [bpo-28556] Minor fixes for typing module (GH-4710) (#4713)
Ned Deily
- [Python-checkins] bpo-31392: Update macOS installer to use OpenSSL 1.0.2m (#4715)
Ned Deily
- [Python-checkins] [3.6] bpo-31392: Update macOS installer to use OpenSSL 1.0.2m (GH-4715) (#4716)
Ned Deily
- [Python-checkins] Update macOS installer to XZ 5.2.3 (#4718)
Ned Deily
- [Python-checkins] bpo-28791: Update Windows builds to use SQLite 3.21.0. (GH-4246). (GH-4717)
Mariatta
- [Python-checkins] bpo-31380: Skip test_httpservers test_undecodable_file on macOS. (#4720)
Ned Deily
- [Python-checkins] [3.6] bpo-31380: Skip test_httpservers test_undecodable_file on macOS. (GH-4720) (#4721)
Ned Deily
- [Python-checkins] Add a missing space in tkinter documentation. (GH-4692)
Mariatta
- [Python-checkins] Add a missing space in tkinter documentation. (GH-4692). (GH-4723)
Mariatta
- [Python-checkins] Add a missing space in tkinter documentation. (GH-4692) (GH-4722)
Mariatta
- [Python-checkins] Daily reference leaks (4243df51fe43): sum=4
solipsis at pitrou.net
- [Python-checkins] bpo-32030: Simplify _PyCoreConfig_INIT macro (#4728)
Victor Stinner
- [Python-checkins] bpo-30928: update idlelib/NEWS.txt. (GH-4706) (#4707)
Terry Jan Reedy
- [Python-checkins] Add dataclasses to CODEOWNERS. (GH-4730)
Eric V. Smith
- [Python-checkins] Add Guido and Ivan as owners for typing.py (#4729)
Ned Deily
- [Python-checkins] [1 up, 64 flat] Results for Python (master branch) 2017-12-05
lp_benchmark_robot at intel.com
- [Python-checkins] Tidy NEWS entry.
Ned Deily
- [Python-checkins] Tidy NEWS entry.
Ned Deily
- [Python-checkins] Tidy NEWS entry.
Terry Reedy
- [Python-checkins] Daily reference leaks (4243df51fe43): sum=14
solipsis at pitrou.net
- [Python-checkins] bpo-32030: pass interp to _PyImport_Init() (#4736)
Victor Stinner
- [Python-checkins] bpo-32030: Add pymain_get_global_config() (#4735)
Victor Stinner
- [Python-checkins] bpo-25910: Fixes redirection from http to https (#4674)
Victor Stinner
- [Python-checkins] bpo-32030: Add _PyImport_Fini2() (#4737)
Victor Stinner
- [Python-checkins] bpo-32233: Fix build with --with-system-libmpdec. (#4739)
Stefan Krah
- [Python-checkins] Modify configure to link with the compiler driver under HP-UX when not using gcc. (#2519)
Łukasz Langa
- [Python-checkins] Use raw strings for regex to avoid invalid escape sequences. (GH-4741)
Eric V. Smith
- [Python-checkins] Allows non-critical upload steps to fail (#4742)
Steve Dower
- [Python-checkins] Allows non-critical upload steps to fail (GH-4742) (#4743)
Steve Dower
- [Python-checkins] [1 down, 1 up, 63 flat] Results for Python (master branch) 2017-12-06
lp_benchmark_robot at intel.com
- [Python-checkins] Fix hardcoded value in test_os.py (#4744)
Victor Stinner
- [Python-checkins] Daily reference leaks (4243df51fe43): sum=71
solipsis at pitrou.net
- [Python-checkins] bpo-32199: The getnode() ip getter now uses 'ip link' instead of 'ip link list' (GH-4696)
xdegaye
- [Python-checkins] bpo-32199: The getnode() ip getter now uses 'ip link' instead of 'ip link list' (GH-4696) (#4747)
xdegaye
- [Python-checkins] bpo-32208: update threading.Semaphore docs and add unit test (#4709)
Andrew Svetlov
- [Python-checkins] bpo-32208: update threading.Semaphore docs and add unit test (GH-4709) (#4750)
Andrew Svetlov
- [Python-checkins] [2.7] bpo-32186: Release the GIL during fstat and lseek calls (#4651)
Victor Stinner
- [Python-checkins] PyLong_FromString(): fix Coverity CID 1424951 (#4738)
Victor Stinner
- [Python-checkins] Fix missing DECREF of mod. (#4749)
Neil Schemenauer
- [Python-checkins] [1 down, 1 up, 63 flat] Results for Python (master branch) 2017-12-07
lp_benchmark_robot at intel.com
- [Python-checkins] Daily reference leaks (4243df51fe43): sum=5
solipsis at pitrou.net
- [Python-checkins] bpo-22589 Changed MIME type of .bmp to "image/bmp" (#4756)
R. David Murray
- [Python-checkins] bpo-30657: Fix CVE-2017-1000158 (#4664)
larryhastings
- [Python-checkins] bpo-32193: Convert asyncio to async/await usage (#4753)
Andrew Svetlov
- [Python-checkins] [65 flat] Results for Python (master branch) 2017-12-08
lp_benchmark_robot at intel.com
- [Python-checkins] Daily reference leaks (4243df51fe43): sum=4
solipsis at pitrou.net
- [Python-checkins] bpo-32212: Updated logging documentation to make parameter names more consistent with source. (GH-4765)
Vinay Sajip
- [Python-checkins] bpo-32212: Updated logging documentation to make parameter names more consistent with source. (GH-4765) (GH-4767)
Vinay Sajip
- [Python-checkins] bpo-32212: Updated logging documentation to make parameter names more consistent with source. (GH-4765) (GH-4768)
Vinay Sajip
- [Python-checkins] bpo-32253: Deprecate with statement and bare await for asyncio locks (GH-4764)
Andrew Svetlov
- [Python-checkins] closes bpo-31650: PEP 552 (Deterministic pycs) implementation (#4575)
Benjamin Peterson
- [Python-checkins] bpo-32260: don't byte swap siphash keys (#4771)
Benjamin Peterson
- [Python-checkins] fix my byte-swapping implementation (#4772)
Benjamin Peterson
- [Python-checkins] byte swap the raw hash secrets (more bpo-32260) (#4773)
Benjamin Peterson
- [Python-checkins] bpo-31506: Improve the error message logic for class instantiation (GH-4740)
Nick Coghlan
- [Python-checkins] bpo-30806: Fix netrc.__repr__() format (GH-2491)
INADA Naoki
- [Python-checkins] Removed doubled 'bpo-'. (#4777)
Terry Jan Reedy
- [Python-checkins] Daily reference leaks (4243df51fe43): sum=8
solipsis at pitrou.net
- [Python-checkins] Removed doubled 'bpo-'. (GH-4777) (#4780)
Terry Jan Reedy
- [Python-checkins] bpo-32114: Updated the documentation for get_event_loop to reflect the policy change (#4510)
Yury Selivanov
- [Python-checkins] Skip test_read_pty_output test on macOS for poll and select. (#4774)
Yury Selivanov
- [Python-checkins] bpo-32262: Fix codestyle; use f-strings formatting where necessary. (#4775)
Yury Selivanov
- [Python-checkins] bpo-32262: Fix f-string (#4787)
Yury Selivanov
- [Python-checkins] Daily reference leaks (4243df51fe43): sum=9
solipsis at pitrou.net
- [Python-checkins] bpo-32252: Fix faulthandler_suppress_crash_report() (#4794)
Victor Stinner
- [Python-checkins] bpo-32252: Fix faulthandler_suppress_crash_report() (GH-4794) (#4795)
Victor Stinner
- [Python-checkins] bpo-22671: Clarify and test default read method implementations (#4568)
Victor Stinner
- [Python-checkins] bpo-22671: Clarify and test default read method implementations (GH-4568) (#4796)
Victor Stinner
- [Python-checkins] bpo-32272: Remove asyncio.async() function. (#4784)
Yury Selivanov
- [Python-checkins] bpo-32273: Move asyncio.test_utils to test.test_asyncio (#4785)
Yury Selivanov
- [Python-checkins] Add asyncio.get_running_loop() function. (#4782)
Yury Selivanov
- [Python-checkins] bpo-32258: Replace 'yield from' to 'await' in asyncio docs (#4779)
Andrew Svetlov
- [Python-checkins] bpo-32227: functools.singledispatch supports registering via type annotations (#4733)
Łukasz Langa
- [Python-checkins] [2 down, 1 up, 62 flat] Results for Python (master branch) 2017-12-11
lp_benchmark_robot at intel.com
- [Python-checkins] Fix idlelib comment typos reported by Mike on pull request 4803. (#4807)
Terry Jan Reedy
- [Python-checkins] Fix idlelib comment typos reported by Mike on pull request 4803. (GH-4807) (#4809)
Terry Jan Reedy
- [Python-checkins] Fix small typo in tupleobject.h (#4801)
Andrew Svetlov
- [Python-checkins] Daily reference leaks (4243df51fe43): sum=4
solipsis at pitrou.net
- [Python-checkins] bpo-32255: Always quote a single empty field when write into a CSV file. (#4769)
Serhiy Storchaka
- [Python-checkins] bpo-31942: Document optional support of start and stop attributes in Sequence.index method (#4277)
Victor Stinner
- [Python-checkins] bpo-32255: Always quote a single empty field when write into a CSV file. (GH-4769) (#4810)
Serhiy Storchaka
- [Python-checkins] bpo-31942: Document optional support of start and stop attributes in Sequence.index method (GH-4277) (#4811)
Victor Stinner
- [Python-checkins] bpo-32241: Add the const qualifire to declarations of umodifiable strings. (#4748)
Serhiy Storchaka
- [Python-checkins] Fix implementation dependent assertion in test_plistlib. (#4813)
Serhiy Storchaka
- [Python-checkins] Fix improper use of re.escape() in tests. (#4814)
Serhiy Storchaka
- [Python-checkins] Fix implementation dependent assertion in test_plistlib. (GH-4813) (#4815)
Serhiy Storchaka
- [Python-checkins] Fix improper use of re.escape() in tests. (GH-4814) (#4816)
Serhiy Storchaka
- [Python-checkins] Fix improper use of re.escape() in tests. (GH-4814) (#4817)
Serhiy Storchaka
- [Python-checkins] bpo-32230: Set sys.warnoptions with -X dev (#4820)
Victor Stinner
- [Python-checkins] bpo-32101: Fix tests for PYTHONDEVMODE=1 (#4821)
Victor Stinner
- [Python-checkins] import.c: Fix a GCC warning (#4822)
Victor Stinner
- [Python-checkins] [65 flat] Results for Python (master branch) 2017-12-12
lp_benchmark_robot at intel.com
- [Python-checkins] bpo-17852: Revert incorrect fix based on misunderstanding of _Py_PyAtExit() semantics (#4826)
Victor Stinner
- [Python-checkins] Test atexit shutdown mechanism in a subprocess (#4828)
Antoine Pitrou
- [Python-checkins] bpo-32284: Fix documentation of BinaryIO and TextIO (#4832)
Andrew Svetlov
- [Python-checkins] bpo-32284: Fix documentation of BinaryIO and TextIO (GH-4832) (#4833)
Andrew Svetlov
- [Python-checkins] [3.6] Test atexit shutdown mechanism in a subprocess (GH-4828) (#4829)
Antoine Pitrou
- [Python-checkins] bpo-29240: PEP 540: Add a new UTF-8 Mode (#855)
Victor Stinner
- [Python-checkins] trivial: link updates in documentation (#2765)
Andrew Svetlov
- [Python-checkins] trivial: link updates in documentation (GH-2765) (#4836)
Andrew Svetlov
- [Python-checkins] trivial: link updates in documentation (GH-2765) (#4835)
Andrew Svetlov
- [Python-checkins] Fix couple typos (#4839)
Andrew Svetlov
- [Python-checkins] pythoninfo: Add builtins, test.support, ... (#4840)
Victor Stinner
- [Python-checkins] pymain_set_sys_argv() now copies argv (#4838)
Victor Stinner
- [Python-checkins] bpo-32296: Implement asyncio.get_event_loop and _get_running_loop in C. (#4827)
Yury Selivanov
- [Python-checkins] bpo-32030: Add _PyPathConfig_ComputeArgv0() (#4845)
Victor Stinner
- [Python-checkins] pythoninfo: sync with master (#4843)
Victor Stinner
- [Python-checkins] bpo-32296: Unbreak tests on Windows (#4850)
Yury Selivanov
- [Python-checkins] bpo-32316: Travis CI: use PYTHON_FOR_REGEN=python3 (#4853)
Victor Stinner
- [Python-checkins] bpo-30241: implement contextlib.AbstractAsyncContextManager (#1412)
Yury Selivanov
- [Python-checkins] bpo-32030: Rewrite _PyMainInterpreterConfig (#4854)
Victor Stinner
- [Python-checkins] [2 down, 1 up, 62 flat] Results for Python (master branch) 2017-12-13
lp_benchmark_robot at intel.com
- [Python-checkins] bpo-29469: Move constant folding to AST optimizer (GH-2858)
INADA Naoki
- [Python-checkins] Daily reference leaks (4243df51fe43): sum=4
solipsis at pitrou.net
- [Python-checkins] bpo-32302: Fix distutils bdist_wininst for CRT v142 (#4851)
Victor Stinner
- [Python-checkins] bpo-32225: Implementation of PEP 562 (#4731)
Ivan Levkivskyi
- [Python-checkins] bpo-32302: Fix distutils bdist_wininst for CRT v142 (GH-4851) (#4861)
Victor Stinner
- [Python-checkins] bpo-32297: Few misspellings found in Python source code comments. (#4803)
Andrew Svetlov
- [Python-checkins] bpo-32030: Add _PyMainInterpreterConfig.warnoptions (#4855)
Victor Stinner
- [Python-checkins] bpo-29469: Remove unnecessary peephole optimizer (GH-4863)
INADA Naoki
- [Python-checkins] [3.6] bpo-32297: Fix misspellings in Python source code comments (GH-4803) (#4864)
Andrew Svetlov
- [Python-checkins] pythoninfo: sync with master (#4844)
Victor Stinner
- [Python-checkins] bpo-32314: Implement asyncio.run() (#4852)
Yury Selivanov
- [Python-checkins] bpo-32277: Fix exception raised from chmod(..., follow_symlinks=False) (#4797)
Serhiy Storchaka
- [Python-checkins] bpo-32277: Fix exception raised from chmod(..., follow_symlinks=False) (GH-4797) (#4869)
Serhiy Storchaka
- [Python-checkins] bpo-29469: Optimize literal lists and sets iterating on the AST level. (#4866)
Serhiy Storchaka
- [Python-checkins] bpo-32226: Implementation of PEP 560 (core components) (#4732)
Ivan Levkivskyi
- [Python-checkins] bpo-32143: add f_fsid to os.statvfs() (#4571)
Fred Drake
- [Python-checkins] bpo-32329: Fix -R option for hash randomization (#4873)
Victor Stinner
- [Python-checkins] bpo-32329: Fix sys.flags.hash_randomization (#4875)
Victor Stinner
- [Python-checkins] bpo-32030: Add _PyCoreConfig_Copy() (#4874)
Victor Stinner
- [Python-checkins] bpo-32030: Add _PyMainInterpreterConfig.executable (#4876)
Victor Stinner
- [Python-checkins] [2 up, 63 flat] Results for Python (master branch) 2017-12-14
lp_benchmark_robot at intel.com
- [Python-checkins] bpo-32327: Convert asyncio functions documented as coroutines to coroutines. (#4872)
Yury Selivanov
- [Python-checkins] bpo-32311: Implement asyncio.create_task() shortcut (#4848)
Andrew Svetlov
- [Python-checkins] move pygetopt.h to internal (closes bpo-32264) (#4830)
Benjamin Peterson
- [Python-checkins] Daily reference leaks (4243df51fe43): sum=73
solipsis at pitrou.net
- [Python-checkins] bpo-28393: Update encoding lookup docs wrt bpo-27938 (#4871)
Victor Stinner
- [Python-checkins] bpo-27169: The __debug__ constant is now optimized out at compile time. (#4880)
Serhiy Storchaka
- [Python-checkins] bpo-32240: Add the const qualifier to declarations of PyObject* array arguments. (#4746)
Serhiy Storchaka
- [Python-checkins] [3.6] bpo-27169: The __debug__ constant is now optimized out at compile time. (GH-4880) (#4882)
Serhiy Storchaka
- [Python-checkins] bpo-30416: Protect the optimizer during constant folding. (#4860)
Serhiy Storchaka
- [Python-checkins] [3.6] bpo-30416: Protect the optimizer during constant folding. (#4865)
Serhiy Storchaka
- [Python-checkins] bpo-32265: Classify class and static methods of builtin types. (#4776)
Serhiy Storchaka
- [Python-checkins] bpo-28393: Update encoding lookup docs wrt bpo-27938 (GH-4871) (#4881)
Victor Stinner
- [Python-checkins] bpo-32329: Add versionchanged to -R option doc (#4884)
Victor Stinner
- [Python-checkins] bpo-32294: Fix multiprocessing test_semaphore_tracker() (#4885)
Victor Stinner
- [Python-checkins] compile.c: Remove unused varible (#4886)
Victor Stinner
- [Python-checkins] bpo-32294: Fix multiprocessing test_semaphore_tracker() (GH-4885) (#4887)
Victor Stinner
- [Python-checkins] F-strings docs: link to Format Specifiers (GH-4888)
Mariatta
- [Python-checkins] F-strings docs: link to Format Specifiers (GH-4888) (GH-4889)
Mariatta
- [Python-checkins] Minor wording tweak for itertools documentation (#4893)
Raymond Hettinger
- [Python-checkins] Minor wording tweak for itertools documentation (GH-4893) (#4894)
Raymond Hettinger
- [Python-checkins] bpo-29240: Don't define decode_locale() on macOS (#4895)
Victor Stinner
- [Python-checkins] bpo-32248: Implement importlib.abc.ResourceReader (GH-4892)
Brett Cannon
- [Python-checkins] bpo-27456: Ensure TCP_NODELAY is set on linux (#4231)
Yury Selivanov
- [Python-checkins] [2 down, 63 flat] Results for Python (master branch) 2017-12-15
lp_benchmark_robot at intel.com
- [Python-checkins] bpo-27456: Ensure TCP_NODELAY is set on linux (#4231) (#4898)
Yury Selivanov
- [Python-checkins] bpo-29240, bpo-32030: Py_Main() re-reads config if encoding changes (#4899)
Victor Stinner
- [Python-checkins] fix up signedness in PyImport_ExtendInittab (#4831)
Benjamin Peterson
- [Python-checkins] bpo-32002: Refactor C locale coercion tests (GH-4369)
Nick Coghlan
- [Python-checkins] Daily reference leaks (4243df51fe43): sum=-2
solipsis at pitrou.net
- [Python-checkins] Add tests for using PEP560 with classes implemented in C. (#4883)
Ivan Levkivskyi
- [Python-checkins] Fix PyObject_Hash signature in comment (#4905)
Andrew Svetlov
- [Python-checkins] bpo-32250: Implement asyncio.current_task() and asyncio.all_tasks() (#4799)
Andrew Svetlov
- [Python-checkins] Daily reference leaks (4243df51fe43): sum=-2
solipsis at pitrou.net
- [Python-checkins] bpo-32351: Use fastpath in asyncio.sleep if delay<0 (#4908)
Andrew Svetlov
- [Python-checkins] add 'extern' to pygetopt.h symbols, so then don't end up in comdat (#4909)
Benjamin Peterson
- [Python-checkins] bpo-32348: Optimize asyncio.Future schedule/add/remove callback. (#4907)
Yury Selivanov
- [Python-checkins] bpo-30050: Allow disabling full buffer warnings in signal.set_wakeup_fd (#4792)
Yury Selivanov
- [Python-checkins] bpo-29469: peephole: Remove const_stack (GH-4879)
INADA Naoki
- [Python-checkins] Daily reference leaks (4243df51fe43): sum=-1
solipsis at pitrou.net
- [Python-checkins] bpo-19764: Implemented support for subprocess.Popen(close_fds=True) on Windows (#1218)
Victor Stinner
- [Python-checkins] bpo-32365: Fix a reference leak when compile __debug__. (#4916)
Serhiy Storchaka
- [Python-checkins] bpo-32365: Fix a reference leak when compile __debug__. (GH-4916) (#4918)
Serhiy Storchaka
- [Python-checkins] Add @asvetlov to asyncio codeowners (#4917)
Andrew Svetlov
- [Python-checkins] bpo-32369: test_subprocess: Fix pass_fds check in test_close_fds() (#4920)
Gregory P. Smith
- [Python-checkins] bpo-32356: idempotent pause_/resume_reading; new is_reading method. (#4914)
Yury Selivanov
- [Python-checkins] bpo-32030: Fix compilation on FreeBSD, #include <fenv.h> (#4919)
Victor Stinner
- [Python-checkins] [1 down, 1 up, 63 flat] Results for Python (master branch) 2017-12-18
lp_benchmark_robot at intel.com
- [Python-checkins] bpo-32331: Fix socket.type when SOCK_NONBLOCK is available (#4877)
Yury Selivanov
- [Python-checkins] Improve test coverage (#4924)
Andrew Svetlov
- [Python-checkins] Allows non-critical upload steps to fail (GH-4742) (#4743)
Ned Deily
- [Python-checkins] 3.6.4+
Ned Deily
- [Python-checkins] Daily reference leaks (4243df51fe43): sum=-4
solipsis at pitrou.net
- [Python-checkins] bpo-32030: Fix compiler warnings (#4921)
Victor Stinner
- [Python-checkins] bpo-27456: Simplify sock type checks (#4922)
Yury Selivanov
- [Python-checkins] bpo-32357: Optimize asyncio.iscoroutine() for non-native coroutines (#4915)
Yury Selivanov
- [Python-checkins] bpo-32355: Optimize asyncio.gather() (#4913)
Yury Selivanov
- [Python-checkins] bpo-29711: Fix stop_serving in proactor loop kill all listening servers (#431)
Yury Selivanov
- [Python-checkins] bpo-26439 Fix ctypes.util.find_library failure on AIX (#4507)
Victor Stinner
- [Python-checkins] Fix GCC warning in _asynciomodule.c (#4928)
Yury Selivanov
- [Python-checkins] bpo-32377: improve __del__ docs and fix mention about resurrection (#4927)
Antoine Pitrou
- [Python-checkins] bpo-32377: improve __del__ docs and fix mention about resurrection (GH-4927) (#4929)
Antoine Pitrou
- [Python-checkins] bpo-29970: Add timeout for SSL handshake in asyncio
Andrew Svetlov
- [Python-checkins] Improve the F-strings and format specifier documentation (GH-4931)
Mariatta
- [Python-checkins] Improve the F-strings and format specifier documentation (GH-4931) (GH-4933)
Mariatta
- [Python-checkins] bpo-32030: Add _PyCoreConfig.argv (#4934)
Victor Stinner
- [Python-checkins] bpo-32030: Cleanup pymain_main() (#4935)
Victor Stinner
- [Python-checkins] [1 up, 64 flat] Results for Python (master branch) 2017-12-19
lp_benchmark_robot at intel.com
- [Python-checkins] Daily reference leaks (4243df51fe43): sum=6
solipsis at pitrou.net
- [Python-checkins] bpo-31901: atexit callbacks should be run at subinterpreter shutdown (#4611)
Antoine Pitrou
- [Python-checkins] bpo-32379: Faster MRO computation for single inheritance (#4932)
Antoine Pitrou
- [Python-checkins] bpo-32030: Add _PyCoreConfig.warnoptions (#4936)
Victor Stinner
- [Python-checkins] bpo-32385: Clean up the C3 MRO algorithm implementation. (#4942)
Serhiy Storchaka
- [Python-checkins] bpo-32306: Clarify c.f.Executor.map() documentation (#4947)
Antoine Pitrou
- [Python-checkins] bpo-32306: Clarify c.f.Executor.map() documentation (GH-4947) (#4948)
Antoine Pitrou
- [Python-checkins] bpo-29970: Make ssh_handshake_timeout None by default (#4939)
Andrew Svetlov
- [Python-checkins] bpo-32030: Complete _PyCoreConfig_Read() (#4946)
Victor Stinner
- [Python-checkins] correct the typos (#4950)
Andrew Svetlov
- [Python-checkins] bpo-32030: Fix usage of memory allocators (#4953)
Victor Stinner
- [Python-checkins] bpo-15216: io: TextIOWrapper.reconfigure() accepts encoding, errors and newline (GH-2343)
INADA Naoki
- [Python-checkins] [4 down, 61 flat] Results for Python (master branch) 2017-12-20
lp_benchmark_robot at intel.com
- [Python-checkins] bpo-15873: Implement [date][time].fromisoformat (#4699)
Alexander Belopolsky
- [Python-checkins] correct the typos (GH-4950) (#4952)
Andrew Svetlov
- [Python-checkins] correct the typos (GH-4950) (#4951)
Andrew Svetlov
- [Python-checkins] Fix trivial typo in pickle.rst (#4955)
Serhiy Storchaka
- [Python-checkins] Fix trivial typo in pickle.rst (GH-4955) (#4958)
Serhiy Storchaka
- [Python-checkins] Daily reference leaks (4243df51fe43): sum=8
solipsis at pitrou.net
- [Python-checkins] bpo-32323: urllib.parse.urlsplit() must not lowercase() IPv6 scope value (#4867)
Andrew Svetlov
- [Python-checkins] bpo-32323: urllib.parse.urlsplit() must not lowercase() IPv6 scope value (GH-4867) (#4959)
Andrew Svetlov
- [Python-checkins] bpo-32030: Add _Py_EncodeUTF8_surrogateescape() (#4960)
Victor Stinner
- [Python-checkins] bpo-26133: Dont unsubscribe signals in UNIX even loop on interpreter shutdown (#4956)
Andrew Svetlov
- [Python-checkins] bpo-32030: Add _Py_EncodeLocaleRaw() (#4961)
Victor Stinner
- [Python-checkins] bpo-32030: Add _Py_FindEnvConfigValue() (#4963)
Victor Stinner
- [Python-checkins] bpo-26133: Dont unsubscribe signals in UNIX even loop on interpreter shutdown (GH-4956) (#4962)
Andrew Svetlov
- [Python-checkins] bpo-20891: Skip test_embed.test_bpo20891() (#4967)
Victor Stinner
- [Python-checkins] bpo-29240: Skip test_readline.test_nonascii() (#4968)
Victor Stinner
- [Python-checkins] bpo-20891: Skip test_embed.test_bpo20891() (#4967) (#4969)
Victor Stinner
- [Python-checkins] [1 down, 2 up, 62 flat] Results for Python (master branch) 2017-12-21
lp_benchmark_robot at intel.com
- [Python-checkins] remove the dynload_next.c file (closes bpo-32386) (#4957)
Benjamin Peterson
- [Python-checkins] Daily reference leaks (4243df51fe43): sum=4
solipsis at pitrou.net
- [Python-checkins] bpo-24960: use pkgutil.get_data in lib2to3 to read pickled grammar files (#4977)
Benjamin Peterson
- [Python-checkins] bpo-24960: use pkgutil.get_data in lib2to3 to read pickled grammar files (GH-4977) (#4979)
Benjamin Peterson
- [Python-checkins] [2.7] bpo-24960: use pkgutil.get_data in lib2to3 to read pickled grammar files (GH-4977) (#4980)
Benjamin Peterson
- [Python-checkins] [2 down, 2 up, 61 flat] Results for Python (master branch) 2017-12-22
lp_benchmark_robot at intel.com
- [Python-checkins] correct wording (#4983)
Benjamin Peterson
- [Python-checkins] correct wording (GH-4983) (#4984)
Benjamin Peterson
- [Python-checkins] correct wording (GH-4983) (#4985)
Benjamin Peterson
- [Python-checkins] bpo-26439: Convert %s in Lib/ctypes/_aix.py to f-strings. (GH-4986)
Mariatta
- [Python-checkins] Daily reference leaks (4243df51fe43): sum=2
solipsis at pitrou.net
- [Python-checkins] bpo-32357: Fix tests in refleak mode (#4989)
Yury Selivanov
- [Python-checkins] bpo-32415: Add asyncio.Task.get_loop() and Future.get_loop() (#4992)
Yury Selivanov
- [Python-checkins] bpo-32357: Use PySet_GET_SIZE macro in _is_coroutine() from _asynciomodule.c (#4990)
Yury Selivanov
- [Python-checkins] bpo-32415: Add more tests (#4995)
Yury Selivanov
- [Python-checkins] Fix check for run_in_executor on closed loop. (#4996)
Andrew Svetlov
- [Python-checkins] bpo-32415: Fix "error is already set" (#4999)
Yury Selivanov
- [Python-checkins] bpo-32402: io: Add missing NULL check. (GH-4971)
INADA Naoki
- [Python-checkins] Daily reference leaks (4243df51fe43): sum=4
solipsis at pitrou.net
- [Python-checkins] bpo-26133: Clear signals list on interpreter finalizing (#5002)
Andrew Svetlov
- [Python-checkins] bpo-26133: Clear signals list on interpreter finalizing (GH-5002) (#5003)
Andrew Svetlov
- [Python-checkins] bpo-29084: Exclude C API for OrderedDict from the limited C API. (#4900)
Serhiy Storchaka
- [Python-checkins] bpo-29084: Exclude C API for OrderedDict from the limited C API. (GH-4900) (#5007)
Serhiy Storchaka
- [Python-checkins] Daily reference leaks (4243df51fe43): sum=9
solipsis at pitrou.net
- [Python-checkins] bpo-32372: Move __debug__ optimization to the AST level. (#4925)
Serhiy Storchaka
- [Python-checkins] bpo-32363: Disable Task.set_exception() and Task.set_result() (#4923)
Yury Selivanov
- [Python-checkins] bpo-32422: Reduce lru_cache memory usage (GH-5008)
INADA Naoki
- [Python-checkins] bpo-31721: Allow Future._log_traceback to only be set to False (#5009)
Yury Selivanov
- [Python-checkins] Daily reference leaks (4243df51fe43): sum=-2
solipsis at pitrou.net
- [Python-checkins] bpo-26133: Fix typos (#5010)
Andrew Svetlov
- [Python-checkins] bpo-26133: Fix typos (GH-5010) (#5014)
Andrew Svetlov
- [Python-checkins] bpo-32259: Make a TypeError message when unpack non-iterable more specific. (#4903)
Serhiy Storchaka
- [Python-checkins] bpo-32416: Refactor tests for the f_lineno setter and add new tests. (#4991)
Serhiy Storchaka
- [Python-checkins] Daily reference leaks (4243df51fe43): sum=4
solipsis at pitrou.net
- [Python-checkins] [3.6] bpo-32416: Refactor tests for the f_lineno setter and add new tests. (GH-4991). (#5016)
Serhiy Storchaka
- [Python-checkins] [2.7] bpo-32416: Refactor tests for the f_lineno setter and add new tests. (GH-4991). (#5017)
Serhiy Storchaka
- [Python-checkins] [1 down, 4 up, 60 flat] Results for Python (master branch) 2017-12-27
lp_benchmark_robot at intel.com
- [Python-checkins] Fix minor spelling error in test_sys_settrace.py. (#5025)
Serhiy Storchaka
- [Python-checkins] Daily reference leaks (4243df51fe43): sum=5
solipsis at pitrou.net
- [Python-checkins] bpo-32440: Update the docs URL to https in help() (GH-5030)
Mariatta
- [Python-checkins] bpo-32440: Update the docs URL to https in help() (GH-5030) (GH-5031)
Mariatta
- [Python-checkins] [65 flat] Results for Python (master branch) 2017-12-28
lp_benchmark_robot at intel.com
- [Python-checkins] make PatternCompiler use the packaged grammar if possible (more bpo-24960) (#5034)
Benjamin Peterson
- [Python-checkins] make PatternCompiler use the packaged grammar if possible (more bpo-24960) (GH-5034) (#5037)
Benjamin Peterson
- [Python-checkins] make PatternCompiler use the packaged grammar if possible (more bpo-24960) (GH-5034) (#5036)
Benjamin Peterson
- [Python-checkins] remove unused import (#5040)
Benjamin Peterson
- [Python-checkins] [2.7] remove unused import (GH-5040). (#5043)
Benjamin Peterson
- [Python-checkins] remove unused import (GH-5040) (#5042)
Benjamin Peterson
- [Python-checkins] Daily reference leaks (4243df51fe43): sum=12
solipsis at pitrou.net
- [Python-checkins] bpo-32427: Expose dataclasses.MISSING object. (#5045)
Eric V. Smith
- [Python-checkins] bpo-18035: telnetlib: select.error doesn't have an errno attribute (#5044)
Gregory P. Smith
- [Python-checkins] return the new file descriptor from os.dup2 (closes bpo-32441) (#5041)
Benjamin Peterson
- [Python-checkins] [65 flat] Results for Python (master branch) 2017-12-29
lp_benchmark_robot at intel.com
- [Python-checkins] bpo-23749: Implement loop.start_tls() (#5039)
Yury Selivanov
- [Python-checkins] bpo-32439: Clean up the code for compiling comparison expressions. (#5029)
Serhiy Storchaka
- [Python-checkins] Daily reference leaks (4243df51fe43): sum=1
solipsis at pitrou.net
- [Python-checkins] Fix typo (#5049)
Andrew Svetlov
- [Python-checkins] bpo-32418: Add get_loop() method on Server, AbstractServer classes (#4997)
Andrew Svetlov
- [Python-checkins] bpo-32418: Postfix, raise NotImplementdError and close resources in tests (#5052)
Andrew Svetlov
- [Python-checkins] bpo-32248 - Implement importlib.resources (#4911)
Barry Warsaw
- [Python-checkins] bpo-32458: Temporarily mask start-tls proactor test on Windows (#5054)
Yury Selivanov
- [Python-checkins] bpo-32399: Starting with AIX6.1 there is support in libc.a for uuid (RFC4122) (#4974)
Antoine Pitrou
- [Python-checkins] Add missing backslashes in PCbuild bat files (GH-5056)
Zachary Ware
- [Python-checkins] Add missing backslashes in PCbuild bat files (GH-5056) (GH-5057)
Zachary Ware
- [Python-checkins] [2.7] Add missing backslashes in PCbuild bat files (GH-5056) (GH-5058)
Zachary Ware
- [Python-checkins] Daily reference leaks (4243df51fe43): sum=6
solipsis at pitrou.net
- [Python-checkins] closes bpo-32460: ensure all non-static globals have initializers (#5061)
Benjamin Peterson
- [Python-checkins] bpo-32468: Better frame repr() (#5067)
Antoine Pitrou
Last message date:
Sun Dec 31 16:35:25 EST 2017
Archived on: Sun Dec 31 16:35:27 EST 2017
This archive was generated by
Pipermail 0.09 (Mailman edition).