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
*
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
*
bpo-40067: Improve error messages for multiple star expressions in assignment...
Furkan Önder
2020-03-26
1
-0/+1
*
bpo-36144: Add PEP 584 operators to collections.ChainMap (#18832)
Curtis Bucher
2020-03-23
1
-0/+1
*
bpo-36144: Update os.environ and os.environb for PEP 584 (#18911)
Charles Burkland
2020-03-13
1
-0/+1
*
bpo-28577: Special case added to IP v4 and v6 hosts for /32 and /128 networks...
Pete Wicken
2020-03-09
1
-0/+1
*
bpo-39815: add cached_property to all (GH-18726)
Hakan Çelik
2020-03-01
1
-0/+1
*
bpo-38641: Add lib2to3 support for starred expressions in return/yield statem...
Vlad Emelianov
2020-03-01
1
-0/+1
*
bpo-37534: Allow adding Standalone Document Declaration when generating XML d...
Henry Harutyunyan
2020-02-29
1
-0/+1
*
bpo-39382: Avoid dangling object use in abstract_issubclass() (GH-18530)
Yonatan Goldschmidt
2020-02-22
1
-0/+1
*
bpo-35727: Use exit code 0 on sys.exit() in multiprocessing.Process. (GH-11538)
Christopher Hunt
2020-02-21
1
-0/+1
*
bpo-9495: avoid confusing chained exception in argparse test (GH-17120)
alclarks
2020-02-21
1
-0/+1
*
bpo-39479:Add math.lcm() function: Least Common Multiple (#18547)
ananthan-123
2020-02-19
1
-0/+1
*
bpo-39546: argparse: Honor allow_abbrev=False for specified prefix_chars (GH-...
Kyle Meyer
2020-02-18
1
-0/+1
*
bpo-18819: tarfile: only set device fields for device files (GH-18080)
William Chargin
2020-02-12
1
-0/+1
*
bpo-39586: Deprecate distutils bdist_msi command (GH-18415)
Hugo van Kemenade
2020-02-10
1
-0/+1
*
bpo-36051: Drop GIL during large bytes.join() (GH-17757)
Bruce Merry
2020-01-29
1
-0/+1
*
bpo-29435: Allow is_tarfile to take a filelike obj (GH-18090)
William Woodruff
2020-01-23
1
-0/+1
*
bpo-39048: Look up __aenter__ before __aexit__ in async with (GH-17609)
Géry Ogam
2020-01-14
1
-0/+1
*
bpo-13601: always use line-buffering for sys.stderr (GH-17646)
Jendrik Seipp
2020-01-01
1
-0/+1
*
links in importlib.metadata.rst replaced with sphinx references (GH-17730)
Oleg Höfling
2019-12-29
1
-0/+1
*
Add comment to avoid ACKS losing order (GH-17678)
Éric Araujo
2019-12-23
1
-0/+2
*
reorder entries in Misc/ACKS (#17663)
Éric Araujo
2019-12-20
1
-14/+13
[next]