summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* bpo-42378: fixed log truncation on logging shutdown (GH-27310)andrei kulakov2021-07-254-6/+32
* bpo-44399: Update logging cookbook to document patterns to be avoided. (GH-27...Vinay Sajip2021-07-251-0/+79
* bpo-43184: Add information about added attribute and method. (GH-27347)Vinay Sajip2021-07-251-0/+4
* bpo-44717: improve AttributeError on circular imports of submodules (GH-27338)Filipe Laíns2021-07-249-1734/+1809
* Fix typo in ssl documentation (GH-27329)Anton Grübel2021-07-241-2/+2
* bpo-44676: Serialize the union type using only public API (GH-27323)Serhiy Storchaka2021-07-244-80/+23
* bpo-43950: support long lines in traceback.py (GH-27336)Batuhan Taskaya2021-07-242-1/+27
* bpo-43950: check against the raw string, not the pyobject (GH-27337)Batuhan Taskaya2021-07-241-1/+1
* bpo-44676: Fix reference leaks in union_reduce (GH-27332)Pablo Galindo Salgado2021-07-241-1/+1
* bpo-44731: Simplify the union type implementation (GH-27318)Serhiy Storchaka2021-07-243-94/+26
* Revert "bpo-44717: improve AttributeError on circular imports of submodules (...Pablo Galindo Salgado2021-07-248-1807/+1734
* bpo-43950: ensure source_line is present when specialising the traceback (GH-...Batuhan Taskaya2021-07-242-2/+27
* bpo-44353: Improve tests covering typing.NewType pickling (GH-27302)Yurii Karabas2021-07-241-8/+9
* bpo-44717: improve AttributeError on circular imports of submodules (GH-27299)Filipe Laíns2021-07-248-1734/+1807
* bpo-44720: Don't crash when calling weakref.proxy(not_an_iterator).__next__ (...Dennis Sweeney2021-07-243-0/+37
* bpo-44611: Update docs for os and whatsnew 3.11 (#27314)Dong-hee Na2021-07-242-3/+7
* bpo-44353: Document that typing.NewType is now a class (#27319)Ken Jin2021-07-241-10/+19
* bpo-44353: Expand NewType tests for complex __qualname__. (#27311)Serhiy Storchaka2021-07-242-18/+47
* Fix a deprecation warning in typing tests (#27312)Sebastian Rittau2021-07-231-3/+0
* bpo-42854: Correctly use size_t for _ssl._SSLSocket.read and _ssl._SSLSocket....Pablo Galindo Salgado2021-07-233-12/+15
* bpo-44353: Fix memory leak introduced by GH-27262 (GH-27305)Yurii Karabas2021-07-231-2/+7
* bpo-44611: Use BCryptGenRandom instead of CryptGenRandom on Windows (GH-27168)Dong-hee Na2021-07-234-41/+19
* bpo-42747: Remove Py_TPFLAGS_HAVE_AM_SEND and make Py_TPFLAGS_HAVE_VERSION_TA...Petr Viktorin2021-07-237-56/+24
* Improve consistency of colorsys.rgb_to_hsv (GH-27277)seb-hub2021-07-231-4/+5
* 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