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-93065: Fix HAMT to iterate correctly over 7-level deep trees (GH-93066) (#...
Miss Islington (bot)
2022-05-24
1
-0/+1
*
bpo-46785: Fix race condition between os.stat() and unlink on Windows (GH-31858)
Itai Steinherz
2022-05-09
1
-0/+1
*
bpo-41233: Add links to errnos referenced in exceptions docs (GH-21380)
Miss Islington (bot)
2022-04-05
1
-0/+1
*
bpo-46484:Add test for Calendar.iterweekdays (GH-30825)
Miss Islington (bot)
2022-04-04
1
-0/+1
*
[3.9] bpo-46421: Fix unittest filename evaluation when called as a module (GH...
Miss Islington (bot)
2022-03-18
1
-0/+1
*
[3.9] bpo-43292: Fix file leak in `ET.iterparse()` when not exhausted (GH-316...
Miss Islington (bot)
2022-03-07
1
-0/+1
*
bpo-39327: Close file descriptors as soon as possible in shutil.rmtree (GH-31...
Miss Islington (bot)
2022-02-21
1
-0/+1
*
bpo-46333: Honor `module` parameter in ForwardRef (GH-30536)
Miss Islington (bot)
2022-02-17
1
-0/+1
*
bpo-46434: Handle missing docstrings in pdb help (GH-30705)
Miss Islington (bot)
2022-01-21
1
-0/+1
*
[3.9] bpo-45554: Document multiprocessing.Process.exitcode values (GH-30142) ...
Miss Islington (bot)
2022-01-18
1
-0/+1
*
bpo-44904: Fix classmethod property bug in doctest module (GH-28838)
Miss Islington (bot)
2021-10-28
1
-0/+1
*
bpo-39091: Fix segfault when Exception constructor returns non-exception for ...
Miss Islington (bot)
2021-08-03
1
-0/+1
*
bpo-44666: Use default encoding as fallback for compile_file (GH-27236) (GH-2...
Miss Islington (bot)
2021-07-30
1
-0/+1
*
bpo-43558: Add note about base class initialization to dataclasses doc (GH-25...
Miss Islington (bot)
2021-05-10
1
-0/+1
*
bpo-32822: Add finally with return/break/continue to the tutorial (GH-25600) ...
Miss Islington (bot)
2021-05-04
1
-0/+1
*
bpo-42800: Add audit events for f_code and tb_frame (GH-24182)
Steve Dower
2021-05-03
1
-0/+1
*
bpo-41100: Update Misc/ACKS (GH-25808) (GH-25809)
Miss Islington (bot)
2021-05-02
1
-0/+4
*
bpo-43938: improve dataclasses.FrozenInstanceError documentation (GH-25603) (...
Miss Islington (bot)
2021-04-26
1
-0/+1
*
bpo-43917: Fix pure python equivalent for classmethod (GH-25544) (GH-25546)
Miss Islington (bot)
2021-04-23
1
-1/+2
*
bpo-43399: Fix ElementTree.extend not working on iterators (GH-24751)
Miss Islington (bot)
2021-03-30
1
-0/+1
*
bpo-42819, readline: Disable bracketed paste (GH-24108) (GH-24545)
Miss Islington (bot)
2021-02-16
1
-0/+1
*
bpo-39068: Fix race condition in base64 (GH-17627)
Miss Islington (bot)
2021-01-01
1
-0/+1
*
bpo-42669: Document that `except` rejects nested tuples (GH-23822) (GH-23870)
Miss Islington (bot)
2020-12-20
1
-0/+1
*
bpo-40084: Enum - dir() includes member attributes (GH-19219)
Miss Islington (bot)
2020-12-14
1
-0/+1
*
[3.9] bpo-42345: Fix three issues with typing.Literal parameters (GH-23294) (...
Yurii Karabas
2020-11-17
1
-0/+1
*
bpo-29981: Add examples and update index for set, dict, and generator compreh...
Miss Skeleton (bot)
2020-10-25
1
-0/+1
*
bpo-41316: Make tarfile follow specs for FNAME (GH-21511)
Miss Skeleton (bot)
2020-10-21
1
-0/+1
*
bpo-39693: mention KeyError in tarfile extractfile documentation (GH-18639)
Miss Skeleton (bot)
2020-10-20
1
-0/+1
*
bpo-38912: fix close before connect callback in test_asyncio SSL tests (GH-22...
Miss Skeleton (bot)
2020-10-20
1
-0/+1
*
bpo-41966: Fix pickling pure datetime.time subclasses (GH-22731) (GH-22747)
Miss Skeleton (bot)
2020-10-18
1
-0/+1
*
bpo-37062: Enum: add extended AutoNumber example (GH-22349) (GH-22370)
Miss Islington (bot)
2020-09-23
1
-0/+1
*
[3.9] bpo-39728: Enum: fix duplicate `ValueError` (GH-22277) (GH-22282)
Ethan Furman
2020-09-17
1
-0/+1
*
bpo-41048: mimetypes should read the rule file using UTF-8, not the locale en...
Miss Islington (bot)
2020-06-29
1
-0/+1
*
bpo-40448: ensurepip: Do not use cache (GH-19812)
Miss Islington (bot)
2020-06-15
1
-0/+1
*
[3.9] bpo-40630: Add tracemalloc.reset_peak (GH-20102) (GH-20545)
Huon Wilson
2020-06-01
1
-0/+1
*
Revert "bpo-26317: Support OBJC and OBJCXX configure command line variables (...
Ned Deily
2020-05-18
1
-1/+0
*
bpo-26317: Support OBJC and OBJCXX configure command line variables (GH-20176)
Ned Deily
2020-05-18
1
-0/+1
*
bpo-35569: add Erlend to Misc/ACKS (GH-20146)
Ned Deily
2020-05-17
1
-0/+1
*
Add Andrew York to ACKS for GH-19622. (GH-20105)
Chris Jerdonek
2020-05-15
1
-0/+1
*
bpo-40607: Reraise exception during task cancelation in asyncio.wait_for() (G...
romasku
2020-05-15
1
-0/+1
*
bpo-40495: compileall option to hardlink duplicate pyc files (GH-19901)
LumÃr 'Frenzy' Balhar
2020-05-14
1
-0/+1
*
bpo-40499: Mention that asyncio.wait() needs a non-empty aws set (GH-19900)
Joel Rosdahl
2020-05-04
1
-0/+1
*
bpo-39435: Fix docs for pickle.loads (GH-18160)
Shantanu
2020-05-01
1
-0/+1
*
bpo-40394 - difflib.SequenceMatched.find_longest_match default args (GH-19742)
lrjball
2020-04-30
1
-0/+1
*
bpo-38880: List interpreters associated with a channel end (GH-17323)
Lewis Gaul
2020-04-29
1
-0/+2
*
bpo-40025: Require _generate_next_value_ to be defined before members (GH-19098)
Ethan Onstott
2020-04-28
1
-0/+1
*
bpo-39939: Add str.removeprefix and str.removesuffix (GH-18939)
sweeneyde
2020-04-22
1
-0/+1
*
bpo-25780: Expose CAN_RAW_JOIN_FILTERS in the socket module (GH-19190)
Zackery Spytz
2020-04-09
1
-0/+1
*
bpo-1812: Fix newline conversion when doctest.testfile loads from a package w...
Peter Donis
2020-03-26
1
-0/+1
*
bpo-39879: Update datamodel docs to include dict ordering (GH-19006)
Lahfa Samy
2020-03-26
1
-0/+1
[next]