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
...
*
Enum: add extended AutoNumber example (GH-22349)
Ethan Furman
2020-09-22
1
-0/+1
*
bpo-40084: Enum - dir() includes member attributes (GH-19219)
Angelin BOOZ
2020-09-21
1
-0/+1
*
Add missing whatsnew entry for TestCase.assertNoLogs (GH-22317)
Mark Dickinson
2020-09-19
1
-0/+1
*
acknowledge Weipeng Hong's contributions (GH-22284)
Ethan Furman
2020-09-16
1
-0/+1
*
bpo-39728: Enum: fix duplicate `ValueError` (GH-22277)
Ethan Furman
2020-09-16
1
-0/+1
*
bpo-41316: Make tarfile follow specs for FNAME (GH-21511)
Artem Bulgakov
2020-09-07
1
-0/+1
*
bpo-39994: Fix pprint handling of dict subclasses that override __repr__ (GH-...
Irit Katriel
2020-08-30
1
-0/+1
*
bpo-36982: Add support for extended color functions in ncurses 6.1 (GH-17536)
Hans Petter Jansson
2020-08-04
1
-0/+2
*
bpo-38731: Add --quiet option to py_compile CLI (GH-17134)
Gregory Schevchenko
2020-07-25
1
-0/+1
*
Remove trailing >>> in enum docs (GH-21358)
E-Paine
2020-07-09
1
-0/+1
*
bpo-41048: mimetypes should read the rule file using UTF-8, not the locale en...
Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి)
2020-06-29
1
-0/+1
*
closes bpo-28557: error message for bad raw readinto (GH-7496)
David Szotten
2020-06-15
1
-0/+1
*
bpo-40448: ensurepip: Do not use cache (GH-19812)
Krzysztof Konopko
2020-06-15
1
-0/+1
*
bpo-40630: Add tracemalloc.reset_peak (GH-20102)
Huon Wilson
2020-05-22
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
[prev]
[next]