summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* GH-100997: Implement Multi-Phase Init for the _testinternalcapi Module (gh-10...Eric Snow2023-01-123-33/+117
* gh-96290: Support partial/invalid UNC drives in ntpath.normpath() and splitdr...Barney Gale2023-01-124-46/+55
* gh-96461: Improve docs for bytecode instructions (GH-96462)Matthieu Dartiailh2023-01-121-123/+236
* GH-81381: Add longer comment _PyType_AllocNoTrack() (GH-100954)Neil Schemenauer2023-01-121-1/+6
* Fix typo in `enum` module documentation (#100992)Noam Cohen2023-01-121-1/+1
* GH-100894: Updated the doc for `sys.winver` to clarify its usual contents (GH...ram vikram singh2023-01-121-1/+1
* gh-98636: Fix detecting gdbm_compat for _dbm module (#98643)Michał Górny2023-01-114-2/+9
* gh-94912: Adjusted check for non-standard coroutine function marker. (#100935)Carlton Gibson2023-01-112-2/+8
* GH-100923: Embed jump mask in `COMPARE_OP` oparg (GH-100924)Mark Shannon2023-01-1112-177/+200
* Ensure some build files include a newline at to avoid warnings (GH-100946)th17222023-01-112-2/+2
* Skip py.exe launcher tests in full layout CI test (GH-100948)Steve Dower2023-01-111-1/+1
* gh-100871: Improve `copy` module tests (GH-100872)Nikita Sobolev2023-01-112-2/+44
* GH-100892: Fix race in clearing `threading.local` (#100922)Kumar Aditya2023-01-114-15/+70
* gh-98763: Prefer "python" over "python3" for command line examples in docs. (...Mariusz Felisiak2023-01-118-77/+77
* gh-100931: Test all `pickle` protocols in `test_slice` (#100932)Nikita Sobolev2023-01-112-2/+4
* Post 3.12.0a4Thomas Wouters2023-01-101-1/+1
* Python 3.12.0a4v3.12.0a4Thomas Wouters2023-01-10114-263/+1172
* GH-100117: Make `co_lines` more efficient (GH-100447)Brandt Bucher2023-01-104-38/+26
* gh-100916: Convert argument to appropriate type (GH-100917)Yao-Ching Huang2023-01-101-1/+1
* Fix typos in Doc folder (#100880)Semen Zhydenko2023-01-103-3/+3
* gh-100180: Update macOS installer to OpenSSL 1.1.1s (GH-100908)Ned Deily2023-01-103-21/+4
* gh-100893: update bpo reference in Mac README (GH-100905)Ned Deily2023-01-101-3/+3
* GH-98831: Refactor instr format code and change to enum (#100895)Guido van Rossum2023-01-092-219/+222
* gh-100180: Update Windows installer to OpenSSL 1.1.1s (GH-100901)Steve Dower2023-01-093-4/+5
* bpo-28356: Document os.rename() behavior on Windows for differing volumes (GH...Ryan Ozawa2023-01-091-0/+2
* GH-100126: Skip incomplete frames in more places (GH-100613)Brandt Bucher2023-01-0912-46/+62
* gh-100882: Improve `test_pickling` case in `test_ast.py` (#100883)Nikita Sobolev2023-01-091-12/+5
* gh-99191: Use correct check for MSVC C++ version support in _wmimodule.cpp (G...C.A.M. Gerlach2023-01-092-3/+5
* gh-100873: Fix "‘lo’ may be used uninitialized in this function" warning ...Nikita Sobolev2023-01-091-1/+1
* GH-81061: Fix refcount issue when returning `None` from a `ctypes.py_object` ...dgelessus2023-01-093-8/+24
* fix up mock tests coverage (#100874)Chris Withers2023-01-091-8/+4
* gh-100764: add `pycore_frame.h` to PYTHON_HEADERS and Windows build files(#10...Carl Meyer2023-01-092-0/+2
* GH-100813: Add `socket.IP_PKTINFO` constant (#10294)dsentinel2023-01-093-0/+5
* Update copyright year in README (GH-100863)Ned Deily2023-01-091-1/+1
* gh-87447: Fix walrus comprehension rebind checking (#100581)Nikita Sobolev2023-01-084-3/+92
* Update additional copyright years to 2023. (GH-100859)Ned Deily2023-01-082-4/+4
* GH-100805: Support numpy.array() in random.choice(). (GH-100830)Raymond Hettinger2023-01-083-1/+21
* gh-100833: Remove 'volatile' qualifiers in fsum algorithm (#100845)Mark Dickinson2023-01-082-22/+23
* GH-100485: Tweaks to sumprod() (GH-100857)Raymond Hettinger2023-01-083-25/+41
* Update copyright years to 2023. (gh-100848)Benjamin Peterson2023-01-089-10/+10
* GH-90829: Fix empty iterable error message in min/max (#31181)Nnarol2023-01-082-3/+11
* gh-100689: Revert "bpo-41798: pyexpat: Allocate the expat_CAPI on the heap me...Nikita Sobolev2023-01-082-40/+28
* gh-100783: fix os.path.join documentation (#100811)Shantanu2023-01-081-11/+12
* gh-91851: Micro optimizations for arithmetic between Fractions (#25518)Sergey B Kirpichev2023-01-082-10/+13
* gh-100824: Fix typo in the documentation of unittest.TestLoader.testNamePatte...busywhitespace2023-01-081-2/+2
* gh-100776: Fix misleading default value in help(input) (#100788)Shantanu2023-01-083-4/+5
* GH-100485: Convert from Fast2Sum to 2Sum (GH-100836)Raymond Hettinger2023-01-081-13/+16
* gh-100815: Normalize `types` module usage in `copy` module (#100816)Nikita Sobolev2023-01-071-9/+7
* gh-100792: Make `email.message.Message.__contains__` twice as fast (#100793)Nikita Sobolev2023-01-072-1/+6
* GH-100485: Add math.sumprod() (GH-100677)Raymond Hettinger2023-01-076-10/+548