July 19, 2021 – July 26, 2021
Overview
-
0 Active Issues
-
- 104 Merged Pull Requests
- 28 Open Pull Requests
- 0 Closed Issues
- 0 New Issues
Could not load contribution data
Please try again later
104 Pull requests merged by 35 people
-
Fix typo in dataclasses documentation
#27360 merged
Jul 26, 2021 -
bpo-44590: Lazily allocate frame objects
#27077 merged
Jul 26, 2021 -
[3.9] bpo-44693: Update __future__ entry in Doc/glossary.rst (GH-27349)
#27358 merged
Jul 26, 2021 -
[3.10] bpo-44693: Update __future__ entry in Doc/glossary.rst (GH-27349)
#27357 merged
Jul 26, 2021 -
bpo-44693: Update __future__ entry in Doc/glossary.rst
#27349 merged
Jul 26, 2021 -
[3.10] bpo-44600: Fix line numbers for pattern matching cleanup code (GH-27346)
#27356 merged
Jul 26, 2021 -
bpo-44600: Pattern-matching: line-numbers incorrectly traced on default case
#27346 merged
Jul 25, 2021 -
bpo-43950: support some multi-line expressions for PEP 657
#27339 merged
Jul 25, 2021 -
bpo-42378: fixed log truncation on logging shutdown
#27310 merged
Jul 25, 2021 -
[3.9] bpo-44399: Update logging cookbook to document patterns to be avoided. (GH-27348) (GH-27350)
#27350 merged
Jul 25, 2021 -
[3.10] bpo-44399: Update logging cookbook to document patterns to be avoided. (GH-27348) (GH-27352)
#27352 merged
Jul 25, 2021 -
[3.10] bpo-43184: Add information about added attribute and method. (GH-27347) (GH-27355)
#27355 merged
Jul 25, 2021 -
[3.9] bpo-43184: Add information about added attribute and method. (GH-27347) (GH-27353)
#27353 merged
Jul 25, 2021 -
bpo-44399: Update logging cookbook to document patterns to be avoided.
#27348 merged
Jul 25, 2021 -
bpo-43184: Add information about added attribute and method.
#27347 merged
Jul 25, 2021 -
bpo-44717: improve AttributeError on circular imports of submodules
#27338 merged
Jul 24, 2021 -
Fix typo in ssl documentation
#27329 merged
Jul 24, 2021 -
[3.10] bpo-44676: Serialize the union type using only public API (GH-27323)
#27340 merged
Jul 24, 2021 -
bpo-44676: Serialize the union type using only public API
#27323 merged
Jul 24, 2021 -
bpo-43950: support long lines in traceback.py
#27336 merged
Jul 24, 2021 -
bpo-43950: check against the raw string, not the pyobject
#27337 merged
Jul 24, 2021 -
[3.10] bpo-44731: Simplify the union type implementation (GH-27318)
#27334 merged
Jul 24, 2021 -
bpo-44676: Fix reference leaks in union_reduce
#27332 merged
Jul 24, 2021 -
[3.10] bpo-44676: Add ability to serialize types.Union (GH-27244)
#27333 merged
Jul 24, 2021 -
bpo-44731: Simplify the union type implementation
#27318 merged
Jul 24, 2021 -
bpo-44717: Revert "improve AttributeError on circular imports of submodules"
#27331 merged
Jul 24, 2021 -
bpo-43950: ensure source_line is present when specializing the traceback
#27313 merged
Jul 24, 2021 -
[3.9] bpo-44713: [doc fix]: typo in subprocess.rst (GH-27297)
#27327 merged
Jul 24, 2021 -
[3.10] bpo-44353: Improve tests covering typing.NewType pickling (GH-27302)
#27328 merged
Jul 24, 2021 -
[3.10] bpo-44353: Expand NewType tests for complex __qualname__ (GH-27311)
#27326 merged
Jul 24, 2021 -
[3.10] bpo-44713: [doc fix]: typo in subprocess.rst (GH-27297)
#27298 merged
Jul 24, 2021 -
bpo-44353: Add tests to cover typing.NewType pickling
#27302 merged
Jul 24, 2021 -
bpo-44717: improve AttributeError on circular imports of submodules
#27299 merged
Jul 24, 2021 -
[3.9] bpo-44720: Don't crash when calling weakref.proxy(not_an_iterator).__next__ (GH-27316)
#27325 merged
Jul 24, 2021 -
[3.10] bpo-44720: Don't crash when calling weakref.proxy(not_an_iterator).__next__ (GH-27316)
#27324 merged
Jul 24, 2021 -
[3.10] bpo-44353: Document that typing.NewType is now a class (GH-27319)
#27321 merged
Jul 24, 2021 -
bpo-44720: Don't crash when calling weakref.proxy(not_an_iterator).__next__
#27316 merged
Jul 24, 2021 -
bpo-44611: Update docs for os and whatsnew 3.11
#27314 merged
Jul 24, 2021 -
bpo-44353: Document that typing.NewType is now a class
#27319 merged
Jul 24, 2021 -
bpo-44353: Expand NewType tests for complex __qualname__.
#27311 merged
Jul 24, 2021 -
bpo-38291: Fix a deprecation warning in typing tests
#27312 merged
Jul 23, 2021 -
[3.10] bpo-42854: Correctly use size_t for _ssl._SSLSocket.read and _ssl._SSLSocket.write (GH-27271)
#27308 merged
Jul 23, 2021 -
bpo-42854: Correctly use size_t for _ssl._SSLSocket.read and _ssl._SSLSocket.write
#27271 merged
Jul 23, 2021 -
[3.10] bpo-42747: Remove Py_TPFLAGS_HAVE_AM_SEND and make Py_TPFLAGS_HAVE_VERSION_TAG no-op (GH-27260)
#27306 merged
Jul 23, 2021 -
bpo-44353: Fix memory leak introduced by #27262
#27305 merged
Jul 23, 2021 -
bpo-44611: Use BCryptGenRandom instead of CryptGenRandom on Windows
#27168 merged
Jul 23, 2021 -
[3.9] bpo-29298: Fix crash with required subparsers without dest (GH-3680)
#27304 merged
Jul 23, 2021 -
[3.10] bpo-29298: Fix crash with required subparsers without dest (GH-3680)
#27303 merged
Jul 23, 2021 -
bpo-42747: Remove Py_TPFLAGS_HAVE_AM_SEND and make Py_TPFLAGS_HAVE_VERSION_TAG no-op
#27260 merged
Jul 23, 2021 -
Improve consistency of colorsys.rgb_to_hsv
#27277 merged
Jul 23, 2021 -
bpo-29298: Fix crash with required subparsers without dest
#3680 merged
Jul 23, 2021 -
bpo-44676: Add ability to serialise types.Union
#27244 merged
Jul 23, 2021 -
bpo-44713: [doc fix]: typo in subprocess.rst
#27297 merged
Jul 22, 2021 -
[3.10] bpo-44653: Support typing types in parameter substitution in the union type. (GH-27247)
#27296 merged
Jul 22, 2021 -
bpo-44653: Support typing types in parameter substitution in the union type.
#27247 merged
Jul 22, 2021 -
[3.9] bpo-44708: Only re-run test methods that match names of previously failing test methods (GH-27287)
#27293 merged
Jul 22, 2021 -
bpo-44353: Implement typing.NewType __call__ method in C
#27262 merged
Jul 22, 2021 -
[3.10] bpo-44708: Only re-run test methods that match names of previously failing test methods (GH-27287)
#27290 merged
Jul 22, 2021 -
bpo-44708: Only re-run test methods that match names of previously failing test methods
#27287 merged
Jul 22, 2021 -
[3.10] bpo-14879: [doc] clarify how to check for errors from subprocess.Popen(..., shell=True) (GH-26755)
#27288 merged
Jul 22, 2021 -
[3.9] bpo-14879: [doc] clarify how to check for errors from subprocess.Popen(..., shell=True) (GH-26755)
#27289 merged
Jul 22, 2021 -
bpo-14879: [doc] clarify how to check for errors from subprocess.Popen(..., shell=True)
#26755 merged
Jul 22, 2021 -
bpo-44651: delete entry of "coercion" in Doc/glossary.rst
#27226 merged
Jul 22, 2021 -
[3.9] Fix typo in collections.rst (GH-27270)
#27284 merged
Jul 22, 2021 -
[3.10] Fix typo in collections.rst (GH-27270)
#27285 merged
Jul 22, 2021 -
Speed up test_urlsplit_normalization
#26688 merged
Jul 22, 2021 -
Fix typo in collections.rst
#27270 merged
Jul 22, 2021 -
[3.9] bpo-44704: Make Set._hash consistent with frozenset.__hash__ (GH-27281)
#27283 merged
Jul 22, 2021 -
[3.10] bpo-44704: Make Set._hash consistent with frozenset.__hash__ (GH-27281)
#27282 merged
Jul 22, 2021 -
bpo-44704: Make Set._hash consistent with frozenset.__hash__
#27281 merged
Jul 21, 2021 -
bpo-44686 replace unittest.mock._importer with pkgutil.resolve_name
#18544 merged
Jul 21, 2021 -
[3.8] bpo-30511: Add note on thread safety to shutil.make_archive() (GH-26933)
#27276 merged
Jul 21, 2021 -
[3.9] bpo-30511: Add note on thread safety to shutil.make_archive() (GH-26933)
#27275 merged
Jul 21, 2021 -
[3.10] bpo-30511: Add note on thread safety to shutil.make_archive() (GH-26933)
#27274 merged
Jul 21, 2021 -
bpo-30511: Add note on thread safety to shutil.make_archive()
#26933 merged
Jul 21, 2021 -
[3.9] bpo-44566: resolve differences between asynccontextmanager and contextmanager (GH-27024)
#27269 merged
Jul 20, 2021 -
[3.10] bpo-44566: resolve differences between asynccontextmanager and contextmanager (GH-27024)
#27266 merged
Jul 20, 2021 -
bpo-44539: Support recognizing JPEG files without JFIF or Exif markers
#26964 merged
Jul 20, 2021 -
[3.10] bpo-43219: skip Solaris in the test as well (GH-27257)
#27268 merged
Jul 20, 2021 -
[3.9] bpo-43219: skip Solaris in the test as well (GH-27257)
#27267 merged
Jul 20, 2021 -
bpo-43219: handle Solaris as well
#27257 merged
Jul 20, 2021 -
bpo-44566: resolve differences between asynccontextmanager and contextmanager
#27024 merged
Jul 20, 2021 -
[3.9] Update macOS build-installer script comments for 3.10 and remove unused pre-10.5 vestiges. (GH-27253)
#27264 merged
Jul 20, 2021 -
[3.10] Update macOS build-installer script comments for 3.10 and remove unused pre-10.5 vestiges. (GH-27253)
#27263 merged
Jul 20, 2021 -
bpo-44631: Make the repr() of the _Environ class more readable.
#27128 merged
Jul 20, 2021 -
Update macOS build-installer script to remove unused pre-10.5 vestiges.
#27253 merged
Jul 20, 2021 -
[3.10] bpo-44353: Add test to cover __or__ of two NewType (GH-27259)
#27261 merged
Jul 20, 2021 -
bpo-43950: distinguish errors happening on character offset decoding
#27217 merged
Jul 20, 2021 -
[3.10] bpo-44353: Refactor typing.NewType into callable class (GH-27250)
#27258 merged
Jul 20, 2021 -
bpo-44353: Add test to cover __or__ of two typing.NewType
#27259 merged
Jul 20, 2021 -
bpo-44353: Refactor typing.NewType into callable class
#27250 merged
Jul 20, 2021 -
bpo-42064: Finalise establishing sqlite3 global state
#27155 merged
Jul 20, 2021 -
[3.9] bpo-44621: Set line number of END_ASYNC_FOR so that it doesn't show in traces.
#27255 merged
Jul 20, 2021 -
bpo-44678: Separate error message for discontinuous padding in binascii.a2b_base64 strict mode
#27249 merged
Jul 19, 2021 -
Simple typo
#27076 merged
Jul 19, 2021 -
[3.10] bpo-44524: Add missed __name__ and __qualname__ to typing module objects (GH-27237)
#27246 merged
Jul 19, 2021 -
[3.9] bpo-27513: email.utils.getaddresses() now handles Header objects (GH-13797)
#27245 merged
Jul 19, 2021 -
bpo-44524: Add missed __name__ and __qualname__ to typing module objects
#27237 merged
Jul 19, 2021 -
[3.10] bpo-27513: email.utils.getaddresses() now handles Header objects (GH-13797)
#27242 merged
Jul 19, 2021 -
[3.10] Clean up comma usage in Doc/library/functions.rst (GH-27083)
#27243 merged
Jul 19, 2021 -
bpo-27513: email.utils.getaddresses() now handles Header objects
#13797 merged
Jul 19, 2021 -
Clean up comma usage in Doc/library/functions.rst
#27083 merged
Jul 19, 2021 -
bpo-42238: Fix small rst issue in NEWS.d/.
#27238 merged
Jul 19, 2021 -
[3.10] bpo-44490: Improve typing module compatibility with types.Union (GH-27048)
#27222 merged
Jul 19, 2021
28 Pull requests opened by 25 people
-
bpo-44549: Update Windows installer to use BZip2 1.0.8
#27239 opened
Jul 19, 2021 -
bpo-37224: To fix the random failed test cases of test___xxsubinterpreters in multiprocess.
#27240 opened
Jul 19, 2021 -
bpo-44689: Improve binary portability between MacOS versions
#27251 opened
Jul 20, 2021 -
bpo-44682: Fix pdb commands w/invalid breakpoint
#27252 opened
Jul 20, 2021 -
Do not allow to parse line breaks between quotes in sniffer regexes.
#27256 opened
Jul 20, 2021 -
bpo-42414: Add __field_doc__ to allow adding field docs to class docstring
#27265 opened
Jul 20, 2021 -
bpo-44690: Adopt binacii.a2b_base64's strict mode in base64.b64decode
#27272 opened
Jul 20, 2021 -
bpo-42064: Optimise `sqlite3` state access, part 1
#27273 opened
Jul 20, 2021 -
bpo-44698: Fix undefined behaviour in complex exponentiation.
#27278 opened
Jul 21, 2021 -
bpo-42414: dataclasses - allow docs on fields
#27279 opened
Jul 21, 2021 -
Add missing end of sentence in docs
#27280 opened
Jul 21, 2021 -
bpo-35183: Add typical examples to os.path.splitext docs
#27286 opened
Jul 22, 2021 -
bpo-44711: Change type check to isinstance in pipes
#27291 opened
Jul 22, 2021 -
bpo-44707: Fix an undefined behavior of the null pointer arithmetic
#27292 opened
Jul 22, 2021 -
bpo-44712: Replace "type(literal)" with corresponding builtin types
#27294 opened
Jul 22, 2021 -
bpo-41255: handle argparse errors with exit_on_error=False consistently
#27295 opened
Jul 22, 2021 -
bpo-43838: Use a copy to delegate `types.MappingProxyType` operators
#27300 opened
Jul 23, 2021 -
bpo-34602: Quadruple stack size to be able to run full test suite with sanitizers
#27309 opened
Jul 23, 2021 -
bpo-44730: Add handling of generator functions
#27315 opened
Jul 24, 2021 -
Remove 404 Page link
#27320 opened
Jul 24, 2021 -
Small text fixes for enum.rst
#27322 opened
Jul 24, 2021 -
bpo-36643: Unwrap ForwardRefs and string types in dataclasses.fields() result
#27330 opened
Jul 24, 2021 -
Updating a code example in the docs - classes.rst
#27341 opened
Jul 24, 2021 -
bpo-44732: Rename types.Union to types.UnionType
#27342 opened
Jul 24, 2021 -
bpo-44734: Fix precision in turtle tests
#27343 opened
Jul 25, 2021 -
bpo-44717: refactor _PyModuleSpec helpers
#27344 opened
Jul 25, 2021 -
DOC: replace "Mac OS X" -> "macOS"
#27345 opened
Jul 25, 2021 -
Python main
#27359 opened
Jul 26, 2021
41 Unresolved conversations
Sometimes conversations happen on old items that aren’t yet closed. Here is a list of all the Issues and Pull Requests with unresolved conversations.
-
bpo-44662: Add ability to annotate types.Union
#27214 commented on
Jul 26, 2021 • 16 new comments -
bpo-39452: rewrite and expand __main__.rst
#26883 commented on
Jul 21, 2021 • 7 new comments -
bpo-44725 : expose specialization stats in python
#27192 commented on
Jul 23, 2021 • 6 new comments -
bpo-37800: Clean up importlib documentation for some module attributes
#10016 commented on
Jul 23, 2021 • 5 new comments -
bpo-42064: Migrate to `sqlite3_create_collation_v2`
#27156 commented on
Jul 20, 2021 • 4 new comments -
bpo-40321: Support HTTP response status code 308 in urllib.request
#19588 commented on
Jul 23, 2021 • 3 new comments -
bpo-42035: Add a PyType_GetName() to get type's short name.
#23903 commented on
Jul 24, 2021 • 3 new comments -
bpo-42861: Add `next_network` function to ipaddress library
#24180 commented on
Jul 21, 2021 • 3 new comments -
bpo-43392: Optimize repeated calls to `__import__()`
#24735 commented on
Jul 23, 2021 • 3 new comments -
bpo-44666: Use default encoding as fallback for compile_file
#27236 commented on
Jul 22, 2021 • 3 new comments -
[PEP 558 - WIP] bpo-30744: Trace hooks no longer reset closure state
#3640 commented on
Jul 21, 2021 • 2 new comments -
bpo-29842: Make Executor.map less eager so it handles large/unbounded…
#18566 commented on
Jul 21, 2021 • 2 new comments -
bpo-31299: Make it possible to filter out frames from tracebacks
#26772 commented on
Jul 19, 2021 • 2 new comments -
bpo-44493: Add missing terminated NUL in sockaddr_un's length
#26866 commented on
Jul 26, 2021 • 2 new comments -
bpo-44497: Avoid recursive loops on distutils findall
#26873 commented on
Jul 26, 2021 • 2 new comments -
bpo-29996: The width of the terminal is now used as default width in pprint()
#1008 commented on
Jul 26, 2021 • 1 new comment -
bpo-33062: Add SSL renegotiation and key update
#8620 commented on
Jul 23, 2021 • 1 new comment -
bpo-34828 sqlite3.iterdump now correctly handles tables with autoincrement
#9621 commented on
Jul 22, 2021 • 1 new comment -
bpo-37527: Fixing the "Invalid argument" bug on datetime.timestamp()
#15498 commented on
Jul 20, 2021 • 1 new comment -
bpo-39277, pytime: Fix overflow check on double to int cast
#17933 commented on
Jul 22, 2021 • 1 new comment -
Link sys constants in pkgutil.rst
#24299 commented on
Jul 19, 2021 • 1 new comment -
bpo-40801: Add float.from_number() and complex.from_number()
#26827 commented on
Jul 22, 2021 • 1 new comment -
bpo-25381: Update explanation of exceptions in C.
#26838 commented on
Jul 23, 2021 • 1 new comment -
bpo-43770: PyObject_SetAttr() asserts that the type is ready
#26880 commented on
Jul 24, 2021 • 1 new comment -
bpo-43770: PyObject_GetAttr() calls PyType_Ready()
#26881 commented on
Jul 24, 2021 • 1 new comment -
bpo-27269: Treat ::FFFF: addresses as IPv4 for ordering and contains.
#1741 commented on
Jul 20, 2021 • 0 new comments -
bpo-30514: test_pop3lib asyncore with asyncio
#1864 commented on
Jul 20, 2021 • 0 new comments -
Fix bpo-19217: Calling assertEquals for moderately long list takes too long
#11204 commented on
Jul 25, 2021 • 0 new comments -
bpo-19820: Updated documentation for inspect module: some module attributes were…
#15359 commented on
Jul 21, 2021 • 0 new comments -
bpo-39632: Fix ctypes variadic function call convention
#18560 commented on
Jul 23, 2021 • 0 new comments -
bpo-41576: document BaseException in favor of bare except
#21917 commented on
Jul 20, 2021 • 0 new comments -
bpo-12806: Add argparse FlexiHelpFormatter
#22129 commented on
Jul 25, 2021 • 0 new comments -
bpo-44309: Add support for yescrypt in crypt.
#26526 commented on
Jul 22, 2021 • 0 new comments -
bpo-44331: Generate static PyCodeObjects for faster startup
#26571 commented on
Jul 23, 2021 • 0 new comments -
[WIP] bpo-41930: Add support for SQLite serialise/deserialise API
#26728 commented on
Jul 20, 2021 • 0 new comments -
Fix references to `methods` attr
#26806 commented on
Jul 21, 2021 • 0 new comments -
bpo-44511: Improve the bytecode for class and mapping patterns
#26922 commented on
Jul 23, 2021 • 0 new comments -
bpo-39710: calendar documentation
#26985 commented on
Jul 19, 2021 • 0 new comments -
bpo-44657: Fix instancemethod_call to use PyInstanceMethod_GET_FUNCTION
#27202 commented on
Jul 21, 2021 • 0 new comments -
bpo-44490: Add 'Whats New' docs regarding types.Union changes
#27215 commented on
Jul 19, 2021 • 0 new comments -
bpo-44461: Check early that a runpy target is valid for execution.
#27227 commented on
Jul 20, 2021 • 0 new comments