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
/
ACKS
Commit message (
Expand
)
Author
Age
Files
Lines
*
GH-94438: Restore ability to jump over None tests (GH-111237)
Savannah Ostrowski
2023-10-24
1
-0/+1
*
gh-82367: Use `FindFirstFile` Win32 API in `ntpath.realpath()` (GH-110298)
박문식
2023-10-05
1
-0/+1
*
gh-109812: Fix phrasing for `collections.Counter` (gh-109813)
Jacob Coffee
2023-09-28
1
-0/+1
*
Docs: Update Donghee Na's name (#109743)
Hugo van Kemenade
2023-09-22
1
-1/+1
*
ACKS: Fix ordering; Correct Itamar Oren's surname; Add Adam Turner (#109737)
Adam Turner
2023-09-22
1
-3/+3
*
gh-109375: Fix bug where pdb registers an alias without an associated command...
buermarc
2023-09-14
1
-0/+1
*
gh-107932: Fix dis module for bytecode that does not have an associated sourc...
Corvin
2023-08-25
1
-0/+1
*
gh-108111: Flush gzip write buffer before seeking, fixing bad writes (#108341)
Chris Markiewicz
2023-08-24
1
-0/+1
*
gh-107995: Fix doctest collection of functools.cached_property objects (#107996)
Tyler Smart
2023-08-18
1
-0/+1
*
gh-107089: Improve Shelf.clear method performance (gh-107090)
James Cave
2023-07-29
1
-0/+1
*
gh-69714: Make `calendar` module fully tested (#93655)
Bart Skowron
2023-07-22
1
-0/+1
*
gh-106634: Corrected minor asyncio doc issues (#106671)
Chris Brett
2023-07-13
1
-0/+1
*
gh-106503: asyncio._SelectorSocketTransport: fix cyclic reference on close()....
Andrew Geng
2023-07-07
1
-0/+1
*
gh-106075: add `asyncio.taskgroups.__all__` to `asyncio.__all__` (#106090)
James Webber
2023-06-26
1
-0/+1
*
gh-96522: Fix deadlock in pty.spawn (#96639)
Youfu Zhang
2023-05-19
1
-0/+1
*
Update name in acknowledgements and add mailmap (#103696)
Amethyst Reese
2023-04-30
1
-1/+1
*
gh-62432: unittest runner: Exit code 5 if no tests were run (#102051)
Stefano Rivera
2023-04-27
1
-0/+1
*
GH-103804: Add test for dis.findlinestarts (#103806)
Juhi Chandalia
2023-04-25
1
-0/+1
*
gh-103673: Add missing ForkingUnixStreamServer and ForkingUnixDatagramServer ...
jb2170
2023-04-24
1
-0/+1
*
gh-102978: Fix mock.patch function signatures for class and staticmethod deco...
Tomas R
2023-04-13
1
-0/+1
*
gh-103059: Clarify gc.freeze documentation (#103058)
raylu
2023-04-10
1
-0/+1
*
gh-86094: Add support for Unicode Path Extra Field in ZipFile (gh-102566)
Yeojin Kim
2023-04-05
1
-0/+1
*
gh-66897: Upgrade HTTP CONNECT to protocol HTTP/1.1 (#8305)
Michael Handler
2023-04-05
1
-0/+1
*
gh-94440: Fix issue of ProcessPoolExecutor shutdown hanging (#94468)
yonatanp
2023-03-16
1
-0/+1
*
gh-102356: Add thrashcan macros to filter object dealloc (#102426)
Marta Gómez Macías
2023-03-05
1
-0/+1
*
gh-101863: Fix wrong comments in EUC-KR codec (gh-102417)
Byeongmin Choi
2023-03-04
1
-0/+1
*
gh-101561: Add typing.override decorator (#101564)
Steven Troxler
2023-02-27
1
-0/+1
*
gh-95675: fix uid and gid at test_add_dir_getmember (gh-102207)
SKO
2023-02-25
1
-0/+1
*
gh-81652: Add MAP_ALIGNED_SUPER FreeBSD and MAP_CONCEAL OpenBSD constants (gh...
Yeojin Kim
2023-02-24
1
-0/+1
*
gh-95672 fix typo SkitTest to SkipTest (gh-102119)
Hyunkyun Moon
2023-02-21
1
-0/+1
*
gh-101936: Update the default value of fp from io.StringIO to io.BytesIO (gh-...
Vo Hoang Long
2023-02-21
1
-0/+1
*
gh-101961 fileinput.hookcompressed should not set the encoding value for the ...
Gihwan Kim
2023-02-21
1
-0/+1
*
gh-74895: getaddrinfo no longer raises OverflowError (#2435)
Radek Smejkal
2023-02-14
1
-0/+1
*
gh-101562: typing: add tests for inheritance with NotRequired & Required in p...
Eclips4
2023-02-06
1
-0/+1
*
bpo-33591: Add support for path like objects to `ctypes.CDLL` (#7032)
mrh1997
2023-02-05
1
-0/+1
*
GH-88597: Added command line interface to UUID module. (#99463)
achhina
2023-01-22
1
-0/+1
*
gh-88324: Clarify documentation for redirected stdout/stderr when using subpr...
richardhob
2023-01-20
1
-0/+1
*
gh-98636: Fix detecting gdbm_compat for _dbm module (#98643)
Michał Górny
2023-01-11
1
-0/+1
*
gh-95882: fix regression in the traceback of exceptions propagated from insid...
Thomas Grainger
2023-01-03
1
-0/+1
*
GH-91054: Add code object watchers API (GH-99859)
Itamar Ostricher
2022-12-02
1
-0/+2
*
gh-84538: add strict argument to pathlib.PurePath.relative_to (GH-19813)
domragusa
2022-10-28
1
-0/+1
*
gh-95023: Added os.setns and os.unshare functions (#95046)
Noam Cohen
2022-10-20
1
-0/+1
*
I changed my surname early this year (#96671)
Tshepang Mbambo
2022-10-05
1
-1/+1
*
gh-97816: Remove unused variables in `mutliprocessing.managers.Server` (#97817)
Koki Saito
2022-10-04
1
-0/+1
*
gh-96348: Deprecate the 3-arg signature of coroutine.throw and generator.thro...
Ofey Chan
2022-09-30
1
-0/+1
*
gh-90467: StreamReaderProtocol - add strong reference to created task (#96323)
Kirill
2022-08-27
1
-0/+2
*
GH-96179: Fix misleading example on the bisect documentation (GH-96228)
prego
2022-08-24
1
-0/+1
*
gh-90536: Add support for the BOLT post-link binary optimizer (gh-95908)
Kevin Modzelewski
2022-08-18
1
-0/+1
*
gh-95804: Respect MemoryHandler.flushOnClose in logging shutdown. (GH-95857)
David Bonner
2022-08-10
1
-0/+1
*
gh-95504: Fix negative numbers in PyUnicode_FromFormat (GH-95848)
Petr Viktorin
2022-08-10
1
-1/+1
[next]