summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bpo-29298: Fix crash with required subparsers without dest (GH-3680)Anthony Sottile2021-07-233-0/+28
* bpo-44676: Add ability to serialize types.Union (GH-27244)Yurii Karabas2021-07-234-2/+90
* bpo-44713: [doc fix]: typo in subprocess.rst (GH-27297)Jack DeVries2021-07-221-1/+1
* bpo-44653: Support typing types in parameter substitution in the union type. ...Serhiy Storchaka2021-07-223-13/+43
* bpo-44353: Implement typing.NewType __call__ method in C (#27262)Yurii Karabas2021-07-2211-16/+137
* bpo-44708: Only re-run test methods that match names of previously failing te...Łukasz Langa2021-07-227-178/+345
* bpo-14879: [doc] clarify how to check for errors from subprocess.Popen(..., s...Jack DeVries2021-07-221-1/+4
* bpo-44651: delete entry of "coercion" in Doc/glossary.rst (GH-27226)Steven Hsu2021-07-222-10/+1
* Speed up test_urlsplit_normalization (GH-26688)Jacob Walls2021-07-221-1/+2
* Fix typo in collections.rst (#27270)Elliot Waite2021-07-221-1/+1
* bpo-44704: Make Set._hash consistent with frozenset.__hash__ (GH-27281)Dennis Sweeney2021-07-213-0/+14
* bpo-44686 replace unittest.mock._importer with pkgutil.resolve_name (GH-18544)Thomas Grainger2021-07-212-23/+5
* bpo-30511: Add note on thread safety to shutil.make_archive() (#26933)andrei kulakov2021-07-212-0/+6
* bpo-44539: Support recognizing JPEG files without JFIF or Exif markers (GH-26...Mohamad Mansour2021-07-204-1/+5
* bpo-43219: skip Solaris in the test as well (GH-27257)Jakub Kulík2021-07-201-1/+2
* bpo-44566: resolve differences between asynccontextmanager and contextmanager...Thomas Grainger2021-07-204-56/+85
* bpo-44631: Make the repr() of the _Environ class more readable. (#27128)Leonardo Freua2021-07-203-6/+11
* Update macOS build-installer script comments for 3.10 and remove unused pre-1...Ned Deily2021-07-202-59/+74
* bpo-43950: Distinguish errors happening on character offset decoding (GH-27217)Batuhan Taskaya2021-07-202-5/+23
* bpo-44353: Add test to cover __or__ of two NewType (#27259)Yurii Karabas2021-07-201-4/+7
* bpo-44353: Refactor typing.NewType into callable class (GH-27250)Yurii Karabas2021-07-203-5/+44
* bpo-42064: Finalise establishing sqlite3 global state (GH-27155)Erlend Egeberg Aasland2021-07-206-53/+69
* bpo-44678: Separate error message for discontinuous padding in binascii.a2b_b...Idan Moral2021-07-193-8/+15
* correct spelling (GH-27076)Sondre Lillebø Gundersen2021-07-191-1/+1
* bpo-44524: Add missed __name__ and __qualname__ to typing module objects (#27...Yurii Karabas2021-07-193-0/+72
* bpo-27513: email.utils.getaddresses() now handles Header objects (#13797)Zackery Spytz2021-07-193-1/+9
* Clean up comma usage in Doc/library/functions.rst (#27083)α∂мιηιχтяαтσя2021-07-191-38/+38
* bpo-42238: Fix small rst issue in NEWS.d/. (#27238)Julien Palard2021-07-192-2/+10
* bpo-41972: Tweak fastsearch.h string search algorithms (GH-27091)Dennis Sweeney2021-07-192-272/+332
* bpo-44340: Add support for building with clang full/thin lto (GH-27231)Dong-hee Na2021-07-195-33/+107
* bpo-44661: Update property_descr_set to use vectorcall if possible. (GH-27206)Dong-hee Na2021-07-192-7/+20
* bpo-44645: Check for interrupts on any potentially backwards edge (GH-27216)Mark Shannon2021-07-192-1/+31
* bpo-41546: make pprint (like print) not write to stdout when it is None (GH-2...Irit Katriel2021-07-194-28/+26
* bpo-44554: refactor pdb targets (and internal tweaks) (GH-26992)Jason R. Coombs2021-07-194-66/+111
* bpo-43086: Add handling for out-of-spec data in a2b_base64 (GH-24402)Idan Moral2021-07-195-15/+132
* bpo-44561: Update hyperlinks in Doc/distributing/index.rst (#27032)Steven Hsu2021-07-192-3/+6
* bpo-42355: symtable.get_namespace() now checks whether there are multiple or ...Batuhan Taskaya2021-07-183-5/+13
* bpo-44654: Do not export the union type related symbols (GH-27223)Serhiy Storchaka2021-07-181-4/+4
* bpo-44633: Fix parameter substitution of the union type with wrong types. (GH...Serhiy Storchaka2021-07-183-16/+36
* bpo-44654: Refactor and clean up the union type implementation (GH-27196)Serhiy Storchaka2021-07-179-125/+88
* bpo-20291: Fix MSVC warnings in getargs.c (GH-27211)Ken Jin2021-07-171-1/+2
* bpo-42095: plistlib: Add tests that compare with plutil(1) (#27173)Hasan2021-07-172-0/+76
* bpo-43425: Remove test2to3 from Tools (#26981)Dong-hee Na2021-07-179-74/+3
* Replace @ilevkivskyi with @Fidget-Spinner as typing code owner (#27210)Łukasz Langa2021-07-171-1/+1
* bpo-41249: Fix postponed annotations for TypedDict (GH-27017)Germán Méndez Bravo2021-07-174-7/+43
* bpo-44490: Improve typing module compatibility with types.Union (GH-27048)Yurii Karabas2021-07-175-7/+40
* bpo-44655: Include the name of the type in unset __slots__ attribute errors (...Pablo Galindo Salgado2021-07-163-4/+17
* bpo-44655: Don't include suggestions for attributes that are the same as the ...Pablo Galindo Salgado2021-07-163-0/+17
* Revert "bpo-44645: Check for interrupts on any potentially backwards edge. (G...Pablo Galindo Salgado2021-07-162-31/+1
* Remove legacy opcache structs (GH-27164)Ken Jin2021-07-163-26/+1