index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Misc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Python 3.11.2
v3.11.2
Pablo Galindo
2023-02-07
67
-122/+676
*
[3.11] gh-101072: support default and kw default in PyEval_EvalCodeEx for 3.1...
Łukasz Langa
2023-02-07
1
-0/+2
*
[3.11] gh-101266: Revert fix __sizeof__ for subclasses of int (#101638)
Mark Dickinson
2023-02-07
1
-1/+0
*
gh-101562: typing: add tests for inheritance with NotRequired & Required in p...
Miss Islington (bot)
2023-02-06
1
-0/+1
*
gh-101543: Ensure Windows registry path is only used when stdlib can't be fou...
Miss Islington (bot)
2023-02-06
1
-0/+2
*
gh-101372: Fix unicodedata.is_normalized to properly handle the UCD 3… (gh-...
Miss Islington (bot)
2023-02-06
1
-0/+2
*
gh-101541: [Enum] create flag psuedo-member without calling original __new__ ...
Miss Islington (bot)
2023-02-06
1
-0/+1
*
gh-101334: Don't force USTAR format in test_tarfile. (GH-101572)
Miss Islington (bot)
2023-02-05
1
-0/+1
*
[3.11] gh-101266: Fix __sizeof__ for subclasses of int (GH-101394) (#101579)
Mark Dickinson
2023-02-05
1
-0/+1
*
gh-101522: Allow overriding Windows dependencies versions and paths using MSB...
Steve Dower
2023-02-03
1
-0/+2
*
gh-101467: Correct py.exe handling of prefix matches and cases when only one ...
Miss Islington (bot)
2023-02-01
1
-0/+3
*
[3.11] gh-101400: Fix incorrect lineno in exception message on contin… (gh-...
Dong-hee Na
2023-01-31
1
-0/+2
*
[3.11] gh-99952: fix refcount issues in ctypes.Structure from_param() result ...
Gregory P. Smith
2023-01-26
1
-0/+2
*
[3.11] gh-101326: Fix regression when passing None to FutureIter.throw (GH-10...
Shantanu
2023-01-25
1
-0/+1
*
gh-101135: Add backwards compatibility to Windows launcher for older 32-bit v...
Miss Islington (bot)
2023-01-24
1
-0/+3
*
gh-100795: Don't call freeaddrinfo on failure. (GH-101252)
Miss Islington (bot)
2023-01-23
1
-0/+3
*
gh-101015: Fix `typing.get_type_hints` with unpacked `*tuple` (PEP 646) (GH-1...
Miss Islington (bot)
2023-01-23
1
-0/+2
*
[3.11] gh-101037: Fix potential memory underallocation for zeros of int subty...
Miss Islington (bot)
2023-01-21
1
-0/+2
*
gh-101143: Remove references to `TimerHandle` from `asyncio.base_events.BaseE...
Miss Islington (bot)
2023-01-21
1
-0/+2
*
gh-100750: pass encoding kwarg in lib/platform.py (GH-100751)
Miss Islington (bot)
2023-01-21
1
-0/+1
*
[3.11] gh-101144: Allow zipfile.Path .open & .read_text encoding to be positi...
Gregory P. Smith
2023-01-20
1
-0/+4
*
gh-82052: Don't send partial UTF-8 sequences to the Windows API (GH-101103)
Miss Islington (bot)
2023-01-17
1
-0/+1
*
[3.11] gh-101046: Fix a potential memory leak in the parser when raising Memo...
Pablo Galindo Salgado
2023-01-16
1
-0/+2
*
gh-100320: Fix path calculations on Windows when python.exe is moved outside ...
Steve Dower
2023-01-16
1
-0/+3
*
[3.11] GH-100942: Fix incorrect cast in property_copy(). (GH-100965). (#101008)
Nikita Sobolev
2023-01-15
1
-0/+2
*
[3.11] GH-100573: Fix server hang caused by os.stat() on named pipe (Windows)...
Miss Islington (bot)
2023-01-13
1
-0/+1
*
gh-100247: Fix py.exe launcher not using entire shebang command for finding c...
Miss Islington (bot)
2023-01-13
1
-0/+2
*
gh-96290: Support partial/invalid UNC drives in ntpath.normpath() and splitdr...
Steve Dower
2023-01-12
1
-0/+5
*
[3.11] GH-100892: Fix race in clearing `threading.local` (GH-100922). (#100937)
Kumar Aditya
2023-01-11
1
-0/+1
*
[3.11] gh-100160: Remove any deprecation warnings in asyncio.get_event_loop()...
Serhiy Storchaka
2023-01-10
1
-0/+2
*
gh-100180: Update macOS installer to OpenSSL 1.1.1s (GH-100908)
Miss Islington (bot)
2023-01-10
1
-0/+1
*
gh-100180: Update Windows installer to OpenSSL 1.1.1s (GH-100901)
Miss Islington (bot)
2023-01-10
1
-0/+1
*
GH-81061: Fix refcount issue when returning `None` from a `ctypes.py_object` ...
Miss Islington (bot)
2023-01-09
1
-0/+2
*
GH-100805: Support numpy.array() in random.choice(). (GH-100830)
Miss Islington (bot)
2023-01-08
1
-0/+2
*
gh-100689: Revert "bpo-41798: pyexpat: Allocate the expat_CAPI on the heap me...
Miss Islington (bot)
2023-01-08
1
-0/+1
*
[3.11] gh-100776: Fix misleading default value in help(input) (GH-100788) (#1...
Shantanu
2023-01-08
1
-0/+1
*
[3.11] gh-90104: avoid RecursionError on recursive dataclass field repr (gh-1...
Carl Meyer
2023-01-06
1
-0/+1
*
gh-100739: Respect mock spec when checking for unsafe prefixes (GH-100740)
Miss Islington (bot)
2023-01-04
1
-0/+1
*
GH-86508: skip binding to local addresses of different family in `asyncio.ope...
Miss Islington (bot)
2023-01-04
1
-0/+1
*
[3.11] gh-89419: gdb: fix bug causing AttributeError in py-locals when no fra...
Eli Schwartz
2023-01-04
1
-0/+1
*
[3.11] gh-100637: Fix int and bool __sizeof__ calculation to include the 1 el...
Miss Islington (bot)
2023-01-03
1
-0/+1
*
gh-95882: fix regression in the traceback of exceptions propagated from insid...
Miss Islington (bot)
2023-01-03
2
-0/+2
*
gh-100649: Update native_thread_id after fork (gh-100650)
Miss Islington (bot)
2023-01-01
1
-0/+1
*
gh-95778: add doc missing in some places (GH-100627)
Miss Islington (bot)
2022-12-30
1
-0/+9
*
gh-100616: Document 'attr' parameter for window.vline() in curses module (GH-...
Miss Islington (bot)
2022-12-30
1
-0/+2
*
gh-99433: Fix `doctest` failure on `types.MethodWrapperType` (GH-99434)
Miss Islington (bot)
2022-12-30
1
-0/+1
*
[3.11] GH-100342: check for allocation failure in AC `*args` parsing (GH-1003...
Kumar Aditya
2022-12-28
1
-0/+1
*
[3.11] gh-64490: Fix bugs in argument clinic varargs processing (GH-32092) (#...
colorfulappl
2022-12-28
1
-0/+7
*
[3.11] gh-100287: Fix unittest.mock.seal with AsyncMock (GH-100496) (#100506)
Shantanu
2022-12-24
1
-0/+1
*
gh-100472: Fix docs claim that compileall parameters could be bytes (GH-100473)
Miss Islington (bot)
2022-12-24
1
-0/+1
[next]