Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.8.2rc2
tag
c26a7629f1de489f4de4466c57d68706f0327d9c
tagger
Łukasz Langa <lukasz@langa.pl>
Mon Feb 17 22:46:12 2020
object
777ba072d61f50cc39427ae87ab63eb3d3d88542
Python 3.8.2rc2
777ba07
Python 3.8.2rc2
by Łukasz Langa
· 6 years ago
v3.8.2rc2
f64abd1
[3.8] bpo-39453: Fix contains method of list to hold strong references (GH-18204)
by Dong-hee Na
· 6 years ago
988aeba
bpo-32892: Update the documentation for handling constants in AST. (GH-18514)
by Miss Islington (bot)
· 6 years ago
ea316fd
Revert "[3.8] bpo-27657: Fix urlparse() with numeric paths (GH-16839)" (GH-18525)
by Senthil Kumaran
· 6 years ago
0d860dd
[3.8] closes bpo-39630: Update pointers to string literals to be const char *. (GH-18511)
by Benjamin Peterson
· 6 years ago
28fc1ba
closes bpo-39619 Fix os.chroot on HP-UX 11.31 (GH-18495)
by Miss Islington (bot)
· 6 years ago
581b860
bpo-39545: Document changes in the support of await in f-strings. (GH-18456)
by Miss Islington (bot)
· 6 years ago
8dbdf5f
[3.8] bpo-39606: allow closing async generators that are already closed (GH-18475) (GH-18501)
by Miss Islington (bot)
· 6 years ago
a00b5be
bpo-39184: Add audit events to functions in `fcntl`, `msvcrt`, `os`, `resource`, `shutil`, `signal`, `syslog` (GH-18407)
by Steve Dower
· 6 years ago
669981b
closes bpo-39621: Make buf arg to md5_compress be const. (GH-18497)
by Miss Islington (bot)
· 6 years ago
2076d4f
bpo-39474: Fix AST pos for expressions like (a)(b), (a)[b] and (a).b. (GH-18477)
by Miss Islington (bot)
· 6 years ago
ac6f4d2
bpo-21016: pydoc and trace use sysconfig (GH-18476)
by Miss Islington (bot)
· 6 years ago
efd878c
bpo-39219: Fix SyntaxError attributes in the tokenizer. (GH-17828)
by Miss Islington (bot)
· 6 years ago
0b8f738
bpo-39605: Remove a cast that causes a warning. (GH-18473)
by Miss Islington (bot)
· 6 years ago
ed4d263
bpo-39595: Improve zipfile.Path performance (GH-18406) (GH-18472)
by Miss Islington (bot)
· 6 years ago
190433d
closes bpo-39605: Fix some casts to not cast away const. (GH-18453)
by Miss Islington (bot)
· 6 years ago
0f0d2e4
docs: macos - change "versiona" to "versions" (GH-18467) (GH-18469)
by Miss Islington (bot)
· 6 years ago
d3f9fb2
bpo-39299: Add more tests for mimetypes and its cli. (GH-17949)
by Miss Islington (bot)
· 6 years ago
40ef4fc
Post 3.8.2rc1
by Łukasz Langa
· 6 years ago
2cceef5
Merge tag 'v3.8.2rc1' into 3.8
by Łukasz Langa
· 6 years ago
3f8d181
bpo-38374: Remove weakref.ReferenceError from docs (GH-18452)
by Miss Islington (bot)
· 6 years ago
c372f9b
bpo-39600: Adjust code, add idlelib/NEWS item (GH-18449)
by Miss Islington (bot)
· 6 years ago
4d43017
bpo-39594: Fix typo in os.times documentation (GH-18443)
by Miss Islington (bot)
· 6 years ago
e6690f6
bpo-13826: Clarify Popen constructor example (GH-18438)
by Miss Islington (bot)
· 6 years ago
8ef9e6d
Improve grammar in the import system reference documentation (GH-18209)
by Miss Islington (bot)
· 6 years ago
021a569
bpo-39600, IDLE: Remove duplicated font names (GH-18430)
by Miss Islington (bot)
· 6 years ago
a83d910
Issue3950: Fix docs for default locale used by gettext to match implementation (GH-18435)
by Miss Islington (bot)
· 6 years ago
8623e68
Python 3.8.2rc1
by Łukasz Langa
· 6 years ago
v3.8.2rc1
b086ea5
Grammar fix in tutorial (GH-18425) (GH-18426)
by Miss Islington (bot)
· 6 years ago
af95d79
bpo-39128: Added happy_eyeballs_delay, interleave to function signature (GH-18315)
by Miss Islington (bot)
· 6 years ago
dc56f5f
bpo-39590: make deque.__contains__ and deque.count hold strong references (GH-18421) (GH-18423)
by Miss Islington (bot)
· 6 years ago
0c915e6
Doc: sys.__unraisablehook__ and bytearray.hex separators are new in 3.8 (GH-17884)
by Miss Islington (bot)
· 6 years ago
8b9cebc
[3.8] bpo-39579: Fix Attribute end_col_offset to point at the current node (GH-18405) (GH-18408)
by Lysandros Nikolaou
· 6 years ago
97e00b3
bpo-39534: Doc: Clarify return in finally (GH-18324)
by Miss Islington (bot)
· 6 years ago
30096c9
Fix MinGW library generation command (GH-17917)
by Miss Islington (bot)
· 6 years ago
0d03a10
bpo-39274: Ensure Fraction.__bool__() returns a bool (GH-18017)
by Miss Islington (bot)
· 6 years ago
708f472
bpo-38149: Call sys.audit() only once per call for glob.glob(). (GH-18360)
by Miss Islington (bot)
· 6 years ago
927d3aa
bpo-39505: delete the redundant '/' in $env:VIRTUAL_ENV (GH-18290) (GH-18359)
by Miss Islington (bot)
· 6 years ago
6470a76
bpo-39185 Add the d[etailed] and q[uiet] verbosity levels for msbuild (GH-17791)
by Miss Islington (bot)
· 6 years ago
3498ac5
bpo-39184: Add audit events to command execution functions in os and pty modules (GH-17824)
by Miss Islington (bot)
· 6 years ago
30e7693
closes bpo-39510: Fix use-after-free in BufferedReader.readinto() (GH-18295)
by Miss Islington (bot)
· 6 years ago
9a740b6
bpo-37224: Improve test__xxsubinterpreters.DestroyTests (GH-18058)
by Miss Islington (bot)
· 6 years ago
a0389ba
Fixes in sorting descriptions (GH-18317)
by Miss Islington (bot)
· 6 years ago
d01ae1b
bpo-38558: Link to further docs from walrus operator mention in tutorial (GH-16973)
by Miss Islington (bot)
· 6 years ago
db2f311
fixes typos in http.client documentation (GH-18300)
by Miss Islington (bot)
· 6 years ago
02395fa
bpo-39450 Stripped whitespace before parsing the docstring in TestCase.shortDescription (GH-18175) (#18323)
by Miss Islington (bot)
· 6 years ago
1723687
[3.8] bpo-39492: Fix a reference cycle between reducer_override and a Pickler instance (GH-18266) (#18316)
by Antoine Pitrou
· 6 years ago
83d3202
bpo-38792: Remove IDLE shell calltip before new prompt. (GH-17150)
by Miss Islington (bot)
· 6 years ago
b841633
bpo-39502: Skip test_zipfile.test_add_file_after_2107() on AIX (GH-18282)
by Miss Islington (bot)
· 6 years ago
ad4a20b
[3.8] bpo-39401: Avoid unsafe DLL load on Windows 7 and earlier (GH-18231) (GH-18234)
by Steve Dower
· 6 years ago
58076df
bpo-39493: Fix definition of IO.closed in typing.py (GH-18265)
by Miss Islington (bot)
· 6 years ago
696d232
bpo-39485: fix corner-case in method-detection of mock (GH-18255)
by Miss Islington (bot)
· 6 years ago
2b675f0
bpo-39460: Fix test_zipfile.test_add_file_after_2107() (GH-18247)
by Miss Islington (bot)
· 6 years ago
d1fa905
Doc: Fix external links to functional programming tutorial. (GH-18249)
by Miss Islington (bot)
· 6 years ago
526523c
bpo-39153: Clarify C API *SetItem refcounting semantics (GH-18220)
by Miss Islington (bot)
· 6 years ago
dbb37aa
bpo-39439: Fix multiprocessing spawn path in a venv on Windows (GH-18158)
by Miss Islington (bot)
· 6 years ago
cee5da8
bpo-39287: Doc: Add UTF-8 mode section in using/windows. (GH-17935)
by Miss Islington (bot)
· 6 years ago
46735c7
bpo-39393: Misleading error message on dependent DLL resolution failure (GH-18093)
by Miss Islington (bot)
· 6 years ago
595b516
bpo-38883: Don't use POSIX `$HOME` in `pathlib.Path.home/expanduser` on Windows (GH-17961)
by Miss Islington (bot)
· 6 years ago
41f4dc3
bpo-36018: Minor fixes to the NormalDist() examples and recipes. (GH-18226) (GH-18227)
by Miss Islington (bot)
· 6 years ago
b487a8e
bpo-39392: Turtle overlap fill depends on OS (GH-18223)
by Miss Islington (bot)
· 6 years ago
cf9d005
[3.8] bpo-39390 shutil: fix argument types for ignore callback (GH-18122)
by mbarkhau
· 6 years ago
7b57b15
bpo-30780: Add IDLE configdialog tests (GH-3592)
by Miss Islington (bot)
· 6 years ago
57e7e57
Ignore NEWS snippets in code coverage stats (GH-18194)
by Miss Islington (bot)
· 6 years ago
19be85c
[3.8] bpo-39082: Allow AsyncMock to correctly patch static/class methods (GH-18190)
by Matthew Kokotovich
· 6 years ago
eebcff8
bpo-36018: Add another example for NormalDist() (GH-18191) (GH-18192)
by Miss Islington (bot)
· 6 years ago
eec7636
bpo-39234: Doc: `enum.auto()` incrementation value not specified. (GH-17872) (GH-17875)
by Miss Islington (bot)
· 6 years ago
1cf0df4
bpo-36654: Add examples for using tokenize module programmatically (GH-18187)
by Miss Islington (bot)
· 6 years ago
321491a
bpo-15243: Document __prepare__ as classmethod (GH-17124)
by Miss Islington (bot)
· 6 years ago
079dfe0
Update 3.8.rst (GH-18173) (#18182)
by Miss Islington (bot)
· 6 years ago
a5906b2
bpo-38473: Handle autospecced functions and methods used with attach_mock (GH-16784) (GH-18167)
by Miss Islington (bot)
· 6 years ago
a234492
bpo-39388: IDLE: Fix bug when cancelling out of configdialog (GH-18068)
by Miss Islington (bot)
· 6 years ago
ea4a61f
bpo-39430: Fix race condition in lazy imports in tarfile. (GH-18161)
by Miss Islington (bot)
· 6 years ago
0ea7309
Improve test coverage for AsyncMock. (GH-17906)
by Miss Islington (bot)
· 6 years ago
a46728a
bpo-39426: Fix outdated default and highest protocols in docs (GH-18154)
by Miss Islington (bot)
· 6 years ago
5654f83
[3.8] bpo-35182: fix communicate() crash after child closes its pipes (GH-18117) (GH-18148)
by Alex Rebert
· 6 years ago
5a2356b
bpo-39431: Also mention nonlocal in assignment quirk (GH-17375)
by Miss Islington (bot)
· 6 years ago
993811f
bpo-39421: Fix posible crash in heapq with custom comparison operators (GH-18118)
by Miss Islington (bot)
· 6 years ago
545fc51
bpo-32989: IDLE - remove unneeded parameter (GH-18138)
by Miss Islington (bot)
· 6 years ago
3b76188
bpo-39050: The Help button in IDLE's config menu works again (GH-17611)
by Miss Islington (bot)
· 6 years ago
fdb2160
bpo-39425: Fix list.count performance regression (GH-18119) (GH-18120)
by Miss Islington (bot)
· 6 years ago
f84f65b
bpo-39413: os.unsetenv() is not available on Windows (GH-18108)
by Victor Stinner
· 6 years ago
a755410
closes bpo-39415: Remove unused codes from longobject.c complexobject.c floatobject.c. (GH-18105)
by Miss Islington (bot)
· 6 years ago
41b3e87
PyLong_AsLongLong() docs should say 'long long' (GH-18082) (GH-18110)
by Miss Islington (bot)
· 6 years ago
f4e3e1c
Move test_math tests (GH-18098) (GH-18102)
by Victor Stinner
· 6 years ago
ab0d8e3
bpo-39389: gzip: fix compression level metadata (GH-18077)
by Miss Islington (bot)
· 6 years ago
060ad2f
bpo-32989: IDLE - fix bad editor call of pyparse method (GH-5968)
by Miss Islington (bot)
· 6 years ago
070e68a
improve the documentation of the LOAD_METHOD and CALL_METHOD (GH-18079)
by Miss Islington (bot)
· 6 years ago
c1964e0
bpo-39383: Mention Darwin as a potential value for platform.system() (GH-18054)
by Miss Islington (bot)
· 6 years ago
5cadd3f
bpo-39386: Prevent double awaiting of async iterator (GH-18081)
by Miss Islington (bot)
· 6 years ago
6aeed01
Fix asyncio.get_event_loop() documentation (GH-18051)
by Miss Islington (bot)
· 6 years ago
4cdb758
bpo-38400 Don't check for NULL linked list pointers in _PyObject_IsFreed (GH-16630)
by Miss Islington (bot)
· 6 years ago
23793ed
bpo-35561: Supress valgrind false alarm on epoll_ctl(event) (GH-18060)
by Miss Islington (bot)
· 6 years ago
c7b16f8
Fix typo from base to based (GH-18055)
by Miss Islington (bot)
· 6 years ago
34ece35
Fix Lock.locked() to remove extra bold highlighting (GH-18042) (#18043)
by Miss Islington (bot)
· 6 years ago
19bd3a1
bpo-39348: Fix code highlight for the SOCK_NONBLOCK example (GH-18018)
by Miss Islington (bot)
· 6 years ago
54abd28
[3.8] Fix typo in multiprocessing.pool.AsyncResult.successful doc. (GH-17932) (GH-18015)
by Miss Islington (bot)
· 6 years ago
9213577
Fix compiler warning on Windows (GH-18012)
by Miss Islington (bot)
· 6 years ago
9f220e4
Fix documentation in code.py (GH-17988)
by Miss Islington (bot)
· 6 years ago
9955f33
[3.8] bpo-39033: Fix NameError in zipimport during hash validation (GH-17588) (GH-17642)
by Karthikeyan Singaravelan
· 6 years ago
Next »