Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.8.0b4
/
Misc
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
9db66a2
bpo-37979: Add alternative to fromisoformat in documentation (GH-15596)
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
f92bb6e
bpo-18049: Define THREAD_STACK_SIZE for AIX to pass default recursion limit test (GH-15081)
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
03c52f2
bpo-37951: Lift subprocess's fork() restriction (GH-15544)
by Miss Islington (bot)
· 6 years ago
91020fa
bpo-36205: Fix the rusage implementation of time.process_time() (GH-15538)
by Miss Islington (bot)
· 6 years ago
b8a22ac
bpo-37925: Mention --embed in python-config usage (GH-15458)
by Miss Islington (bot)
· 6 years ago
04b7507
bpo-37664: Update ensurepip bundled wheels, again (GH-15483)
by Steve Dower
· 6 years ago
3769425
[3.8] bpo-37947: Adjust correctly the recursion level in symtable for named expressions (GH-15499) (GH-15515)
by Pablo Galindo
· 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
bf99801
Fix typo and rearrange words in IDLE news item (GH-15471)
by Miss Islington (bot)
· 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
920ec4b
bpo-28269: Replace strcasecmp with system function _stricmp. (GH-13095)
by Miss Islington (bot)
· 6 years ago
076d0b9
bpo-29535: Remove promize about hash randomization of datetime objects. (GH-15269)
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
fe64ba6
[3.8] Fix typo (inifite -> infinite) (GH-15429)
by GeeTransit
· 6 years ago
ca9ae94
bpo-37926: Fix PySys_SetArgvEx(0, NULL, 0) crash (GH-15415) (GH-15420)
by Victor Stinner
· 6 years ago
5c77730
bpo-37915: Fix comparison between tzinfo objects and timezone objects (GH-15390)
by Miss Islington (bot)
· 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
1271ee8
bpo-37868: Improve is_dataclass for instances. (GH-15325)
by Miss Islington (bot)
· 6 years ago
786a4e1
bpo-36266: Add module name in ImportError when DLL not found on Windows (GH-15180)
by Miss Islington (bot)
· 6 years ago
f991912
bpo-37256: Wording in Request class docs (GH-14792)
by Miss Islington (bot)
· 6 years ago
27b38b9
bpo-37642: Update acceptable offsets in timezone (GH-14878) (#15227)
by Paul Ganssle
· 6 years ago
b8e6824
bpo-21131: Fix faulthandler.register(chain=True) stack (GH-15276)
by Miss Islington (bot)
· 6 years ago
123f6c4
bpo-37811: FreeBSD, OSX: fix poll(2) usage in sockets module (GH-15202)
by Miss Islington (bot)
· 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
9842269
bpo-37738: Fix curses addch(str, color_pair) (GH-15071)
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
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
dc6653f
bpo-37778: Fixes the icons used for file associations to the Microsoft Store package (GH-15150)
by Miss Islington (bot)
· 6 years ago
eab76c3
bpo-37734: Fix use of registry values to launch Python from Microsoft Store app (GH-15146)
by Miss Islington (bot)
· 6 years ago
1a3a40c
bpo-37004: Documented asymmetry of string arguments in difflib.SequenceMatcher for ratio method (GH-13482) (#15157)
by Miss Islington (bot)
· 6 years ago
26f91db
bpo-37759: First round of major edits to Whatsnew 3.8 (GH-15127) (GH-15139)
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
dde944f
bpo-37685: Fixed comparisons of datetime.timedelta and datetime.timezone. (GH-14996)
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
375f35b
bpo-36487: Make C-API docs clear about what the main interpreter is. (gh-15080)
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
dcc53eb
bpo-37726: Prefer argparse over getopt in stdlib tutorial (GH-15052) (#15070)
by Miss Islington (bot)
· 6 years ago
462f070
bpo-37695: Correct unget_wch error message. (GH-14986)
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
8194a20
IDLE: changelog correction and addition (GH-15042)
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
9265a87
bpo-37587: Make json.loads faster for long strings (GH-14752)
by Miss Islington (bot)
· 6 years ago
6f53a68
Merge tag 'v3.8.0b3' into 3.8
by Łukasz Langa
· 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
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
06e8fc9
bpo-32910: Remove implementation detail in venv documentation. (GH-14968)
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
4b7ce10
bpo-37672: Switch Windows Store package to use pip.ini for user mode (GH-14939)
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
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
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
24b5b36
[3.8] Fix typos in docs, comments and test assert messages (GH-14872). (#14900)
by Kyle Stanley
· 6 years ago
52ee929
bpo-37627: Add acknowledgment (GH-14883)
by Miss Islington (bot)
· 6 years ago
9325f40
bpo-37627: Initialize IDLE Custom Run dialog with previous entries (GH-14870)
by Miss Islington (bot)
· 6 years ago
c613c33
bpo-36324: Make internal attributes for statistics.NormalDist() private. (GH-14871) (GH-14875)
by Miss Islington (bot)
· 6 years ago
86eb5da
bpo-33610: IDLE's code-context always shows current context immediately (GH-14821) (#14846)
by Miss Islington (bot)
· 6 years ago
028f1d2
bpo-36390: Gather IDLE Format menu functions into format.py (GH-14827) (GH-14829)
by Miss Islington (bot)
· 6 years ago
6357433
Fix IndexError when parsing unexpectedly ending quoted-string. (GH-14813)
by Miss Islington (bot)
· 6 years ago
Next »