July 2021 Archives by date
Starting: Thu Jul 1 08:13:14 EDT 2021
Ending: Sat Jul 31 23:01:43 EDT 2021
Messages: 500
- [Python-checkins] Add file describing how to add or modify specialized families of instructions. (GH-26954)
markshannon
- [Python-checkins] bpo-43216: Remove @asyncio.coroutine (GH-26369)
vstinner
- [Python-checkins] bpo-43234: Prohibit non-ThreadPoolExecutor in loop.set_default_executor (GH-24540)
serhiy-storchaka
- [Python-checkins] bpo-44313: bump up magic (#26983)
isidentical
- [Python-checkins] bpo-43425: Update setup.py not to use distutils.log (GH-26969)
corona10
- [Python-checkins] bpo-43425: Update setup.py not to use distutils.log (GH-26969)
miss-islington
- [Python-checkins] bpo-30256: Add manager_owned keyword arg to AutoProxy (GH-16341)
gvanrossum
- [Python-checkins] bpo-30256: Add manager_owned keyword arg to AutoProxy (GH-16341) (#26987)
gvanrossum
- [Python-checkins] bpo-30256: Add manager_owned keyword arg to AutoProxy (GH-16341) (GH-26989)
gvanrossum
- [Python-checkins] bpo-34798: [doc] clearer presentation of pprint.PrettyPrinter constru… (GH-26967)
iritkatriel
- [Python-checkins] bpo-34798: [doc] clearer presentation of pprint.PrettyPrinter constru… (GH-26967) (GH-26990)
iritkatriel
- [Python-checkins] bpo-43950: Add code.co_positions (PEP 657) (GH-26955)
pablogsal
- [Python-checkins] bpo-30256: [doc] Fix formatting error in news (GH-26994)
iritkatriel
- [Python-checkins] bpo-30256: [doc] Fix formatting error in news (GH-26994) (GH-26996)
iritkatriel
- [Python-checkins] [3.10] bpo-30256: [doc] Fix formatting error in news (GH-26994) (GH-26998)
iritkatriel
- [Python-checkins] bpo-43950: optimize column table assembling with pre-sizing object (GH-26997)
miss-islington
- [Python-checkins] bpo-44388: Update venv EnvBuilder.ensure_directories() docs. (GH-26663)
miss-islington
- [Python-checkins] bpo-42238: rstlint: Add two new checks. (GH-26966)
JulienPalard
- [Python-checkins] bpo-44553 : Implement GC methods for types.Union (GH-26993)
serhiy-storchaka
- [Python-checkins] bpo-44553 : Implement GC methods for types.Union (GH-26993)
miss-islington
- [Python-checkins] Fix a small typo in the docs (GH-26991)
nanjekyejoannah
- [Python-checkins] bpo-44129: Add descriptive global variables for general purpose bit flags (GH-26118)
serhiy-storchaka
- [Python-checkins] bpo-34266: [pdb] handle ValueError from shlex.split() (GH-26656)
iritkatriel
- [Python-checkins] bpo-34266: [pdb] handle ValueError from shlex.split() (GH-26656) (GH-27005)
iritkatriel
- [Python-checkins] [3.10] bpo-34266: [pdb] handle ValueError from shlex.split() (GH-26656) (GH-27006)
iritkatriel
- [Python-checkins] Fix a small typo in the docs (GH-26991) (GH-27003)
nanjekyejoannah
- [Python-checkins] bpo-44553: Correct failure in tp_new for the union object (GH-27008)
pablogsal
- [Python-checkins] bpo-44553: Correct failure in tp_new for the union object (GH-27008) (GH-27009)
pablogsal
- [Python-checkins] [3.10] bpo-44559: [Enum] revert enum module to 3.9 (GH-27010)
ethanfurman
- [Python-checkins] bpo-44562: Remove invalid PyObject_GC_Del from error path of types.GenericAlias … (GH-27016)
pablogsal
- [Python-checkins] bpo-44562: Remove invalid PyObject_GC_Del from error path of types.GenericAlias … (GH-27016)
miss-islington
- [Python-checkins] bpo-44562: Remove invalid PyObject_GC_Del from error path of types.GenericAlias … (GH-27016) (GH-27018)
pablogsal
- [Python-checkins] bpo-43950: use 0-indexed column offsets for bytecode positions (GH-27011)
miss-islington
- [Python-checkins] bpo-43950: include position in dis.Instruction (GH-27015)
miss-islington
- [Python-checkins] Revert "bpo-44562: Remove invalid PyObject_GC_Del from error path of types.GenericAlias … (GH-27016) (GH-27018)" (GH-27022)
pablogsal
- [Python-checkins] bpo-43950: Print columns in tracebacks (PEP 657) (GH-26958)
pablogsal
- [Python-checkins] bpo-41486: zlib uses an UINT32_MAX sliding window for the output buffer (GH-26143)
gpshead
- [Python-checkins] bpo-41486: zlib uses an UINT32_MAX sliding window for the output buffer (GH-26143)
miss-islington
- [Python-checkins] bpo-44534: fix wording and docstring sync in unittest.Mock GH27000
cjw296
- [Python-checkins] bpo-44558: Make the implementation consistency of operator.indexOf (GH-27012)
corona10
- [Python-checkins] bpo-44558: Make the implementation consistency of operator.indexOf (GH-27012)
miss-islington
- [Python-checkins] bpo-44558: Make the implementation consistency of operator.indexOf (GH-27012)
miss-islington
- [Python-checkins] bpo-44562: Use PyType_GenericAlloc in Py_GenericAlias (GH-27021)
pablogsal
- [Python-checkins] bpo-44562: Use PyType_GenericAlloc in Py_GenericAlias (GH-27021)
miss-islington
- [Python-checkins] bpo-44022: Fix Sphinx role in NEWS entry (GH-27033)
miss-islington
- [Python-checkins] bpo-44479: Regenerate test_frozenmain.h and frozen_hello.h during build on Windows (GH-26984)
zooba
- [Python-checkins] [3.9] bpo-44562: Remove invalid PyObject_GC_Del from error path of types.GenericAlias … (GH-27016) (GH-27028)
pablogsal
- [Python-checkins] bpo-43453: Update and re-add example to typing runtime_checkable (#27013)
gvanrossum
- [Python-checkins] bpo-44479: Regenerate test_frozenmain.h and frozen_hello.h during build on Windows (GH-26984)
zooba
- [Python-checkins] bpo-43453: Update and re-add example to typing runtime_checkable (GH-27013)
miss-islington
- [Python-checkins] bpo-44563: Fix error handling in tee.fromiterable() (GH-27020)
pablogsal
- [Python-checkins] bpo-44563: Fix error handling in tee.fromiterable() (GH-27020) (GH-27042)
pablogsal
- [Python-checkins] bpo-44563: Fix error handling in tee.fromiterable() (GH-27020) (GH-27041)
pablogsal
- [Python-checkins] Fix Sphinx directive typo in 3.7.11 changelog.
ned-deily
- [Python-checkins] Fix Sphinx directive type in 3.6.14 changelog.
ned-deily
- [Python-checkins] bpo-38291: Fix a spurious warning when using help(object) (#27039)
gvanrossum
- [Python-checkins] bpo-44490: Add __parameters__ and __getitem__ to types.Union (GH-26980)
gvanrossum
- [Python-checkins] Doc: Fix link in multiprocessing.starmap pointing to builtin map. (GH-26560)
JulienPalard
- [Python-checkins] bpo-44530: Add co_qualname field to PyCodeObject (GH-26941)
pablogsal
- [Python-checkins] bpo-44530: Document the new CodeObject.co_qualname attribute (GH-27052)
pablogsal
- [Python-checkins] bpo-44558: Match countOf `is`/`==` treatment to c (GH-27007)
corona10
- [Python-checkins] bpo-44558: Match countOf `is`/`==` treatment to c (GH-27007)
miss-islington
- [Python-checkins] [3.9] bpo-44558: Match countOf `is`/`==` treatment to c (GH-27007). (GH-27055)
corona10
- [Python-checkins] bpo-44479: Simplified LICENSE.txt regeneration in Windows build (GH-27056)
zooba
- [Python-checkins] bpo-44479: Simplified LICENSE.txt regeneration in Windows build (GH-27056)
zooba
- [Python-checkins] bpo-43950: Add option to opt-out of PEP-657 (GH-27023)
pablogsal
- [Python-checkins] Remove __cleanenv from PEP-657 tests (GH-27060)
pablogsal
- [Python-checkins] bpo-43895: Remove an unnecessary cache of shared object handles (GH-25487)
gpshead
- [Python-checkins] bpo-41137: Use utf-8 encoding while reading .pdbrc files (GH-21263)
methane
- [Python-checkins] Doc: Fix wrong exception used in example. (GH-26572)
JulienPalard
- [Python-checkins] bpo-43908: Immutable types inherit vectorcall (GH-27001)
vstinner
- [Python-checkins] bpo-44581: Don't execute quickened instructions if tracing is on (GH-27064)
markshannon
- [Python-checkins] docs: add the word 'official' (GH-26849)
zware
- [Python-checkins] docs: add the word 'official' (GH-26849)
miss-islington
- [Python-checkins] docs: add the word 'official' (GH-26849)
zware
- [Python-checkins] bpo-44582: Accelerate mimetypes.init on Windows with a native accelerator (GH-27059)
zooba
- [Python-checkins] bpo-44582: Accelerate mimetypes.init on Windows with a native accelerator (GH-27059)
miss-islington
- [Python-checkins] bpo-44446: support lineno being None in traceback.FrameSummary (GH-26781)
pablogsal
- [Python-checkins] [3.10] bpo-44446: support lineno being None in traceback.FrameSummary (GH-26781) (GH-27072)
pablogsal
- [Python-checkins] bpo-44570: Fix line tracing for forwards jumps to duplicated tails (GH-27068)
pablogsal
- [Python-checkins] bpo-44570: Fix line tracing for forward jumps to duplicated tails (GH-27067)
pablogsal
- [Python-checkins] Doc: Fix wrong exception used in example. (GH-26572)
miss-islington
- [Python-checkins] Remove irrelevant comment which was added in 2a70a3a (GH-27044)
gpshead
- [Python-checkins] [3.10] bpo-43897: ast validation for pattern matching nodes (GH-27074)
pablogsal
- [Python-checkins] bpo-44317: Improve tokenizer errors with more informative locations (GH-26555)
pablogsal
- [Python-checkins] bpo-44317: Improve tokenizer errors with more informative locations (GH-26555) (GH-27079)
pablogsal
- [Python-checkins] Python 3.10.0b4
pablogsal
- [Python-checkins] bpo-43219: shutil.copyfile, raise a less confusing exception instead of IsADirectoryError (GH-27049)
gpshead
- [Python-checkins] bpo-43219: shutil.copyfile, raise a less confusing exception instead of IsADirectoryError (GH-27049)
miss-islington
- [Python-checkins] [3.9] bpo-43219: shutil.copyfile, raise a less confusing exception instead of IsADirectoryError (GH-27049) (GH-27082)
miss-islington
- [Python-checkins] bpo-29753: revert 0d7ad9f (GH-19850) (GH-27085)
pablogsal
- [Python-checkins] bpo-29753: revert 0d7ad9f (GH-19850) (GH-27085)
miss-islington
- [Python-checkins] bpo-44207: Add an internal version number to function objects. (GH-27078)
markshannon
- [Python-checkins] build(deps): bump actions/upload-artifact from 2.2.3 to 2.2.4 (#26979)
ambv
- [Python-checkins] bpo-26329: update os.path.normpath documentation (GH-20138)
nanjekyejoannah
- [Python-checkins] bpo-26329: update os.path.normpath documentation (GH-20138) (GH-27094)
ambv
- [Python-checkins] bpo-44022: Improve the regression test. (GH-26503) (#26506)
ambv
- [Python-checkins] bpo-44472: Fix ltrace functionality when exceptions are raised (GH-26822) (#26831)
ambv
- [Python-checkins] bpo-43298: Improved error message when building without the Windows SDK installed (GH-26800) (#26803)
ambv
- [Python-checkins] bpo-43207: InspectLoader.is_package is not an abstract method (GH-24517) (#26322)
ambv
- [Python-checkins] [3.9] bpo-38820: Test with OpenSSL 3.0.0-alpha16 (GH-25942) (#25944)
ambv
- [Python-checkins] bpo-42194: Add "New in version: 3.9" to argparse.BooleanOptionalAction (GH-23026)
ambv
- [Python-checkins] bpo-26329: update os.path.normpath documentation (GH-20138) (#27095)
ambv
- [Python-checkins] bpo-42194: Add "New in version: 3.9" to argparse.BooleanOptionalAction (GH-23026) (#27097)
ambv
- [Python-checkins] [3.9] bpo-43048: RecursionError traceback RecursionError bugfix for cpy3.9 (GH-24460) (#24460)
ambv
- [Python-checkins] bpo-42194: Add "New in version: 3.9" to argparse.BooleanOptionalAction (GH-23026) (#27098)
ambv
- [Python-checkins] [Enum] add news entry for enum module reversion (GH-27099)
ethanfurman
- [Python-checkins] bpo-43950: Specialize tracebacks for subscripts/binary ops (GH-27037)
pablogsal
- [Python-checkins] bpo-44613: Make importlib.metadata non-provisional (#27101)
warsaw
- [Python-checkins] bpo-43950: Add documentation for PEP-657 (GH-27047)
pablogsal
- [Python-checkins] bpo-44613: Make importlib.metadata non-provisional (GH-27101) (#27106)
warsaw
- [Python-checkins] bpo-44472: Fix ltrace functionality when exceptions are raised (GH-26822) (GH-26830)
pablogsal
- [Python-checkins] Remove unnecessary pass statements (GH-27103)
ambv
- [Python-checkins] bpo-35113: clean up duplicate import and comment (#27073)
ambv
- [Python-checkins] bpo-38741: Definition of multiple ']' in header configparser (GH-17129)
ambv
- [Python-checkins] bpo-44514: Add doctest testcleanup for configparser and bz2 (#26909)
ambv
- [Python-checkins] bpo-43126: Expand docs on io.IOBase.readlines() method (#27061)
ambv
- [Python-checkins] bpo-44514: Add doctest testcleanup for configparser and bz2 (GH-26909) (#27111)
ambv
- [Python-checkins] bpo-44514: Add doctest testcleanup for configparser and bz2 (GH-26909) (GH-27112)
ambv
- [Python-checkins] bpo-38741: Definition of multiple ']' in header configparser (GH-17129) (#27110)
ambv
- [Python-checkins] bpo-43126: Expand docs on io.IOBase.readlines() method (GH-27061) (GH-27113)
ambv
- [Python-checkins] bpo-43126: Expand docs on io.IOBase.readlines() method (GH-27061) (#27114)
ambv
- [Python-checkins] Fix typos in Mac/README.rst (#27108)
ambv
- [Python-checkins] bpo-44572: On Windows, disconnect STDIN in platform._syscmd_ver() to prevent erroneous STDIN consumption (GH-27092)
zooba
- [Python-checkins] bpo-44572: On Windows, disconnect STDIN in platform._syscmd_ver() to prevent erroneous STDIN consumption (GH-27092) (GH-27124)
pablogsal
- [Python-checkins] bpo-33346: Allow async comprehensions inside implicit async comprehensions (GH-6766)
pablogsal
- [Python-checkins] bpo-44630: Fix assertion errors in csv module (GH-27127)
gpshead
- [Python-checkins] [3.10] bpo-44630: Fix assertion errors in csv module (GH-27127) (GH-27129)
miss-islington
- [Python-checkins] bpo-44630: Fix assertion errors in csv module (GH-27127)
miss-islington
- [Python-checkins] bpo-44606: Fix __instancecheck__ and __subclasscheck__ for the union type. (GH-27120)
serhiy-storchaka
- [Python-checkins] bpo-44606: Fix __instancecheck__ and __subclasscheck__ for the union type. (GH-27120)
miss-islington
- [Python-checkins] bpo-44608: Fix memory leak in _tkinter._flatten() (GH-27107)
serhiy-storchaka
- [Python-checkins] bpo-44608: Fix memory leak in _tkinter._flatten() (GH-27107)
miss-islington
- [Python-checkins] bpo-44608: Fix memory leak in _tkinter._flatten() (GH-27107)
miss-islington
- [Python-checkins] bpo-44616: Mark all clean up instructions at end of named exception block as artificial (GH-27109)
markshannon
- [Python-checkins] bpo-44616: Mark all clean up instructions at end of named exception block as artificial (GH-27109) (GH-27135)
markshannon
- [Python-checkins] bpo-42064: Move `sqlite3` exceptions to global state, part 2 of 2 (GH-26884)
miss-islington
- [Python-checkins] bpo-44572: On Windows, disconnect STDIN in platform._syscmd_ver() to prevent erroneous STDIN consumption (GH-27092)
zooba
- [Python-checkins] bpo-44635: Convert None to NoneType in the union type constructor (GH-27136)
serhiy-storchaka
- [Python-checkins] bpo-44632: Fix support of TypeVar in the union type (GH-27139)
serhiy-storchaka
- [Python-checkins] bpo-44639: fix typo in sqlite.rst (transation => transaction) (GH-27145)
miss-islington
- [Python-checkins] Fix docstring typo in sqlite3.Connection.executescript/sqlite3.Cursor.executescript (GH-27147)
miss-islington
- [Python-checkins] Add release highlights for the 3.10 what's new document (GH-27150)
pablogsal
- [Python-checkins] [3.10] Add release highlights for the 3.10 what's new document (GH-27150) (GH-27152)
pablogsal
- [Python-checkins] bpo-44639: fix typo in sqlite.rst (transation => transaction) (GH-27145) (GH-27148)
pablogsal
- [Python-checkins] bpo-44639: fix typo in sqlite.rst (transation => transaction) (GH-27145) (GH-27149)
pablogsal
- [Python-checkins] bpo-34932: Add socket.TCP_KEEPALIVE for macOS (GH-25079)
pablogsal
- [Python-checkins] [3.10] Fix docstring typo in sqlite3.Connection.executescript/sqlite3.Cursor.executescript (GH-27147) (GH-27151)
pablogsal
- [Python-checkins] bpo-34932: Add socket.TCP_KEEPALIVE for macOS (GH-25079)
miss-islington
- [Python-checkins] bpo-44473: Update docstring and documentation for QueueHandler.prepar… (GH-27140)
miss-islington
- [Python-checkins] bpo-44589: raise a SyntaxError when mapping patterns have duplicate literal keys (GH-27131)
brandtbucher
- [Python-checkins] [3.10] bpo-44589: raise a SyntaxError when mapping patterns have duplicate literal keys (GH-27131) (GH-27157)
miss-islington
- [Python-checkins] [3.10] bpo-44635: Convert None to NoneType in the union type constructor (GH-27136). (GH-27142)
serhiy-storchaka
- [Python-checkins] bpo-44632: Fix support of TypeVar in the union type (GH-27139) (GH-27143)
serhiy-storchaka
- [Python-checkins] Fix osx_framework_user include to match distutils (#27093)
ambv
- [Python-checkins] Fix osx_framework_user include to match distutils (GH-27093) (GH-27159)
ambv
- [Python-checkins] Remove unnecessary test for `xc == 1` in _pydecimal (GH-27102)
ambv
- [Python-checkins] bpo-42799: fnmatch module: bump up size of lru_cache for patterns (GH-27084)
ambv
- [Python-checkins] Remove unnecessary pass statement in msvccompiler.py (GH-27123)
ambv
- [Python-checkins] bpo-26280: Port BINARY_SUBSCR to PEP 659 adaptive interpreter (GH-27043)
markshannon
- [Python-checkins] bpo-42073: allow classmethod to wrap other classmethod-like descriptors (#27115)
ambv
- [Python-checkins] bpo-44622: Set line number of END_ASYNC_FOR to match that of iterator. (GH-27160)
markshannon
- [Python-checkins] bpo-42073: allow classmethod to wrap other classmethod-like descriptors (GH-27115) (GH-27162)
ambv
- [Python-checkins] Remove sys._deactivate_opcache() now that is not needed (GH-27154)
pablogsal
- [Python-checkins] bpo-44622: Set line number of END_ASYNC_FOR to match that of iterator. (GH-27160) (GH-27163)
ambv
- [Python-checkins] bpo-44641: Use vectorcall in sqlite3 collation callback (GH-27158)
pablogsal
- [Python-checkins] bpo-44626: Merge basic blocks earlier to enable better handling of exit blocks without line numbers (GH-27138)
pablogsal
- [Python-checkins] bpo-44647: Fix test_httpservers failing on Unicode characters in os.environ on Windows (GH-27161)
ambv
- [Python-checkins] bpo-44647: Fix test_httpservers failing on Unicode characters in os.environ on Windows (GH-27161) (#27169)
ambv
- [Python-checkins] bpo-44647: Fix test_httpservers failing on Unicode characters in os.environ on Windows (GH-27161) (#27170)
ambv
- [Python-checkins] bpo-44184: Apply GH-26274 to the non-GC-type branch of subtype_dealloc (GH-27165)
Yhg1s
- [Python-checkins] bpo-44184: Apply GH-26274 to the non-GC-type branch of subtype_dealloc (GH-27165) (GH-27174)
Yhg1s
- [Python-checkins] bpo-44184: Apply GH-26274 to the non-GC-type branch of subtype_dealloc (GH-27165) (GH-27175)
Yhg1s
- [Python-checkins] bpo-44184: Fix subtype_dealloc() for freed type (GH-26274)
miss-islington
- [Python-checkins] bpo-43950: make BinOp specializations more reliable (GH-27126)
pablogsal
- [Python-checkins] bpo-44646: Fix the hash of the union type. (#27179)
ambv
- [Python-checkins] bpo-44646: Fix the hash of the union type. (GH-27179) (#27180)
ambv
- [Python-checkins] bpo-44636: Collapse union of equal types (GH-27178)
serhiy-storchaka
- [Python-checkins] bpo-44645: Check for interrupts on any potentially backwards edge. (GH-27167)
markshannon
- [Python-checkins] [3.10] bpo-44645: Check for interrupts on any potentially backwards edge. (GH-27167) (GH-27183)
pablogsal
- [Python-checkins] bpo-44626: Merge basic blocks earlier to enable better handling of exit blocks without line numbers (GH-27138) (GH-27182)
pablogsal
- [Python-checkins] [3.10] bpo-44636: Collapse union of equal types (GH-27178) (GH-27181)
serhiy-storchaka
- [Python-checkins] Remove unnecessary 'invalid_primary' rule in the parser (GH-27186)
pablogsal
- [Python-checkins] bpo-44569: Decouple frame formatting in traceback.py (GH-27038)
pablogsal
- [Python-checkins] bpo-40897:Give priority to using the current class constructor in `inspect.signature` (#27177)
ambv
- [Python-checkins] bpo-44652: Preserve natural order of args in the union type. (GH-27185)
serhiy-storchaka
- [Python-checkins] bpo-44638: Add a reference to the zipp project and hint as to how to use it. (GH-27188)
miss-islington
- [Python-checkins] bpo-44647: Add a permanent Unicode-valued env var to regrtest (#27187)
ambv
- [Python-checkins] bpo-40897:Give priority to using the current class constructor in `inspect.signature` (GH-27177) (#27189)
ambv
- [Python-checkins] [3.10] bpo-44652: Preserve natural order of args in the union type. (GH-27185) (GH-27190)
miss-islington
- [Python-checkins] bpo-44647: Add a permanent Unicode-valued env var to regrtest (GH-27187) (#27191)
ambv
- [Python-checkins] bpo-20201: variadic arguments support for AC (GH-18609)
isidentical
- [Python-checkins] Remove legacy opcache structs (GH-27164)
corona10
- [Python-checkins] Revert "bpo-44645: Check for interrupts on any potentially backwards edge. (GH-27167)" (#27194)
ambv
- [Python-checkins] Revert "bpo-44645: Check for interrupts on any potentially backwards edge. (GH-27167)" (GH-27194) (#27195)
ambv
- [Python-checkins] bpo-44655: Don't include suggestions for attributes that are the same as the missing one (GH-27197)
pablogsal
- [Python-checkins] bpo-44655: Don't include suggestions for attributes that are the same as the missing one (GH-27197) (GH-27198)
pablogsal
- [Python-checkins] bpo-44655: Include the name of the type in unset __slots__ attribute errors (GH-27199)
pablogsal
- [Python-checkins] bpo-44655: Include the name of the type in unset __slots__ attribute errors (GH-27199) (GH-27201)
pablogsal
- [Python-checkins] bpo-44490: Improve typing module compatibility with types.Union (GH-27048)
gvanrossum
- [Python-checkins] bpo-41249: Fix postponed annotations for TypedDict (GH-27017)
gvanrossum
- [Python-checkins] bpo-40897: Partially backport GH-22583's refactor of inspect.py to allow bugfix backports (#27193)
ambv
- [Python-checkins] bpo-40897:Give priority to using the current class constructor in `inspect.signature` (GH-27177) (GH-27209)
ambv
- [Python-checkins] bpo-41249: Fix postponed annotations for TypedDict (GH-27017) (#27204)
ambv
- [Python-checkins] Replace @ilevkivskyi with @Fidget-Spinner as typing code owner (#27210)
ambv
- [Python-checkins] [3.9] bpo-41249: Fix postponed annotations for TypedDict (GH-27017) (GH-27205)
ambv
- [Python-checkins] Replace @ilevkivskyi with @Fidget-Spinner as typing code owner (GH-27210) (#27213)
ambv
- [Python-checkins] Replace @ilevkivskyi with @Fidget-Spinner as typing code owner (GH-27210) (#27212)
ambv
- [Python-checkins] bpo-43425: Remove test2to3 from Tools (#26981)
ambv
- [Python-checkins] bpo-42095: plistlib: Add tests that compare with plutil(1) (#27173)
ambv
- [Python-checkins] bpo-20291: Fix MSVC warnings in getargs.c (GH-27211)
isidentical
- [Python-checkins] [3.10] bpo-44490: Add __parameters__ and __getitem__ to types.Union (GH-26980) (GH-27207)
serhiy-storchaka
- [Python-checkins] bpo-44654: Refactor and clean up the union type implementation (GH-27196)
serhiy-storchaka
- [Python-checkins] [3.10] bpo-44654: Refactor and clean up the union type implementation (GH-27196) (GH-27219)
serhiy-storchaka
- [Python-checkins] [3.9] bpo-43958: Document importlib.metadata.PackagePath.locate method (GH-25669) (GH-27221)
miss-islington
- [Python-checkins] bpo-44633: Fix parameter substitution of the union type with wrong types. (GH-27218)
serhiy-storchaka
- [Python-checkins] bpo-44633: Fix parameter substitution of the union type with wrong types. (GH-27218) (GH-27224)
serhiy-storchaka
- [Python-checkins] bpo-44654: Do not export the union type related symbols (GH-27223)
serhiy-storchaka
- [Python-checkins] bpo-42355: symtable.get_namespace() now checks whether there are multiple or any namespaces found (GH-23278)
isidentical
- [Python-checkins] [3.10] bpo-44654: Do not export the union type related symbols (GH-27223). (GH-27225)
serhiy-storchaka
- [Python-checkins] Correct the order of check-abidump (GH-27230)
pablogsal
- [Python-checkins] Correct the order of check-abidump (GH-27229)
pablogsal
- [Python-checkins] bpo-44561: Update hyperlinks in Doc/distributing/index.rst (#27032)
ncoghlan
- [Python-checkins] [3.10] bpo-44561: Update hyperlinks in Doc/distributing/index.rst (GH-27032) (GH-27234)
miss-islington
- [Python-checkins] [3.9] bpo-44561: Update hyperlinks in Doc/distributing/index.rst (GH-27032) (GH-27233)
miss-islington
- [Python-checkins] bpo-43086: Add handling for out-of-spec data in a2b_base64 (GH-24402)
gpshead
- [Python-checkins] bpo-44554: refactor pdb targets (and internal tweaks) (GH-26992)
miss-islington
- [Python-checkins] bpo-41546: make pprint (like print) not write to stdout when it is None (GH-26810)
iritkatriel
- [Python-checkins] bpo-44645: Check for interrupts on any potentially backwards edge (GH-27216)
markshannon
- [Python-checkins] bpo-44661: Update property_descr_set to use vectorcall if possible. (GH-27206)
corona10
- [Python-checkins] bpo-44340: Add support for building with clang full/thin lto (GH-27231)
corona10
- [Python-checkins] bpo-41972: Tweak fastsearch.h string search algorithms (GH-27091)
ambv
- [Python-checkins] bpo-44645: Check for interrupts on any potentially backwards edge (GH-27216) (GH-27235)
markshannon
- [Python-checkins] bpo-44490: Improve typing module compatibility with types.Union (GH-27048) (#27222)
gvanrossum
- [Python-checkins] bpo-42238: Fix small rst issue in NEWS.d/. (#27238)
ambv
- [Python-checkins] Clean up comma usage in Doc/library/functions.rst (#27083)
ambv
- [Python-checkins] bpo-27513: email.utils.getaddresses() now handles Header objects (#13797)
ambv
- [Python-checkins] Clean up comma usage in Doc/library/functions.rst (GH-27083) (#27243)
ambv
- [Python-checkins] bpo-27513: email.utils.getaddresses() now handles Header objects (GH-13797) (GH-27242)
ambv
- [Python-checkins] bpo-44524: Add missed __name__ and __qualname__ to typing module objects (#27237)
ambv
- [Python-checkins] bpo-27513: email.utils.getaddresses() now handles Header objects (GH-13797) (#27245)
ambv
- [Python-checkins] bpo-44524: Add missed __name__ and __qualname__ to typing module objects (GH-27237) (#27246)
ambv
- [Python-checkins] correct spelling (GH-27076)
nanjekyejoannah
- [Python-checkins] bpo-44678: Separate error message for discontinuous padding in binascii.a2b_base64 strict mode (GH-27249)
gpshead
- [Python-checkins] Set line number of END_ASYNC_FOR so that it doesn't show in traces. (GH-27255)
ambv
- [Python-checkins] bpo-42064: Finalise establishing sqlite3 global state (GH-27155)
encukou
- [Python-checkins] bpo-44353: Refactor typing.NewType into callable class (GH-27250)
ambv
- [Python-checkins] bpo-44353: Add test to cover __or__ of two NewType (#27259)
ambv
- [Python-checkins] bpo-44353: Refactor typing.NewType into callable class (GH-27250) (#27258)
ambv
- [Python-checkins] bpo-43950: Distinguish errors happening on character offset decoding (GH-27217)
pablogsal
- [Python-checkins] bpo-44353: Add test to cover __or__ of two NewType (GH-27259) (#27261)
ambv
- [Python-checkins] Update macOS build-installer script comments for 3.10 and remove unused pre-10.5 vestiges. (GH-27253)
ambv
- [Python-checkins] bpo-44631: Make the repr() of the _Environ class more readable. (#27128)
ambv
- [Python-checkins] Update macOS build-installer script comments for 3.10 and remove unused pre-10.5 vestiges. (GH-27253)
miss-islington
- [Python-checkins] [3.9] Update macOS build-installer script comments for 3.10 and remove unused pre-10.5 vestiges. (GH-27253) (GH-27264)
miss-islington
- [Python-checkins] bpo-44566: resolve differences between asynccontextmanager and contextmanager (#27024)
ambv
- [Python-checkins] bpo-43219: skip Solaris in the test as well (GH-27257)
gpshead
- [Python-checkins] [3.9] bpo-43219: skip Solaris in the test as well (GH-27257) (GH-27267)
miss-islington
- [Python-checkins] [3.10] bpo-43219: skip Solaris in the test as well (GH-27257) (GH-27268)
miss-islington
- [Python-checkins] bpo-44539: Support recognizing JPEG files without JFIF or Exif markers (GH-26964)
ambv
- [Python-checkins] bpo-44566: resolve differences between asynccontextmanager and contextmanager (GH-27024) (#27266)
ambv
- [Python-checkins] [3.9] bpo-44566: resolve differences between asynccontextmanager and contextmanager (GH-27024). (#27269)
ambv
- [Python-checkins] bpo-30511: Add note on thread safety to shutil.make_archive() (#26933)
ambv
- [Python-checkins] bpo-30511: Add note on thread safety to shutil.make_archive() (GH-26933) (GH-27274)
ambv
- [Python-checkins] bpo-30511: Add note on thread safety to shutil.make_archive() (GH-26933) (GH-27275)
ambv
- [Python-checkins] bpo-30511: Add note on thread safety to shutil.make_archive() (GH-26933) (#27276)
ambv
- [Python-checkins] bpo-44686 replace unittest.mock._importer with pkgutil.resolve_name (GH-18544)
miss-islington
- [Python-checkins] bpo-44704: Make Set._hash consistent with frozenset.__hash__ (GH-27281)
rhettinger
- [Python-checkins] bpo-44704: Make Set._hash consistent with frozenset.__hash__ (GH-27281) (GH-27283)
rhettinger
- [Python-checkins] bpo-44704: Make Set._hash consistent with frozenset.__hash__ (GH-27281) (GH-27282)
rhettinger
- [Python-checkins] Fix typo in collections.rst (#27270)
ambv
- [Python-checkins] Speed up test_urlsplit_normalization (GH-26688)
serhiy-storchaka
- [Python-checkins] Fix typo in collections.rst (GH-27270) (#27285)
ambv
- [Python-checkins] Fix typo in collections.rst (GH-27270) (#27284)
ambv
- [Python-checkins] bpo-44651: delete entry of "coercion" in Doc/glossary.rst (GH-27226)
mdickinson
- [Python-checkins] bpo-14879: [doc] clarify how to check for errors from subprocess.Popen(..., shell=True) (GH-26755)
iritkatriel
- [Python-checkins] bpo-14879: [doc] clarify how to check for errors from subprocess.Popen(..., shell=True) (GH-26755) (GH-27289)
iritkatriel
- [Python-checkins] bpo-14879: [doc] clarify how to check for errors from subprocess.Popen(..., shell=True) (GH-26755) (GH-27288)
iritkatriel
- [Python-checkins] bpo-44708: Only re-run test methods that match names of previously failing test methods (GH-27287)
ambv
- [Python-checkins] bpo-44708: Only re-run test methods that match names of previously failing test methods (GH-27287) (GH-27290)
ambv
- [Python-checkins] bpo-44353: Implement typing.NewType __call__ method in C (#27262)
ambv
- [Python-checkins] [3.9] bpo-44708: Only re-run test methods that match names of previously failing test methods (GH-27287) (GH-27293)
ambv
- [Python-checkins] bpo-44653: Support typing types in parameter substitution in the union type. (GH-27247)
ambv
- [Python-checkins] bpo-44653: Support typing types in parameter substitution in the union type. (GH-27247) (#27296)
ambv
- [Python-checkins] bpo-44713: [doc fix]: typo in subprocess.rst (GH-27297)
miss-islington
- [Python-checkins] bpo-44676: Add ability to serialize types.Union (GH-27244)
ambv
- [Python-checkins] bpo-29298: Fix crash with required subparsers without dest (GH-3680)
miss-islington
- [Python-checkins] Improve consistency of colorsys.rgb_to_hsv (GH-27277)
nanjekyejoannah
- [Python-checkins] bpo-42747: Remove Py_TPFLAGS_HAVE_AM_SEND and make Py_TPFLAGS_HAVE_VERSION_TAG no-op (GH-27260)
miss-islington
- [Python-checkins] bpo-29298: Fix crash with required subparsers without dest (GH-3680) (GH-27303)
encukou
- [Python-checkins] bpo-29298: Fix crash with required subparsers without dest (GH-3680) (GH-27304)
encukou
- [Python-checkins] bpo-44611: Use BCryptGenRandom instead of CryptGenRandom on Windows (GH-27168)
corona10
- [Python-checkins] bpo-44353: Fix memory leak introduced by GH-27262 (GH-27305)
ambv
- [Python-checkins] bpo-42747: Remove Py_TPFLAGS_HAVE_AM_SEND and make Py_TPFLAGS_HAVE_VERSION_TAG no-op (GH-27260) (GH-27306)
encukou
- [Python-checkins] bpo-42854: Correctly use size_t for _ssl._SSLSocket.read and _ssl._SSLSocket.write (GH-27271)
pablogsal
- [Python-checkins] bpo-42854: Correctly use size_t for _ssl._SSLSocket.read and _ssl._SSLSocket.write (GH-27271) (GH-27308)
pablogsal
- [Python-checkins] Fix a deprecation warning in typing tests (#27312)
gvanrossum
- [Python-checkins] bpo-44353: Expand NewType tests for complex __qualname__. (#27311)
ambv
- [Python-checkins] bpo-44353: Document that typing.NewType is now a class (#27319)
ambv
- [Python-checkins] bpo-44611: Update docs for os and whatsnew 3.11 (#27314)
ambv
- [Python-checkins] bpo-44720: Don't crash when calling weakref.proxy(not_an_iterator).__next__ (GH-27316)
ambv
- [Python-checkins] bpo-44353: Document that typing.NewType is now a class (GH-27319) (GH-27321)
ambv
- [Python-checkins] bpo-44720: Don't crash when calling weakref.proxy(not_an_iterator).__next__ (GH-27316) (GH-27324)
ambv
- [Python-checkins] bpo-44720: Don't crash when calling weakref.proxy(not_an_iterator).__next__ (GH-27316) (#27325)
ambv
- [Python-checkins] bpo-44717: improve AttributeError on circular imports of submodules (GH-27299)
ambv
- [Python-checkins] bpo-44353: Improve tests covering typing.NewType pickling (GH-27302)
ambv
- [Python-checkins] bpo-44713: [doc fix]: typo in subprocess.rst (GH-27297) (GH-27298)
ambv
- [Python-checkins] [3.10] bpo-44353: Expand NewType tests for complex __qualname__ (GH-27311) (GH-27326)
ambv
- [Python-checkins] bpo-44353: Improve tests covering typing.NewType pickling (GH-27302) (GH-27328)
ambv
- [Python-checkins] bpo-44713: [doc fix]: typo in subprocess.rst (GH-27297) (#27327)
ambv
- [Python-checkins] bpo-43950: ensure source_line is present when specialising the traceback (GH-27313)
pablogsal
- [Python-checkins] Revert "bpo-44717: improve AttributeError on circular imports of submodules (GH-27299)" (GH-27331)
pablogsal
- [Python-checkins] bpo-44731: Simplify the union type implementation (GH-27318)
pablogsal
- [Python-checkins] [3.10] bpo-44676: Add ability to serialize types.Union (GH-27244) (GH-27333)
pablogsal
- [Python-checkins] bpo-44676: Fix reference leaks in union_reduce (GH-27332)
miss-islington
- [Python-checkins] bpo-44731: Simplify the union type implementation (GH-27318) (GH-27334)
pablogsal
- [Python-checkins] bpo-43950: check against the raw string, not the pyobject (GH-27337)
isidentical
- [Python-checkins] bpo-43950: support long lines in traceback.py (GH-27336)
isidentical
- [Python-checkins] bpo-44676: Serialize the union type using only public API (GH-27323)
serhiy-storchaka
- [Python-checkins] bpo-44676: Serialize the union type using only public API (GH-27323) (GH-27340)
serhiy-storchaka
- [Python-checkins] Fix typo in ssl documentation (GH-27329)
nanjekyejoannah
- [Python-checkins] bpo-44717: improve AttributeError on circular imports of submodules (GH-27338)
pablogsal
- [Python-checkins] bpo-43184: Add information about added attribute and method. (GH-27347)
vsajip
- [Python-checkins] bpo-44399: Update logging cookbook to document patterns to be avoided. (GH-27348)
vsajip
- [Python-checkins] [3.9] bpo-43184: Add information about added attribute and method. (GH-27347) (GH-27353)
vsajip
- [Python-checkins] [3.10] bpo-43184: Add information about added attribute and method. (GH-27347) (GH-27355)
vsajip
- [Python-checkins] [3.10] bpo-44399: Update logging cookbook to document patterns to be avoided. (GH-27348) (GH-27352)
vsajip
- [Python-checkins] [3.9] bpo-44399: Update logging cookbook to document patterns to be avoided. (GH-27348) (GH-27350)
vsajip
- [Python-checkins] bpo-42378: fixed log truncation on logging shutdown (GH-27310)
miss-islington
- [Python-checkins] bpo-43950: support some multi-line expressions for PEP 657 (GH-27339)
miss-islington
- [Python-checkins] bpo-44600: Fix line numbers for pattern matching cleanup code (GH-27346)
brandtbucher
- [Python-checkins] [3.10] bpo-44600: Fix line numbers for pattern matching cleanup code (GH-27346) (GH-27356)
miss-islington
- [Python-checkins] bpo-44693: Update __future__ entry in Doc/glossary.rst (GH-27349)
terryjreedy
- [Python-checkins] bpo-44693: Update __future__ entry in Doc/glossary.rst (GH-27349) (GH-27357)
terryjreedy
- [Python-checkins] bpo-44693: Update __future__ entry in Doc/glossary.rst (GH-27349) (GH-27358)
terryjreedy
- [Python-checkins] bpo-44590: Lazily allocate frame objects (GH-27077)
markshannon
- [Python-checkins] Fix typo in dataclasses documentation (#27360)
ericvsmith
- [Python-checkins] bpo-44734: Fix precision in turtle tests (GH-27343)
ambv
- [Python-checkins] bpo-44734: Fix precision in turtle tests (GH-27343) (GH-27361)
ambv
- [Python-checkins] bpo-44734: Fix precision in turtle tests (GH-27343) (GH-27362)
ambv
- [Python-checkins] Small text fixes for enum.rst (#27322)
ambv
- [Python-checkins] bpo-44732: Rename types.Union to types.UnionType (#27342)
ambv
- [Python-checkins] bpo-44698: Fix undefined behaviour in complex exponentiation. (GH-27278)
ambv
- [Python-checkins] bpo-44490: Add 'Whats New' docs regarding types.Union changes (GH-27215)
ambv
- [Python-checkins] bpo-43443: Clarify difference between shelve objects and dicts (GH-27004)
ambv
- [Python-checkins] The current documentation says it returns None if the name is not found, but (GH-26785)
ambv
- [Python-checkins] bpo-44732: Rename types.Union to types.UnionType (GH-27342)
miss-islington
- [Python-checkins] bpo-44698: Fix undefined behaviour in complex exponentiation. (GH-27278) (#27366)
ambv
- [Python-checkins] bpo-44698: Fix undefined behaviour in complex exponentiation. (GH-27278) (GH-27367)
ambv
- [Python-checkins] bpo-44490: Add 'Whats New' docs regarding types.Union changes (GH-27215) (GH-27368)
ambv
- [Python-checkins] bpo-43443: Clarify difference between shelve objects and dicts (GH-27004) (GH-27369)
ambv
- [Python-checkins] bpo-43443: Clarify difference between shelve objects and dicts (GH-27004) (GH-27370)
ambv
- [Python-checkins] The current documentation says it returns None if the name is not found, but (GH-26785) (GH-27371)
ambv
- [Python-checkins] The current documentation says it returns None if the name is not found, but (GH-26785) (GH-27372)
ambv
- [Python-checkins] docs: replace "Mac OS X" -> "macOS" (GH-27364)
ambv
- [Python-checkins] docs: replace "Mac OS X" -> "macOS" (GH-27364) (GH-27374)
terryjreedy
- [Python-checkins] docs: replace "Mac OS X" -> "macOS" (GH-27364) (GH-27375)
terryjreedy
- [Python-checkins] bpo-44515: handle non-refcounted GC in contextlib tests (GH-26910)
ambv
- [Python-checkins] bpo-44515: handle non-refcounted GC in contextlib tests (GH-26910) (GH-27379)
ambv
- [Python-checkins] Fix typos in `Weekday.today` example (GH-27363)
ambv
- [Python-checkins] bpo-44740: Lowercase "internet" and "web" where appropriate. (#27378)
ambv
- [Python-checkins] bpo-44740: Lowercase "internet" and "web" where appropriate. (GH-27378) (GH-27380)
ambv
- [Python-checkins] [doc] Fix typo in asyncio Event Loop (GH-27377)
miss-islington
- [Python-checkins] Add windows build.bat counterpart for 'make regen-all' in error message (GH-26770)
terryjreedy
- [Python-checkins] Add windows build.bat counterpart for 'make regen-all' in error message (GH-26770)
miss-islington
- [Python-checkins] Add windows build.bat counterpart for 'make regen-all' in error message (GH-26770)
terryjreedy
- [Python-checkins] [doc] Fix typo in asyncio Event Loop (GH-27377)
miss-islington
- [Python-checkins] bpo-44740: Make minor edits to lowercasing "internet" and "web". (GH-27385)
ambv
- [Python-checkins] bpo-44740: Make minor edits to lowercasing "internet" and "web". (GH-27385) (#27386)
ambv
- [Python-checkins] bpo-42064: Migrate to `sqlite3_create_collation_v2` (GH-27156)
encukou
- [Python-checkins] bpo-44559: [Enum] correct `versionadded` to 3.11 for new features (GH-27388)
ethanfurman
- [Python-checkins] bpo-34013: Generalize the invalid legacy statement error message (GH-27389)
pablogsal
- [Python-checkins] [3.10] bpo-34013: Generalize the invalid legacy statement error message (GH-27389). (GH-27391)
pablogsal
- [Python-checkins] bpo-34013: Move the Python 2 hints from the exception constructor to the parser (GH-27392)
pablogsal
- [Python-checkins] bpo-34013: Move the Python 2 hints from the exception constructor to the parser (GH-27392)
miss-islington
- [Python-checkins] closes bpo-44751: Move crypt.h include from public header to _cryptmodule (GH-27394)
miss-islington
- [Python-checkins] bpo-44600: Refactor new tracing tests (GH-27396)
brandtbucher
- [Python-checkins] bpo-44461: Check early that a pdb target is valid for execution. (#27227)
jaraco
- [Python-checkins] bpo-44399: Document another example of unexpected behavior. (GH-27407)
vsajip
- [Python-checkins] bpo-44600: Refactor new tracing tests (GH-27396) (GH-27404)
ambv
- [Python-checkins] [3.10] bpo-44461: Check early that a pdb target is valid for execution. (GH-27227) (GH-27399)
miss-islington
- [Python-checkins] bpo-44657: Fix instancemethod_call to use PyInstanceMethod_GET_FUNCTION (GH-27202)
corona10
- [Python-checkins] bpo-44756: in ./Doc, `make build` depends on `make html` (#27403)
ambv
- [Python-checkins] [3.9] bpo-42853: Fix http.client fails to download >2GiB data over TLS (GH-27405)
ambv
- [Python-checkins] bpo-44657: Fix instancemethod_call to use PyInstanceMethod_GET_FUNCTION (GH-27202)
miss-islington
- [Python-checkins] Spell out 's.pop() or s.pop(i)' (GH-27398)
ambv
- [Python-checkins] bpo-44657: Fix instancemethod_call to use PyInstanceMethod_GET_FUNCTION (GH-27202)
miss-islington
- [Python-checkins] bpo-44756: in ./Doc, `make build` depends on `make html` (GH-27403) (GH-27410)
ambv
- [Python-checkins] Change type check to isinstance in pipes (GH-27291)
ambv
- [Python-checkins] bpo-44756: in ./Doc, `make build` depends on `make html` (GH-27403) (GH-27411)
ambv
- [Python-checkins] Spell out 's.pop() or s.pop(i)' (GH-27398) (GH-27414)
ambv
- [Python-checkins] Spell out 's.pop() or s.pop(i)' (GH-27398) (GH-27412)
ambv
- [Python-checkins] Spell out 's.pop() or s.pop(i)' (GH-27398) (GH-27413)
ambv
- [Python-checkins] Change type check to isinstance in pipes (GH-27291) (GH-27416)
ambv
- [Python-checkins] Fix typo in sqlite3.rst (GH-27415)
ambv
- [Python-checkins] Add missing end of sentence in docs (GH-27280)
ambv
- [Python-checkins] bpo-27827: identify a greater range of reserved filename on Windows. (GH-26698)
ambv
- [Python-checkins] Add missing end of sentence in docs (GH-27280) (GH-27419)
ambv
- [Python-checkins] Fix typo in sqlite3.rst (GH-27415) (GH-27417)
ambv
- [Python-checkins] Fix typo in sqlite3.rst (GH-27415) (GH-27418)
ambv
- [Python-checkins] Add missing end of sentence in docs (GH-27280) (GH-27420)
ambv
- [Python-checkins] bpo-27827: identify a greater range of reserved filename on Windows. (GH-26698) (GH-27421)
ambv
- [Python-checkins] bpo-44544: [doc] list all textwrap func kwargs (GH-26999)
ambv
- [Python-checkins] bpo-27827: identify a greater range of reserved filename on Windows. (GH-26698) (#27422)
ambv
- [Python-checkins] bpo-44763: [doc] remove repetitive sentence from textwrap.wrap (GH-27423)
ambv
- [Python-checkins] bpo-44682: Handle invalid arg to pdb's "commands" directive (#27252)
ambv
- [Python-checkins] bpo-43897: AST validation for pattern matching nodes (GH24771)
brandtbucher
- [Python-checkins] bpo-44544: [doc] list all textwrap func kwargs (GH-26999) (GH-27424)
ambv
- [Python-checkins] bpo-44544: [doc] list all textwrap func kwargs (GH-26999) (GH-27425)
ambv
- [Python-checkins] bpo-44763: [doc] remove repetitive sentence from textwrap.wrap (GH-27423) (GH-27426)
ambv
- [Python-checkins] bpo-44763: [doc] remove repetitive sentence from textwrap.wrap (GH-27423) (GH-27427)
ambv
- [Python-checkins] [doc] Remove reference to obsolute opcode (GH-27402)
iritkatriel
- [Python-checkins] bpo-40263: Fixes an off-by-one error in _winapi_WaitForMultipleObjects_impl (GH-19501)
zooba
- [Python-checkins] bpo-40263: Fixes an off-by-one error in _winapi_WaitForMultipleObjects_impl (GH-19501)
miss-islington
- [Python-checkins] bpo-40263: Fixes an off-by-one error in _winapi_WaitForMultipleObjects_impl (GH-19501)
zooba
- [Python-checkins] [3.9] bpo-44461: Check early that a pdb target is valid for execution. (GH-27227) (GH-27400)
jaraco
- [Python-checkins] bpo-43897: Reject "_" captures and top-level MatchStar in the AST validator (GH-27432)
brandtbucher
- [Python-checkins] [3.10] bpo-43897: Reject "_" captures and top-level MatchStar in the AST validator (GH-27432) (GH-27435)
miss-islington
- [Python-checkins] bpo-44688: Remove ASCII limitation from `sqlite3` collation names (GH-27395)
encukou
- [Python-checkins] bpo-42035: Add a PyType_GetName() to get type's short name. (GH-23903)
encukou
- [Python-checkins] bpo-43565: Document PyUnicode_KIND's return type as an unsigned int (GH-25724)
encukou
- [Python-checkins] bpo-42064: Optimise `sqlite3` state access, part 1 (GH-27273)
miss-islington
- [Python-checkins] bpo-43565: Document PyUnicode_KIND's return type as an unsigned int (GH-25724) (GH-27439)
encukou
- [Python-checkins] bpo-43565: Document PyUnicode_KIND's return type as an unsigned int (GH-25724) (GH-27440)
encukou
- [Python-checkins] bpo-41103: Resurrect the old buffer protocol. (GH-27437)
ambv
- [Python-checkins] bpo-41103: Resurrect the old buffer protocol. (GH-27437) (GH-27441)
ambv
- [Python-checkins] bpo-44707: Fix an undefined behavior of the null pointer arithmetic (GH-27292)
markshannon
- [Python-checkins] bpo-44752: Make rlcompleter not call `@property` methods (GH-27401)
ambv
- [Python-checkins] bpo-44707: Fix an undefined behavior of the null pointer arithmetic (GH-27292) (GH-27443)
ambv
- [Python-checkins] bpo-44707: Fix an undefined behavior of the null pointer arithmetic (GH-27292) (GH-27442)
ambv
- [Python-checkins] bpo-44752: Make rlcompleter not call `@property` methods (GH-27401) (GH-27444)
ambv
- [Python-checkins] bpo-44752: Make rlcompleter not call `@property` methods (GH-27401) (#27445)
ambv
- [Python-checkins] bpo-44752: refactor part of rlcompleter.Completer.attr_matches (GH-27433)
ambv
- [Python-checkins] bpo-32280: Store _PyRuntime in a named section (GH-4802) (#27448)
pablogsal
- [Python-checkins] bpo-44752: refactor part of rlcompleter.Completer.attr_matches (GH-27433) (GH-27447)
ambv
- [Python-checkins] bpo-44752: refactor part of rlcompleter.Completer.attr_matches (GH-27433) (GH-27446)
ambv
- [Python-checkins] bpo-44725 : expose specialization stats in python (GH-27192)
markshannon
- [Python-checkins] bpo-44765: [doc] fix typo (GH-27430)
ambv
- [Python-checkins] To fix the random failed test cases of test___xxsubinterpreters in multiprocess. (GH-27240)
ambv
- [Python-checkins] Fix typo in ast.rst (GH-27449)
ambv
- [Python-checkins] bpo-44765: [doc] fix typo (GH-27430) (GH-27450)
ambv
- [Python-checkins] bpo-44765: [doc] fix typo (GH-27430) (GH-27451)
ambv
- [Python-checkins] To fix the random failed test cases of test___xxsubinterpreters in multiprocess. (GH-27240) (GH-27452)
ambv
- [Python-checkins] To fix the random failed test cases of test___xxsubinterpreters in multiprocess. (GH-27240) (GH-27453)
ambv
- [Python-checkins] Fix typo in ast.rst (GH-27449) (GH-27454)
ambv
- [Python-checkins] Fix typo in ast.rst (GH-27449) (GH-27455)
ambv
- [Python-checkins] bpo-44662: Add ability to annotate types.Union (#27214)
ambv
- [Python-checkins] bpo-31746: Prevent segfaults when sqlite3.Connection is uninitialised (GH-27431)
pablogsal
- [Python-checkins] Minor fixes to specialization stats. (GH-27457)
markshannon
- [Python-checkins] bpo-44479: Do not regenerate files during a PGO build as it will invalidate the profile. (GH-27460)
zooba
- [Python-checkins] bpo-31746: Fix broken call in GH-27431 (GH-27464)
pablogsal
- [Python-checkins] [3.9] bpo-31746: Prevent segfaults when sqlite3.Connection is uninitialised (GH-27431) (GH-27465)
pablogsal
- [Python-checkins] Add missing gdbm dependencies to the UNIX CI (GH-27467)
pablogsal
- [Python-checkins] Add missing gdbm dependencies to the UNIX CI (GH-27467)
miss-islington
- [Python-checkins] bpo-44479: Do not regenerate files during a PGO build as it will invalidate the profile. (GH-27462)
zooba
- [Python-checkins] bpo-44771: Apply changes from importlib_resources 5.2.1 (GH-27436)
jaraco
- [Python-checkins] bpo-44662: Add ability to annotate types.Union (GH-27214) (GH-27461)
ambv
- [Python-checkins] bpo-44753: Don't use logfile extension when determining old files to be deleted (GH-27475)
vsajip
- [Python-checkins] [3.10] bpo-31746: Prevent segfaults when sqlite3.Connection is uninitialised (GH-27431). (GH-27472)
ambv
- [Python-checkins] Add missing gdbm dependencies to the UNIX CI (GH-27467) (GH-27468)
ambv
- [Python-checkins] bpo-44761: Change default value of NewType __module__ attr (GH-27406)
ambv
- [Python-checkins] bpo-44761: Change default value of NewType __module__ attr (GH-27406) (GH-27477)
ambv
- [Python-checkins] bpo-44747: Refactor usage of sys._getframe at typing module (#27387)
ambv
- [Python-checkins] Update URLs in comments and metadata to use HTTPS (GH-27458)
ambv
- [Python-checkins] Doc: Change errant 3.10.0 to 3.10, to match other mentions (GH-27459)
ambv
- [Python-checkins] Doc: Change errant 3.10.0 to 3.10, to match other mentions (GH-27459) (GH-27479)
ambv
- [Python-checkins] Fail the CI if an optional module fails to compile (GH-27466)
ambv
- [Python-checkins] Update URLs in comments and metadata to use HTTPS (GH-27458) (GH-27478)
ambv
- [Python-checkins] [3.9] Update URLs in comments and metadata to use HTTPS (GH-27458) (GH-27480)
ambv
- [Python-checkins] [3.9] Fail the CI if an optional module fails to compile (GH-27466). (GH-27482)
pablogsal
- [Python-checkins] [3.10] Fail the CI if an optional module fails to compile (GH-27466). (GH-27481)
pablogsal
- [Python-checkins] bpo-44753: Don't use logfile extension when determining old files to be deleted (GH-27475) (GH-27486)
vsajip
- [Python-checkins] bpo-44753: Don't use logfile extension when determining old files to be deleted (GH-27475) (GH-27487)
vsajip
- [Python-checkins] bpo-44666: Use default encoding as fallback for compile_file (GH-27236)
ambv
- [Python-checkins] bpo-41911: Update docs for various expressions (GH-27470)
ambv
- [Python-checkins] bpo-42892: fix email multipart attribute error (GH-26903)
ambv
- [Python-checkins] bpo-43625: Enhance csv sniffer has_headers() to be more accurate (GH-26939)
ambv
- [Python-checkins] bpo-44666: Use default encoding as fallback for compile_file (GH-27236) (GH-27488)
ambv
- [Python-checkins] bpo-44666: Use default encoding as fallback for compile_file (GH-27236) (GH-27489)
ambv
- [Python-checkins] bpo-44648: Fix error type in inspect.getsource() in interactive session (GH-27171)
ambv
- [Python-checkins] bpo-41911: Update docs for various expressions (GH-27470) (GH-27490)
ambv
- [Python-checkins] bpo-41911: Update docs for various expressions (GH-27470) (GH-27491)
ambv
- [Python-checkins] bpo-42892: fix email multipart attribute error (GH-26903) (GH-27492)
ambv
- [Python-checkins] bpo-43625: Enhance csv sniffer has_headers() to be more accurate (GH-26939) (GH-27494)
ambv
- [Python-checkins] bpo-42892: fix email multipart attribute error (GH-26903) (GH-27493)
ambv
- [Python-checkins] bpo-44648: Fix error type in inspect.getsource() in interactive session (GH-27171) (GH-27495)
ambv
- [Python-checkins] bpo-44771: Sync with importlib_resources 5.2.2, fixing refleak. (#27497)
jaraco
- [Python-checkins] bpo-44667: Treat correctly lines ending with comments and no newlines in the Python tokenizer (GH-27499)
pablogsal
- [Python-checkins] Trivial typo in docstring
jcea
- [Python-checkins] Trivial typo in docstring (#27505)
jcea
- [Python-checkins] Trivial typo in docstring (#27504)
jcea
- [Python-checkins] Divide the grammar into sections to improve readability (GH-27502)
pablogsal
- [Python-checkins] bpo-44784: Apply changes from importlib_metadata 4.6.3 (GH-27508)
miss-islington
- [Python-checkins] bpo-37880: for argparse add_argument with action='store_const', const now defaults to None. (GH-26707)
vsajip
- [Python-checkins] bpo-44794: Merge tests for typing.Callable and collection.abc.Callable (GH-27507)
serhiy-storchaka
- [Python-checkins] bpo-44794: Merge tests for typing.Callable and collection.abc.Callable (GH-27507)
miss-islington
- [Python-checkins] bpo-33671 fix orphaned comment in shutil.copyfileobj (GH-27516)
merwok
- [Python-checkins] bpo-34013: Don't consider a grouped expression when reporting legacy print syntax errors (GH-27521)
pablogsal
- [Python-checkins] bpo-34013: Don't consider a grouped expression when reporting legacy print syntax errors (GH-27521)
miss-islington
- [Python-checkins] bpo-44784: Apply changes from importlib_metadata 4.6.3 (GH-27508) (#27510)
jaraco
Last message date:
Sat Jul 31 23:01:43 EDT 2021
Archived on: Sat Jul 31 23:01:43 EDT 2021
This archive was generated by
Pipermail 0.09 (Mailman edition).