Showing content from http://mail.python.org/pipermail/python-checkins/2019-October/thread.html below:
The Python-checkins October 2019 Archive by thread
October 2019 Archives by thread
Starting: Tue Oct 1 03:49:42 EDT 2019
Ending: Thu Oct 31 10:15:19 EDT 2019
Messages: 416
- [Python-checkins] (no subject) Łukasz Langa
- [Python-checkins] bpo-38304: Remove PyConfig.struct_size (GH-16500) (GH-16508) Victor Stinner
- [Python-checkins] bpo-38304: PyConfig_InitPythonConfig() cannot fail anymore (GH-16509) Victor Stinner
- [Python-checkins] bpo-36670: Multiple regrtest bugfixes (GH-16511) Victor Stinner
- [Python-checkins] bpo-38321: Fix compiler warning in _randommodule.c (GH-16512) Victor Stinner
- [Python-checkins] [2.7] bpo-38243: Escape the server title of DocXMLRPCServer (GH-16447) Victor Stinner
- [Python-checkins] bpo-37474: Don't call fedisableexcept() on FreeBSD (GH-16515) Victor Stinner
- [Python-checkins] bpo-37802: Fix a compiler warning in longobject.c (GH-16517) Victor Stinner
- [Python-checkins] [3.8] bpo-3832: Fix compiler warnings (GH-16518) Victor Stinner
- [Python-checkins] Correct typos in the codecs module documentation (GH-15135) Miss Islington (bot)
- [Python-checkins] bpo-38343: Fixes version handling for nuget packages (GH-16527) Steve Dower
- [Python-checkins] Update macOS installer displays for 3.7.5rc1 Ned Deily
- [Python-checkins] bpo-36670: regrtest bug fixes (GH-16537) Victor Stinner
- [Python-checkins] bpo-38338, test.pythoninfo: add more ssl infos (GH-16539) Victor Stinner
- [Python-checkins] [2.7] bpo-38338, test.pythoninfo: add more ssl infos (GH-16543) Victor Stinner
- [Python-checkins] bpo-38353: Cleanup includes in the internal C API (GH-16548) Victor Stinner
- [Python-checkins] bpo-36670, regrtest: Fix WindowsLoadTracker() for partial line (GH-16550) Victor Stinner
- [Python-checkins] bpo-38106: Fix race in pthread PyThread_release_lock() (GH-16047) Victor Stinner
- [Python-checkins] bpo-36670: Enhance regrtest WindowsLoadTracker (GH-16553) Victor Stinner
- [Python-checkins] bpo-36670: Enhance regrtest (GH-16556) Victor Stinner
- [Python-checkins] [3.8] bpo-36670, regrtest: Fix WindowsLoadTracker() for partial line (GH-16550) (GH-16560) Victor Stinner
- [Python-checkins] bpo-38355: Fix ntpath.realpath failing on sys.executable (GH-16551) Steve Dower
- [Python-checkins] bpo-38359: Ensures pyw.exe launcher reads correct registry key (GH-16561) Steve Dower
- [Python-checkins] bpo-34344 Fix AbstractEventLoopPolicy.get_event_loop docstring (GH-16463) Yury Selivanov
- [Python-checkins] bpo-38353: Fix calculate_argv0_path() for symlinks (GH-16549) Victor Stinner
- [Python-checkins] bpo-38353: Fix compiler warning in pycore_initconfig.h (GH-16570) Victor Stinner
- [Python-checkins] bpo-38353: Fix compiler warning in internal headers (GH-16573) Victor Stinner
- [Python-checkins] bpo-38353: Add subfunctions to getpath.c (GH-16572) Victor Stinner
- [Python-checkins] bpo-38353: Rework ismodule() in getpath.c (GH-16574) Victor Stinner
- [Python-checkins] bpo-38235: Correct some arguments names in logging documentation (GH-16571) Vinay Sajip
- [Python-checkins] bpo-38235: Correct some arguments names in logging documentation (GH-16571) (GH-16576) Vinay Sajip
- [Python-checkins] bpo-38235: Correct some arguments names in logging documentation (GH-16571) (GH-16577) Vinay Sajip
- [Python-checkins] Updated CODEOWNERS to indicate ownership of some modules. (GH-16578) Vinay Sajip
- [Python-checkins] bpo-13153: Use OS native encoding for converting between Python and Tcl. (GH-16545) Serhiy Storchaka
- [Python-checkins] bpo-38266: Revert bpo-37878: Make PyThreadState_DeleteCurrent() Internal (GH-16558) Victor Stinner
- [Python-checkins] bpo-38353: getpath.c uses dynamically allocated strings (GH-16582) Victor Stinner
- [Python-checkins] bpo-38353: getpath.c: allocates strings on the heap (GH-16585) Victor Stinner
- [Python-checkins] bpo-38341: Add SMTPNotSupportedError in the exports of smtplib (#16525) Abhilash Raj
- [Python-checkins] bpo-38332: Catch KeyError from unknown cte in encoded-word. (GH-16503) Abhilash Raj
- [Python-checkins] bpo-38210: Fix intersection operation with dict view and iterator. (GH-16602) Serhiy Storchaka
- [Python-checkins] bpo-38383: Fix possible integer overflow in startswith() of bytes and bytearray. (GH-16603) Serhiy Storchaka
- [Python-checkins] bpo-26510: Add versionchanged for required arg of add_subparsers (GH-16588) Miss Islington (bot)
- [Python-checkins] bpo-25988: Do not expose abstract collection classes in the collections module. (GH-10596) Serhiy Storchaka
- [Python-checkins] Fix a compile warning in dictobject.c (GH-16610) Serhiy Storchaka
- [Python-checkins] bpo-38210: Fix compiler warning in dictobject.c (GH-16611) Victor Stinner
- [Python-checkins] bpo-38353: Simplify calculate_pybuilddir() (GH-16614) Victor Stinner
- [Python-checkins] bpo-38391: Fixing a typo for Py_DECREF (GH-16616) Xiang Zhang
- [Python-checkins] Fix a compile warning in selectmodule.c. (GH-16617) Xiang Zhang
- [Python-checkins] bpo-36356: Fix memory leak in _asynciomodule.c (GH-16598) Yury Selivanov
- [Python-checkins] bpo-36389: _PyObject_CheckConsistency() available in release mode (GH-16612) Victor Stinner
- [Python-checkins] bpo-38376: Fix _PyUnicode_CheckConsistency() definition (GH-16623) Victor Stinner
- [Python-checkins] bpo-36389: Fix _PyBytesWriter in release mode (GH-16624) Victor Stinner
- [Python-checkins] bpo-38294: Add list of no-longer-escaped chars to re.escape documentation. (GH-16442) Serhiy Storchaka
- [Python-checkins] bpo-38344: Fix syntax in activate.bat (GH-16533) Steve Dower
- [Python-checkins] bpo-36389: Add newline to _PyObject_AssertFailed() (GH-16629) Victor Stinner
- [Python-checkins] bpo-38392: PyObject_GC_Track() validates object in debug mode (GH-16615) Victor Stinner
- [Python-checkins] bpo-38400 Don't check for NULL linked list pointers in _PyObject_IsFreed (GH-16630) Pablo Galindo
- [Python-checkins] bpo-38070: Enhance visit_decref() debug trace (GH-16631) Victor Stinner
- [Python-checkins] [2.7] bpo-37664: Update ensurepip bundled wheels, again (GH-16633) Benjamin Peterson
- [Python-checkins] [2.7] bpo-38216, bpo-36274: Allow subclasses to separately override validation and encoding behavior (GH-16476) Benjamin Peterson
- [Python-checkins] Roll up news for 2.7.17rc1. Benjamin Peterson
- [Python-checkins] Bump version to 2.7.17rc1. Benjamin Peterson
- [Python-checkins] Update macOS installer displays for 2.7.17rc1 (#16634) Ned Deily
- [Python-checkins] [2.7] Stop using deprecated logging API in Sphinx suspicious checker (GH-16635) Benjamin Peterson
- [Python-checkins] bpo-31589 : Build PDF using xelatex for better UTF8 support. (GH-3940) Miss Islington (bot)
- [Python-checkins] bpo-35036: Remove empty log line in the suspicious.py tool (GH-10024) Miss Islington (bot)
- [Python-checkins] [2.7] bpo-31036: Allow sphinx and blurb to be found automatically (GH-16638) Benjamin Peterson
- [Python-checkins] closes bpo-38402: Check error of primitive crypt/crypt_r. (GH-16599) Benjamin Peterson
- [Python-checkins] Fix typo in _warnings.warn_explicit() docstring (GH-16625) Victor Stinner
- [Python-checkins] bpo-33714: Output an exception raised in module's m_clear(). (GH-16592) Miss Islington (bot)
- [Python-checkins] bpo-38371: Tkinter: deprecate the split() method. (GH-16584) Serhiy Storchaka
- [Python-checkins] bpo-36698: IDLE no longer fails when write non-encodable characters to stderr. (GH-16583) Serhiy Storchaka
- [Python-checkins] bpo-38405: Make nested subclasses of typing.NamedTuple pickleable. (GH-16641) Serhiy Storchaka
- [Python-checkins] bpo-38407: Add docstrings for typing.SupportsXXX classes. (GH-16644) Serhiy Storchaka
- [Python-checkins] bpo-38118: Ignore Valgrind false alarm in PyUnicode_Decode() (GH-16651) Victor Stinner
- [Python-checkins] bpo-38395: Fix ownership in weakref.proxy methods (GH-16632) Pablo Galindo
- [Python-checkins] test_dictviews: Add testcase for dictviews_sub (GH-16660) Serhiy Storchaka
- [Python-checkins] [3.7] bpo-38294: Add list of no-longer-escaped chars to re.escape documentation. (GH-16442) (GH-16647) Serhiy Storchaka
- [Python-checkins] bpo-37531: regrtest ignores output on timeout (GH-16659) Victor Stinner
- [Python-checkins] [3.7] Doc: Bump sphinx. (GH-10676) (GH-10803) (#16522) larryhastings
- [Python-checkins] [3.5] bpo-38216, bpo-36274: Allow subclasses to separately override validation and encoding behavior (GH-16448) (#16475) larryhastings
- [Python-checkins] [3.8] bpo-38395: Fix ownership in weakref.proxy methods (GH-16632) (GH-16662) Pablo Galindo
- [Python-checkins] bpo-38368: Added fix for ctypes crash when handling arrays in structs… (GH-16589) Vinay Sajip
- [Python-checkins] closes bpo-36161: Use thread-safe ttyname_r instead of ttyname. (GH-14868) Benjamin Peterson
- [Python-checkins] Typo fix: "empy" should be "empty". (GH-16666) Benjamin Peterson
- [Python-checkins] closes bpo-38174: Update vendored expat library to 2.2.8. (GH-16346) (#16434) larryhastings
- [Python-checkins] bpo-38368: Added fix for ctypes crash when handling arrays in structs/unions. (GH-16589) (GH-16671) Vinay Sajip
- [Python-checkins] bpo-38368: Added fix for ctypes crash when handling arrays in structs/unions. (GH-16589) (GH-16672) Vinay Sajip
- [Python-checkins] bpo-36953: Delay removal of ABCs from collections. (GH-13409) Miss Islington (bot)
- [Python-checkins] [3.7] bpo-38405: Make nested subclasses of typing.NamedTuple pickleable. (GH-16641). (GH-16674) Serhiy Storchaka
- [Python-checkins] [3.7] bpo-38407: Add docstrings for typing.SupportsXXX classes. (GH-16644). (GH-16673) Serhiy Storchaka
- [Python-checkins] bpo-38379: don't claim objects are collected when they aren't (#16658) Tim Peters
- [Python-checkins] bpo-38409: Fix grammar in str.strip() docstring (GH-16682) Zachary Ware
- [Python-checkins] [3.8] bpo-38379: don't claim objects are collected when they aren't (GH-16658) (GH-16683) Miss Islington (bot)
- [Python-checkins] [3.7] bpo-38379: don't claim objects are collected when they aren't (GH-16658) (GH-16685) Miss Islington (bot)
- [Python-checkins] bpo-38409: Fix grammar in str.strip() docstring (GH-16682) (GH-16684) Zachary Ware
- [Python-checkins] [3.7] bpo-38409: Fix grammar in str.strip() docstring (GH-16682) (GH-16686) Zachary Ware
- [Python-checkins] Mauvaise nouvelle (à lire) python-checkins at python.org
- [Python-checkins] bpo-38392: Only declare visit_validate() if Py_DEBUG is defined (GH-16689) Victor Stinner
- [Python-checkins] bpo-38109: Add missing constants to Lib/stat.py (GH-16665) Victor Stinner
- [Python-checkins] bpo-38425: Fix ‘res’ may be used uninitialized warning (GH-16688) Victor Stinner
- [Python-checkins] bpo-32996: Documentation fix-up. (GH-16646) Ivan Levkivskyi
- [Python-checkins] bpo-38353: Fix typos in calculate_argv0_path_framework() (GH-16695) Victor Stinner
- [Python-checkins] bpo-38109: Add missing constants to Lib/stat.py (GH-16665) (GH-16690) Victor Stinner
- [Python-checkins] bpo-38109: Add missing constants to Lib/stat.py (GH-16665) (GH-16691) Victor Stinner
- [Python-checkins] Re-enable the OverflowError test for test_truediv on test_complex (GH-16591) Serhiy Storchaka
- [Python-checkins] bpo-38282: Rewrite getsockaddrarg() helper function (GH-16698) Victor Stinner
- [Python-checkins] Remove AppVeyor badge now that we don't use it in the CI anymore (GH-16708) Miss Islington (bot)
- [Python-checkins] bpo-38437: Activate GC_DEBUG when PY_DEBUG is set (GH-16707) Pablo Galindo
- [Python-checkins] docs: Add asyncio source code links (GH-16640) Yury Selivanov
- [Python-checkins] Typo fix: "throuhgh" should be "through". (GH-16704) Benjamin Peterson
- [Python-checkins] [3.8] Typo fix: "throuhgh" should be "through". (GH-16713) Benjamin Peterson
- [Python-checkins] Fix strict-aliasing rules errors on gcc 4.8.5. (GH-16714) Inada Naoki
- [Python-checkins] bpo-38442: Remove an execution bit from Doc/whatsnew/3.8.rst. (GH-16715) Serhiy Storchaka
- [Python-checkins] bpo-38347: find pathfix for Python scripts whose name contain a '-' (GH-16536) Victor Stinner
- [Python-checkins] bpo-38347: find pathfix for Python scripts whose name contain a '-' (GH-16536) (GH-16719) Victor Stinner
- [Python-checkins] Update badges in README.rst (GH-16709) Zachary Ware
- [Python-checkins] Update badges in README.rst (GH-16710) Zachary Ware
- [Python-checkins] Fix typo: equivalent code of `async with cond` (GH-11681) (GH-16720) Lisa Roach
- [Python-checkins] [3.7] bpo-38395: Fix ownership in weakref.proxy methods (GH-16632) (GH-16663) Miss Islington (bot)
- [Python-checkins] Fix typo in the "Porting to Python 3.8" section. (GH-16435) Miss Islington (bot)
- [Python-checkins] bpo-38449: Revert "bpo-22347: Update mimetypes.guess_type to allow oper parsing of URLs (GH-15522)" (GH-16724) Miss Islington (bot)
- [Python-checkins] Fix docs, blurb release, pydoc-topics for 3.5.8rc2. Larry Hastings
- [Python-checkins] bpo-38341: Add SMTPNotSupportedError in the exports of smtplib (GH-16525) Miss Islington (bot)
- [Python-checkins] [3.8] bpo-38449: Revert "bpo-22347: Update mimetypes.guess_type to allow oper parsing of URLs" (GH-16724) (GH-16728) Abhilash Raj
- [Python-checkins] bpo-35800: Deprecate smtpd.MailmanProxy (GH-11675) Miss Islington (bot)
- [Python-checkins] Announce the change in the CancelledError inheritance (GH-16730) Yury Selivanov
- [Python-checkins] Fix minor typos in Whatsnew Raymond Hettinger
- [Python-checkins] [3.7] bpo-38449: Revert "bpo-22347: Update mimetypes.guess_type to allow oper parsing of URLs (GH-15685)" (GH-16724) (GH-16727) Miss Islington (bot)
- [Python-checkins] bpo-37731: Reorder includes in xmltok.c to avoid redefinition of _POSIX_C_SOURCE (GH-16733) Pablo Galindo
- [Python-checkins] bpo-38417: Add umask support to subprocess (GH-16726) Gregory P. Smith
- [Python-checkins] bpo-38456: Use /bin/true in test_subprocess (GH-16736) Gregory P. Smith
- [Python-checkins] bpo-38282: Correctly manage the Bluetooth L2CAP socket structure in FreeBSD (GH-16738) Pablo Galindo
- [Python-checkins] bpo-38456: Handle the case when there is no 'true' command (GH-16739) Pablo Galindo
- [Python-checkins] bpo-38378: Rename parameters "out" and "in" of os.sendfile(). (GH-16742) Serhiy Storchaka
- [Python-checkins] bpo-38431: Fix __repr__ method of InitVar to work with typing objects. (GH-16702) Serhiy Storchaka
- [Python-checkins] bpo-38202: Fix a crash in dict_view & non-itearble. (GH-16241) Serhiy Storchaka
- [Python-checkins] Correct signature of __build_class__ (GH-16735) Pablo Galindo
- [Python-checkins] bpo-38379: Don't block collection of unreachable objects when some objects resurrect (GH-16687) Pablo Galindo
- [Python-checkins] Rebased version of what's new PR (#16745) Andrew Kuchling
- [Python-checkins] bpo-28556: Remove another mention of metaclass of Generic in typing docs (GH-16743) Miss Islington (bot)
- [Python-checkins] bpo-38467: Fix argument name of typing functions (GH-16753) Ivan Levkivskyi
- [Python-checkins] Misc gc code & comment cleanups. (GH-16752) Tim Peters
- [Python-checkins] bpo-38464: Document parameter for NormalDist.quantiles() (GH-16757) Raymond Hettinger
- [Python-checkins] bpo-38464: Document parameter for NormalDist.quantiles() (GH-16757) (GH-16758) Raymond Hettinger
- [Python-checkins] Fix minor typos in Whatsnew (GH-16759) Raymond Hettinger
- [Python-checkins] bpo-38469: Handle named expression scope with global/nonlocal keywords (GH-16755) Pablo Galindo
- [Python-checkins] bpo-38461 and bpo-38463: Minor fixes to Whatsnew 3.8 (GH-16761) Raymond Hettinger
- [Python-checkins] bpo-38461 and bpo-38463: Minor fixes to Whatsnew 3.8 (GH-16761) (GH-16762) Raymond Hettinger
- [Python-checkins] bpo-37759: Add examples for the new typing features (GH-16763) Raymond Hettinger
- [Python-checkins] bpo-37759: Add examples for the new typing features (GH-16763) (GH-16764) Raymond Hettinger
- [Python-checkins] Update macOS installer display files for 3.9.0a1 (GH-16765) Ned Deily
- [Python-checkins] [3.8] Update macOS installer display files for 3.8.0 (GH-16766) Ned Deily
- [Python-checkins] [3.7] Update macOS installer display files for 3.7.5 (GH-16767) Ned Deily
- [Python-checkins] [2.7] Update macOS installer display files for 2.7.17 (GH-16768) Ned Deily
- [Python-checkins] bpo-32498: urllib.parse.unquote also accepts bytes (GH-7768) Tal Einat
- [Python-checkins] Update build docs for macOS (GH-16771) Ned Deily
- [Python-checkins] Make 3.8 README link to 3.8 doc pages, not master (GH-16776) Ned Deily
- [Python-checkins] [3.7] Update build docs for macOS (GH-16771) (GH-16774) Ned Deily
- [Python-checkins] bpo-38453: Resolve test directories before chdir to them (GH-16723) Steve Dower
- [Python-checkins] Remove draft status. Add asyncio REPL example (GH-16785) Raymond Hettinger
- [Python-checkins] Remove draft status. Add asyncio REPL example (GH-16785) (GH-16786) Raymond Hettinger
- [Python-checkins] [3.8] bpo-38456: Use /bin/true in test_subprocess (GH-16737) Gregory P. Smith
- [Python-checkins] Doc: 3.8 is now stable. (GH-16790) Ned Deily
- [Python-checkins] Doc: 3.8 is now stable. (GH-16790) (GH-16792) Ned Deily
- [Python-checkins] Doc: 3.8 is now stable. (GH-16790) (GH-16793) Ned Deily
- [Python-checkins] Doc: 3.8 is now stable. (GH-16790) (GH-16794) Ned Deily
- [Python-checkins] bpo-38133: Update docs to reflect fixes to py.exe launcher (GH-16791) Steve Dower
- [Python-checkins] [3.8] bpo-36389: Backport debug enhancements from master (GH-16796) Victor Stinner
- [Python-checkins] bpo-11410: Standardize and use symbol visibility attributes across POSIX and Windows. (GH-16347) Vinay Sajip
- [Python-checkins] bpo-38470: Fix test_compileall.test_compile_dir_maxlevels() (GH-16789) Petr Viktorin
- [Python-checkins] bpo-38478: Correctly handle keyword argument with same name as positional-only parameter (GH-16800) Pablo Galindo
- [Python-checkins] bpo-37961, tracemalloc: add Traceback.total_nframe (GH-15545) Victor Stinner
- [Python-checkins] bpo-38468 : Refactor python-config (#16749) Joannah Nanjekye
- [Python-checkins] Typo fix - implemention should be implementation (GH-16806) Miss Islington (bot)
- [Python-checkins] Update doc switcher list for 3.8.0 (GH-16809) Ned Deily
- [Python-checkins] Update doc switcher list for 3.8.0 (GH-16809) (GH-16812) Ned Deily
- [Python-checkins] bpo-35998: Fix test_asyncio.test_start_tls_server_1() (GH-16815) Victor Stinner
- [Python-checkins] bpo-38006: Add unit test for weakref clear bug (GH-16788) Neil Schemenauer
- [Python-checkins] bpo-35998: Fix test_asyncio.test_start_tls_server_1() (GH-16815) (GH-16818) Victor Stinner
- [Python-checkins] bpo-38492: Remove pythonw.exe dependency on the Microsoft C++ runtime (GH-16824) Steve Dower
- [Python-checkins] bpo-37531: regrtest now catchs ProcessLookupError (GH-16827) Victor Stinner
- [Python-checkins] bpo-37587: json: Use _PyUnicodeWriter when scanning string. (GH-15591) Inada Naoki
- [Python-checkins] bpo-34953: Implement `mmap.mmap.__repr__` (GH-9891) Xiang Zhang
- [Python-checkins] bpo-33604: Raise TypeError on missing hmac arg. (GH-16805) Gregory P. Smith
- [Python-checkins] Doc: Add missing entry for functools.cached_property (GH-16803) Miss Islington (bot)
- [Python-checkins] Fix minor typos in What's New in Python 3.8. (GH-16770) Serhiy Storchaka
- [Python-checkins] bpo-38418: Fixes audit event for os.system to be named 'os.system' (GH-16670) Miss Islington (bot)
- [Python-checkins] bpo-32758: Warn that compile() can crash when compiling to an AST object (GH-6043) (GH-16566) Serhiy Storchaka
- [Python-checkins] bpo-32758: Warn that ast.parse() and ast.literal_eval() can segfault the interpreter (GH-5960) (GH-16565) Serhiy Storchaka
- [Python-checkins] bpo-27657: Fix urlparse() with numeric paths (#661) Senthil Kumaran
- [Python-checkins] bpo-27657: Fix urlparse() with numeric paths (GH-661) Miss Islington (bot)
- [Python-checkins] bpo-38502: regrtest uses process groups if available (GH-16829) Victor Stinner
- [Python-checkins] [3.8] bpo-27657: Fix urlparse() with numeric paths (GH-661) (#16839) Senthil Kumaran
- [Python-checkins] bpo-38521: Fix error in NormalDist.__eq__() (GH-16840) Raymond Hettinger
- [Python-checkins] bpo-38521: Fix error in NormalDist.__eq__() (GH-16840) (GH-16842) Raymond Hettinger
- [Python-checkins] validate_list: make flags argument impossible to spell wrongly. (GH-16843) Tim Peters
- [Python-checkins] bpo-36876: Re-organize the c-analyzer tool code. (gh-16841) Eric Snow
- [Python-checkins] Update build docs for macOS (GH-16844) Ned Deily
- [Python-checkins] Bump version to 2.7.17 final. Benjamin Peterson
- [Python-checkins] Remove doc reference to unmaitained Nose package (GH-16849) Miss Islington (bot)
- [Python-checkins] bpo-38525: Fix a segmentation fault when using reverse iterators of empty dict (GH-16846) Pablo Galindo
- [Python-checkins] 2.2.17+ Benjamin Peterson
- [Python-checkins] Work around Path.glob() issue when creating nuget package (GH-16855) Steve Dower
- [Python-checkins] bpo-36321: Fix misspelled attribute name in namedtuple() (GH-16858) Raymond Hettinger
- [Python-checkins] bpo-37759: More updates to Whatsnew 3.8 (GH-16854) Raymond Hettinger
- [Python-checkins] bpo-37759: More updates to Whatsnew 3.8 (GH-16854) (GH-16867) Raymond Hettinger
- [Python-checkins] bpo-38531: document extend action's added version (GH-16865) Raymond Hettinger
- [Python-checkins] bpo-38531: document extend action's added version (GH-16865) (GH-16868) Raymond Hettinger
- [Python-checkins] bpo-38465: Convert the type of exports counters to Py_ssize_t. (GH-16746) Serhiy Storchaka
- [Python-checkins] bpo-38208: Simplify string.Template by using __init_subclass__(). (GH-16256) Serhiy Storchaka
- [Python-checkins] bpo-27961: Replace PY_LONG_LONG with long long. (GH-15386) Serhiy Storchaka
- [Python-checkins] bpo-38493: Add os.CLD_KILLED and os.CLD_STOPPED. (GH-16821) Serhiy Storchaka
- [Python-checkins] bpo-38540: Fix possible leak in PyArg_Parse for "es#" and "et#". (GH-16869) Serhiy Storchaka
- [Python-checkins] bpo-38540: Fix possible leak in PyArg_Parse for "esGH-" and "etGH-". (GH-16869) Miss Skeleton (bot)
- [Python-checkins] visit_reachable: replace release-mode test with an assert. (GH-16866) Tim Peters
- [Python-checkins] bpo-31202: Preserve case of literal parts in Path.glob() on Windows. (GH-16860) Serhiy Storchaka
- [Python-checkins] [2.7] bpo-38540: Fix possible leak in PyArg_Parse for "es#" and "et#". (GH-16869). (GH-16877) Serhiy Storchaka
- [Python-checkins] bpo-38540: Revert a warning if PY_SSIZE_T_CLEAN is not defined. (GH-16876) Serhiy Storchaka
- [Python-checkins] Fix Zope URL (GH-16880) Terry Jan Reedy
- [Python-checkins] bpo-38303: Make audioop extension module PEP-384 compatible (GH-16497) Miss Skeleton (bot)
- [Python-checkins] Bump Sphinx to 2.2.0. (GH-16532) Julien Palard
- [Python-checkins] bpo-37415: Fix stdatomic.h header check for ICC compiler (GH-16717) Victor Stinner
- [Python-checkins] bpo-38466: Fix threading.excepthook doc (GH-16891) Victor Stinner
- [Python-checkins] bpo-38419: fix "check-c-globals" path (GH-16680) Carol Willing
- [Python-checkins] bpo-38539: Update demo files (GH-16890) Raymond Hettinger
- [Python-checkins] bpo-38539: Finish rename of ss1.py to spreadsheet.py (GH-16896) Raymond Hettinger
- [Python-checkins] Replace _pysqlite_long_from_int64() with PyLong_FromLongLong() (GH-16882) Serhiy Storchaka
- [Python-checkins] Spell Bitbucket correctly. (GH-16862) Serhiy Storchaka
- [Python-checkins] Spell Bitbucket correctly. (GH-16862) (GH-16899) Serhiy Storchaka
- [Python-checkins] bpo-38555: Fix an undefined behavior. (GH-16883) Serhiy Storchaka
- [Python-checkins] Spell Bitbucket correctly. (GH-16862) (GH-16898) Serhiy Storchaka
- [Python-checkins] bpo-34679: ProactorEventLoop only uses set_wakeup_fd() in main thread (GH-16901) Victor Stinner
- [Python-checkins] bpo-37025: AddRefActCtx() shouldn't be checked for failure (GH-16897) Steve Dower
- [Python-checkins] [3.6] Fix Zope URL (GH-16880) (GH-16904) Ned Deily
- [Python-checkins] Update URL in macOS installer copy of license (GH-16905) Ned Deily
- [Python-checkins] Update URL in macOS installer copy of license (GH-16905) (GH-16908) Ned Deily
- [Python-checkins] bpo-30618: add readlink to pathlib.Path (GH-8285) Miss Skeleton (bot)
- [Python-checkins] Add missing asyncio changes from 3.8 whatsnew (GH-16911) Yury Selivanov
- [Python-checkins] bpo-33348: parse expressions after * and ** in lib2to3 (GH-6586) Miss Skeleton (bot)
- [Python-checkins] Fix typo in formatter_unicode (GH-16831) Miss Skeleton (bot)
- [Python-checkins] bpo-38558: Mention `:=` in conditions tutorial (GH-16919) Zachary Ware
- [Python-checkins] bpo-38535: Fix positions for AST nodes for calls without arguments in decorators. (GH-16861) Serhiy Storchaka
- [Python-checkins] [3.7] bpo-38535: Fix positions for AST nodes for calls without arguments in decorators. (GH-16861). (GH-16930) Serhiy Storchaka
- [Python-checkins] [2.7] bpo-38535: Fix positions for AST nodes for calls without arguments in decorators. (GH-16861). (GH-16931) Serhiy Storchaka
- [Python-checkins] bpo-38557: Improve documentation for list and tuple C API. (GH-16925) Serhiy Storchaka
- [Python-checkins] bpo-38434: Fixes some audit event documentation (GH-16932) Steve Dower
- [Python-checkins] bpo-38598: Do not try to compile IDLE shell or output windows (GH-16939) Terry Jan Reedy
- [Python-checkins] bpo-34162: Last idlelib/NEWS.txt items for 3.8.0. (GH-16943) Terry Jan Reedy
- [Python-checkins] bpo-37309: First idlelib/NEWS.txt for 3.9.0 (GH-16947) Terry Jan Reedy
- [Python-checkins] [3.8] bpo-37309: First idlelib/NEWS.txt for 3.8.1 (GH-16947) Terry Jan Reedy
- [Python-checkins] [3.7] bpo-37309: First idlelib/NEWS.txt for 3.7.6 (GH-) (#16949) Terry Jan Reedy
- [Python-checkins] bpo-38334: Fix seeking backward on an encrypted zipfile.ZipExtFile. (GH-16937) Serhiy Storchaka
- [Python-checkins] bpo-38592 Add pt-br switcher to Python Docs website (GH-16924) Julien Palard
- [Python-checkins] bpo-38592 Add pt-br switcher to Python Docs website (GH-16924) (GH-16953) Julien Palard
- [Python-checkins] bpo-38592 Add pt-br switcher to Python Docs website (GH-16924) (GH-16954) Julien Palard
- [Python-checkins] bpo-38602: Add fcntl.F_OFD_XXXX for fcntlmodule (GH-16956) Serhiy Storchaka
- [Python-checkins] bpo-37330: open() no longer accept 'U' in file mode (GH-16959) Victor Stinner
- [Python-checkins] bpo-38519: Internal include files missing on Windows (GH-16921) Steve Dower
- [Python-checkins] bpo-38534: Replace wrong KB number references (GH-16955) Steve Dower
- [Python-checkins] bpo-38589: Fixes HTML Help shortcut when Windows is not installed to C drive (GH-16968) Steve Dower
- [Python-checkins] Remove code commented for more than 10 years (GH-16965) Victor Stinner
- [Python-checkins] Fix asyncio.wait() 3.8 whatsnew entry (GH-16975) Yury Selivanov
- [Python-checkins] bpo-38626: Add comment explaining why __lt__ is used. (GH-16978) Miss Skeleton (bot)
- [Python-checkins] Permutations Python code equivalent in comment was invalid for Python 3 (GH-16927) Raymond Hettinger
- [Python-checkins] bpo-38243, xmlrpc.server: Escape the server_title (GH-16373) (GH-16441) (#16516) larryhastings
- [Python-checkins] bpo-38336: Remove the __set__ method restriction on data descriptors for attribute lookup precedence (GH-16520) Raymond Hettinger
- [Python-checkins] bpo-36993: Improve error reporting for zipfiles with bad zip64 extra data. (GH-14656) Serhiy Storchaka
- [Python-checkins] [3.5] bpo-31026: Fix test_dbm if dbm.ndbm is build with Berkeley DB. (GH-6632) Larry Hastings
- [Python-checkins] bpo-37330: open(): "U" mode is removed in Python 3.9 (GH-16972) Victor Stinner
- [Python-checkins] bpo-38600: Change the mark up of NULL in the C API documentation. (GH-16950) Serhiy Storchaka
- [Python-checkins] bpo-28029: Make "".replace("", s, n) returning s for any n != 0. (GH-16981) Serhiy Storchaka
- [Python-checkins] bpo-38614: Add timeout constants to test.support (GH-16964) Victor Stinner
- [Python-checkins] bpo-38640: Allow break and continue in always false while loops (GH-16992) Pablo Galindo
- [Python-checkins] bpo-38614: Increase asyncio test_communicate() timeout (GH-16995) Victor Stinner
- [Python-checkins] bpo-38631: Avoid Py_FatalError() in readline (GH-16998) Victor Stinner
- [Python-checkins] [3.7] bpo-38600: Change the mark up of NULL in the C API documentation. (GH-16950) (GH-17000) Serhiy Storchaka
- [Python-checkins] [3.8] bpo-38600: Change the mark up of NULL in the C API documentation. (GH-16950) (GH-16999) Serhiy Storchaka
- [Python-checkins] bpo-38600: NULL -> ``NULL``. (GH-17001) Serhiy Storchaka
- [Python-checkins] [3.8] bpo-38600: NULL -> ``NULL``. (GH-17001) (GH-17003) Serhiy Storchaka
- [Python-checkins] [3.7] bpo-38600: NULL -> ``NULL``. (GH-17001) (GH-17004) Serhiy Storchaka
- [Python-checkins] closes bpo-38648: Remove double tp_free slot in Python-ast.c. (GH-17002) Benjamin Peterson
- [Python-checkins] bpo-16575: Add checks for unions passed by value to functions. (GH-16799) Vinay Sajip
- [Python-checkins] bpo-38586: setting logging.Handler .name property in fileConfig (GH-16918) Vinay Sajip
- [Python-checkins] bpo-38312: Add curses.{get, set}_escdelay and curses.{get, set}_tabsize. (GH-16938) Serhiy Storchaka
- [Python-checkins] Add docstring for shlex.split (GH-16740) Vinay Sajip
- [Python-checkins] Update the URL for the requests package (GH-17006) Miss Skeleton (bot)
- [Python-checkins] Add docstring for shlex.split (GH-16740) (GH-17013) Vinay Sajip
- [Python-checkins] Add docstring for shlex.split (GH-16740) (GH-17012) Vinay Sajip
- [Python-checkins] [3.8] bpo-16575: Add checks for unions passed by value to functions. (GH-16799) (GH-17016) Vinay Sajip
- [Python-checkins] [3.7] bpo-16575: Add checks for unions passed by value to functions. (GH-16799) (GH-17017) Vinay Sajip
Last message date: Thu Oct 31 10:15:19 EDT 2019
Archived on: Sun Sep 6 00:37:01 EDT 2020
This archive was generated by Pipermail 0.09 (Mailman edition).
RetroSearch is an open source project built by @garambo
| Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4