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-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
*
bpo-39033: Fix NameError in zipimport during hash validation (GH-17588)
Xtreak
2019-12-15
1
-0/+1
*
bpo-39002: Fix simple typo: tranlation -> translation (GH-17517)
Tim Gates
2019-12-09
1
-0/+1
*
bpo-38652: Remove provisional note for asyncio.BufferedProtocol (GH-17047)
Anj-A
2019-12-07
1
-0/+1
*
bpo-37931: Fix crash on OSX re-initializing os.environ (GH-15428)
Benoit Hudson
2019-12-06
1
-0/+1
*
bpo-38804: Fix REDoS in http.cookiejar (GH-17157)
bcaller
2019-11-22
1
-0/+1
*
Add Ilya Kulakov to Misc/ACKS. (GH-17130)
Ilya Kulakov
2019-11-13
1
-0/+1
*
bpo-38303: Make audioop extension module PEP-384 compatible (GH-16497)
Tyler Kieft
2019-10-22
1
-0/+1
*
bpo-35800: Deprecate smtpd.MailmanProxy (GH-11675)
Samuel Colvin
2019-10-12
1
-0/+1
*
bpo-37555: Update _CallList.__contains__ to respect ANY (#14700)
Elizabeth Uselton
2019-09-13
1
-0/+2
*
Improve clarity of try-return-finally-return (GH-15677)
toonarmycaptain
2019-09-11
1
-0/+1
*
bpo-37409: fix relative import with no parent (#14956)
Ben Lewis
2019-09-11
1
-0/+1
*
bpo-36324: Apply review comments from Allen Downey (GH-15693)
Raymond Hettinger
2019-09-05
1
-0/+1
*
bpo-37902: IDLE: Add scrolling for IDLE browsers. (#15368)
GeeTransit
2019-09-05
1
-0/+1
*
bpo-37764: Fix infinite loop when parsing unstructured email headers. (GH-15239)
Ashwin Ramaswami
2019-08-31
1
-0/+1
*
bpo-37372: Fix error unpickling datetime.time objects from Python 2 with seco...
Justin Blanchard
2019-08-29
1
-0/+1
*
bpo-36582: Make collections.UserString.encode() return bytes, not str (GH-13138)
Daniel Fortunov
2019-08-28
1
-0/+1
*
Add Florian Ernst to ACKS (GH-15524)
Ethan Furman
2019-08-27
1
-0/+1
*
Minor documentation fixes on library/enum (GH-15234)
Antoine
2019-08-20
1
-0/+1
*
bpo-37811: FreeBSD, OSX: fix poll(2) usage in sockets module (GH-15202)
Artem Khramov
2019-08-14
1
-0/+1
*
bpo-37642: Update acceptable offsets in timezone (GH-14878)
Ngalim Siregar
2019-08-09
1
-0/+1
[next]