| Commit message (Expand) | Author | Age | Files | Lines |
* | bpo-46114: Fix OpenSSL version check for 3.0.1 (GH-30170) | Christian Heimes | 2021-12-17 | 1 | -1/+5 |
|
|
* | bpo-46072: Add top level stats struct (GH-30169) | Mark Shannon | 2021-12-17 | 2 | -6/+5 |
|
|
* | bpo-45711: Remove type and traceback from exc_info (GH-30122) | Irit Katriel | 2021-12-17 | 3 | -85/+80 |
|
|
* | bpo-46111: Fix unittest tests in optimized mode (GH-30163) | Serhiy Storchaka | 2021-12-17 | 3 | -3/+6 |
|
|
* | Fix a typo in the message from make_ssl_certs. (GH-30152) | Yilei "Dolee" Yang | 2021-12-17 | 1 | -1/+1 |
|
|
* | bpo-44893: Implement EntryPoint as simple class with attributes. (GH-30150) | Jason R. Coombs | 2021-12-16 | 10 | -108/+266 |
|
|
* | bpo-46105: Honor spec when generating requirement specs with urls and extras.... | Jason R. Coombs | 2021-12-16 | 2 | -2/+13 |
|
|
* | bpo-22047: [argparse] deprecate nested argument groups and mutually exclusive... | Irit Katriel | 2021-12-16 | 2 | -2/+30 |
|
|
* | bpo-45755: [typing] Reveal class attributes of generic in generic aliases in ... | Ken Jin | 2021-12-16 | 2 | -0/+14 |
|
|
* | Remove spaces in empty lines (GH-30121) | AN Long | 2021-12-15 | 3 | -5/+5 |
|
|
* | bpo-44525: Specialize for calls to type and other builtin classes with 1 argu... | Mark Shannon | 2021-12-15 | 1 | -0/+2 |
|
|
* | bpo-46039: Split yield from in two (GH-30035) | Mark Shannon | 2021-12-15 | 2 | -3/+4 |
|
|
* | bpo-26952: [argparse] clearer error when formatting an empty mutually… (GH-... | Irit Katriel | 2021-12-15 | 2 | -0/+10 |
|
|
* | bpo-44525: Split calls into PRECALL and CALL (GH-30011) | Mark Shannon | 2021-12-14 | 4 | -40/+46 |
|
|
* | bpo-45292: [PEP-654] add except* (GH-29581) | Irit Katriel | 2021-12-14 | 14 | -34/+1675 |
|
|
* | bpo-46063: Add 'delay=True' to file handler initialization. (GH-30103) | Vinay Sajip | 2021-12-14 | 1 | -1/+2 |
|
|
* | bpo-46063: Improve algorithm for computing which rolled-over log file… (GH-... | Vinay Sajip | 2021-12-14 | 2 | -5/+66 |
|
|
* | bpo-16594: Add allow_reuse_port on socketserver (GH-30072) | AN Long | 2021-12-13 | 1 | -0/+8 |
|
|
* | bpo-27718: Fix help for the signal module (GH-30063) | Serhiy Storchaka | 2021-12-13 | 2 | -3/+19 |
|
|
* | bpo-46054: Correct non-utf8 character tests in test_exceptions (GH-30074) | Pablo Galindo Salgado | 2021-12-12 | 1 | -2/+2 |
|
|
* | Re-add `reuse_address` parameter to `create_server` (GH-29733) | Jim Crist-Harif | 2021-12-12 | 1 | -0/+6 |
|
|
* | bpo-45874: Handle empty query string correctly in urllib.parse.parse_qsl (#29... | Christian Sattler | 2021-12-12 | 2 | -3/+4 |
|
|
* | bpo-46054: Fix parsing error when parsing non-utf8 characters in source files... | Pablo Galindo Salgado | 2021-12-12 | 1 | -0/+12 |
|
|
* | bpo-46042: Improve SyntaxError locations in the symbol table (GH-30059) | Pablo Galindo Salgado | 2021-12-11 | 1 | -3/+4 |
|
|
* | bpo-44674: Use unhashability as a proxy for mutability for default dataclass ... | Eric V. Smith | 2021-12-11 | 2 | -2/+30 |
|
|
* | bpo-46049: Fixes ._pth support on non-Windows (GH-30051) | Steve Dower | 2021-12-11 | 1 | -22/+34 |
|
|
* | bpo-46048: Fix parsing of single character lines in getpath readlines() (GH-3... | Steve Dower | 2021-12-11 | 1 | -0/+20 |
|
|
* | bpo-37971: fix the position of decorator application (GH-30027) | Carl Friedrich Bolz-Tereick | 2021-12-10 | 2 | -3/+48 |
|
|
* | bpo-42918: Improve build-in function compile() in mode 'single' (GH-29934) | Weipeng Hong | 2021-12-10 | 1 | -0/+2 |
|
|
* | bpo-46014: Add ability to use typing.Union with singledispatch (GH-30017) | Yurii Karabas | 2021-12-10 | 2 | -7/+58 |
|
|
* | bpo-27062: add `__all__` to inspect module (GH-30003) | Kumar Aditya | 2021-12-10 | 2 | -1/+103 |
|
|
* | bpo-45654: No need to freeze types (GH-30028) | Christian Heimes | 2021-12-10 | 1 | -2/+4 |
|
|
* | bpo-45582: Fix test_embed failure during a PGO build on Windows (GH-30014) | neonene | 2021-12-10 | 2 | -3/+9 |
|
|
* | Move error test to the function that needs it. Improve error message. (GH-30... | Raymond Hettinger | 2021-12-10 | 2 | -11/+4 |
|
|
* | bpo-43931: Export Python version as API data (GH-25577) | Gabriele N. Tornetta | 2021-12-10 | 2 | -0/+4 |
|
|
* | bpo-46025: Fix a crash in the atexit module for auto-unregistering functions ... | Pablo Galindo Salgado | 2021-12-09 | 1 | -0/+15 |
|
|
* | bpo-25066: Added repr for multiprocessing.Event (GH-29749) | Kumar Aditya | 2021-12-09 | 2 | -1/+17 |
|
|
* | Python 3.11.0a3v3.11.0a3 | Pablo Galindo | 2021-12-08 | 1 | -322/+508 |
|
|
* | bpo-46015: Fixes calculation of sys.path in a venv on Windows (GH-29992) | Steve Dower | 2021-12-08 | 2 | -0/+3 |
|
|
* | bpo-45359: Support TopologicalSorter type subscript (GH-28714) | Jacob Hayes | 2021-12-08 | 2 | -0/+6 |
|
|
* | bpo-45813: Drop redundant assertion from frame.clear() (GH-29990) | Andrew Svetlov | 2021-12-08 | 1 | -2/+11 |
|
|
* | bpo-46009: Do not exhaust generator when send() method raises (GH-29986) | Mark Shannon | 2021-12-08 | 1 | -0/+8 |
|
|
* | Fix double-space in exception message (GH-29955) | Ned Batchelder | 2021-12-08 | 1 | -1/+1 |
|
|
* | bpo-45947: Place dict and values pointer at fixed (negative) offset just befo... | Mark Shannon | 2021-12-07 | 2 | -3/+2 |
|
|
* | bpo-46004: Fix error location for loops with invalid targets (GH-29959) | Pablo Galindo Salgado | 2021-12-07 | 1 | -0/+1 |
|
|
* | Revert "bpo-28533: Remove asyncore, asynchat, smtpd modules (GH-29521)" (GH-2... | Victor Stinner | 2021-12-07 | 14 | -19/+2346 |
|
|
* | bpo-45890: Add tests for tracing try-except-finally blocks (GH-29746) | Irit Katriel | 2021-12-07 | 2 | -2/+51 |
|
|
* | bpo-46001: Change OverflowError to RecursionError in JSON library docstrings ... | James Gerity | 2021-12-07 | 2 | -3/+3 |
|
|
* | bpo-28953: Use `raise from` when raising new IncompleteRead (GH-29861) | 180909 | 2021-12-07 | 1 | -2/+2 |
|
|
* | bpo-45582: Ensure PYTHONHOME still overrides detected build prefixes (GH-29948) | Steve Dower | 2021-12-07 | 1 | -0/+30 |
|
|