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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Python 3.8.2rc1
v3.8.2rc1
Ćukasz Langa
2020-02-10
62
-165/+705
*
Grammar fix in tutorial (GH-18425) (GH-18426)
Miss Islington (bot)
2020-02-10
1
-1/+1
*
bpo-39128: Added happy_eyeballs_delay, interleave to function signature (GH-1...
Miss Islington (bot)
2020-02-10
1
-2/+3
*
bpo-39590: make deque.__contains__ and deque.count hold strong references (GH...
Miss Islington (bot)
2020-02-09
3
-0/+17
*
Doc: sys.__unraisablehook__ and bytearray.hex separators are new in 3.8 (GH-1...
Miss Islington (bot)
2020-02-08
2
-3/+15
*
[3.8] bpo-39579: Fix Attribute end_col_offset to point at the current node (G...
Lysandros Nikolaou
2020-02-08
3
-2/+12
*
bpo-39534: Doc: Clarify return in finally (GH-18324)
Miss Islington (bot)
2020-02-06
1
-9/+27
*
Fix MinGW library generation command (GH-17917)
Miss Islington (bot)
2020-02-06
1
-1/+1
*
bpo-39274: Ensure Fraction.__bool__() returns a bool (GH-18017)
Miss Islington (bot)
2020-02-06
3
-1/+41
*
bpo-38149: Call sys.audit() only once per call for glob.glob(). (GH-18360)
Miss Islington (bot)
2020-02-06
2
-1/+3
*
bpo-39505: delete the redundant '/' in $env:VIRTUAL_ENV (GH-18290) (GH-18359)
Miss Islington (bot)
2020-02-05
1
-1/+0
*
bpo-39185 Add the d[etailed] and q[uiet] verbosity levels for msbuild (GH-17791)
Miss Islington (bot)
2020-02-05
2
-0/+5
*
bpo-39184: Add audit events to command execution functions in os and pty modu...
Miss Islington (bot)
2020-02-05
5
-7/+56
*
closes bpo-39510: Fix use-after-free in BufferedReader.readinto() (GH-18295)
Miss Islington (bot)
2020-02-04
3
-0/+7
*
bpo-37224: Improve test__xxsubinterpreters.DestroyTests (GH-18058)
Miss Islington (bot)
2020-02-04
1
-1/+5
*
Fixes in sorting descriptions (GH-18317)
Miss Islington (bot)
2020-02-04
2
-9/+9
*
bpo-38558: Link to further docs from walrus operator mention in tutorial (GH-...
Miss Islington (bot)
2020-02-03
2
-3/+6
*
fixes typos in http.client documentation (GH-18300)
Miss Islington (bot)
2020-02-03
1
-2/+2
*
bpo-39450 Stripped whitespace before parsing the docstring in TestCase.shortD...
Miss Islington (bot)
2020-02-03
3
-1/+12
*
[3.8] bpo-39492: Fix a reference cycle between reducer_override and a Pickler...
Antoine Pitrou
2020-02-02
3
-4/+43
*
bpo-38792: Remove IDLE shell calltip before new prompt. (GH-17150)
Miss Islington (bot)
2020-01-31
5
-3/+9
*
bpo-39502: Skip test_zipfile.test_add_file_after_2107() on AIX (GH-18282)
Miss Islington (bot)
2020-01-30
2
-1/+8
*
[3.8] bpo-39401: Avoid unsafe DLL load on Windows 7 and earlier (GH-18231) (G...
Steve Dower
2020-01-30
2
-2/+5
*
bpo-39493: Fix definition of IO.closed in typing.py (GH-18265)
Miss Islington (bot)
2020-01-30
2
-0/+2
*
bpo-39485: fix corner-case in method-detection of mock (GH-18255)
Miss Islington (bot)
2020-01-29
2
-5/+4
*
bpo-39460: Fix test_zipfile.test_add_file_after_2107() (GH-18247)
Miss Islington (bot)
2020-01-29
1
-0/+12
*
Doc: Fix external links to functional programming tutorial. (GH-18249)
Miss Islington (bot)
2020-01-29
1
-3/+3
*
bpo-39153: Clarify C API *SetItem refcounting semantics (GH-18220)
Miss Islington (bot)
2020-01-29
4
-6/+14
*
bpo-39439: Fix multiprocessing spawn path in a venv on Windows (GH-18158)
Miss Islington (bot)
2020-01-28
2
-1/+2
*
bpo-39287: Doc: Add UTF-8 mode section in using/windows. (GH-17935)
Miss Islington (bot)
2020-01-28
2
-2/+44
*
bpo-39393: Misleading error message on dependent DLL resolution failure (GH-1...
Miss Islington (bot)
2020-01-28
2
-2/+5
*
bpo-38883: Don't use POSIX `$HOME` in `pathlib.Path.home/expanduser` on Windo...
Miss Islington (bot)
2020-01-28
3
-11/+20
*
bpo-36018: Minor fixes to the NormalDist() examples and recipes. (GH-18226) (...
Miss Islington (bot)
2020-01-28
1
-5/+5
*
bpo-39392: Turtle overlap fill depends on OS (GH-18223)
Miss Islington (bot)
2020-01-27
2
-0/+6
*
[3.8] bpo-39390 shutil: fix argument types for ignore callback (GH-18122)
mbarkhau
2020-01-27
4
-1/+52
*
bpo-30780: Add IDLE configdialog tests (GH-3592)
Miss Islington (bot)
2020-01-27
4
-31/+149
*
Ignore NEWS snippets in code coverage stats (GH-18194)
Miss Islington (bot)
2020-01-27
1
-1/+1
*
[3.8] bpo-39082: Allow AsyncMock to correctly patch static/class methods (GH-...
Matthew Kokotovich
2020-01-26
3
-0/+26
*
bpo-36018: Add another example for NormalDist() (GH-18191) (GH-18192)
Miss Islington (bot)
2020-01-26
1
-0/+36
*
bpo-39234: Doc: `enum.auto()` incrementation value not specified. (GH-17872) ...
Miss Islington (bot)
2020-01-25
1
-1/+1
*
bpo-36654: Add examples for using tokenize module programmatically (GH-18187)
Miss Islington (bot)
2020-01-25
1
-0/+19
*
bpo-15243: Document __prepare__ as classmethod (GH-17124)
Miss Islington (bot)
2020-01-25
1
-1/+2
*
Update 3.8.rst (GH-18173) (#18182)
Miss Islington (bot)
2020-01-25
1
-1/+1
*
bpo-38473: Handle autospecced functions and methods used with attach_mock (GH...
Miss Islington (bot)
2020-01-25
3
-0/+35
*
bpo-39388: IDLE: Fix bug when cancelling out of configdialog (GH-18068)
Miss Islington (bot)
2020-01-25
4
-8/+19
*
bpo-39430: Fix race condition in lazy imports in tarfile. (GH-18161)
Miss Islington (bot)
2020-01-24
2
-10/+9
*
Improve test coverage for AsyncMock. (GH-17906)
Miss Islington (bot)
2020-01-24
1
-4/+49
*
bpo-39426: Fix outdated default and highest protocols in docs (GH-18154)
Miss Islington (bot)
2020-01-24
3
-19/+21
*
[3.8] bpo-35182: fix communicate() crash after child closes its pipes (GH-181...
Alex Rebert
2020-01-23
3
-2/+16
*
bpo-39431: Also mention nonlocal in assignment quirk (GH-17375)
Miss Islington (bot)
2020-01-23
1
-4/+4
[next]