Showing content from http://mail.python.org/pipermail/python-checkins/2020-May/thread.html below:
The Python-checkins May 2020 Archive by thread
May 2020 Archives by thread
Starting: Fri May 1 00:30:18 EDT 2020
Ending: Sun May 31 19:41:18 EDT 2020
Messages: 485
- [Python-checkins] Change 'exception happened' to 'exception occurred' in two places (#19767) Noah Doersing
- [Python-checkins] bpo-40453: Add PyConfig._isolated_subinterpreter (GH-19820) Victor Stinner
- [Python-checkins] bpo-40334: Simplify type handling in the PEG c_generator (GH-19818) Pablo Galindo
- [Python-checkins] bpo-32494: Use gdbm_count for dbm_length if possible (GH-19814) Dong-hee Na
- [Python-checkins] (no subject) Furkan Önder
- [Python-checkins] bpo-40334: Improve column offsets for thrown syntax errors by Pegen (GH-19782) Batuhan Taskaya
- [Python-checkins] [3.8] bpo-39562: Prevent collision of future and compiler flags (GH-19230) (GH-19835) Pablo Galindo
- [Python-checkins] bpo-40334: unskip test_function_type in test_unparse with the new parser (GH-19837) Pablo Galindo
- [Python-checkins] bpo-40334: Correct return value of func_type_comment (GH-19833) Pablo Galindo
- [Python-checkins] bpo-39562: Correctly updated the version section in the what's new document (GH-19838) Pablo Galindo
- [Python-checkins] bpo-40334: Refactor lambda_parameters similar to parameters (GH-19830) Guido van Rossum
- [Python-checkins] Ensure that tok->type_comments is set on every path (GH-19828) Guido van Rossum
- [Python-checkins] bpo-40334: Make the PyPegen* and PyParser* APIs more consistent (GH-19839) Lysandros Nikolaou
- [Python-checkins] Simplify choice()'s interaction with the private _randbelow() method (GH-19831) Raymond Hettinger
- [Python-checkins] bpo-39691: Clarify io.open_code behavior (GH-19824) Shantanu
- [Python-checkins] bpo-40412: Nullify inittab_copy during finalization (GH-19746) Gregory Szorc
- [Python-checkins] bpo-39435: Fix docs for pickle.loads (GH-18160) Shantanu
- [Python-checkins] [3.7] bpo-39435: Fix docs for pickle.loads (GH-18160). (GH-19844) Antoine Pitrou
- [Python-checkins] [3.8] bpo-39435: Fix docs for pickle.loads (GH-18160) (GH-19843) Antoine Pitrou
- [Python-checkins] Fix the Tools/peg_generator/scripts/benchmark.py script (GH-19848) Pablo Galindo
- [Python-checkins] bpo-40334: use the TOKENS file when checking dangling rules (GH-19849) Pablo Galindo
- [Python-checkins] bpo-40417: Fix deprecation warning in PyImport_ReloadModule (GH-19750) Robert Rouhani
- [Python-checkins] bpo-29587: Update gen.throw() to chain exceptions (#19823) Chris Jerdonek
- [Python-checkins] Fix some scripts in the peg generator folder (GH-19853) Pablo Galindo
- [Python-checkins] bpo-40334: regenerate metaparser as part of regen-all (GH-19854) Pablo Galindo
- [Python-checkins] bpo-39435: Make the first argument of pickle.loads() positional-only. (GH-19846) Serhiy Storchaka
- [Python-checkins] [3.8] bpo-40398: Fix typing.get_args() for special generic aliases. (GH-19720) (GH-19857) Serhiy Storchaka
- [Python-checkins] Call $(MKDIR_P) before regenerating the PEG meta-parser (GH-19861) Pablo Galindo
- [Python-checkins] bpo-40419: timeit CLI docs now mention 1, 2, 5, 10, ... trials instead of powers of 10 (GH-19752) Sander
- [Python-checkins] bpo-40465: Deprecate the optional argument to random.shuffle(). (#19867) Raymond Hettinger
- [Python-checkins] Fix missing space in docs(GH-19866) Mathieu Dupuy
- [Python-checkins] Fix missing space in docs(GH-19866) (GH-19872) Miss Islington (bot)
- [Python-checkins] Minor code cleanups for statistics (GH-19873) Raymond Hettinger
- [Python-checkins] bpo-29587: allow chaining NULL exceptions in _gen_throw() (GH-19877) Chris Jerdonek
- [Python-checkins] Simplify set entry insertion logic. (GH-19881) Raymond Hettinger
- [Python-checkins] bpo-38870: Don't start generated output with newlines in ast.unparse (GH-19636) Batuhan Taskaya
- [Python-checkins] Remove out-of-date comment (GH-19886) Raymond Hettinger
- [Python-checkins] Remove outdated and confusing advice about setting maxsize (GH-19889) Raymond Hettinger
- [Python-checkins] Remove outdated and confusing advice about setting maxsize (GH-19889) (GH-19890) Miss Islington (bot)
- [Python-checkins] bpo-40334: Set error_indicator in _PyPegen_raise_error (GH-19887) Lysandros Nikolaou
- [Python-checkins] Clean up unused imports for the peg generator module (GH-19891) Anthony Shaw
- [Python-checkins] bpo-40493: fix function type comment parsing (GH-19894) Shantanu
- [Python-checkins] bpo-40408: Fix support of nested type variables in GenericAlias. (GH-19836) Serhiy Storchaka
- [Python-checkins] bpo-40491: Fix typo in syntax error for numeric literals (GH-19893) Shantanu
- [Python-checkins] bpo-40334: Spacialized error message for invalid args after bare '*' (GH-19865) Lysandros Nikolaou
- [Python-checkins] bpo-40246: Revert reporting of invalid string prefixes (GH-19888) Lysandros Nikolaou
- [Python-checkins] bpo-39573: Use Py_IS_TYPE to check for types (GH-19882) Hai Shi
- [Python-checkins] bpo-40455: Remove gcc10 warning about x_digits (#19852) Dong-hee Na
- [Python-checkins] bpo-40135: Fix multiprocessing test_shared_memory_across_processes() (GH-19892) Hai Shi
- [Python-checkins] bpo-40489: Add test case for dict contain use after free (GH-19906) Dong-hee Na
- [Python-checkins] bpo-40275: test.support imports lazily locale import (GH-19761) Hai Shi
- [Python-checkins] bpo-39470: Indicate that ``os.makedirs`` is equivalent to ``Path.mkdir`` (GH-18216) Joannah Nanjekye
- [Python-checkins] bpo-40499: Mention that asyncio.wait() needs a non-empty aws set (GH-19900) Joel Rosdahl
- [Python-checkins] bpo-1635741: Port syslog module to multiphase initialization (GH-19907) Dong-hee Na
- [Python-checkins] bpo-40459: Fix NameError in platform.py (GH-19855) Dennis Sweeney
- [Python-checkins] bpo-40286: Put methods in correct sections. Add security notice to use secrets for session tokens. (GH-19870) Raymond Hettinger
- [Python-checkins] bpo-40513: Per-interpreter signals pending (GH-19924) Victor Stinner
- [Python-checkins] bpo-40513: Per-interpreter gil_drop_request (GH-19927) Victor Stinner
- [Python-checkins] bpo-40514: Add --with-experimental-isolated-subinterpreters (GH-19926) Victor Stinner
- [Python-checkins] bpo-32117: Updated Simpsons names in docs (GH-19737) Javier Buzzi
- [Python-checkins] bpo-40513: Per-interpreter recursion_limit (GH-19929) Victor Stinner
- [Python-checkins] bpo-29587: _PyErr_ChainExceptions() checks exception (GH-19902) Victor Stinner
- [Python-checkins] bpo-40520: Remove redundant comment in pydebug.h (GH-19931) Hai Shi
- [Python-checkins] Revert "bpo-40513: Per-interpreter signals pending (GH-19924)" (GH-19932) Victor Stinner
- [Python-checkins] bpo-40521: Disable Unicode caches in isolated subinterpreters (GH-19933) Victor Stinner
- [Python-checkins] bpo-40458: Increase reserved stack space to prevent overflow crash on Windows (GH-19845) Steve Dower
- [Python-checkins] bpo-40521: Disable free lists in subinterpreters (GH-19937) Victor Stinner
- [Python-checkins] bpo-40522: _PyThreadState_Swap() sets autoTSSkey (GH-19939) Victor Stinner
- [Python-checkins] bpo-40513: new_interpreter() init GIL earlier (GH-19942) Victor Stinner
- [Python-checkins] bpo-40513: Per-interpreter GIL (GH-19943) Victor Stinner
- [Python-checkins] bpo-40513: _xxsubinterpreters.run_string() releases the GIL (GH-19944) Victor Stinner
- [Python-checkins] bpo-40355: Improve error messages in ast.literal_eval with malformed Dict nodes (GH-19868) Curtis Bucher
- [Python-checkins] bpo-40504: Allow weakrefs to lru_cache objects (GH-19938) Dennis Sweeney
- [Python-checkins] bpo-40523: Add pass-throughs for hash() and reversed() to weakref.proxy objects (GH-19946) Pablo Galindo
- [Python-checkins] [3.8] bpo-40417: Fix deprecation warning in PyImport_ReloadModule (GH-19750) (GH-19934) Robert Rouhani
- [Python-checkins] [3.7] bpo-40417: Fix deprecation warning in PyImport_ReloadModule (GH-19750) (GH-19935) Robert Rouhani
- [Python-checkins] bpo-40480 "fnmatch" exponential execution time (GH-19908) Tim Peters
- [Python-checkins] bpo-40517: Implement syntax highlighting support for ASDL (#19928) Batuhan Taskaya
- [Python-checkins] Revert "bpo-40517: Implement syntax highlighting support for ASDL (#19928)" (#19950) Raymond Hettinger
- [Python-checkins] bpo-40527: Fix command line argument parsing (GH-19955) Victor Stinner
- [Python-checkins] bpo-40528: Improve and clear several aspects of the ASDL definition code for the AST (GH-19952) Batuhan Taskaya
- [Python-checkins] bpo-40521: Disable method cache in subinterpreters (GH-19960) Victor Stinner
- [Python-checkins] bpo-40533: Disable GC in subinterpreters (GH-19961) Victor Stinner
- [Python-checkins] bpo-40521: Disable list free list in subinterpreters (GH-19959) Victor Stinner
- [Python-checkins] bpo-40334: Add type to the assignment rule in the grammar file (GH-19963) Lysandros Nikolaou
- [Python-checkins] Fix typo in sqlite3 documentation (GH-19965) Naglis
- [Python-checkins] bpo-40334: Allow trailing comma in parenthesised context managers (GH-19964) Pablo Galindo
- [Python-checkins] bpo-40334: Generate comments in the parser code to improve debugging (GH-19966) Pablo Galindo
- [Python-checkins] bpo-40397: Refactor typing._GenericAlias (GH-19719) Serhiy Storchaka
- [Python-checkins] bpo-1635741: Port errno module to multiphase initialization (GH-19923) Dong-hee Na
- [Python-checkins] bpo-40334: Fix error location upon parsing an invalid string literal (GH-19962) Lysandros Nikolaou
- [Python-checkins] bpo-40334: Error message for invalid default args in function call (GH-19973) Lysandros Nikolaou
- [Python-checkins] bpo-38787: C API for module state access from extension methods (PEP 573) (GH-19936) Petr Viktorin
- [Python-checkins] bpo-40545: Export _PyErr_GetTopmostException() function (GH-19978) Victor Stinner
- [Python-checkins] bpo-32604: [_xxsubinterpreters] Propagate exceptions. (GH-19768) Eric Snow
- [Python-checkins] bpo-38787: Update structures.rst docs (PEP 573) (GH-19980) Hai Shi
- [Python-checkins] bpo-40548: Always run GitHub action, even on doc PRs (GH-19981) Victor Stinner
- [Python-checkins] bpo-40517: Implement syntax highlighting support for ASDL (GH-19967) Batuhan Taskaya
- [Python-checkins] bpo-40555: Check for p->error_indicator in loop rules after the main loop is done (GH-19986) Pablo Galindo
- [Python-checkins] bpo-40273: Reversible mappingproxy (FH-19513) Zackery Spytz
- [Python-checkins] bpo-40559: Add Py_DECREF to _asynciomodule.c:task_step_impl() (GH-19990) Chris Jerdonek
- [Python-checkins] [3.8] bpo-40559: Add Py_DECREF to _asynciomodule.c:task_step_impl() (GH-19990) Miss Islington (bot)
- [Python-checkins] [3.7] bpo-40559: Add Py_DECREF to _asynciomodule.c:task_step_impl() (GH-19990) Miss Islington (bot)
- [Python-checkins] Make the first dataclass example more useful (GH-19994) Ned Batchelder
- [Python-checkins] Make the first dataclass example more useful (GH-19994) (GH-19997) Miss Islington (bot)
- [Python-checkins] Make the first dataclass example more useful (GH-19994) (GH-19998) Miss Islington (bot)
- [Python-checkins] bpo-40541: Add optional *counts* parameter to random.sample() (GH-19970) Raymond Hettinger
- [Python-checkins] bpo-40502: Initialize n->n_col_offset (GH-19988) Joannah Nanjekye
- [Python-checkins] bpo-39791: Add files() to importlib.resources (GH-19722) Jason R. Coombs
- [Python-checkins] bpo-40566: Apply PEP 573 to abc module (GH-20005) Dong-hee Na
- [Python-checkins] bpo-40570: Improve compatibility of uname_result with late-bound .platform (#20015) Jason R. Coombs
- [Python-checkins] bpo-40334: Avoid collisions between parser variables and grammar variables (GH-19987) Pablo Galindo
- [Python-checkins] Add link to Enum class (GH-19884) Andre Delfino
- [Python-checkins] bpo-40397: Remove __args__ and __parameters__ from _SpecialGenericAlias (GH-19984) Serhiy Storchaka
- [Python-checkins] bpo-40549: Convert posixmodule.c to multiphase init (GH-19982) Victor Stinner
- [Python-checkins] bpo-37986: Improve perfomance of PyLong_FromDouble() (GH-15611) Sergey Fedoseev
- [Python-checkins] bpo-40397: Fix subscription of nested generic alias without parameters. (GH-20021) Serhiy Storchaka
- [Python-checkins] bpo-40257: Tweak docstrings for special generic aliases. (GH-20022) Serhiy Storchaka
- [Python-checkins] Improve code clarity for the set lookup logic (GH-20028) Raymond Hettinger
- [Python-checkins] bpo-40585: Normalize errors messages in codeop when comparing them (GH-20030) Pablo Galindo
- [Python-checkins] bpo-40575: Avoid unnecessary overhead in _PyDict_GetItemIdWithError() (GH-20018) scoder
- [Python-checkins] bpo-36346: array: Don't use deprecated APIs (GH-19653) Inada Naoki
- [Python-checkins] bpo-40561: Add docstrings for webbrowser open functions (GH-19999) Brad Solomon
- [Python-checkins] bpo-40584: Update PyType_FromModuleAndSpec() to process tp_vectorcall_offset (GH-20026) Hai Shi
- [Python-checkins] bpo-40334: produce specialized errors for invalid del targets (GH-19911) Shantanu
- [Python-checkins] bpo-39465: Don't access directly _Py_Identifier members (GH-20043) Victor Stinner
- [Python-checkins] bpo-40571: Make lru_cache(maxsize=None) more discoverable (GH-20019) Raymond Hettinger
- [Python-checkins] bpo-40602: Rename hashtable.h to pycore_hashtable.h (GH-20044) Victor Stinner
- [Python-checkins] bpo-40602: _Py_hashtable_new() uses PyMem_Malloc() (GH-20046) Victor Stinner
- [Python-checkins] bpo-40480: restore ability to join fnmatch.translate() results (GH-20049) Tim Peters
- [Python-checkins] bpo-39481: remove generic classes from ipaddress/mmap (GH-20045) Batuhan Taskaya
- [Python-checkins] bpo-40593: Improve syntax errors for invalid characters in source code. (GH-20033) Serhiy Storchaka
- [Python-checkins] bpo-40602: Optimize _Py_hashtable for pointer keys (GH-20051) Victor Stinner
- [Python-checkins] bpo-40596: Fix str.isidentifier() for non-canonicalized strings containing non-BMP characters on Windows. (GH-20053) Serhiy Storchaka
- [Python-checkins] bpo-38787: Add PyCFunction_CheckExact() macro for exact type checks (GH-20024) scoder
- [Python-checkins] bpo-40602: Add _Py_HashPointerRaw() function (GH-20056) Victor Stinner
- [Python-checkins] bpo-40501: Replace ctypes code in uuid with native module (GH-19948) Steve Dower
- [Python-checkins] Fix Wikipedia link (GH-20031) Allen Guo
- [Python-checkins] bpo-40609: Rewrite how _tracemalloc handles domains (GH-20059) Victor Stinner
- [Python-checkins] bpo-40609: Remove _Py_hashtable_t.key_size (GH-20060) Victor Stinner
- [Python-checkins] bpo-40609: Add destroy functions to _Py_hashtable (GH-20062) Victor Stinner
- [Python-checkins] bpo-40609: _tracemalloc allocates traces (GH-20064) Victor Stinner
- [Python-checkins] bpo-40609: _Py_hashtable_t values become void* (GH-20065) Victor Stinner
- [Python-checkins] bpo-40602: Optimize _Py_hashtable_get_ptr() (GH-20066) Victor Stinner
- [Python-checkins] bpo-40331: Increase test coverage for the statistics module (GH-19608) Tzanetos Balitsaris
- [Python-checkins] bpo-40613: Remove compiler warning from _xxsubinterpretersmodule (GH-20069) Dong-hee Na
- [Python-checkins] bpo-34790: add version of removal of explicit passing of coros to `asyncio.wait`'s documentation (#20008) jack1142
- [Python-checkins] bpo-40334: Always show the caret on SyntaxErrors (GH-20050) Lysandros Nikolaou
- [Python-checkins] bpo-38787: Fix Argument Clinic defining_class_converter (GH-20074) Victor Stinner
- [Python-checkins] issue-25872: Fix KeyError using linecache from multiple threads (GH-18007) Michael Graczyk
- [Python-checkins] bpo-39465: Remove _PyUnicode_ClearStaticStrings() from C API (GH-20078) Victor Stinner
- [Python-checkins] bpo-29587: Make gen.throw() chain exceptions with yield from (GH-19858) Chris Jerdonek
- [Python-checkins] bpo-40521: Add PyInterpreterState.unicode (GH-20081) Victor Stinner
- [Python-checkins] bpo-40597: email: Use CTE if lines are longer than max_line_length consistently (gh-20038) Arkadiusz Hiler
- [Python-checkins] bpo-40275: Import locale module lazily in gettext (GH-19905) Hai Shi
- [Python-checkins] bpo-40549: posixmodule.c uses defining_class (GH-20075) Victor Stinner
- [Python-checkins] Revert "bpo-32604: [_xxsubinterpreters] Propagate exceptions. (GH-19768)" (GH-20089) Victor Stinner
- [Python-checkins] bpo-40602: Write unit tests for _Py_hashtable_t (GH-20091) Victor Stinner
- [Python-checkins] bpo-40619: Correctly handle error lines in programs without file mode (GH-20090) Pablo Galindo
- [Python-checkins] bpo-40618: Disallow invalid targets in augassign and except clauses (GH-20083) Lysandros Nikolaou
- [Python-checkins] bpo-40602: _Py_hashtable_set() reports rehash failure (GH-20077) Victor Stinner
- [Python-checkins] bpo-40460: Fix typo in idlelib/zzdummy.py (GH-20093) Victor Stinner
- [Python-checkins] bpo-40462: Fix typo in test_json (GH-20094) Victor Stinner
- [Python-checkins] bpo-38872: Document exec symbol for codeop.compile_command (GH-20047) Joannah Nanjekye
- [Python-checkins] bpo-40334: Correctly identify invalid target in assignment errors (GH-20076) Pablo Galindo
- [Python-checkins] bpo-38872: Document exec symbol for codeop.compile_command (GH-20047) (#20099) Miss Islington (bot)
- [Python-checkins] bpo-38872: Document exec symbol for codeop.compile_command (GH-20047) (GH-20098) Miss Islington (bot)
- [Python-checkins] Update code comment re: location of struct _is. (GH-20067) Chris Jerdonek
- [Python-checkins] bpo-40612: Fix SyntaxError edge cases in traceback formatting (GH-20072) Guido van Rossum
- [Python-checkins] Fix typo in code comment in main_loop label. (GH-20068) Chris Jerdonek
- [Python-checkins] [3.8] bpo-40548: GitHub Action workflow: skip jobs on doc only PRs (GH-20100) Victor Stinner
- [Python-checkins] Trivial typo fix in _tkinter.c (GH-19622) Andrew York
- [Python-checkins] bpo-40055: test_distutils leaves warnings filters unchanged (GH-20095) Victor Stinner
- [Python-checkins] bpo-40479: Fix hashlib issue with OpenSSL 3.0.0 (GH-20107) Christian Heimes
- [Python-checkins] bpo-40479: Test with latest OpenSSL versions (GH-20108) Christian Heimes
- [Python-checkins] bpo-40515: Require OPENSSL_THREADS (GH-19953) Christian Heimes
- [Python-checkins] bpo-40607: Reraise exception during task cancelation in asyncio.wait_for() (GH-20054) romasku
- [Python-checkins] bpo-40163: Fix multissltest download of old OpenSSL (GH-19329) Christian Heimes
- [Python-checkins] [3.8] bpo-40515: Require OPENSSL_THREADS (GH-19953) (GH-20119) Christian Heimes
- [Python-checkins] [3.7] bpo-40515: Require OPENSSL_THREADS (GH-19953) (GH-20120) Christian Heimes
- [Python-checkins] bpo-40636: Clarify the zip built-in docstring. (GH-20118) Gregory P. Smith
- [Python-checkins] bpo-40445: Update compileall.compile_dir docs (GH-19806) Shantanu
- [Python-checkins] bpo-40637: Add option to disable builtin hashes (GH-20121) Christian Heimes
- [Python-checkins] Add Andrew York to ACKS for GH-19622. (GH-20105) Chris Jerdonek
- [Python-checkins] bpo-31033: Add a msg argument to Future.cancel() and Task.cancel() (GH-19979) Chris Jerdonek
- [Python-checkins] bpo-39075: types.SimpleNamespace no longer sorts attributes in its repr (GH-19430) Zackery Spytz
- [Python-checkins] bpo-40457: Support OpenSSL without TLS 1.0/1.1 (GH-19862) Christian Heimes
- [Python-checkins] bpo-40503: PEP 615: Tests and implementation for zoneinfo (GH-19909) Paul Ganssle
- [Python-checkins] [3.7] bpo-40457: Support OpenSSL without TLS 1.0/1.1 (GH-19862) (GH-20126) Miss Islington (bot)
- [Python-checkins] bpo-40192: Use thread_cputime for time.thread_time to improve resolution (GH-19381) Batuhan Taskaya
- [Python-checkins] bpo-40275: lazy import modules in test.support (GH-20128) Hai Shi
- [Python-checkins] bpo-39305: Update nntplib to merge nntplib.NNTP and nntplib._NNTPBase (GH-19817) Dong-hee Na
- [Python-checkins] bpo-24416: Return named tuple from date.isocalendar() (GH-20113) Paul Ganssle
- [Python-checkins] bpo-40503: Add documentation and what's new entry for zoneinfo (GH-20006) Paul Ganssle
- [Python-checkins] bpo-37630: Use SHA3 and SHAKE XOF from OpenSSL (GH-16049) Christian Heimes
- [Python-checkins] bpo-38870: Do not separate factor prefixes in ast.unparse (GH-20133) Batuhan Taskaya
- [Python-checkins] bpo-38870: Don't put unnecessary parentheses on class declarations in ast.parse (GH-20134) Batuhan Taskaya
- [Python-checkins] bpo-39740: Early declare devpoll_methods to support old compilers (GH-19281) Batuhan Taskaya
- [Python-checkins] bpo-40211: Clarify os.preadv and os.pwritev are supported on AIX 7.1+ (GH-19401) Batuhan Taskaya
- [Python-checkins] bpo-40165: Suppress stderr when checking if test_stty_match should be skipped (GH-19325) Batuhan Taskaya
- [Python-checkins] bpo-38870: Correctly handle empty docstrings in ast.unparse (GH-18768) Batuhan Taskaya
- [Python-checkins] bpo-38870: Implement round tripping support for typed AST in ast.unparse (GH-17797) Batuhan Taskaya
- [Python-checkins] bpo-40645: Deprecated internal details of hmac.HMAC (GH-20132) Christian Heimes
- [Python-checkins] Use subTest in test_exceptions for better error reporting (GH-20140) Pablo Galindo
- [Python-checkins] bpo-38870: Use subTest in test_unparse for better error reporting (GH-20141) Pablo Galindo
- [Python-checkins] bpo-40334: Improvements to error-handling code in the PEG parser (GH-20003) Lysandros Nikolaou
- [Python-checkins] bpo-29587: Add another test for the gen.throw() fix. (GH-19859) Chris Jerdonek
- [Python-checkins] bpo-35569: Expose RFC 3542 IPv6 socket options on macOS (GH-19526) Erlend Egeberg Aasland
- [Python-checkins] bpo-35569: add Erlend to Misc/ACKS (GH-20146) Ned Deily
- [Python-checkins] bpo-39976: Add **other_popen_kwargs to subprocess docs (GH-20145) Zackery Spytz
- [Python-checkins] bpo-40645: Implement HMAC in C (GH-20129) Christian Heimes
- [Python-checkins] bpo-37630: Fix spelling shake128 -> shake_128 (GH-20154) Christian Heimes
- [Python-checkins] Doc: move a dot outside double quotes (GH-20007) Mathieu Dupuy
- [Python-checkins] Doc: change 'Posix' for 'POSIX' (GH-20001) Mathieu Dupuy
- [Python-checkins] bpo-40597: email: Use CTE if lines are longer than max_line_length consistently (gh-20038) (gh-20084) Miss Islington (bot)
- [Python-checkins] bpo-39705 : sorted() tutorial example under looping techniques improved (GH-18999) Rahul Kumaresan
- [Python-checkins] bpo-39058: Preserve attribute order in argparse Namespace reprs. (GH-17621) Raymond Hettinger
- [Python-checkins] bpo-40536: Add zoneinfo.available_timezones (GH-20158) Paul Ganssle
- [Python-checkins] bpo-40665: Use Argument Clinic for the bisect module (GH-20163) Shantanu
- [Python-checkins] bpo-40651: Improve LRU recipe in the OrderedDict documentation (GH-#20139) qudongfang
- [Python-checkins] bpo-13601: Mention stderr's line buffering in What's New (GH-20168) Shantanu
- [Python-checkins] bpo-31033: Improve the traceback for cancelled asyncio tasks (GH-19951) Chris Jerdonek
- [Python-checkins] bpo-39148: enable ipv6 for datagrams in Proactor (GH-19121) Kjell Braden
- [Python-checkins] bpo-39148: fixup to account for IPV6_ENABLED being moved (GH-20170) Nathaniel J. Smith
- [Python-checkins] bpo-34956: Fix macOS _tkinter use of Tcl/Tk in /Library/Frameworks (GH-20171) Ned Deily
- [Python-checkins] bpo-26317: Support OBJC and OBJCXX configure command line variables (GH-20176) Ned Deily
- [Python-checkins] bpo-40548: Github Actions: update actions/checkout to v2 (GH-20164) Miss Islington (bot)
- [Python-checkins] Revert "bpo-26317: Support OBJC and OBJCXX configure command line variables (GH-20176)" (GH-20182) Ned Deily
- [Python-checkins] bpo-40653: Move _dirnameW out of #ifdef HAVE_SYMLINK/#endif (GH-20144) Minmin Gong
- [Python-checkins] bpo-40650: Include winsock2.h in pytime.c, instead of a full windows.h (GH-20137) Minmin Gong
- [Python-checkins] bpo-40653: Move _dirnameW out of GH-ifdef HAVE_SYMLINK/GH-endif (GH-20144) Miss Islington (bot)
- [Python-checkins] bpo-35890: Use RegQueryInfoKeyW and CryptAcquireContextW explicitly (GH-19974) Minmin Gong
- [Python-checkins] bpo-40257: Revert changes to inspect.getdoc() (GH-20073) Serhiy Storchaka
- [Python-checkins] bpo-40661: Fix segfault when parsing invalid input (GH-20165) Lysandros Nikolaou
- [Python-checkins] bpo-40528: Improve AST generation script to do builds simultaneously (GH-19968) Batuhan Taskaya
- [Python-checkins] bpo-40662: Fixed ast.get_source_segment for ast nodes that have incomplete location information (GH-20157) Irit Katriel
- [Python-checkins] bpo-40663: Correctly handle annotations with subscripts in ast_unparse.c (GH-20156) Batuhan Taskaya
- [Python-checkins] bpo-40669: Install PEG benchmarking dependencies in a venv (GH-20183) Lysandros Nikolaou
- [Python-checkins] bpo-38870: correctly escape unprintable characters on ast.unparse (GH-20166) CyberSaxosTiGER
- [Python-checkins] bpo-40334: Reproduce error message for type comments on bare '*' in the new parser (GH-20151) Lysandros Nikolaou
- [Python-checkins] bpo-38870: Don't omit parenthesis when unparsing a slice in ast.unparse Batuhan Taskaya
- [Python-checkins] Regenerate the parser (#20195) Pablo Galindo
- [Python-checkins] bpo-40275: More lazy imports in test.support (GH-20131) Hai Shi
- [Python-checkins] Use _PyErr_ChainStackItem() inside gen_send_ex(). (GH-20173) Chris Jerdonek
- [Python-checkins] bpo-40669: Use requirements.pip when installing PEG dependencies (GH-20194) Pablo Galindo
- [Python-checkins] Fix code-block in zoneinfo (GH-20201) Anthony Sottile
- [Python-checkins] Python 3.10.0a0 (GH-20198) Pablo Galindo
- [Python-checkins] bpo-32309: Implement asyncio.to_thread() (GH-20143) Kyle Stanley
- [Python-checkins] 3.10 whatsnew needs to use blurb-produced changelog (GH-20213) Ned Deily
- [Python-checkins] bpo-39631: Fix file association MIME type in the Windows installer (GH-20205) Zackery Spytz
- [Python-checkins] bpo-40677: Define IO_REPARSE_TAG_APPEXECLINK explicitly (GH-20206) Minmin Gong
- [Python-checkins] Doc: Python 3.10 in sidebar and version switcher. (GH-20209) Julien Palard
- [Python-checkins] [3.7] Doc: Python 3.10 in sidebar and version switcher. (GH-20209) (GH-20223) Miss Islington (bot)
- [Python-checkins] Doc: Python 3.10 in sidebar and version switcher. (GH-20209) (GH-20224) Miss Islington (bot)
- [Python-checkins] Fix typo in multiprocessing documentation (GH-20016) Joe DeCapo
- [Python-checkins] bpo-40683: Add zoneinfo to LIBSUBDIRS (#20229) Paul Ganssle
- [Python-checkins] bpo-37616: Handle version information more gracefully in getpath.c (GH-20214) Pablo Galindo
- [Python-checkins] Enable GitHub Actions for 3.9 branch (GH-20231) Hugo van Kemenade
- [Python-checkins] bpo-32604: PEP 554 for use in test suite (GH-19985) Joannah Nanjekye
- [Python-checkins] bpo-39631: Adds NEWS entry (GH-20227) Steve Dower
- [Python-checkins] bpo-38870: invalid escape sequence (GH-20240) Batuhan Taskaya
- [Python-checkins] bpo-40645: restrict HMAC key len to INT_MAX (GH-20238) Christian Heimes
- [Python-checkins] bpo-40521: Fix update_slot() when INTERN_NAME_STRINGS is not defined (#20246) Victor Stinner
- [Python-checkins] bpo-40291: Mention socket.CAN_J1939 in What's New (GH-20248) karl ding
- [Python-checkins] Fix the URL to fishshell.com (GH-20251) Jonathan Goble
- [Python-checkins] bpo-34956: edit and format better NEWS item in 3.9.0b1 changelog (GH-20255) Ned Deily
- [Python-checkins] bpo-40698: Improve distutils upload hash digests (GH-20260) Christian Heimes
- [Python-checkins] Use v2 of GitHub Actions where available (GH-20232) Hugo van Kemenade
- [Python-checkins] s/wakup/wakeup (GH-20250) Kunal Bhalla
- [Python-checkins] Update whatsnew benchmark results for 3.9 (GH-20276) Raymond Hettinger
- [Python-checkins] bpo-40651: Improve LRU recipe in the OrderedDict documentation (GH-GH-20139) (GH-20167) Miss Islington (bot)
- [Python-checkins] bpo-32309: Add support for contextvars in asyncio.to_thread() (GH-20278) Kyle Stanley
- [Python-checkins] Improve output summary in the examples and recipes section (GH-20285) Raymond Hettinger
- [Python-checkins] bpo-40714: Remove compile warning from _zoneinfo.c (GH-20291) Dong-hee Na
- [Python-checkins] bpo-40334: Correctly generate C parser when assigned var is None (GH-20296) Batuhan Taskaya
- [Python-checkins] Reword aware/naive introduction sentence (GH-20175) Mathieu Dupuy
- [Python-checkins] Fix typing problems reported by mypy in pegen (GH-20297) Pablo Galindo
- [Python-checkins] bpo-40176: Improve error messages for trailing comma on from import (GH-20294) Batuhan Taskaya
- [Python-checkins] bpo-40715: Reject dict unpacking on dict comprehensions (GH-20292) Batuhan Taskaya
- [Python-checkins] [doc] Remove references to obsolete BuildApplet on macOS. (GH-20023) Andre Delfino
- [Python-checkins] [3.7] [doc] Remove references to obsolete BuildApplet on macOS (GH-20023) (GH-20306) Miss Islington (bot)
- [Python-checkins] bpo-40334: Produce better error messages for non-parenthesized genexps (GH-20153) Lysandros Nikolaou
- [Python-checkins] Fix debug output in PEG parser generator (GH-20308) Pablo Galindo
- [Python-checkins] Restore missing column of digits (GH-20313) Raymond Hettinger
- [Python-checkins] bpo-40630: Add tracemalloc.reset_peak (GH-20102) Huon Wilson
- [Python-checkins] Let the argument clinic do the type checking for heapq (GH-20284) Raymond Hettinger
- [Python-checkins] bpo-40730: Remove redundant 'to' (GH-20316) Florian Dahlitz
- [Python-checkins] bpo-40705: Fix use-after-free in _zoneinfo's module_free (GH-20280) Ammar Askar
- [Python-checkins] bpo-9216: hashlib usedforsecurity fixes (GH-20258) Christian Heimes
- [Python-checkins] bpo-40696: Fix a hang that can arise after gen.throw() (GH-20287) Chris Jerdonek
- [Python-checkins] bpo-40679: Use the function's qualname in certain TypeErrors (GH-20236) Dennis Sweeney
- [Python-checkins] bpo-40327: Improve atomicity, speed, and memory efficiency of the items() loop (GH-19628) Miss Islington (bot)
- [Python-checkins] bpo-40214: Fix ctypes WinDLL test with insecure flags (GH-19652) Miss Islington (bot)
- [Python-checkins] [3.7] bpo-40663: Correctly handle annotations with subscripts in ast_unparse.c (GH-20156). (GH-20192) Batuhan Taskaya
- [Python-checkins] [3.8] bpo-40663: Correctly handle annotations with subscripts in ast_unparse.c (GH-20156). (GH-20191) Batuhan Taskaya
- [Python-checkins] bpo-40552 Add 'users' variable in code sample (tutorial 4.2). (GH-19992) Antoine
- [Python-checkins] [doc] Add missing space in urllib.request.rst (GH-19860) Sardorbek Imomaliev
- [Python-checkins] bpo-40439: Update broken link in lexical analysis docs (GH-20184) Matteo Bertucci
- [Python-checkins] Add pt-br switcher to the Documentation website (GH-20301) Rafael Fontenelle
- [Python-checkins] bpo-34556: Document addition of upgrade_deps to venv.create (GH-20135) Shantanu
- [Python-checkins] bpo-40405: Fix asyncio.as_completed docs (GH-19753) Bar Harel
- [Python-checkins] Use Py_ssize_t for the column number in the PEG support code (GH-20341) Pablo Galindo
- [Python-checkins] Remove spurious NULL in descrobject.c (GH-20344) Hai Shi
- [Python-checkins] bpo-37973: Improve the docstrings of sys.float_info (GH-19218) Zackery Spytz
- [Python-checkins] bpo-40723: Make IDLE autocomplete test run without __main__.__file__ (GH-20311) Florian Dahlitz
- [Python-checkins] bpo-37309: Update NEWS.txt for 3.7.8 (GH-20353) Terry Jan Reedy
- [Python-checkins] [3.8] bpo-37309: Update IDLE NEWS.txt for 3.8.4 (GH-20355) Terry Jan Reedy
- [Python-checkins] bpo-37309: Update IDLE NEWS.txt (GH-20356) Terry Jan Reedy
- [Python-checkins] bpo-40443: Remove unused imports in the zoneinfo (GH-20354) Dong-hee Na
- [Python-checkins] bpo-17050: Remove documentation on argparse.REMAINDER (GH-18661) Albert
- [Python-checkins] bpo-36290: Fix keytword collision handling in AST node constructors (GH-12382) Miss Islington (bot)
- [Python-checkins] bpo-40334: Support suppressing of multiple optional variables in Pegen (GH-20367) Batuhan Taskaya
- [Python-checkins] bpo-38580: Document that select() accepts iterables, not just sequences (GH-16832) Jakub Stasiak
- [Python-checkins] bpo-35714: Reject null characters in struct format strings (GH-16928) Zackery Spytz
- [Python-checkins] bpo-40695: Limit hashlib builtin hash fallback (GH-20259) Christian Heimes
- [Python-checkins] bpo-40671: Prepare _hashlib for PEP 489 (GH-20180) Christian Heimes
- [Python-checkins] bpo-34397: Remove redundant overflow checks in list and tuple implementation. (GH-8757) Sergey Fedoseev
- [Python-checkins] bpo-38972: Fix typos in PowerShell Execution Policies links (GH-20383) Miss Islington (bot)
- [Python-checkins] bpo-39573: Convert Py_TYPE() to a static inline function (GH-20290) Dong-hee Na
- [Python-checkins] bpo-39573: Fix buildbot failure for tupleobject.c (GH-20391) Dong-hee Na
- [Python-checkins] bpo-40750: Support -d flag in the new parser (GH-20340) Pablo Galindo
- [Python-checkins] bpo-40750: Do not expand the new parser debug flags if Py_BUILD_CORE is not defined (GH-20393) Pablo Galindo
- [Python-checkins] Closes bpo-40558: update CONTRIBUTING.rst to reflect current branches (GH-19989) Hai Shi
- [Python-checkins] bpo-23082: Better error message for PurePath.relative_to() from pathlib (GH-19611) Rotuna
- [Python-checkins] bpo-40688: Use the correct parser in the peg_generator scripts (GH-20235) Lysandros Nikolaou
- [Python-checkins] [workflow] Use Sphinx problem matcher on GitHub docs builds (GH-20325) Ammar Askar
- [Python-checkins] bpo-38964: Print correct filename on a SyntaxError in an fstring (GH-20399) Lysandros Nikolaou
- [Python-checkins] closes bpo-40774: Fix docs indentation for asyncio.create_subprocess_shell() (GH-20403) sth
- [Python-checkins] Fix peg_generator compiler warnings under MSVC (GH-20405) Ammar Askar
- [Python-checkins] Simplify creation of the __new__ method in namedtuple() (GH-20361) Raymond Hettinger
- [Python-checkins] bpo-40745: Fix typos in NewType docs (GH-20379) ziheng
- [Python-checkins] bpo-39830: Add zipfile.Path to __all__ (GH-19115) (GH-19116) Miss Islington (bot)
- [Python-checkins] Remove duplicated words words (GH-20413) Serhiy Storchaka
- [Python-checkins] bpo-39301: State that floor division is used for right shift operations (GH-20347) Zackery Spytz
- [Python-checkins] bpo-39301: State that floor division is used for right shift operations (GH-20347) (GH-20415) Miss Islington (bot)
- [Python-checkins] bpo-39301: State that floor division is used for right shift operations (GH-20347) (GH-20416) Miss Islington (bot)
- [Python-checkins] [3.8] bpo-35714: Reject null characters in struct format strings (GH-16928) (GH-20419) Zackery Spytz
- [Python-checkins] bpo-40637: Fix test_pbkdf2_hmac_py for missing sha1 (#20422) Christian Heimes
- [Python-checkins] bpo-40737: Fix possible reference leak for sqlite3 initialization (GH-20323) Erlend Egeberg Aasland
- [Python-checkins] [3.7] bpo-38580: Document that select() accepts iterables, not just sequences (GH-16832) Tal Einat
- [Python-checkins] [3.8] bpo-38580: Document that select() accepts iterables, not just sequences (GH-16832) Tal Einat
- [Python-checkins] bpo-39244: multiprocessing return default start method first on macOS (GH-18625) idomic
- [Python-checkins] bpo-40756: Default second argument of LoggerAdapter.__init__ to None (GH-20362) Arturo Escaip
- [Python-checkins] bpo-37999: No longer use __int__ in implicit integer conversions. (GH-15636) Serhiy Storchaka
- [Python-checkins] Add soft keywords (GH-20370) Guido van Rossum
- [Python-checkins] bpo-40611: Adds MAP_POPULATE to the mmap module (GH-20061) Ethan Steinberg
- [Python-checkins] Fix lookahead of soft keywords in the PEG parser (GH-20436) Pablo Galindo
- [Python-checkins] bpo-40217: Ensure Py_VISIT(Py_TYPE(self)) is always called for PyType_FromSpec types (reverts GH-19414) (GH-20264) Pablo Galindo
- [Python-checkins] Fix the link to ncurses patch download in macos installer build script (GH-20421) Miss Islington (bot)
- [Python-checkins] Upgrade bundled versions of pip & setuptools (#16782) Xavier Fernandez
- [Python-checkins] bpo-37999: Fix outdated __int__ and nb_int references in comments (GH-20449) Mark Dickinson
- [Python-checkins] bpo-39573: Convert Py_REFCNT and Py_SIZE to functions (GH-20429) Victor Stinner
- [Python-checkins] Clean up compatibility code in importlib fixtures (GH-19156) (#19543) Miss Islington (bot)
- [Python-checkins] bpo-39073: validate Address parts to disallow CRLF (GH-19007) Miss Islington (bot)
- [Python-checkins] bpo-13097: ctypes: limit callback to 1024 arguments (GH-19914) Sean Gillespie
- [Python-checkins] Refactor error handling code in Parser/pegen/pegen.c (GH-20440) Lysandros Nikolaou
- [Python-checkins] bpo-30064: Fix asyncio loop.sock_* race condition issue (#20369) Fantix King
- [Python-checkins] bpo-40791: Use CRYPTO_memcmp() for compare_digest (#20456) Christian Heimes
- [Python-checkins] bpo-40025: Require _generate_next_value_ to be defined before members(GH-19763) Miss Islington (bot)
- [Python-checkins] bpo-40614: Respect feature version for f-string debug expressions (GH-20196) Shantanu
- [Python-checkins] Fix compiler warnings in _zoneinfo.c (GH-20342) Pablo Galindo
- [Python-checkins] bpo-37129: Add os.RWF_APPEND flag for os.pwritev() (GH-20336) YoSTEALTH
- [Python-checkins] Revert "bpo-32604: PEP 554 for use in test suite (GH-19985)" (#20465) Pablo Galindo
- [Python-checkins] bpo-40275: Adding threading_helper submodule in test.support (GH-20263) Hai Shi
- [Python-checkins] bpo-40795: ctypes calls unraisablehook with an exception (GH-20452) Victor Stinner
- [Python-checkins] bpo-40275: test.support.check_impl_detail() uses sys.implementation (GH-20468) Victor Stinner
- [Python-checkins] bpo-39073: validate Address parts to disallow CRLF (GH-19007) (#19224) Miss Islington (bot)
- [Python-checkins] bpo-40275: test.support imports subprocess lazily (GH-20471) Victor Stinner
- [Python-checkins] bpo-39939: Fix removeprefix issue number in the What's New in Python 3.9 (GH-20473) Elazar Gershuni
- [Python-checkins] Improve IO tutorial's "Old string formatting" section (GH-16251) Adorilson Bezerra
- [Python-checkins] bpo-40792: Make the result of PyNumber_Index() always having exact type int. (GH-20443) Serhiy Storchaka
- [Python-checkins] Revert "Upgrade bundled versions of pip & setuptools (#16782)" (GH-20484) Victor Stinner
- [Python-checkins] bpo-30064: Fix unstable asyncio "racing" socket tests (GH-20485) Victor Stinner
- [Python-checkins] bpo-40275: Remove test.support.TESTFN_ENCODING (GH-20482) Hai Shi
- [Python-checkins] bpo-40275: Fix test.support.threading_helper (GH-20488) Victor Stinner
- [Python-checkins] bpo-25920: Remove socket.getaddrinfo() lock on macOS (GH-20177) Victor Stinner
- [Python-checkins] bpo-37878: PyThreadState_DeleteCurrent() was not removed (GH-20489) Victor Stinner
- [Python-checkins] bpo-40806: Clarify that itertools.product immediately consumes its inpt (GH-20492) Ramil Nugmanov
- [Python-checkins] bpo-40474: Updated coverage.yml to better report coverage stats (#19851) lrjball
- [Python-checkins] Note the output ordering of combinatoric functions (GH-19732) Ruaridh Williamson
- [Python-checkins] Note the output ordering of combinatoric functions (GH-19732) (GH-20502) Miss Islington (bot)
- [Python-checkins] bpo-30064: Properly skip unstable loop.sock_connect() racing test (GH-20494) Fantix King
- [Python-checkins] bpo-40784: Fix sqlite3 deterministic test (GH-20448) Erlend Egeberg Aasland
- [Python-checkins] bpo-39040: Fix parsing of email mime headers with whitespace between encoded-words. (gh-17620) Abhilash Raj
- [Python-checkins] Indicate that abs() method accept argument that implement __abs__(), just like call() method in the docs (GH-20509) Windson yang
- [Python-checkins] [3.8] bpo-25872: Fix KeyError in linecache when multithreaded (GH-18007) (GH-20092) Andrew Kuchling
- [Python-checkins] bpo-40780: Fix failure of _Py_dg_dtoa to remove trailing zeros (GH-20435) Mark Dickinson
- [Python-checkins] Further de-linting of zoneinfo module (#20499) Paul Ganssle
- [Python-checkins] bpo-29882: Add an efficient popcount method for integers (#771) Niklas Fiekas
- [Python-checkins] bpo-24048: Save the live exception during import.c's remove_module() (GH-13005) Miss Islington (bot)
- [Python-checkins] bpo-39885: Make IDLE context menu cut and copy work again (GH-18951) Terry Jan Reedy
- [Python-checkins] closes bpo-29017: Update the bindings for Qt information with PySide2 (GH-20149) Samuel Gaist
- [Python-checkins] bpo-40798: Generate a different message for already removed elements (GH-20483) Florian Dahlitz
- [Python-checkins] bpo-40061: Fix a possible refleak in _asynciomodule.c (GH-19748) Zackery Spytz
- [Python-checkins] bpo-40829: Add a what's new entry about deprecation of shuffle's random parameter (GH-20541) Batuhan Taskaya
- [Python-checkins] Fix asyncio.to_thread() documented return type (GH-20547) Kyle Stanley
- [Python-checkins] bpo-40755: Add rich comparisons to Counter (GH-20548) Raymond Hettinger
- [Python-checkins] bpo-40759: Deprecate the symbol module (GH-20364) Batuhan Taskaya
- [Python-checkins] Fix typo in "What's new in Python 3.9" (GH-20559) Lysandros Nikolaou
- [Python-checkins] bpo-17005: Move topological sort functionality to its own module (GH-20558) Pablo Galindo
Last message date: Sun May 31 19:41:18 EDT 2020
Archived on: Sun Sep 6 00:38:26 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