summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* bpo-43312: Functions returning default and preferred sysconfig schemes (GH-24...Tzu-ping Chung2021-04-271-0/+3
* Fix thread locks in zlib module may go wrong in rare case. (#22126)Ma Lin2021-04-271-0/+1
* bpo-43945: [Enum] Deprecate non-standard mixin format() behavior (GH-25649)Ethan Furman2021-04-271-0/+2
* bpo-43762: Add audit events for loading of sqlite3 extensions (GH-25246)Erlend Egeberg Aasland2021-04-261-0/+3
* bpo-40432: Use python 3.8 or higher to compile CPython on Windows (#25389)Ken Jin2021-04-261-0/+3
* bpo-43938: improve dataclasses.FrozenInstanceError documentation (GH-25603)Llandy Riveron Del Risco2021-04-262-0/+3
* bpo-42904: Change search order of typing.get_type_hints eval (#25632)Ken Jin2021-04-261-0/+5
* bpo-18233: Add internal methods to access peer chain (GH-25467)Christian Heimes2021-04-261-0/+2
* Add keyword-only fields to dataclasses. (GH=25608)Eric V. Smith2021-04-261-0/+2
* bpo-43534: Fix the turtle module working with multiple root windows (GH-25591)Serhiy Storchaka2021-04-251-0/+1
* bpo-38490: statistics: Add covariance, Pearson's correlation, and simple line...Tymoteusz Wołodźko2021-04-252-0/+2
* bpo-39529: Deprecate creating new event loop in asyncio.get_event_loop() (GH-...Serhiy Storchaka2021-04-251-0/+9
* bpo-42609: Check recursion depth in the AST validator and optimizer (GH-23744)Serhiy Storchaka2021-04-251-0/+3
* bpo-43534: Make dialogs in turtle.textinput() and turtle.numinput() transitie...Serhiy Storchaka2021-04-251-0/+2
* bpo-43655: Tkinter and IDLE dialog windows are now recognized as dialogs by w...Serhiy Storchaka2021-04-252-0/+4
* bpo-42737: annotations with complex targets no longer causes any runtime effe...Batuhan Taskaya2021-04-251-0/+2
* bpo-43930: Update bundled pip to 21.1 and setuptools to 56.0.0 (GH-25576)Stéphane Bidoul2021-04-241-0/+1
* bpo-43780: Sync with importlib_metadata 3.10 (GH-25297)Jason R. Coombs2021-04-241-0/+3
* bpo-31870: Add a timeout parameter to ssl.get_server_certificate() (GH-22270)Zackery Spytz2021-04-241-0/+2
* bpo-30555: Fix WindowsConsoleIO fails in the presence of fd redirection (GH-1...Segev Finer2021-04-231-0/+2
* bop-43652: Update Tcl and Tk to 8.6.11 in Windows installer (GH-25170)Terry Jan Reedy2021-04-231-0/+1
* bpo-43907: add missing memoize call in pure python pickling of bytearray (GH-...Carl Friedrich Bolz-Tereick2021-04-231-0/+4
* bpo-39950: add `pathlib.Path.hardlink_to()` method that supersedes `link_to()...Barney Gale2021-04-231-0/+2
* bpo-43538: Add extra arguments to os.startfile (GH-25538)Steve Dower2021-04-232-0/+1
* bpo-43607: Fix urllib handling of Windows paths with \\?\ prefix (GH-25539)Steve Dower2021-04-231-0/+2
* bpo-35114: Make ssl.RAND_status() return a bool (GH-20063)Zackery Spytz2021-04-231-0/+2
* bpo-43914: Highlight invalid ranges in SyntaxErrors (#25525)Pablo Galindo2021-04-231-0/+3
* bpo-43868: Remove PyOS_ReadlineFunctionPointer from the stable ABI list (GH-2...Petr Viktorin2021-04-231-0/+3
* bpo-43795: PEP-652: Clean up the stable ABI/limited API (GH-25482)Petr Viktorin2021-04-231-0/+2
* bpo-41282: (PEP 632) Deprecate distutils.sysconfig (partial implementation of...Lumír 'Frenzy' Balhar2021-04-231-0/+1
* bpo-43920: Make load_verify_locations(cadata) error message consistent (GH-25...Christian Heimes2021-04-231-0/+2
* bpo-37363: Add audit events to the `http.client` module (GH-21321)Saiyang Gou2021-04-231-0/+1
* bpo-43917: Fix pure python equivalent for classmethod (GH-25544)Raymond Hettinger2021-04-231-1/+2
* bpo-39572: Address typo in CHANGELOG. (GH-24999)Simon Charette2021-04-231-1/+1
* bpo-35306: Avoid raising OSError from pathlib.Path.exists when passed an inva...Steve Dower2021-04-221-0/+2
* bpo-38822: Fixed os.stat failing on inaccessible directories. (GH-25527)Steve Dower2021-04-221-0/+3
* bpo-43284: Update platform.win32_ver to use _syscmd_ver instead of sys.getwin...Shreyan Avigyan2021-04-221-0/+6
* bpo-43475: Fix worst case collision behavior for NaN instances (GH-25493)Raymond Hettinger2021-04-221-0/+3
* bpo-26227: Fixes decoding of host names on Windows from ANSI instead of UTF-8...Steve Dower2021-04-211-0/+2
* bpo-43756: Add new audit event for new arguments added to glob.glob (GH-25239)Saiyang Gou2021-04-211-0/+2
* bpo-43472: Ensure PyInterpreterState_New audit events are raised when called ...Steve Dower2021-04-211-0/+3
* bpo-38659: [Enum] add _simple_enum decorator (GH-25497)Ethan Furman2021-04-211-0/+4
* bpo-43859: Improve the error message for IndentationError exceptions (GH-25431)Pablo Galindo2021-04-211-0/+2
* bpo-38605: Revert making 'from __future__ import annotations' the default (GH...Pablo Galindo2021-04-211-0/+5
* Revert "bpo-38659: [Enum] add _simple_enum decorator (GH-25285)" (GH-25476)Ethan Furman2021-04-201-4/+0
* bpo-38659: [Enum] add _simple_enum decorator (GH-25285)Ethan Furman2021-04-201-0/+4
* bpo-40849: Expose X509_V_FLAG_PARTIAL_CHAIN ssl flag (GH-20463)l0x2021-04-192-0/+2
* bpo-43880: Show DeprecationWarnings for deprecated ssl module features (GH-25...Christian Heimes2021-04-191-0/+3
* bpo-42854: Use SSL_read/write_ex() (GH-25468)Christian Heimes2021-04-191-0/+4
* bpo-36076: Add SNI support to ssl.get_server_certificate. (GH-16820)juhovh2021-04-182-0/+2