111139 Commits (93264452d952d9ba604bacf2947c2df5dd477931)
 

Author SHA1 Message Date
Miss Islington (bot) 07b12fdf55
bpo-46437: remove useless `hasattr` from `test_typing` (GH-30704) 4 years ago
Miss Islington (bot) ee07750088
doc: Clarify os.urandom return type (GH-30282) 4 years ago
Miss Islington (bot) d2b7e08d86
docs: correct outdated MappingProxyType docstrings (GH-30281) 4 years ago
Miss Islington (bot) c4fe0aa670
Update documentation in datetime module strftime-and-strptime-behavior fix typo in '%W' format code description (GH-30232) 4 years ago
Miss Islington (bot) 39374c44d9
[3.10] bpo-46413: properly test `__{r}or__` code paths in `_SpecialGenericAlias` (GH-30640) (GH-30694) 4 years ago
Miss Islington (bot) baf26d07a6
bpo-46424: [typing] cover `Annotation[arg]` invalid usage in tests (GH-30663) 4 years ago
Miss Islington (bot) 24d0b331e8
[3.10] bpo-45680: Clarify documentation on ``GenericAlias`` objects (GH-29335) (GH-30688) 4 years ago
Miss Islington (bot) 0861a50bd4
bpo-22039: [doc] clarify that there are no plans to disable deleting an attribute via PyObject_SetAttr (GH-30639) (GH-30684) 4 years ago
Erlend Egeberg Aasland 01e6cbefd3
[3.10] bpo-46402: Promote SQLite URI tricks in sqlite3 docs (GH-30660) (GH-30671) 4 years ago
Miss Islington (bot) 4449a1694a
bpo-45554: Document multiprocessing.Process.exitcode values (GH-30142) 4 years ago
Miss Islington (bot) 9238a52cbc
bpo-20823: Clarify copyreg.pickle() documentation (GH-30230) 4 years ago
Miss Islington (bot) 42038d00ea
bpo-46411: Remove unnecessary calls to sys.exc_info() in tests (GH-30638) 4 years ago
Miss Islington (bot) 7a822c9278
bpo-46383: Fix signature of zoneinfo module_free function (GH-30607) (GH-30610) 4 years ago
Miss Islington (bot) 1345b460f5
bpo-13886: Skip PTY non-ASCII tests if readline is loaded (GH-30631) 4 years ago
Miss Islington (bot) 93dc1654dc
bpo-20281, bpo-29964: update datetime docs to refer %z and %Z to a pre-existing footnote (GH-30354) 4 years ago
Pablo Galindo 30300f4113
Merge remote-tracking branch 'upstream/3.10' into 3.10 4 years ago
Pablo Galindo d5c4ccfe0d
Post 3.10.2 4 years ago
Miss Islington (bot) 26039d1e0a
bpo-23183: Document the timeit output (GH-30359) 4 years ago
Miss Islington (bot) 86d18019e9
bpo-46280: Fix tracemalloc_copy_domain() (GH-30591) 4 years ago
Miss Islington (bot) 47422a852d
[3.10] bpo-40479: Fix typo, flag must be set for OpenSSL < 3.0.0 (GH-30584) (GH-30585) 4 years ago
Pablo Galindo a58ebcc701
Python 3.10.2 4 years ago
Miss Islington (bot) e6bb17fe29
bpo-46070: _PyGC_Fini() untracks objects (GH-30577) 4 years ago
Miss Islington (bot) 3ce6945f5f
Define Py_BUILD_CORE_MODULE 4 years ago
Miss Islington (bot) a468866a67
bpo-46345: Add a test case for implicit `Optional` class attribute (GH-30535) 4 years ago
Yury Selivanov 6f9ca53a6a
bpo-46347: Fix PyEval_EvalCodeEx to correctly cleanup in error paths (#30553) 4 years ago
Miss Islington (bot) b1a94f1fab
bpo-46347: Fix memory leak in PyEval_EvalCodeEx. (GH-30546) 4 years ago
Miss Islington (bot) 6f035c07e0
[doc] Add license_url for python-docs-theme 2022.1. (GH-30527) (GH-30540) 4 years ago
Miss Islington (bot) 19a85501ce
bpo-46237: Fix the line number of tokenizer errors inside f-strings (GH-30463) 4 years ago
Miss Islington (bot) 4cfb10979d
closes bpo-46253: Change Py_UNICODE to Py_UCS4 in the C API docs to match the current source code (GH-30387) 4 years ago
Miss Islington (bot) da8c0759d2
Remove unused `Any` from `Concatenate` example in typing docs (GH-30516) 4 years ago
Miss Islington (bot) e0ec08dc49
bpo-46205: exit if no workers are alive in runtest_mp (GH-30470) 4 years ago
Miss Islington (bot) 2e6798f352
bpo-46270: Describe the `in` and `not in` operators as membership tests. (GH-30504) (GH-30509) 4 years ago
Miss Islington (bot) b962544594
bpo-34602: Fix unportable test(1) operator in configure script (GH-30490) (GH-30491) 4 years ago
Miss Islington (bot) 987fba102e
bpo-46261: Update `sqlite3.Cursor.lastrowid` docs (GH-30407) 4 years ago
Miss Islington (bot) 8bef658668
bpo-46290: Fix parameter names in dataclasses docs (GH-30450) 4 years ago
Miss Islington (bot) d2245cf190
bpo-46299: improve `test_descr.py` with stricter error handling (GH-30471) 4 years ago
Miss Islington (bot) bea3f42bb7
bpo-46289: Make conversion of FormattedValue not optional on ASDL (GH-30467) 4 years ago
Miss Islington (bot) e35430bec5
[3.10] bpo-42378: fixed log truncation on logging shutdown (GH-27310) (GH-30468) 4 years ago
Miss Islington (bot) ed2656a7d3
bpo-28546: [doc] Clarify setting pdb breakpoints (GH-30360) 4 years ago
Miss Islington (bot) 75a1865d1c
[3.10] bpo-24650: Use full term "generator function" in yield expressions docs (GH-24663) (GH-30461) 4 years ago
Miss Islington (bot) 6630952cf0
bpo-46216: remove spurious link to os.system() from os.time() documentation (GH-30326) 4 years ago
Miss Islington (bot) 9d18045804
bpo-46070: Fix asyncio initialisation guard (GH-30423) 4 years ago
Miss Islington (bot) db60ed1170
[3.10] bpo-46251: Add 'Security Considerations' section to logging configura… (GH-30411) (GH-30447) 4 years ago
Miss Islington (bot) 3cb64ede57
bpo-46263: Fix second location that needs MALLOC_CONF on FreeBSD (GH-30440) 4 years ago
Miss Islington (bot) b951dec441
bpo-46263: FreeBSD 14.0 jemalloc workaround for junk bytes of freed memory (GH-30434) 4 years ago
Victor Stinner 72c260cf0c
[3.10] bpo-46006: Revert "bpo-40521: Per-interpreter interned strings (GH-20085)" (GH-30422) (GH-30425) 4 years ago
Miss Islington (bot) 861a9aaf0f
bpo-46278: fix typo introduced in GH-30427 (GH-30430) (GH-30431) 4 years ago
Miss Islington (bot) 8670fbe4d2
Reflect 'context' arg in 'AbstractEventLoop.call_*()' methods (GH-30427) (GH-30428) 4 years ago
Miss Islington (bot) da8be157f4
bpo-46236: Fix PyFunction_GetAnnotations() returned tuple. (GH-30409) 4 years ago
Miss Islington (bot) 7e951f356e
bpo-46263: Don't use MULTIARCH on FreeBSD (GH-30410) 4 years ago