Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
0d4396c04cba5ac2b66fdaa23c01db84b1b54227
0d4396c
bpo-38059: Using sys.exit() over exit() in inspect.py (GH-15666)
by Miss Islington (bot)
· 5 years ago
3bd4bed
bpo-34596: Fallback to a default reason when @unittest.skip is uncalled (GH-9082) (#15781)
by Miss Islington (bot)
· 5 years ago
cabcbbe
bpo-36797: Fix a dead link in Doc/distutils/apiref (GH-15700) (GH-15704)
by Miss Islington (bot)
· 5 years ago
b150d0b
bpo-38037: Fix reference counters in signal module (GH-15753)
by Miss Islington (bot)
· 5 years ago
44729c9
bpo-32587: Fixes unsafe downcast in PC/winreg.c (GH-15766)
by Miss Islington (bot)
· 5 years ago
5d695b6
bpo-37702: Fix SSL's certificate-store leak on Windows (GH-15632)
by Steve Dower
· 5 years ago
5e053eb
Fix typo in math.prod example (GH-15614)
by Miss Islington (bot)
· 5 years ago
248387f
bpo-37589: Add a few missing dependencies on .h files in the Makefile. (GH-15757)
by Miss Islington (bot)
· 5 years ago
2a4a982
bpo-37283: Ensure command-line and unattend.xml setting override previously detected states in Windows installer (GH-15759)
by Miss Islington (bot)
· 5 years ago
12acb5b
bpo-34652 again: Remove lchmod from the default AC_CHECK_FUNCS list. (GH-15758)
by Miss Islington (bot)
· 5 years ago
bee8bfe
bpo-37212: Preserve keyword argument order in unittest.mock.call and error messages (GH-14310)
by Miss Islington (bot)
· 5 years ago
2522679
[3.8] Doc: Fix PDF build (NoUri). (GH-15739) (GH-15754)
by Miss Islington (bot)
· 5 years ago
87a5a33
bpo-36250: ignore ValueError from signal in non-main thread (GH-12251)
by Miss Islington (bot)
· 5 years ago
68e401f
bpo-37705: Improve the implementation of winerror_to_errno() (GH-15623)
by Miss Islington (bot)
· 5 years ago
eb02196
bpo-11953: Extend table of Windows WSA* error codes (GH-15004)
by Steve Dower
· 5 years ago
c837ad4
bpo-37936: Avoid ignoring files that we actually do track. (GH-15451)
by Miss Islington (bot)
· 5 years ago
ebca7eb
bpo-32587: Make winreg.REG_MULTI_SZ support zero-length strings (GH-13239)
by Miss Islington (bot)
· 5 years ago
14f7de7
[3.8] bpo-15817: gdbinit: Document commands after defining them (GH-15021) (#15744)
by Zachary Ware
· 5 years ago
e103732
bpo-37445: Include FORMAT_MESSAGE_IGNORE_INSERTS in FormatMessageW() calls (GH-14462)
by Miss Islington (bot)
· 5 years ago
6e3809c
bpo-34410: Fix a crash in the tee iterator when re-enter it. (GH-15625)
by Miss Islington (bot)
· 5 years ago
cc1bdf9
[3.8] bpo-36018: Address more reviewer feedback (GH-15733) (GH-15734)
by Raymond Hettinger
· 5 years ago
3be4b10
[3.8] Correct Roman-numeral example in Unicode HOWTO. (GH-15541). (GH-15728)
by Serhiy Storchaka
· 5 years ago
cc51a6d
bpo-20806: Reference both times(2) and times(3) and link to MSDN. (GH-15479)
by Miss Islington (bot)
· 5 years ago
4009a85
bpo-38041: Refine IDLE Shell restart lines. (GH-15709)
by Miss Islington (bot)
· 5 years ago
4d1abed
bpo-37380: subprocess: don't use _active on win (GH-14360) (GH-15707)
by Miss Islington (bot)
· 5 years ago
b8c6677
More refinements to the statistics docs (GH-15713) (GH-15715)
by Miss Islington (bot)
· 5 years ago
7eaedda
Correct minor gramatical mistake in sys.settrace doc (GH-15637)
by Miss Islington (bot)
· 5 years ago
f5649bf
bpo-36324: Apply review comment from Jake Vanderplas (GH-15695) (GH-15696)
by Miss Islington (bot)
· 5 years ago
dafbe32
bpo-36324: Apply review comments from Allen Downey (GH-15693) (GH-15694)
by Miss Islington (bot)
· 5 years ago
bdcbb83
bpo-38026: fix inspect.getattr_static (GH-15676)
by Miss Islington (bot)
· 5 years ago
9c2654d
bpo-37902: IDLE: Add scrolling for IDLE browsers. (GH-15368)
by Miss Islington (bot)
· 5 years ago
6ad0a2c
[3.8] bpo-37764: Fix infinite loop when parsing unstructured email headers. (GH-15239) (GH-15686)
by Abhilash Raj
· 5 years ago
6d7a786
bpo-22347: Update mimetypes.guess_type to allow proper parsing of URLs (GH-15522)
by Miss Islington (bot)
· 5 years ago
29825a3
Fix idlelib.help comments (GH-15669)
by Miss Islington (bot)
· 5 years ago
cad7abf
bpo-38030: Fix os.stat failures on block devices on Windows (GH-15681)
by Miss Islington (bot)
· 5 years ago
5e194f5
Fix grammar in asyncio-dev.rst (GH-15672)
by Miss Islington (bot)
· 5 years ago
4dd1c9d
closes bpo-37966: Fully implement the UAX GH-15 quick-check algorithm. (GH-15558)
by Miss Islington (bot)
· 5 years ago
952ea67
bpo-38022: IDLE: upgrade help.html to sphinx 2.x HTML5 output (GH-15664)
by Miss Islington (bot)
· 5 years ago
54dac6c
bpo-38020: Fixes crash in os.readlink() on Windows (GH-15663)
by Miss Islington (bot)
· 5 years ago
59e8fba
[3.8] bpo-21315: Fix parsing of encoded words with missing leading ws (GH-13425) (GH-15655)
by Ashwin Ramaswami
· 5 years ago
58067d2
bpo-37798: Fix _statistics module doc (GH-15546)
by Miss Islington (bot)
· 5 years ago
1c18aec
bpo-35771: IDLE: Fix flaky tool-tip hover delay tests (GH-15634)
by Miss Islington (bot)
· 5 years ago
b365cfa
bpo-36853: Fix suspicious.py to actually print the unused rules (GH-13579) (GH-15649)
by Miss Islington (bot)
· 5 years ago
bf69e16
bpo-38010 Sync importlib.metadata with importlib_metadata 0.20. (GH-15646) (GH-15648)
by Miss Islington (bot)
· 5 years ago
353053d
[3.8] bpo-37994: Fix silencing all errors if an attribute lookup fails. (GH-15630) (GH-15635)
by Serhiy Storchaka
· 5 years ago
6922b9e
bpo-37977: Warn more strongly and clearly about pickle security (GH-15595) (GH-15629)
by Miss Islington (bot)
· 5 years ago
97a31c7
[3.8] bpo-37990: fix gc stats (GH-15626)
by Inada Naoki
· 5 years ago
bd8ca9a
[3.8] bpo-29553: Fix ArgumentParser.format_usage() for mutually exclusive groups (GH-14976) (GH-15494) (GH-15624)
by Raymond Hettinger
· 5 years ago
4bd1d05
Fix typos mostly in comments, docs and test names (GH-15209)
by Miss Islington (bot)
· 5 years ago
3d75857
IDLE: Fix 2 typos found by Min ho Kim. (GH-15617)
by Miss Islington (bot)
· 5 years ago
17f61ed
bpo-37140: Fix StructUnionType_paramfunc() (GH-15612)
by Miss Islington (bot)
· 5 years ago
1553e3b
Post v3.8.0b4
by Łukasz Langa
· 5 years ago
23d532a
Merge tag 'v3.8.0b4' into 3.8
by Łukasz Langa
· 5 years ago
27f4186
bpo-37976: Prevent shadowing of TypeError in zip() (GH-15592) (GH-15608)
by Miss Islington (bot)
· 5 years ago
c19d6bc
Steven Bethard designated a new maintainer for argparse (GH-15605) (GH-15606)
by Miss Islington (bot)
· 5 years ago
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
Next »