summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bpo-43492: Upgrade Windows installer to use SQLite 3.35.5 (GH-25641)Erlend Egeberg Aasland2021-04-274-3/+4
* bpo-43864: Silence deprecation warning in test_importlib.test_module_found an...Shreyan Avigyan2021-04-271-2/+6
* bpo-43766: Fix TypeGuard docs (#25660)Ken Jin2021-04-272-8/+7
* bpo-43766: Implement PEP 647 (User-Defined Type Guards) in typing.py (#25282)Ken Jin2021-04-275-0/+175
* bpo-43312: Functions returning default and preferred sysconfig schemes (GH-24...Tzu-ping Chung2021-04-274-38/+131
* Fix thread locks in zlib module may go wrong in rare case. (#22126)Ma Lin2021-04-272-9/+11
* bpo-43651: Fix EncodingWarning in fileinput and its test (GH-25648)Inada Naoki2021-04-272-35/+39
* bpo-43651: Fix EncodingWarning in zipfile (GH-25650)Inada Naoki2021-04-272-28/+31
* bpo-43945: [Enum] Deprecate non-standard mixin format() behavior (GH-25649)Ethan Furman2021-04-273-0/+18
* bpo-43651: PEP 597: Fix `socket.makefile()` (GH-25645)Inada Naoki2021-04-272-3/+5
* [doc] Remove duplicated operator.itemgetter example (GH-24178)Andre Delfino2021-04-271-5/+2
* bpo-43651: Fix EncodingWarning in `pydoc`. (GH-25644)Inada Naoki2021-04-271-2/+3
* bpo-38530: Require 50% similarity in NameError and AttributeError suggestions...Dennis Sweeney2021-04-272-1/+116
* bpo-43762: Add audit events for loading of sqlite3 extensions (GH-25246)Erlend Egeberg Aasland2021-04-267-0/+86
* Use the zero argument form of super() in examples for Python3 docs. (GH-22314)Andre Delfino2021-04-266-12/+12
* bpo-40432: Use python 3.8 or higher to compile CPython on Windows (#25389)Ken Jin2021-04-262-2/+5
* bpo-43938: improve dataclasses.FrozenInstanceError documentation (GH-25603)Llandy Riveron Del Risco2021-04-263-1/+4
* bpo-42904: Change search order of typing.get_type_hints eval (#25632)Ken Jin2021-04-263-3/+17
* Add additional keyword-only tests. (GH-25633)Eric V. Smith2021-04-261-1/+29
* Doc: Fix the array.fromfile method doc (GH-22037)Adorilson Bezerra2021-04-261-2/+1
* bpo-43466: Link with libz in PY_UNSUPPORTED_OPENSSL_BUILD path (GH-25587)Christian Heimes2021-04-261-1/+2
* bpo-18233: Add internal methods to access peer chain (GH-25467)Christian Heimes2021-04-269-6/+563
* bpo-38820: Old OpenSSL 3.0.0 releases are in /old/3.0/ (GH-25624)Christian Heimes2021-04-261-5/+9
* Update asyncio-subprocess.rst (GH-21680)Gabriel R F2021-04-261-1/+1
* documentation: clarification about the function remove in os library (GH-19024)Etienne Gautier2021-04-261-0/+1
* Fix documentation typos of argparse exit_on_error (GH-22706)Taneli Hukkinen2021-04-261-1/+1
* Quick pydoc update to smtplib.py (GH-22292)uy-rrodriguez2021-04-261-2/+2
* Fix id of 'Internet Message Format' RFC in email doc (GH-24137)Denis Laxalde2021-04-262-2/+2
* Fix copy.Error casing in documentation GH-22004Andre Delfino2021-04-261-1/+1
* Fix broken links and improve stand-alone tools list in FAQ GH-22124Andre Delfino2021-04-263-10/+9
* Add keyword-only fields to dataclasses. (GH=25608)Eric V. Smith2021-04-264-38/+298
* Remove mention of dst parameter from description of os.lstat() (GH-24704)Sergey Fedoseev2021-04-251-1/+1
* Fix a typo in datamodel reference document (GH-24930)Géry Ogam2021-04-251-1/+1
* bpo-38605: Update __future__ module doc as `annotations` is now "mandatory in...Saiyang Gou2021-04-251-1/+1
* fix typo in warning (#20620)Allen2021-04-251-1/+1
* BaseHTTPRequestHandler, that path includes query (#25597)Senthil Kumaran2021-04-251-1/+3
* Set the release for `__future__.annotations` to 3.11 (#25596)Anthony Sottile2021-04-251-1/+1
* bpo-43534: Fix the turtle module working with multiple root windows (GH-25591)Serhiy Storchaka2021-04-252-8/+8
* bpo-38490: statistics: Add covariance, Pearson's correlation, and simple line...Tymoteusz Wołodźko2021-04-256-1/+326
* bpo-39529: Deprecate creating new event loop in asyncio.get_event_loop() (GH-...Serhiy Storchaka2021-04-2516-183/+568
* bpo-42609: Check recursion depth in the AST validator and optimizer (GH-23744)Serhiy Storchaka2021-04-255-149/+309
* bpo-43534: Make dialogs in turtle.textinput() and turtle.numinput() transitie...Serhiy Storchaka2021-04-252-2/+5
* bpo-43655: Tkinter and IDLE dialog windows are now recognized as dialogs by w...Serhiy Storchaka2021-04-257-7/+25
* bpo-42737: annotations with complex targets no longer causes any runtime effe...Batuhan Taskaya2021-04-254-0/+23
* bpo-43930: Update bundled pip to 21.1 and setuptools to 56.0.0 (GH-25576)Stéphane Bidoul2021-04-245-2/+3
* bpo-43780: Sync with importlib_metadata 3.10 (GH-25297)Jason R. Coombs2021-04-246-75/+275
* bpo-43921: also accept EOF in post-handshake auth test (GH-25574)Christian Heimes2021-04-241-1/+3
* bpo-41282: Consistent message and filter warning in setup.py (GH-25571)Christian Heimes2021-04-242-3/+11
* bpo-37322: Fix ResourceWarning and exception handling in test (GH-25553)Christian Heimes2021-04-241-38/+38
* bpo-31870: Fix test_get_server_certificate_timeout on Windows (GH-25570)Christian Heimes2021-04-241-1/+5