Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
d93605de7232da5e6a182fd1d5c220639e900159
d93605d
Python 3.8.0b4
by Łukasz Langa
· 5 years ago
25a044e
[3.8] bpo-37834: Prevent shutil.rmtree exception (GH-15602) (#15603)
by Łukasz Langa
· 5 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
· 5 years ago
9db66a2
bpo-37979: Add alternative to fromisoformat in documentation (GH-15596)
by Miss Islington (bot)
· 5 years ago
384c6d7
bpo-37947: Avoid double-decrement in symtable recursion counting (GH-15593)
by Miss Islington (bot)
· 5 years ago
c71ae1a
bpo-36743: __get__ is sometimes called without the owner argument (GH-12992) (GH-15589)
by Miss Islington (bot)
· 5 years ago
0d45d50
bpo-16468: Clarify which objects can be passed to "choices" in argparse (GH-15566) (GH-15587)
by Miss Islington (bot)
· 5 years ago
102130a
bpo-37960: Silence only necessary errors in repr() of buffered and text streams. (GH-15543)
by Miss Islington (bot)
· 5 years ago
43b7ed7
bpo-23674: Clarify ambiguities in super() docs (GH-15564) (GH-15586)
by Miss Islington (bot)
· 5 years ago
d1d42bf
bpo-37372: Fix error unpickling datetime.time objects from Python 2 with seconds>=24. (GH-14307)
by Miss Islington (bot)
· 5 years ago
097eae5
[3.8] bpo-37950: Fix ast.dump() when call with incompletely initialized node. (GH-15510) (GH-15582)
by Serhiy Storchaka
· 5 years ago
38d311d
bpo-36871: Ensure method signature is used when asserting mock calls to a method (GH15578)
by Miss Islington (bot)
· 5 years ago
612d393
bpo-35946: Improve assert_called_with documentation (GH-11796)
by Miss Islington (bot)
· 5 years ago
f3dca6a
bpo-25777: Wording describes a lookup, not a call (GH-15573) (GH-15576)
by Miss Islington (bot)
· 5 years ago
e009a91
bpo-36167: fix an incorrect capitalization (GH-14482)
by Miss Islington (bot)
· 5 years ago
f92bb6e
bpo-18049: Define THREAD_STACK_SIZE for AIX to pass default recursion limit test (GH-15081)
by Miss Islington (bot)
· 5 years ago
ed00fee
bpo-36511: Fix failures in Windows ARM32 buildbot (GH-15181)
by Miss Islington (bot)
· 5 years ago
4adcaf8
bpo-34775: Return NotImplemented in PurePath division. (GH-9509) (GH-15172)
by Miss Islington (bot)
· 5 years ago
e471a54
bpo-18378: Recognize "UTF-8" as a valid name in locale._parse_localename (GH-14736)
by Miss Islington (bot)
· 5 years ago
bd127b1
[3.8] bpo-37482: Fix email address name with encoded words and special chars (GH-14561) (GH-15380)
by bsiem
· 5 years ago
23985c6
closes bpo-37965: Fix compiler warning of distutils CCompiler.test_function. (GH-15561)
by Miss Islington (bot)
· 5 years ago
2cb82d2
bpo-36582: Make collections.UserString.encode() return bytes, not str (GH-13138) (GH-15557)
by Miss Islington (bot)
· 5 years ago
03c52f2
bpo-37951: Lift subprocess's fork() restriction (GH-15544)
by Miss Islington (bot)
· 5 years ago
caf7a30
bpo-37936: Remove some .gitignore rules that were intended locally. (GH-15542)
by Miss Islington (bot)
· 5 years ago
d5ba8bb
Fix unused variable and signed/unsigned warnings (GH-15537) (GH-15551)
by Miss Islington (bot)
· 5 years ago
91020fa
bpo-36205: Fix the rusage implementation of time.process_time() (GH-15538)
by Miss Islington (bot)
· 5 years ago
1d4285a
bpo-36763: Make Py_BytesMain() public (GH-15532)
by Miss Islington (bot)
· 5 years ago
c75f0e5
Fix an invalid assertEqual() call in test_descr.py (GH-15318)
by Miss Islington (bot)
· 5 years ago
b8a22ac
bpo-37925: Mention --embed in python-config usage (GH-15458)
by Miss Islington (bot)
· 5 years ago
04b7507
bpo-37664: Update ensurepip bundled wheels, again (GH-15483)
by Steve Dower
· 5 years ago
56c4d2d
bpo-37798: Minor code formatting and comment clean-ups. (GH-15526) (GH-15527)
by Miss Islington (bot)
· 5 years ago
2bb4fc3
bpo-37055: fix warnings in _blake2 module (GH-14646)
by Miss Islington (bot)
· 5 years ago
54449da
Fix typo: Pyssize_t => Py_ssize_t (GH-15411)
by Miss Islington (bot)
· 5 years ago
ed8af33
bpo-37954: Fix reference leak in the symtable (GH-15514)
by Miss Islington (bot)
· 5 years ago
82f4bfd
Remove leftovers from the times when long long wasn't required (GH-15501)
by Miss Islington (bot)
· 5 years ago
3769425
[3.8] bpo-37947: Adjust correctly the recursion level in symtable for named expressions (GH-15499) (GH-15515)
by Pablo Galindo
· 5 years ago
69d22b8
bpo-34679: Restore instantiation Windows IOCP event loop from non-main thread (GH-15492)
by Miss Islington (bot)
· 5 years ago
522a394
[3.8] bpo-36917: Add default implementation of ast.NodeVisitor.visit_Constant(). (GH-15490) (GH-15509)
by Miss Islington (bot)
· 5 years ago
a387517
bpo-37805: Add tests for json.dump(..., skipkeys=True) (GH-15489)
by Miss Islington (bot)
· 5 years ago
c841fb9
bpo-15542: Documentation incorrectly suggests __init__ called after direct __new__ call (GH-15478) (GH-15506)
by Miss Islington (bot)
· 5 years ago
0778870
bpo-37824: Properly handle user input warnings in IDLE shell. (GH-15500)
by Miss Islington (bot)
· 5 years ago
352a123
Doc: Keep the venv/* exclude pattern. (GH-15229)
by Miss Islington (bot)
· 5 years ago
6ca0307
[3.8] bpo-37757: Disallow PEP 572 cases that expose implementation details (GH-15491)
by Nick Coghlan
· 5 years ago
970548c
bpo-37905: Improve docs for NormalDist (GH-15486) (GH-15487)
by Miss Islington (bot)
· 5 years ago
e266d06
bpo-37929: IDLE: avoid Squeezer-related config dialog crashes (GH-15452)
by Miss Islington (bot)
· 5 years ago
21161d7
[3.8] bpo-37942: Improve argument clinic float converter (GH-15470) (GH-15480)
by Raymond Hettinger
· 5 years ago
bf99801
Fix typo and rearrange words in IDLE news item (GH-15471)
by Miss Islington (bot)
· 5 years ago
ffe43b2
[3.8] Clarify argument types in datetime docs. (GH-15459) (GH-15472)
by Miss Islington (bot)
· 5 years ago
a842494
bpo-14112: Allow beginners to explore shallowness in greater depth ;-) (GH-15465) (GH-15469)
by Miss Islington (bot)
· 5 years ago
d5a66bc
bpo-37798: Test both Python and C versions in test_statistics.py (GH-15453) (GH-15467)
by Miss Islington (bot)
· 5 years ago
0ad8568
bpo-32118: Simplify docs for sequence comparison (GH-15450) (#15466)
by Miss Islington (bot)
· 5 years ago
c410f38
bpo-37772: fix zipfile.Path.iterdir() outputs (GH-15170) (#15461)
by Miss Islington (bot)
· 5 years ago
ed146b5
[3.8] bpo-37830: Fix compilation of break and continue in finally. (GH-15320) (GH-15456)
by Serhiy Storchaka
· 5 years ago
920ec4b
bpo-28269: Replace strcasecmp with system function _stricmp. (GH-13095)
by Miss Islington (bot)
· 5 years ago
076d0b9
bpo-29535: Remove promize about hash randomization of datetime objects. (GH-15269)
by Miss Islington (bot)
· 5 years ago
ef3ccd7
bpo-19119: Remove invalid test and rename a misnamed test (GH-15442) (GH-15447)
by Miss Islington (bot)
· 5 years ago
7784d4b
Fix funny typo in Doc/bugs. (GH-15412)
by Miss Islington (bot)
· 5 years ago
5779c53
bpo-37798: Add C fastpath for statistics.NormalDist.inv_cdf() (GH-15266) (GH-15441)
by Miss Islington (bot)
· 5 years ago
af84a88
bpo-36763: PyConfig_Read() handles PySys_AddXOption() (GH-15431) (GH-15435)
by Victor Stinner
· 5 years ago
3921d12
bpo-37549: os.dup() fails for standard streams on Windows 7 (GH-15389)
by Miss Islington (bot)
· 5 years ago
761e5a7
bpo-26589: Add http status code 451 (GH-15413) (GH-15436)
by Miss Islington (bot)
· 5 years ago
9cbdce3
bpo-36763, doc: Add links in the new C API init doc (GH-15433)
by Miss Islington (bot)
· 5 years ago
a6427cb
bpo-36763: Implement PyWideStringList_Insert() of PEP 587 (GH-15423)
by Miss Islington (bot)
· 5 years ago
fe64ba6
[3.8] Fix typo (inifite -> infinite) (GH-15429)
by GeeTransit
· 5 years ago
944aa01
Fix _PyTime_MIN/MAX values (GH-15384) (GH-15426)
by Victor Stinner
· 5 years ago
ca9ae94
bpo-37926: Fix PySys_SetArgvEx(0, NULL, 0) crash (GH-15415) (GH-15420)
by Victor Stinner
· 5 years ago
994925b
Correct minor grammar mistake (GH-15404)
by Miss Islington (bot)
· 5 years ago
5c77730
bpo-37915: Fix comparison between tzinfo objects and timezone objects (GH-15390)
by Miss Islington (bot)
· 5 years ago
b6341e6
bpo-30826: Improve control flow examples (GH-15407) (GH-15410)
by Miss Islington (bot)
· 5 years ago
f6a7f5b
bpo-12634: Clarify an awkward section of the tutorial (GH-15406) (GH-15409)
by Miss Islington (bot)
· 5 years ago
4a40498
bpo-30550: Clarify JSON ordering guarantees (GH-15397) (GH-15403)
by Miss Islington (bot)
· 5 years ago
5fda09c
bpo-28556: Add a regression test to typing (GH-15396)
by Miss Islington (bot)
· 5 years ago
cb8de91
bpo-14050: Note that not all data can be sorted (GH-15381) (GH-15395)
by Miss Islington (bot)
· 5 years ago
2878f37
bpo-27961: Remove leftovers from the times when long long wasn't required (GH-15388)
by Miss Islington (bot)
· 5 years ago
8ede967
Add missing space to warning message (GH-14915) (GH-15379)
by Miss Islington (bot)
· 5 years ago
967d625
bpo-37834: Fix test on Windows 7 (GH-15377)
by Miss Islington (bot)
· 5 years ago
a50d2f7
bpo-9949: Call normpath() in realpath() and avoid unnecessary prefixes (GH-15376)
by Steve Dower
· 5 years ago
f93c15a
bpo-36311: Fixes decoding multibyte characters around chunk boundaries and improves decoding performance (GH-15083)
by Miss Islington (bot)
· 5 years ago
9eb3d54
bpo-37834: Normalise handling of reparse points on Windows (GH-15370)
by Steve Dower
· 5 years ago
c30c869
bpo-9949: Enable symlink traversal for ntpath.realpath (GH-15287)
by Miss Islington (bot)
· 5 years ago
7e293f5
Fix difflib `?` hint in diff output when dealing with tabs (GH-15201)
by Miss Islington (bot)
· 5 years ago
349d897
Update asyncio.ensure_future() documentation (GH-15347) (GH-15364)
by Miss Islington (bot)
· 5 years ago
c777dec
bpo-37823: Fix open() link in telnetlib doc (GH-15281)
by Miss Islington (bot)
· 5 years ago
44f2c09
bpo-35518: Skip test that relies on a deceased network service. (GH-15349)
by Miss Islington (bot)
· 5 years ago
30e5aff
bpo-37732: Fix GCC warning in _PyObject_Malloc() (GH-15333) (GH-15342)
by Victor Stinner
· 5 years ago
1271ee8
bpo-37868: Improve is_dataclass for instances. (GH-15325)
by Miss Islington (bot)
· 5 years ago
9aa0ab1
Remove 'unstable' warning for Windows Store package in docs (GH-15334)
by Miss Islington (bot)
· 5 years ago
8c1c426
bpo-36502: Correct documentation of str.isspace() (GH-15019) (GH-15296)
by Greg Price
· 5 years ago
786a4e1
bpo-36266: Add module name in ImportError when DLL not found on Windows (GH-15180)
by Miss Islington (bot)
· 5 years ago
7309cca
[3.8] fix link to time function from time_ns doc (GH-15285) (GH-15321)
by Miss Islington (bot)
· 5 years ago
f991912
bpo-37256: Wording in Request class docs (GH-14792)
by Miss Islington (bot)
· 5 years ago
27b38b9
bpo-37642: Update acceptable offsets in timezone (GH-14878) (#15227)
by Paul Ganssle
· 5 years ago
64db5aa
Indent code inside if block. (GH-15284)
by Miss Islington (bot)
· 5 years ago
f781283
[3.8] Replace usage of the obscure PEM_read_bio_X509_AUX with the more standard PEM_read_bio_X509 (GH-15303) (GH-15304)
by Miss Islington (bot)
· 5 years ago
dbe4c28
bpo-37775: Update compileall doc for invalidation_mode parameter (GH-15148)
by Miss Islington (bot)
· 5 years ago
b8e6824
bpo-21131: Fix faulthandler.register(chain=True) stack (GH-15276)
by Miss Islington (bot)
· 5 years ago
123f6c4
bpo-37811: FreeBSD, OSX: fix poll(2) usage in sockets module (GH-15202)
by Miss Islington (bot)
· 5 years ago
557802d
bpo-37849: IDLE: fix completion window positioning above line (GH-15267)
by Miss Islington (bot)
· 5 years ago
d85c567
[3.8] bpo-37531: Fix regrtest timeout for subprocesses (GH-15072) (GH-15279)
by Victor Stinner
· 5 years ago
9842269
bpo-37738: Fix curses addch(str, color_pair) (GH-15071)
by Miss Islington (bot)
· 5 years ago
Next »