Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
46634b7aa82f014cd0039afb7f0ed860605beb9d
46634b7
bpo-37703: improve asyncio.gather documentation regarding cancellation (GH-15312)
by Miss Islington (bot)
· 5 years ago
2fbb0d8
bpo-40741: Update macOS installer to use SQLite 3.32.3 (GH-20979)
by Miss Islington (bot)
· 5 years ago
8831162
bpo-41205: Document Decimal power 0 to the 0 (GH-21386)
by Miss Islington (bot)
· 5 years ago
01ab963
bpo-41295: Reimplement the Carlo Verre "hackcheck" (GH-21528)
by Miss Islington (bot)
· 5 years ago
27b8110
bpo-39603: Prevent header injection in http methods (GH-18485)
by Miss Islington (bot)
· 5 years ago
f925444
bpo-41325: Add version note for args and kwargs property in call object (GH-21525)
by Miss Islington (bot)
· 5 years ago
760552c
bpo-41024: doc: Explicitly mention use of 'enum.Enum' as a valid container for '… (GH-20964) (GH-21527)
by Miss Islington (bot)
· 5 years ago
a16ac4e
bpo-41304: Update NEWS to include CVE-2020-15801 reference (GH-21521)
by Miss Islington (bot)
· 5 years ago
5a7aa28
bpo-41300: IDLE - save files with non-ascii chars (GH-21512)
by Miss Islington (bot)
· 5 years ago
9d8b8c3
Fix trivial typo in the PEG string parser (GH-21508)
by Miss Islington (bot)
· 5 years ago
961703c
Fix possibly-unitialized warning in string_parser.c. (GH-21503)
by Miss Islington (bot)
· 5 years ago
f0f6566
Remove unnecessary spaces in code blocks in urllib.parse.rst (GH-21500)
by Miss Islington (bot)
· 5 years ago
28e93dd
bpo-41304: Ensure python3x._pth is loaded on Windows (GH-21495)
by Miss Islington (bot)
· 5 years ago
4a02da4
bpo-40150: Fix mismatched argument in RegisterWaitForSingleObject() call (GH-19686)
by Miss Islington (bot)
· 5 years ago
9080e1e
Fix -Wstring-prototypes warnings in _zoneinfo.c. (GH-21478)
by Miss Islington (bot)
· 5 years ago
f2f6759
Fix -Wstrict-prototypes warning in thread_pthread.h. (GH-21477)
by Miss Islington (bot)
· 5 years ago
8ca63f9
bpo-41302: Fix build with system libmpdec (GH-21481)
by Miss Islington (bot)
· 5 years ago
f323229
[3.9] bpo-39017: Avoid infinite loop in the tarfile module (GH-21454) (GH-21482)
by Miss Islington (bot)
· 5 years ago
805874a
Fix repeated words in Classes tutorial (GH-21455)
by Miss Islington (bot)
· 5 years ago
57c984f
bpo-41288: Fix a crash in unpickling invalid NEWOBJ_EX. (GH-21458)
by Miss Islington (bot)
· 5 years ago
a77b1f6
bpo-41228: Fix /a/are/ in monthcalendar() descripton (GH-21372)
by Miss Islington (bot)
· 5 years ago
3daf001
Fix typo in docs: 'created by th' -> 'created by the' (GH-21384)
by Miss Islington (bot)
· 5 years ago
51b36ed
bpo-41175: Guard against a NULL pointer dereference within bytearrayobject (GH-21240)
by Miss Islington (bot)
· 5 years ago
fd27fb7
bpo-37765: Add keywords to IDLE tab completions (GH-15138)
by Miss Islington (bot)
· 5 years ago
c65ee55
bpo-41172: Fix check for compiler in test suite (GH-21400)
by Miss Islington (bot)
· 5 years ago
b4beda1
bpo-41199: Docstring convention not followed for dataclasses documentation page (GH-21413)
by Miss Islington (bot)
· 5 years ago
90584c0
bpo-41252: Fix incorrect refcounting in _ssl.c's _servername_callback() (GH-21407)
by Miss Islington (bot)
· 5 years ago
e689789
bpo-40597: Allow email.contextmanager set_content() to set a null string. (GH-20542)
by Miss Islington (bot)
· 5 years ago
fbd71f6
bpo-41247: asyncio.set_running_loop() cache running loop holder (GH-21401)
by Miss Islington (bot)
· 5 years ago
a0a6f11
Revert "bpo-40170: PyType_HasFeature() now always calls PyType_GetFlags() (GH-19378)" (GH-21390)
by Miss Islington (bot)
· 5 years ago
1d1c574
closes bpo-41235: Fix the error handling in SSLContext.load_dh_params() (GH-21385)
by Miss Islington (bot)
· 5 years ago
366cfc6
bpo-41173: Copy test results file from ARM worker before uploading (GH-21305)
by Miss Islington (bot)
· 5 years ago
2c82628
bpo-41207 In distutils.spawn, rewrite FileNotFound (GH-21359)
by Miss Islington (bot)
· 5 years ago
edeaf61
bpo-41215: Make assertion in the new parser more strict (GH-21364)
by Miss Islington (bot)
· 5 years ago
6488a4a
[3.9] bpo-41218: Only mark async code with CO_COROUTINE. (GH-21357) (GH-21362)
by Pablo Galindo
· 5 years ago
54f115d
[3.9] bpo-41215: Don't use NULL by default in the PEG parser keyword list (GH-21355) (GH-21356)
by Pablo Galindo
· 5 years ago
4981fe3
bpo-29778: Ensure python3.dll is loaded from correct locations when Python is embedded (GH-21297)
by Miss Islington (bot)
· 5 years ago
97558d6
[3.9] bpo-37207: Update whatsnews for 3.9 (GH-21337)
by Dong-hee Na
· 5 years ago
1ce59f0
bpo-41165: Deprecate PyEval_ReleaseLock() (GH-21309)
by Miss Islington (bot)
· 5 years ago
00c09f0
bpo-28681: Clarify multiple function names in the tutorial (GH-21340) (GH-21343)
by Miss Islington (bot)
· 5 years ago
3f4a9fd
bpo-26205: Specify the number of nested scopes (GH-21324) (GH-21341)
by Miss Islington (bot)
· 5 years ago
5a13849
bpo-39168: Remove the __new__ method of typing.Generic (GH-21327)
by Miss Islington (bot)
· 5 years ago
16f4517
bpo-41211: Doc: Fix PyLong_FromUnicode (GH-21331)
by Inada Naoki
· 5 years ago
48f388f
bpo-41211: Doc: Fix PyLong_FromUnicodeObject (GH-21325)
by Miss Islington (bot)
· 5 years ago
9c38408
Uncomment Py_DEPRECATED for Py_UNICODE APIs (GH-21318)
by Miss Islington (bot)
· 5 years ago
1cbcf98
bpo-33864: Clarify the docs for typing.ByteString (GH-21311)
by Miss Islington (bot)
· 5 years ago
941117a
bpo-21222: Fix improperly merged change so that final hooks are called before types are cleared (GH-21304)
by Steve Dower
· 5 years ago
e1d4fdc
bpo-41162: Clear audit hooks later during finalization (GH-21222)
by Steve Dower
· 5 years ago
1c77654
bpo-41180: Audit code.__new__ when unmarshalling (GH-21271)
by Miss Islington (bot)
· 5 years ago
c1feaa5
Post 3.9.0b4
by Łukasz Langa
· 5 years ago
b0bb791
Merge tag 'v3.9.0b4' into 3.9
by Łukasz Langa
· 5 years ago
f859927
[3.9] bpo-41194: The _ast module cannot be loaded more than once (GH-21290) (GH-21292)
by Victor Stinner
· 5 years ago
486c256
Improve code organization for the random module (GH-21161) (GH-21163)
by Miss Islington (bot)
· 5 years ago
bfec674
bpo-39960: Allow heap types in the "Carlo Verre" hack check that override "tp_setattro()" (GH-21092)
by Miss Islington (bot)
· 5 years ago
32e9e17
Remove extraneous file from the Docs folder (GH-21286)
by Miss Islington (bot)
· 5 years ago
69dec9c
Python 3.9.0b4
by Łukasz Langa
· 5 years ago
0b4c87e
bpo-41193: Ignore OSError in readline write_history() (GH-21279)
by Miss Islington (bot)
· 5 years ago
ecfecc2
[3.9] bpo-41043: Escape literal part of the path for glob(). (GH-20994). (GH-21275)
by Serhiy Storchaka
· 5 years ago
df59293
bpo-40967: Remove deprecated asyncio.Task.current_task() and asyncio.Task.all_tasks() (GH-20874)
by Miss Islington (bot)
· 5 years ago
fe0175f
bpo-41158: IDLE: rewrite the code for handling file encoding (GH-21215)
by Miss Islington (bot)
· 5 years ago
c20e83d
[3.9] Add lysnikolaou to CODEOWNERS for the new parser (GH-21253)
by Lysandros Nikolaou
· 5 years ago
652585c
Doc: Minor fix to init config C API documentation (GH-21198)
by Miss Islington (bot)
· 5 years ago
c84d3fe
bpo-41161 Add news entry for libmpdec-2.5.0 (GH-21243) (#21244)
by Miss Islington (bot)
· 5 years ago
083ed52
Update FAQ release schedule and estimated users (GH-21180)
by Miss Islington (bot)
· 5 years ago
2ea6a99
bpo-41123: Remove PyUnicode_AsUnicodeCopy in 3.10 (GH-21227)
by Inada Naoki
· 5 years ago
01638ce
bpo-41152: IDLE: always use UTF-8 for standard IO streams (GH-21214)
by Miss Islington (bot)
· 5 years ago
9a646aa
bpo-41004: Resolve hash collisions for IPv4Interface and IPv6Interface (GH-21033)
by Miss Islington (bot)
· 5 years ago
990efe0
[3.9] bpo-41084: Fix test_fstring failure when using the old parser (GH-21212)
by Lysandros Nikolaou
· 5 years ago
a3f2a58
Update libmpdec license dates (GH-21216)
by Miss Islington (bot)
· 5 years ago
9e36b6e
bpo-41048: mimetypes should read the rule file using UTF-8, not the locale encoding (GH-20998)
by Miss Islington (bot)
· 5 years ago
02134da
bpo-41123: Doc: PyLong_FromUnicode will be removed in 3.10 (GH-21205)
by Inada Naoki
· 5 years ago
119de0e
bpo-40874 Update the required libmpdec version for the decimal module (GH-21202)
by Miss Islington (bot)
· 5 years ago
d1e05e7
bpo-41138: Fix trace CLI for non-UTF-8 files. (GH-21177)
by Miss Islington (bot)
· 5 years ago
1497bf6
bpo-41144: Fix IDLE open module error (GH-21182)
by Miss Islington (bot)
· 5 years ago
6e39999
[3.9] bpo-38870: Extend subject of ast.unparse warnings (GH-21053) (GH-21191)
by Pablo Galindo
· 5 years ago
6803ff2
[3.9] Add soft keywords to the documentation (GH-21185) (GH-21187)
by Pablo Galindo
· 5 years ago
2a1ee1d
[3.9] bpo-35975: Only use cf_feature_version if PyCF_ONLY_AST in cf_flags (#21022)
by Guido van Rossum
· 5 years ago
dab533d
[3.9] bpo-41076: Pre-feed the parser with the f-string expression location (GH-21054) (GH-21190)
by Pablo Galindo
· 5 years ago
102ca52
[3.9] bpo-40769: Allow extra surrounding parentheses for invalid annotated assignment rule (GH-20387) (GH-21186)
by Pablo Galindo
· 5 years ago
cb0dc52
bpo-41084: Adjust message when an f-string expression causes a SyntaxError (GH-21084)
by Miss Islington (bot)
· 5 years ago
5193d0a
[3.9] bpo-41132: Use pymalloc allocator in the f-string parser (GH-21173) (GH-21183)
by Lysandros Nikolaou
· 5 years ago
9191eac
Remove dead code from tracemalloc (GH-21029)
by Miss Islington (bot)
· 5 years ago
1a0c581
bpo-41100: clarify NEWS item about macOS 11 support (GH-21174)
by Miss Islington (bot)
· 5 years ago
d01a3e7
[3.9] bpo-41119: Output correct error message for list/tuple followed by colon (GH-21160) (GH-21172)
by Lysandros Nikolaou
· 5 years ago
f925407
[3.9] bpo-41069: Make TESTFN and the CWD for tests containing non-ascii characters. (GH-21035). (GH-21156)
by Serhiy Storchaka
· 5 years ago
ad7a667
BPO-41100: Support macOS 11 when building (GH-21113)
by Miss Islington (bot)
· 5 years ago
c4dfcb2
bpo-41112: Fix test_peg_generator on non-UTF-8 locales. (GH-21138)
by Miss Islington (bot)
· 5 years ago
086b453
bpo-41113: Fix test_warnings on non-Western locales. (GH-21143)
by Miss Islington (bot)
· 5 years ago
cd6f911
[3.9] bpo-41009: fix requires_OS_version() class decorator (GH-20942) (GH-20947)
by Christian Heimes
· 5 years ago
fdf6872
bpo-35773: Fix test_bdb on non-UTF-8 locales. (GH-21136)
by Miss Islington (bot)
· 5 years ago
16e79a4
bpo-40204: Pin Sphinx version to 2.3.1 in ``Doc/Makefile``. (GH-21141)
by Miss Islington (bot)
· 5 years ago
bdc55eb
bpo-39580: add check for CLI installation on macOS (GH-20271)
by Miss Islington (bot)
· 5 years ago
e9dafe7
Forward port macOS installer updates from 3.7/3.8 (GH-21132) (GH-21135)
by Ned Deily
· 5 years ago
0ef6a3f
bpo-41074: Fix support of non-ASCII names and SQL in msilib. (GH-21126)
by Miss Islington (bot)
· 5 years ago
c1634ac
bpo-40773: Fix rendering for 'retval' on the pdb page (GH-21081)
by Miss Islington (bot)
· 5 years ago
29aa808
bpo-41094: Additional fix for PYTHONSTARTUP. (GH-21119)
by Miss Islington (bot)
· 5 years ago
153e20e
bpo-41038: Fix non-ASCII string corruption in Win32 resource files (GH-20985)
by Miss Islington (bot)
· 5 years ago
7329c8c
bpo-41094: Fix decoding errors with audit when open files. (GH-21095)
by Miss Islington (bot)
· 5 years ago
6c56356
[3.9] bpo-41056: Fix a possible MemoryError leak within zoneinfo. (GH-21007)
by Paul Ganssle
· 5 years ago
d518ed0
bpo-41005: Fixed perrmission error (GH-20936) (GH-21051)
by Miss Islington (bot)
· 5 years ago
Next »