Commits
Branch selector
User selector
Datepicker
Commit History
Commits on Jan 18, 2020
- authored
- committed
bpo-39372: Clean header files of declared interfaces with no implementations (GH-18037)
Show description for cd7db76authored
Commits on Jan 17, 2020
- authored
bpo-39356, zipfile: Remove code handling DeprecationWarning (GH-18027)
Show description for 1d3b0aaauthoredbpo-39357: Update bz2 docstring: remove buffering (GH-18036)
Show description for 10fd6b2authored
Commits on Jan 16, 2020
bpo-39357: Remove buffering parameter of bz2.BZ2File (GH-18028)
Show description for 9baf242authoredbpo-31031: Unify duplicate bits_in_digit and bit_length (GH-2866)
Show description for c5b7900bpo-39350: Remove deprecated fractions.gcd() (GH-18021)
Show description for 4691a2fauthoredbpo-39351: Remove base64.encodestring() (GH-18022)
Show description for 210c19eauthored
Commits on Jan 15, 2020
bpo-39348: Fix code highlight for the SOCK_NONBLOCK example (GH-18018)
Show description for fad8b56bpo-37958: Adding get_profile_dict to pstats (GH-15495)
Show description for 01602aeFix typo in multiprocessing.pool.AsyncResult.successful doc. (GH-17932)
Show description for dc0284eFix compiler warning on Windows (GH-18012)
Show description for e92d393bpo-38630: Fix subprocess.Popen.send_signal() race condition (GH-16984)
Show description for e85a305authoredbpo-39164: Fix compiler warning in PyErr_GetExcInfo() (GH-18010)
Show description for 3f12ac1authoredImprove test coverage for AsyncMock. (GH-17906)
Show description for 54f743e
Commits on Jan 14, 2020
Allow pgen to produce a DOT format dump of the grammar (GH-18005)
Show description for 45cf5dbauthoredbpo-38901: Allow setting a venv's prompt to the basename of the current directory. (GH-17946)
Show description for 7d63780authoredvenv: Suppress warning message when bash hashing is disabled. (GH-17966)
Show description for 4b0d91abpo-38361: syslog: fixed making default "ident" from sys.argv[0] (GH-16557)
Show description for f04750b- authored
- authored
bpo-39048: Look up __aenter__ before __aexit__ in async with (GH-17609)
Show description for 1d1b97abpo-39156: Break up COMPARE_OP into four logically distinct opcodes. (GH-17754)
Show description for 9af0e47authored
Commits on Jan 13, 2020
remove unused __version__ from mock.py (#17977)
Show description for 31d6de5authoredbpo-38644: Pass tstate to _Py_FinishPendingCalls() (GH-17990)
Show description for 2b1df45authored