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
/
Lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-39245: Switch to public API for Vectorcall (GH-18460)
Petr Viktorin
2020-02-11
1
-3/+3
*
bpo-39600: Adjust code, add idlelib/NEWS item (GH-18449)
Terry Jan Reedy
2020-02-11
2
-4/+4
*
bpo-38325: Skip non-BMP tests of test_winconsoleio (GH-18448)
Victor Stinner
2020-02-10
1
-0/+6
*
bpo-39600, IDLE: Remove duplicated font names (GH-18430)
Victor Stinner
2020-02-10
1
-2/+3
*
bpo-39586: Deprecate distutils bdist_msi command (GH-18415)
Hugo van Kemenade
2020-02-10
2
-3/+12
*
bpo-39590: make deque.__contains__ and deque.count hold strong references (GH...
sweeneyde
2020-02-09
1
-0/+12
*
bpo-39579: Fix Attribute end_col_offset to point at the current node (GH-18405)
Lysandros Nikolaou
2020-02-07
1
-0/+8
*
bpo-39350: Fix fractions for int subclasses (GH-18375)
Victor Stinner
2020-02-07
2
-7/+25
*
bpo-39491: Mention Annotated in get_origin() docstring (GH-18379)
Jakub Stasiak
2020-02-07
1
-2/+2
*
bpo-39274: Ensure Fraction.__bool__() returns a bool (GH-18017)
Sebastian Berg
2020-02-06
2
-1/+40
*
bpo-38149: Call sys.audit() only once per call for glob.glob(). (GH-18360)
Serhiy Storchaka
2020-02-06
1
-1/+1
*
bpo-39555: Fix distutils test to handle _d suffix on Windows debug build (GH-...
Steve Dower
2020-02-06
1
-2/+2
*
bpo-39559: Remove unused, undocumented argument from uuid.getnode (GH-18369)
Shantanu
2020-02-05
1
-1/+1
*
bpo-39488: Skip test_largefile tests if not enough disk space (GH-18261)
Giampaolo Rodola
2020-02-05
1
-0/+18
*
bpo-39505: delete the redundant '/' in $env:VIRTUAL_ENV (GH-18290)
schwarzichet
2020-02-05
1
-1/+0
*
bpo-39491: Merge PEP 593 (typing.Annotated) support (#18260)
Jakub Stasiak
2020-02-05
2
-5/+355
*
bpo-39184: Add audit events to command execution functions in os and pty modu...
Saiyang Gou
2020-02-05
1
-0/+2
*
closes bpo-39510: Fix use-after-free in BufferedReader.readinto() (GH-18295)
Philipp Gesang
2020-02-04
1
-0/+5
*
bpo-39432: Implement PEP-489 algorithm for non-ascii "PyInit_*" symbol names ...
Stefan Behnel
2020-02-04
2
-1/+22
*
bpo-38076 Clear the interpreter state only after clearing module globals (GH-...
Eddie Elizondo
2020-02-04
3
-1/+36
*
Fixes in sorting descriptions (GH-18317)
Stefan Pochmann
2020-02-03
1
-1/+1
*
bpo-39489: Remove COUNT_ALLOCS special build (GH-18259)
Victor Stinner
2020-02-03
13
-29/+4
*
bpo-39450 Stripped whitespace before parsing the docstring in TestCase.shortD...
Steve Cirelli
2020-02-03
2
-1/+10
*
bpo-39492: Fix a reference cycle between reducer_override and a Pickler insta...
Pierre Glaser
2020-02-02
1
-0/+24
*
bpo-39349: Add *cancel_futures* to Executor.shutdown() (GH-18057)
Kyle Stanley
2020-02-02
3
-2/+75
*
bpo-34793: Drop old-style context managers in asyncio.locks (GH-17533)
Andrew Svetlov
2020-02-01
3
-221/+40
*
bpo-37224: Improve test__xxsubinterpreters.DestroyTests (GH-18058)
Kyle Stanley
2020-01-31
1
-1/+5
*
bpo-38792: Remove IDLE shell calltip before new prompt. (#17150)
Zackery Spytz
2020-01-31
4
-3/+7
*
bpo-39502: Skip test_zipfile.test_add_file_after_2107() on AIX (GH-18282)
Victor Stinner
2020-01-30
1
-1/+6
*
bpo-39424: Use assertRaisesRegex instead of assertRaisesRegexp. (GH-18277)
damani42
2020-01-30
1
-1/+1
*
bpo-39353: binascii.crc_hqx() is no longer deprecated (GH-18276)
Victor Stinner
2020-01-30
2
-7/+2
*
bpo-39493: Fix definition of IO.closed in typing.py (#18265)
Shantanu
2020-01-30
1
-0/+1
*
Get mock coverage back to 100% (GH-18228)
Chris Withers
2020-01-29
4
-54/+35
*
bpo-39485: fix corner-case in method-detection of mock (GH-18252)
Carl Friedrich Bolz-Tereick
2020-01-29
1
-5/+1
*
bpo-39460: Fix test_zipfile.test_add_file_after_2107() (GH-18247)
Victor Stinner
2020-01-29
1
-0/+12
*
bpo-36051: Drop GIL during large bytes.join() (GH-17757)
Bruce Merry
2020-01-29
1
-2/+6
*
bpo-36350: inspect: Replace OrderedDict with dict. (GH-12412)
Rémi Lapeyre
2020-01-28
2
-21/+23
*
bpo-39439: Fix multiprocessing spawn path in a venv on Windows (GH-18158)
Adam Meily
2020-01-28
1
-1/+1
*
bpo-38883: Don't use POSIX `$HOME` in `pathlib.Path.home/expanduser` on Windo...
Christoph Reiter
2020-01-28
2
-11/+15
*
bpo-39205: Tests that highlight a hang on ProcessPoolExecutor shutdown (#18221)
Brian Quinlan
2020-01-28
1
-0/+20
*
bpo-30780: Add IDLE configdialog tests (#3592)
Cheryl Sabella
2020-01-27
3
-31/+148
*
bpo-39459: test.pythoninfo logs effective uid/gid (GH-18203)
Victor Stinner
2020-01-27
1
-9/+14
*
bpo-39453: Add testcase for bpo-39453 (GH-18202)
Dong-hee Na
2020-01-27
1
-0/+2
*
bpo-39453: Make list.__contains__ hold strong references to avoid crashes (GH...
Dong-hee Na
2020-01-27
1
-0/+5
*
Clarify and fix assertions that mocks have not been awaited (GH-18196)
Chris Withers
2020-01-27
2
-27/+30
*
Use relative imports in mock and its tests to help backporting (GH-18197)
Chris Withers
2020-01-27
3
-79/+82
*
Fix so that test.test_distutils can be executed by unittest and not just regr...
Toshio Kuratomi
2020-01-27
1
-0/+6
*
bpo-39320: Handle unpacking of **values in compiler (GH-18141)
Mark Shannon
2020-01-27
2
-4/+4
*
bpo-25597: Ensure wraps' return value is used for magic methods in MagicMock ...
Karthikeyan Singaravelan
2020-01-27
2
-0/+53
*
Fix linecache.py add lazycache to __all__ and use dict.clear to clear the cac...
加和
2020-01-26
1
-18/+18
[next]