summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* bpo-46008: Make runtime-global object/type lifecycle functions and state cons...Eric Snow2021-12-0938-354/+811
* Remove an outdated comment. (GH-30010)Serhiy Storchaka2021-12-091-2/+0
* bpo-46018: Ensure that math.expm1 does not raise on underflow (GH-29997)Steve Dower2021-12-092-2/+7
* bpo-45654: Freeze the runpy module and stuff it imports (GH-29903)Kumar Aditya2021-12-097-0/+101
* bpo-45635: continue refactor of print_exception() to standardize error handli...Irit Katriel2021-12-091-78/+105
* bpo-46016: Fix rest syntax of GH-29993 (GH-30006)Kumar Aditya2021-12-092-2/+2
* bpo-46025: Fix a crash in the atexit module for auto-unregistering functions ...Pablo Galindo Salgado2021-12-093-1/+21
* bpo-25066: Added repr for multiprocessing.Event (GH-29749)Kumar Aditya2021-12-093-1/+18
* bpo-45391: mark UnionType as a class in documentation (GH-28757)Bernát Gábor2021-12-091-1/+1
* bpo-46007: Exclude PyUnicode_CHECK_INTERNED() from limited C API (GH-29987)Victor Stinner2021-12-094-4/+13
* bpo-45510: Check both types when specializing subtraction (GH-29995)Brandt Bucher2021-12-091-0/+4
* Merge remote-tracking branch 'upstream/main'Pablo Galindo2021-12-084-0/+22
|\
| * bpo-46016: fcntl module add FreeBSD's F_DUP2FD_CLOEXEC flag support (GH-29993)David CARLIER2021-12-084-0/+22
* | Post 3.11.0a3Pablo Galindo2021-12-081-1/+1
* | Python 3.11.0a3v3.11.0a3Pablo Galindo2021-12-08129-596/+1798
* | Fix some false positives of documentation syntax problemsPablo Galindo2021-12-083-4/+4
|/
* bpo-45711: Remove unnecessary normalization of exc_info (GH-29922)Irit Katriel2021-12-082-20/+1
* bpo-46015: Fixes calculation of sys.path in a venv on Windows (GH-29992)Steve Dower2021-12-086-12/+20
* bpo-45359: Support TopologicalSorter type subscript (GH-28714)Jacob Hayes2021-12-083-0/+7
* bpo-45635: refactor print_exception() into smaller functions (GH-29981)Irit Katriel2021-12-081-87/+139
* bpo-45813: Drop redundant assertion from frame.clear() (GH-29990)Andrew Svetlov2021-12-082-3/+15
* bpo-46009: Do not exhaust generator when send() method raises (GH-29986)Mark Shannon2021-12-085-21/+30
* doc: Add link issue 44010 (GH-29454)Rafael Fontenelle2021-12-081-1/+1
* bpo-45847: Don't override user overrides for CFLAGS/LIBS (GH-29967)Christian Heimes2021-12-083-67/+85
* Fix double-space in exception message (GH-29955)Ned Batchelder2021-12-081-1/+1
* bpo-40222: update doc entry with respect to the change in WITH_EXCEPT_START (...Irit Katriel2021-12-081-1/+3
* bpo-20751: Match variable name to the example. (GH-29980)Raymond Hettinger2021-12-081-4/+8
* bpo-45582: Write empty pybuilddir.txt on Windows to allow relocatable build d...Steve Dower2021-12-083-6/+6
* bpo-46008: Move Py*State init into distinct functions. (gh-29977)Eric Snow2021-12-084-103/+299
* bpo-46008: Add _PyInterpreterState_Main(). (gh-29978)Eric Snow2021-12-084-9/+13
* bpo-46008: Stop calling _PyThreadState_Init() in new_threadstate(). (gh-29973)Eric Snow2021-12-083-9/+17
* bpo-46008: Use PyMem_RawCalloc() to allocate PyThreadState. (GH-29972)Eric Snow2021-12-071-38/+2
* bpo-46008: Move thread-related interpreter state into a sub-struct. (gh-29971)Eric Snow2021-12-078-40/+42
* bpo-46008: Return void from _PyEval_InitState(). (gh-29970)Eric Snow2021-12-073-10/+7
* bpo-45847: Revert Port _ctypes partly to PY_STDLIB_MOD (GH-29747) (GH-29969)Christian Heimes2021-12-075-479/+38
* bpo-45582: Fix framework path and bootstrap build (GH-29954)Christian Heimes2021-12-072-23/+14
* Fix leak when an exception is raised during generator creation. (GH-29960)Mark Shannon2021-12-071-20/+7
* bpo-45635: standardize error handling in traceback.c (GH-29905)Irit Katriel2021-12-071-66/+104
* bpo-45947: Place dict and values pointer at fixed (negative) offset just befo...Mark Shannon2021-12-0719-281/+256
* bpo-35821: Fix restructuredtext code formatting in logging.rst (GH-29963)Ken Jin2021-12-071-5/+5
* bpo-46004: Fix error location for loops with invalid targets (GH-29959)Pablo Galindo Salgado2021-12-073-1/+5
* Revert "bpo-28533: Remove asyncore, asynchat, smtpd modules (GH-29521)" (GH-2...Victor Stinner2021-12-0728-34/+3228
* bpo-35821: Add an example to Logger.propagate documentation. (GH-29841)Vinay Sajip2021-12-071-0/+9
* bpo-45890: Add tests for tracing try-except-finally blocks (GH-29746)Irit Katriel2021-12-072-2/+51
* bpo-46001: Change OverflowError to RecursionError in JSON library docstrings ...James Gerity2021-12-073-5/+5
* bpo-45798: Let libmpdec decide which archs to build on macOS as done previous...Ned Deily2021-12-072-22/+5
* bpo-28953: Use `raise from` when raising new IncompleteRead (GH-29861)1809092021-12-071-2/+2
* bpo-45582: Ensure PYTHONHOME still overrides detected build prefixes (GH-29948)Steve Dower2021-12-072-0/+32
* bpo-23819: asyncio: Replace AssertionError with TypeError where it makes sens...Kumar Aditya2021-12-065-9/+15
* removal of duplicated text paragraph (#29666)Taras Sereda2021-12-061-6/+0