Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.8.0b4
/
Lib
tag
122a9b489cfe94b04801d057e5b510d51710fab3
tagger
Łukasz Langa <lukasz@langa.pl>
Thu Aug 29 21:59:38 2019
object
d93605de7232da5e6a182fd1d5c220639e900159
Python 3.8.0b4
d93605d
Python 3.8.0b4
by Łukasz Langa
· 6 years ago
v3.8.0b4
25a044e
[3.8] bpo-37834: Prevent shutil.rmtree exception (GH-15602) (#15603)
by Łukasz Langa
· 6 years ago
96631dc
[3.8] bpo-37034: Display argument name on errors with keyword arguments with Argument Clinic. (GH-13593). (GH-15599)
by Serhiy Storchaka
· 6 years ago
c71ae1a
bpo-36743: __get__ is sometimes called without the owner argument (GH-12992) (GH-15589)
by Miss Islington (bot)
· 6 years ago
102130a
bpo-37960: Silence only necessary errors in repr() of buffered and text streams. (GH-15543)
by Miss Islington (bot)
· 6 years ago
d1d42bf
bpo-37372: Fix error unpickling datetime.time objects from Python 2 with seconds>=24. (GH-14307)
by Miss Islington (bot)
· 6 years ago
097eae5
[3.8] bpo-37950: Fix ast.dump() when call with incompletely initialized node. (GH-15510) (GH-15582)
by Serhiy Storchaka
· 6 years ago
38d311d
bpo-36871: Ensure method signature is used when asserting mock calls to a method (GH15578)
by Miss Islington (bot)
· 6 years ago
612d393
bpo-35946: Improve assert_called_with documentation (GH-11796)
by Miss Islington (bot)
· 6 years ago
4adcaf8
bpo-34775: Return NotImplemented in PurePath division. (GH-9509) (GH-15172)
by Miss Islington (bot)
· 6 years ago
e471a54
bpo-18378: Recognize "UTF-8" as a valid name in locale._parse_localename (GH-14736)
by Miss Islington (bot)
· 6 years ago
bd127b1
[3.8] bpo-37482: Fix email address name with encoded words and special chars (GH-14561) (GH-15380)
by bsiem
· 6 years ago
23985c6
closes bpo-37965: Fix compiler warning of distutils CCompiler.test_function. (GH-15561)
by Miss Islington (bot)
· 6 years ago
2cb82d2
bpo-36582: Make collections.UserString.encode() return bytes, not str (GH-13138) (GH-15557)
by Miss Islington (bot)
· 6 years ago
c75f0e5
Fix an invalid assertEqual() call in test_descr.py (GH-15318)
by Miss Islington (bot)
· 6 years ago
04b7507
bpo-37664: Update ensurepip bundled wheels, again (GH-15483)
by Steve Dower
· 6 years ago
69d22b8
bpo-34679: Restore instantiation Windows IOCP event loop from non-main thread (GH-15492)
by Miss Islington (bot)
· 6 years ago
522a394
[3.8] bpo-36917: Add default implementation of ast.NodeVisitor.visit_Constant(). (GH-15490) (GH-15509)
by Miss Islington (bot)
· 6 years ago
a387517
bpo-37805: Add tests for json.dump(..., skipkeys=True) (GH-15489)
by Miss Islington (bot)
· 6 years ago
0778870
bpo-37824: Properly handle user input warnings in IDLE shell. (GH-15500)
by Miss Islington (bot)
· 6 years ago
6ca0307
[3.8] bpo-37757: Disallow PEP 572 cases that expose implementation details (GH-15491)
by Nick Coghlan
· 6 years ago
e266d06
bpo-37929: IDLE: avoid Squeezer-related config dialog crashes (GH-15452)
by Miss Islington (bot)
· 6 years ago
21161d7
[3.8] bpo-37942: Improve argument clinic float converter (GH-15470) (GH-15480)
by Raymond Hettinger
· 6 years ago
d5a66bc
bpo-37798: Test both Python and C versions in test_statistics.py (GH-15453) (GH-15467)
by Miss Islington (bot)
· 6 years ago
c410f38
bpo-37772: fix zipfile.Path.iterdir() outputs (GH-15170) (#15461)
by Miss Islington (bot)
· 6 years ago
ed146b5
[3.8] bpo-37830: Fix compilation of break and continue in finally. (GH-15320) (GH-15456)
by Serhiy Storchaka
· 6 years ago
ef3ccd7
bpo-19119: Remove invalid test and rename a misnamed test (GH-15442) (GH-15447)
by Miss Islington (bot)
· 6 years ago
5779c53
bpo-37798: Add C fastpath for statistics.NormalDist.inv_cdf() (GH-15266) (GH-15441)
by Miss Islington (bot)
· 6 years ago
af84a88
bpo-36763: PyConfig_Read() handles PySys_AddXOption() (GH-15431) (GH-15435)
by Victor Stinner
· 6 years ago
3921d12
bpo-37549: os.dup() fails for standard streams on Windows 7 (GH-15389)
by Miss Islington (bot)
· 6 years ago
761e5a7
bpo-26589: Add http status code 451 (GH-15413) (GH-15436)
by Miss Islington (bot)
· 6 years ago
a6427cb
bpo-36763: Implement PyWideStringList_Insert() of PEP 587 (GH-15423)
by Miss Islington (bot)
· 6 years ago
5c77730
bpo-37915: Fix comparison between tzinfo objects and timezone objects (GH-15390)
by Miss Islington (bot)
· 6 years ago
5fda09c
bpo-28556: Add a regression test to typing (GH-15396)
by Miss Islington (bot)
· 6 years ago
8ede967
Add missing space to warning message (GH-14915) (GH-15379)
by Miss Islington (bot)
· 6 years ago
967d625
bpo-37834: Fix test on Windows 7 (GH-15377)
by Miss Islington (bot)
· 6 years ago
a50d2f7
bpo-9949: Call normpath() in realpath() and avoid unnecessary prefixes (GH-15376)
by Steve Dower
· 6 years ago
f93c15a
bpo-36311: Fixes decoding multibyte characters around chunk boundaries and improves decoding performance (GH-15083)
by Miss Islington (bot)
· 6 years ago
9eb3d54
bpo-37834: Normalise handling of reparse points on Windows (GH-15370)
by Steve Dower
· 6 years ago
c30c869
bpo-9949: Enable symlink traversal for ntpath.realpath (GH-15287)
by Miss Islington (bot)
· 6 years ago
7e293f5
Fix difflib `?` hint in diff output when dealing with tabs (GH-15201)
by Miss Islington (bot)
· 6 years ago
44f2c09
bpo-35518: Skip test that relies on a deceased network service. (GH-15349)
by Miss Islington (bot)
· 6 years ago
1271ee8
bpo-37868: Improve is_dataclass for instances. (GH-15325)
by Miss Islington (bot)
· 6 years ago
8c1c426
bpo-36502: Correct documentation of str.isspace() (GH-15019) (GH-15296)
by Greg Price
· 6 years ago
27b38b9
bpo-37642: Update acceptable offsets in timezone (GH-14878) (#15227)
by Paul Ganssle
· 6 years ago
557802d
bpo-37849: IDLE: fix completion window positioning above line (GH-15267)
by Miss Islington (bot)
· 6 years ago
d85c567
[3.8] bpo-37531: Fix regrtest timeout for subprocesses (GH-15072) (GH-15279)
by Victor Stinner
· 6 years ago
e7ec9e0
bpo-25172: Add test for crypt ImportError on Windows (GH-15252)
by Miss Islington (bot)
· 6 years ago
7f7f747
bpo-25172: Raise appropriate ImportError msg when crypt module used on Windows (GH-15149)
by Miss Islington (bot)
· 6 years ago
ee98951
bpo-37583: Add err 113 to support.get_socket_conn_refused_errs() (GH-14729)
by Miss Islington (bot)
· 6 years ago
0c64b57
[3.8] bpo-37354: Make Powershell Activate.ps1 script static to allow for signing (GH-14967)
by Miss Islington (bot)
· 6 years ago
5ba1cb0
bpo-37819: Add Fraction.as_integer_ratio() (GH-15212) (GH-15215)
by Miss Islington (bot)
· 6 years ago
9500bbe
bpo-32178: Fix IndexError trying to parse 'To' header starting with ':'. (GH-15044)
by Miss Islington (bot)
· 6 years ago
4c5b6ba
[3.8] bpo-32912: Revert SyntaxWarning on invalid escape sequences (GH-15142)
by Serhiy Storchaka
· 6 years ago
2170774
bpo-34155: Dont parse domains containing @ (GH-13079)
by Miss Islington (bot)
· 6 years ago
162d45c
[3.8] bpo-37795: Capture DeprecationWarnings in the test suite (GH-15184) (GH-15188)
by Pablo Galindo
· 6 years ago
e780d2f
Make importlib.metadata a simple module (GH-15153) (GH-15154)
by Miss Islington (bot)
· 6 years ago
5349f8c
bpo-36419: IDLE - Refactor autocompete and improve testing. (GH-15121)
by Miss Islington (bot)
· 6 years ago
9c95fc7
bpo-37748: Re-order the Run menu. (GH-15115)
by Miss Islington (bot)
· 6 years ago
0c16f6b
bpo-28292: Mark calendar.py helper functions as private. (GH-15113) (GH-15116)
by Miss Islington (bot)
· 6 years ago
d7d607c
bpo-36324: Update comments to include the target hash sums (GH-15110) (GH-15112)
by Miss Islington (bot)
· 6 years ago
1d2b4db
bpo-37706: IDLE - fix sidebar code bug and drag tests (GH-15103)
by Miss Islington (bot)
· 6 years ago
dde944f
bpo-37685: Fixed comparisons of datetime.timedelta and datetime.timezone. (GH-14996)
by Miss Islington (bot)
· 6 years ago
4e402d3
Correct description of HTTP status code 308. (GH-15098)
by Miss Islington (bot)
· 6 years ago
6b83390
bpo-30974: Change os.path.samefile docstring to match docs (GH-7337)
by Miss Islington (bot)
· 6 years ago
79af3bd
bpo-20523: pdb searches for .pdbrc in ~ instead of $HOME (GH-11847)
by Miss Islington (bot)
· 6 years ago
1cc7032
bpo-16970: Adding error message for invalid args (GH-14844)
by Miss Islington (bot)
· 6 years ago
8399641
bpo-18049: Sync thread stack size to main thread size on macOS (GH-14748)
by Miss Islington (bot)
· 6 years ago
77fcccb
bpo-37723: Fix performance regression on regular expression parsing. (GH-15030)
by Miss Islington (bot)
· 6 years ago
d8b914a
bpo-37085: Expose SocketCAN bcm_msg_head flags (GH-13646)
by Miss Islington (bot)
· 6 years ago
34de5dc
bpo-34162: Add missing items to idlelib/NEWS.txt. (GH-15034)
by Miss Islington (bot)
· 6 years ago
01c62c9
Fix idlelib typos discovered by min ho, pr 15018. (GH-15029)
by Miss Islington (bot)
· 6 years ago
0f9efbc
Don't skip pickle check_frame_opcodes() (GH-15027)
by Miss Islington (bot)
· 6 years ago
382cb85
bpo-37707: Exclude expensive unit tests from PGO task (GH-15009) (#15024)
by Miss Islington (bot)
· 6 years ago
8b50e3e
bpo-34162: Update idlelib/news.txt. (GH-15011)
by Miss Islington (bot)
· 6 years ago
8513b90
bpo-37706: Disable 3 IDLE scrollbar tests on Mac. (GH-15010)
by Miss Islington (bot)
· 6 years ago
6f53a68
Merge tag 'v3.8.0b3' into 3.8
by Łukasz Langa
· 6 years ago
bf0b8a6
Add additional test for multi-line SyntaxError (GH-15003)
by Miss Islington (bot)
· 6 years ago
9ea738e
bpo-37500: Make sure dead code does not generate bytecode but also detect syntax errors (GH-14612)
by Miss Islington (bot)
· 6 years ago
cf52bd0
Fix `SyntaxError` indicator printing too many spaces for multi-line strings (GH-14433)
by Miss Islington (bot)
· 6 years ago
4336222
Python 3.8.0b3
by Łukasz Langa
· 6 years ago
v3.8.0b3
36fd7b6
bpo-36044: Avoid warnings in Windows PGO build and add lzma, bz2 and sqlite coverage (GH-14985)
by Miss Islington (bot)
· 6 years ago
f96334c
bpo-37697: Sync with importlib_metadata 0.19 (GH-14993) (GH-14995)
by Miss Islington (bot)
· 6 years ago
c94386d
bpo-37692: Improve highlight config sample (GH-14983)
by Miss Islington (bot)
· 6 years ago
76821ba
bpo-37691: Let math.dist() accept sequences and iterables for coordinates (GH-14975) (GH-14984)
by Miss Islington (bot)
· 6 years ago
1710193
bpo-37628: Fix IDLE config sample sizes (GH-14958)
by Miss Islington (bot)
· 6 years ago
f6ab188
bpo-17535: Increase line number horizontal padding by 2 pixels (GH-14959)
by Miss Islington (bot)
· 6 years ago
c503390
bpo-37664: Update regex for ignoring cache warning on some buildbots (GH-14960)
by Miss Islington (bot)
· 6 years ago
25cb4fd
bpo-37502: handle default parameter for buffers argument of pickle.loads correctly (GH-14593)
by Miss Islington (bot)
· 6 years ago
69802f6
closes bpo-37675: Use pkgutil.iter_modules to find fixers in a package rather than listdir. (14942)
by Miss Islington (bot)
· 6 years ago
0cdb21d
bpo-37664: Update bundled pip to 19.2.1 and setuptools to 41.0.1 (GH-14934)
by Miss Islington (bot)
· 6 years ago
bb69789
[3.8] bpo-37399: Correctly attach tail text to the last element/comment/pi (GH-14856) (GH-14936)
by Stefan Behnel
· 6 years ago
9d54de1
bpo-37667: Add regression test for regrtest. (GH-14929)
by Miss Islington (bot)
· 6 years ago
9f77cfc
Only setup PGO tests when --pgo is enabled. (GH-14927)
by Miss Islington (bot)
· 6 years ago
fc63d5a
bpo-29446: IDLE -- add explicit imports (GH-14919) (GH-14920)
by Miss Islington (bot)
· 6 years ago
1da6a31
bpo-17535: IDLE editor line numbers (GH-14030)
by Miss Islington (bot)
· 6 years ago
bf8e82f
[3.8] bpo-36974: separate vectorcall functions for each calling convention (GH-13781) (#14782)
by Jeroen Demeyer
· 6 years ago
5dab5e7
bpo-33610: validate non-negative integer inputs in IDLE's config (GH-14822)
by Miss Islington (bot)
· 6 years ago
2406672
bpo-36044: Reduce number of unit tests run for PGO build (GH-14702)
by Miss Islington (bot)
· 6 years ago
22fd679
bpo-21478: Record calls to parent when autospecced objects are used as child with attach_mock (GH 14688) (GH-14902)
by Miss Islington (bot)
· 6 years ago
Next »