summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* bpo-45506: Stop skipping test_embed. (gh-29300)Eric Snow2021-11-031-1/+3
* bpo-45691: Make array of small ints static to fix use-after-free error. (GH-2...Mark Shannon2021-11-034-45/+31
* bpo-45678: Add ``functools.singledispatchmethod`` tests (GH-29328)Alex Waygood2021-11-032-1/+43
* bpo-45578: add tests for `dis.distb` (GH-29332)Nikita Sobolev2021-11-032-0/+41
* bpo-24139: Fix test_sqlite3 `test_extended_error_code_on_exception()` on s390...Erlend Egeberg Aasland2021-11-031-1/+1
* bpo-24139: Add support for SQLite extended result codes (GH-28076)Erlend Egeberg Aasland2021-11-025-7/+263
* bpo-45406: make inspect.getmodule() return None when getabsfile() raises File...Irit Katriel2021-11-023-1/+11
* [doc] Link to section File input (GH-28941)Andre Delfino2021-11-021-1/+1
* bpo-45457: Minor fix to documentation for SSLContext.load_default_certs. (GH-...LincolnPuzey2021-11-021-1/+1
* bpo-44828: macOS installer: avoid leaving a zombie Save panel in Tk 8.6.12rc1...Ned Deily2021-11-022-1/+11
* makefile: remove unused SGI_ABI variable (GH-29325)Filipe Laíns2021-11-021-1/+0
* bpo-42064: Adapt `sqlite3` to multi-phase init (PEP 489) (GH-29234)Erlend Egeberg Aasland2021-11-022-20/+101
* bpo-45633: Fix newtypes doc typo (GH-29318)Dmitry Smirnov2021-11-021-1/+1
* bpo-43158: Use configure values for building _uuid extension (GH-29353)Christian Heimes2021-11-025-7/+86
* bpo-45688: Add _scproxy to sys.stdlib_module_names (GH-29358)Christian Heimes2021-11-023-1/+8
* Remove Programs/_freeze_importlib (#29357)Brandt Bucher2021-11-021-0/+0
* bpo-45243: Add support for setting/getting `sqlite3` connection limits (GH-28...Erlend Egeberg Aasland2021-11-017-1/+228
* Update macOS installer to use Tk 8.6.12rc1 pre-release. (GH-29354)Ned Deily2021-11-014-218/+12
* bpo-45666: Use `%S` for MSVC and `%s` elsewhere for `swprintf` in `_testembed...Nikita Sobolev2021-11-011-1/+7
* bpo-45668: Fix PGO tests without test extensions (GH-29315)Christian Heimes2021-11-0113-28/+60
* bpo-10572: Fixup Lib/test/libregrtest/pgo.py (GH-29327)Erlend Egeberg Aasland2021-11-011-1/+1
* bpo-45618: Update Sphinx version used to build the documentation to 4.2.0 (GH...m-aciek2021-10-312-5/+3
* Updated README with Python 3.11 release info (GH-29338)Jacob Walls2021-10-311-1/+1
* Move field width to the right field (GH-29344)Olaf van der Spek2021-10-311-2/+2
* bpo-45516: fix Traversable.name documentation (GH-29194)Filipe Laíns2021-10-311-2/+2
* bpo-45634: Don't combine error checks when adding `sqlite3` int constants (GH...Erlend Egeberg Aasland2021-10-311-41/+48
* bpo-45679: Fix caching of multi-value typing.Literal (GH-29334)Serhiy Storchaka2021-10-313-6/+11
* bpo-45666: fixes warning with `swprintf` and `%s` (GH-29307)Nikita Sobolev2021-10-312-1/+2
* Fix docs source link for importlib.metadata (GH-29025)Philipp A2021-10-301-1/+1
* bpo-10572: Move `sqlite3` tests to `Lib/test` (GH-29304)Erlend Egeberg Aasland2021-10-2916-22/+36
* bpo-45379: clarify FROZEN_EXCLUDED and FROZEN_INVALID documentation (GH-29189)Filipe Laíns2021-10-291-2/+7
* bpo-45581: Raise `MemoryError` in `sqlite3.connect` if SQLite signals memory ...Erlend Egeberg Aasland2021-10-292-0/+6
* bpo-45600: Enhanced / clarified the docs for os.environ and os.environb (GH-2...andrei kulakov2021-10-291-7/+8
* bpo-45335: Add note to `sqlite3` docs about "timestamp" converter (GH-29200)Ian Fisher2021-10-291-0/+6
* bpo-45548: Some test modules must be built as shared libs (GH-29268)Christian Heimes2021-10-296-13/+41
* bpo-45655: Add ref to union type expressions at top of typing docs (GH-29309)Alex Waygood2021-10-291-1/+2
* bpo-45628: Check all parts of the suffix for an extension match. (GH-29310)Vinay Sajip2021-10-291-2/+7
* bpo-45621: Small changes to mmap (GH-29247)Tim Golden2021-10-292-24/+21
* bpo-45395: Make custom frozen modules additions instead of replacements. (gh-...Eric Snow2021-10-2810-129/+219
* bpo-45577: test all pickle protocols in `test_zoneinfo` (GH-29167)Nikita Sobolev2021-10-282-44/+54
* bpo-45379: add custom error string for FROZEN_DISABLED (GH-29190)Filipe Laíns2021-10-282-1/+5
* bpo-45624: make test_graphlib not depend on the iteration order of sets (GH-2...Carl Friedrich Bolz-Tereick2021-10-281-4/+13
* bpo-45655: Add "relevant PEPs" section to ``typing`` documentation (GH-29280)Alex Waygood2021-10-282-7/+43
* bpo-45612: Add sqlite3 module docstring (GH-29224)Erlend Egeberg Aasland2021-10-281-0/+34
* bpo-45583: Correct datamodel documentation of int() (GH-29182)Arthur Milchior2021-10-281-2/+2
* Fixed typos (GH-29211)MalikIdreesHasanKhan2021-10-281-4/+4
* bpo-45604: add `level` argument to `multiprocessing.log_to_stderr` func (GH-2...Nikita Sobolev2021-10-282-1/+3
* bpo-45608: Document missing `sqlite3` DB-API attributes and methods (GH-29219)Erlend Egeberg Aasland2021-10-281-0/+46
* bpo-44828: Avoid tkinter file dialog failure on macOS 12 Monterey (GH-29276)Ned Deily2021-10-283-1/+206
* bpo-45562: Ensure all tokenizer debug messages are printed to stderr (GH-29270)Pablo Galindo Salgado2021-10-281-1/+1