Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.8.2
/
Lib
tag
ec28f473a9edd8dbd8866c3f34d231bf49851116
tagger
Łukasz Langa <lukasz@langa.pl>
Mon Feb 24 21:36:51 2020
object
7b3ab5921fa25ed8b97b6296f97c5c78aacf5447
Python 3.8.2
7b3ab59
Python 3.8.2
by Łukasz Langa
· 5 years ago
v3.8.2
45cc9ce
Give proper credit for figuring out and writing PEP-3118 tests. (GH-18644) (#18646)
by Miss Islington (bot)
· 5 years ago
c97fc56
bpo-39649: Remove obsolete check for `__args__` in bdb.Bdb.format_stack_entry (GH-18531)
by Miss Islington (bot)
· 5 years ago
b19f7ec
bpo-39681: Fix C pickle regression with minimal file-like objects (GH-18592) (#18630)
by Miss Islington (bot)
· 5 years ago
0c1827e
bpo-39382: Avoid dangling object use in abstract_issubclass() (GH-18530)
by Miss Islington (bot)
· 5 years ago
b627102
bpo-39576: Prevent memory error for overly optimistic precisions (GH-18581) (#18584)
by Miss Islington (bot)
· 5 years ago
44c6901
bpo-39572: Document ’total’ flag of TypedDict (GH-18554)
by Miss Islington (bot)
· 5 years ago
d77e771
bpo-39555: Fix distutils test to handle _d suffix on Windows debug build (GH-18357) (GH-18548)
by Miss Islington (bot)
· 5 years ago
5bf58ce
bpo-39432: Implement PEP-489 algorithm for non-ascii "PyInit_*" symbol names in distutils (GH-18150) (GH-18546)
by Miss Islington (bot)
· 6 years ago
e40b7dc
Merge tag 'v3.8.2rc2' into 3.8
by Łukasz Langa
· 6 years ago
e412cbb
[3.8] bpo-39546: argparse: Honor allow_abbrev=False for specified prefix_chars (GH-18337) (GH-18543)
by Miss Islington (bot)
· 6 years ago
7fd752c
bpo-39663: IDLE: Add additional tests for pyparse (GH-18536)
by Miss Islington (bot)
· 6 years ago
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
ea316fd
Revert "[3.8] bpo-27657: Fix urlparse() with numeric paths (GH-16839)" (GH-18525)
by Senthil Kumaran
· 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
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
ed4d263
bpo-39595: Improve zipfile.Path performance (GH-18406) (GH-18472)
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
2cceef5
Merge tag 'v3.8.2rc1' into 3.8
by Łukasz Langa
· 6 years ago
c372f9b
bpo-39600: Adjust code, add idlelib/NEWS item (GH-18449)
by Miss Islington (bot)
· 6 years ago
021a569
bpo-39600, IDLE: Remove duplicated font names (GH-18430)
by Miss Islington (bot)
· 6 years ago
8623e68
Python 3.8.2rc1
by Łukasz Langa
· 6 years ago
v3.8.2rc1
dc56f5f
bpo-39590: make deque.__contains__ and deque.count hold strong references (GH-18421) (GH-18423)
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
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
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
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
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
dbb37aa
bpo-39439: Fix multiprocessing spawn path in a venv on Windows (GH-18158)
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
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
19be85c
[3.8] bpo-39082: Allow AsyncMock to correctly patch static/class methods (GH-18190)
by Matthew Kokotovich
· 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
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
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
5cadd3f
bpo-39386: Prevent double awaiting of async iterator (GH-18081)
by Miss Islington (bot)
· 6 years ago
c7b16f8
Fix typo from base to based (GH-18055)
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
3043ec7
bpo-38293: Allow shallow and deep copying of property objects (GH-16438)
by Miss Islington (bot)
· 6 years ago
eb9ba2f
bpo-16575: Disabled checks for union types being passed by value. (GH-17960) (GH-17964)
by Miss Islington (bot)
· 6 years ago
33dd75a
bpo-38356: Fix ThreadedChildWatcher thread leak in test_asyncio (GH-16552)
by Miss Islington (bot)
· 6 years ago
98b1c0c
bpo-39297: Update for importlib_metadata 1.4. (GH-17947) (GH-17952)
by Miss Islington (bot)
· 6 years ago
0f40482
Fix host in address of socket.create_server example. (GH-17706)
by Miss Islington (bot)
· 6 years ago
df2fb60
[3.8] Add test cases for dataclasses. (GH-17909) (GH-17919)
by Miss Islington (bot)
· 6 years ago
e47a7e3
Fix typo in test's docstring (GH-17856) (GH-17923)
by Miss Islington (bot)
· 6 years ago
8c08518
bpo-25172: Reduce scope of crypt import tests (GH-17881)
by Miss Islington (bot)
· 6 years ago
b24e4fa
bpo-39242: Updated the Gmane domain into news.gmane.io (GH-17903)
by Miss Islington (bot)
· 6 years ago
39a5c88
bpo-38871: Fix lib2to3 for filter-based statements that contain lambda (GH-17780)
by Miss Islington (bot)
· 6 years ago
bff48c6
bpo-39198: Ensure logging global lock is released on exception in isEnabledFor (GH-17689) (GH-17897)
by Miss Islington (bot)
· 6 years ago
4112a3d
[3.8] bpo-39191: Fix RuntimeWarning in asyncio test (GH-17863) (#17894)
by Andrew Svetlov
· 6 years ago
b2e281a
bpo-39209: Manage correctly multi-line tokens in interactive mode (GH-17860)
by Miss Islington (bot)
· 6 years ago
33cb4a6
bpo-38907: Suppress any exception when attempting to set V6ONLY. (GH-17864) (GH-17865)
by Miss Islington (bot)
· 6 years ago
5ed9d60
bpo-38907: In http.server script, restore binding to IPv4 on Windows. (GH-17851) (#17854)
by Miss Islington (bot)
· 6 years ago
5a065ac
Minor formatting improvements and fixes to idle.rst (GH-17165)
by Miss Islington (bot)
· 6 years ago
49c108c
Fix constant folding optimization for positional only arguments (GH-17837)
by Miss Islington (bot)
· 6 years ago
636a850
bpo-39152: add missing ttk.Scale.configure return value (GH-17815)
by Miss Islington (bot)
· 6 years ago
34aa3e7
bpo-39055: Reject a trailing \n in base64.b64decode() with validate=True. (GH-17616)
by Miss Islington (bot)
· 6 years ago
e1caa49
bpo-39056: Fix handling invalid warning category in the -W option. (GH-17618)
by Miss Islington (bot)
· 6 years ago
fc84d50
bpo-39057: Fix urllib.request.proxy_bypass_environment(). (GH-17619)
by Miss Islington (bot)
· 6 years ago
8595255
Fix SystemError when nested function has annotation on positional-only argument (GH-17826)
by Miss Islington (bot)
· 6 years ago
867d833
[3.8] bpo-39191: Don't spawn a task before failing (GH-17796) (GH-17820)
by Andrew Svetlov
· 6 years ago
1d5a7e5
bpo-39142: Avoid converting namedtuple instances to ConvertingTuple. (GH-17773) (GH-17785)
by Miss Islington (bot)
· 6 years ago
6c00495
bpo-39176: Improve error message for 'named assignment' (GH-17777) (GH-17778)
by Miss Islington (bot)
· 6 years ago
302b35f
Fix idlelib README typo. (GH-17770)
by Miss Islington (bot)
· 6 years ago
2ee8791
[3.8] bpo-38588: Fix possible crashes in dict and list when calling P… (GH-17764)
by Dong-hee Na
· 6 years ago
fcaf14c
bpo-38610: Fix possible crashes in several list methods (GH-17022)
by Miss Islington (bot)
· 6 years ago
df647f3
[3.8] bpo-39136: Fixed typos (GH-17720)
by Terry Jan Reedy
· 6 years ago
4ed79b7
Fix import path for asyncio.TimeoutError (GH-17691)
by Miss Islington (bot)
· 6 years ago
0846e5d
[3.8] bpo-38878: Fix os.PathLike __subclasshook__ (GH-17336) (GH-17684)
by Bar Harel
· 6 years ago
114aad7
Merge tag 'v3.8.1' into 3.8
by Łukasz Langa
· 6 years ago
b0eb046
bpo-38546: Fix concurrent.futures test_ressources_gced_in_workers() (GH-17652) (GH-17655)
by Victor Stinner
· 6 years ago
1b293b6
Python 3.8.1
by Łukasz Langa
· 6 years ago
v3.8.1
35acb35
bpo-38546: multiprocessing tests stop the resource tracker (GH-17641) (GH-17647)
by Victor Stinner
· 6 years ago
b1f2044
[3.8] bpo-39080: Starred Expression's column offset fix when inside a CALL (GH-17645) (GH-17649)
by Pablo Galindo
· 6 years ago
bf3aa10
bpo-38295: prevent test_relative_path of test_py_compile failure on macOS Catalina (GH-17636)
by Ned Deily
· 6 years ago
Next »