summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bpo-44740: Lowercase "internet" and "web" where appropriate. (#27378)Mariusz Felisiak2021-07-2661-107/+109
* Fix typos in `Weekday.today` example (GH-27363)Steffen Zeile2021-07-261-1/+1
* bpo-44515: handle non-refcounted GC in contextlib tests (GH-26910)Nick Coghlan2021-07-263-6/+13
* docs: replace "Mac OS X" -> "macOS" (GH-27364)partev2021-07-261-6/+6
* The current documentation says it returns None if the name is not found, but ...Jelle Zijlstra2021-07-262-1/+2
* bpo-43443: Clarify difference between shelve objects and dicts (GH-27004)Serhiy Storchaka2021-07-261-1/+2
* bpo-44490: Add 'Whats New' docs regarding types.Union changes (GH-27215)Yurii Karabas2021-07-261-1/+2
* bpo-44698: Fix undefined behaviour in complex exponentiation. (GH-27278)T. Wouters2021-07-263-8/+37
* bpo-44732: Rename types.Union to types.UnionType (#27342)Hasan2021-07-267-22/+22
* Small text fixes for enum.rst (#27322)Elliot Waite2021-07-261-8/+9
* bpo-44734: Fix precision in turtle tests (GH-27343)Logan Jones2021-07-262-11/+4
* Fix typo in dataclasses documentation (#27360)thomkeh2021-07-261-1/+1
* bpo-44590: Lazily allocate frame objects (GH-27077)Mark Shannon2021-07-2627-618/+1036
* bpo-44693: Update __future__ entry in Doc/glossary.rst (GH-27349)Steven Hsu2021-07-262-6/+9
* bpo-44600: Fix line numbers for pattern matching cleanup code (GH-27346)Charles Burkland2021-07-253-4/+89
* bpo-43950: support some multi-line expressions for PEP 657 (GH-27339)Batuhan Taskaya2021-07-254-17/+63
* 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