Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
a2d00f04733491a56abec45e7a20fb42282bb4d1
a2d00f0
bpo-41572: Fix grammar in BaseTransport.close docstring (GH-21914) (#21929)
by Miss Islington (bot)
· 5 years ago
3949827
Doc: add a missing period (GH-21819) (#21932)
by Miss Islington (bot)
· 5 years ago
8f88190
[3.9] bpo-40204: Allow pre-Sphinx 3 syntax in the doc (GH-21844) (GH-21901)
by Victor Stinner
· 5 years ago
e3cafeb
bpo-41568: Fix refleaks in zoneinfo subclasses (GH-21907)
by Miss Islington (bot)
· 5 years ago
d6bdf6d
bpo-40782: Change asyncio.AbstractEventLoop.run_in_executor to be a method not a coroutine (GH-21852)
by Miss Islington (bot)
· 5 years ago
2c050e5
[3.9] bpo-41503: Fix race between setTarget and flush in logging.handlers.MemoryHandler (GH-21765) (GH-21897)
by Miss Islington (bot)
· 5 years ago
28bf826
bpo-41540: AIX: skip test that is flaky with a default ulimit. (GH-21890) (#21893)
by Miss Islington (bot)
· 5 years ago
1864eac
bpo-40878: xlc cannot handle C99 extern inline. (GH-21891)
by Miss Islington (bot)
· 5 years ago
fc8ffe2
bpo-31122: ssl.wrap_socket() now raises ssl.SSLEOFError rather than OSError when peer closes connection during TLS negotiation (GH-18772)
by Miss Islington (bot)
· 5 years ago
31bc45c
Fix typo in typing doc (GH-21879)
by Miss Islington (bot)
· 5 years ago
33d3c64
bpo-41025: Fix subclassing for zoneinfo.ZoneInfo (GH-20965) (GH-21876)
by Miss Islington (bot)
· 5 years ago
7c28841
bpo-41410: Fix outdated info in mkstemp docs (GH-21701)
by Miss Islington (bot)
· 5 years ago
75c2281
bpo-41526: Fixed layout of final page of the installer (GH-21871)
by Miss Islington (bot)
· 5 years ago
7fcd515
Fixed comment about pathlib.link_to: it was added in 3.8, not changed. (GH-21851)
by Miss Islington (bot)
· 5 years ago
3dd1153
bpo-41066: Update the comparison section for os vs pathlib (GH-21261)
by Miss Islington (bot)
· 5 years ago
f24430f
[3.9] bpo-41520: Fix second codeop regression (GH-21848)
by Terry Jan Reedy
· 5 years ago
b3ad2ca
[3.9] bpo-40979: refactored typing.rst; (mostly) same content, new sub-sections and ordering (GH-21574) (#21843)
by Guido van Rossum
· 5 years ago
90eff4e
bpo-41520: codeop no longer ignores SyntaxWarning (GH-21838)
by Miss Islington (bot)
· 5 years ago
6e21a30
Post 3.9.0rc1
by Łukasz Langa
· 5 years ago
03e9265
Merge tag 'v3.9.0rc1' into 3.9
by Łukasz Langa
· 5 years ago
d1d6a1c
[3.9] bpo-41504: Add links to asttokens, leoAst, LibCST and parso to ast docs (GH-21773) (GH-21830)
by Guido van Rossum
· 5 years ago
439c93d
Python 3.9.0rc1
by Łukasz Langa
· 5 years ago
5de00f6
bpo-41475: Fix note in "What's new in 3.7" (GH-21733) (#21832)
by Miss Islington (bot)
· 5 years ago
2146e51
Add PEP 573 additions to What's New (GH-21374) (GH-21831)
by Miss Islington (bot)
· 5 years ago
a0b57b3
bpo-38912: regrtest logs unraisable exception into sys.__stderr__ (GH-21718) (GH-21827)
by Victor Stinner
· 5 years ago
2cd58d8
bpo-40548: Fix "Check for source changes (pull_request)" GH Action job (GH-21806)
by Miss Islington (bot)
· 5 years ago
9c253f4
bpo-41514: Fix buggy IDLE test (GH-21808)
by Miss Islington (bot)
· 5 years ago
d2bea26
[3.9] bpo-41194: Convert _ast extension to PEP 489 (GH-21807)
by Victor Stinner
· 5 years ago
b0a2705
Update macOS installer welcome files for 3.9.0rc. (GH-21804)
by Ned Deily
· 5 years ago
a9fa663
bpo-41468: Improve and test IDLE run error exit (GH-21798)
by Miss Islington (bot)
· 5 years ago
6860cf5
Doc: Add output to example code in programming FAQ (GH-21346)
by Miss Islington (bot)
· 5 years ago
462b095
Improve renamed test_run.RecursionLimitTest (GH-21794)
by Miss Islington (bot)
· 5 years ago
103ce3d
bpo-41455: Provide a link to how the third generation is collected in the GC docs (GH-21703)
by Miss Islington (bot)
· 5 years ago
d910643
bpo-41497: Fix potential UnicodeDecodeError in dis CLI (GH-21757)
by Miss Islington (bot)
· 5 years ago
deea701
Doc: Add a link to tutorial page from `open()` doc (GH-21737)
by Miss Islington (bot)
· 5 years ago
70e9243
bpo-41490: Update ensurepip to install pip 20.2.1 and setuptools 49.2.1 (GH-21774)
by Steve Dower
· 5 years ago
1ecbfbc
Update Azure Pipelines build to use Ubuntu 18.04 and move triggers into YAML files (GH-21776)
by Miss Islington (bot)
· 5 years ago
5e12a5b
bpo-41473: Skip test_gdb with gdb 9.2 to work around gdb bug (GH-21768)
by Miss Islington (bot)
· 5 years ago
b2514c4
bpo-41098: Doc: Add missing deprecated directives (GH-21162)
by Miss Islington (bot)
· 5 years ago
fc354ca
bpo-39871: Fix an error in a news entry (GH-21749)
by Miss Islington (bot)
· 5 years ago
1437bb0
bpo-41492: Fixes the description appearing in UAC prompts on Windows (GH-21754)
by Miss Islington (bot)
· 5 years ago
b49b88a
bpo-41482: Fix error in ipaddress.IPv4Network docstring (GH-21736)
by Miss Islington (bot)
· 5 years ago
a132098
bpo-40726: handle uninitalized end_lineno on ast.increment_lineno (GH-20312)
by Miss Islington (bot)
· 5 years ago
ea68063
bpo-36346: Doc: Update removal schedule of legacy Unicode (GH-21479)
by Miss Islington (bot)
· 5 years ago
1d16229
bpo-41467: Fix asyncio recv_into() on Windows (GH-21720)
by Miss Islington (bot)
· 5 years ago
b6724be
bpo-38156: Fix compiler warning in PyOS_StdioReadline() (GH-21721)
by Miss Islington (bot)
· 5 years ago
3c4fc86
bpo-41425: Make tkinter doc example runnable (GH-21706)
by Miss Islington (bot)
· 5 years ago
905c7de
bpo-41424: Remove extra words in Tkinter-Packer documentation (GH-21707)
by Miss Islington (bot)
· 5 years ago
fe928b3
[3.9] bpo-40360: Handle PendingDeprecationWarning in test_lib2to3. (GH-21694) (GH-21697)
by Karthikeyan Singaravelan
· 5 years ago
607ba9d
bpo-41426 Fix grammar in curses.getmouse() documentation (GH-21677)
by Miss Islington (bot)
· 5 years ago
0124f2b
Remove incorrect mention of method.__class__ in descriptor docs (GH-21665) (GH-21667)
by Miss Islington (bot)
· 5 years ago
2221610
closes bpo-38156: Always handle interrupts in PyOS_StdioReadline. (GH-21569)
by Miss Islington (bot)
· 5 years ago
aa16ac7
[3.9] Improve blake2 comment for Victor (GH-20981) (GH-20982)
by Miss Islington (bot)
· 5 years ago
67020a3
Fix `List_Append` description, list is extracted at TOS1[-i] (GH-21465)
by Miss Islington (bot)
· 5 years ago
95cc37f
bpo-41412 and bpo-40948: Windows installer updates (GH-21656)
by Miss Islington (bot)
· 5 years ago
e31b8a5
bpo-41328: Replace mention of Hudson CI with Travis CI and AppVeyor (GH-21653)
by Miss Islington (bot)
· 5 years ago
bc2c0e9
[3.9] Validate the AST produced by the parser in debug mode (GH-21643) (GH-21646)
by Pablo Galindo
· 5 years ago
e962e3f
[3.9] bpo-41045: Document debug feature of f-strings ('=') (GH-21509) (GH-21645)
by Guido van Rossum
· 5 years ago
e6b2d93
[3.9] bpo-40939: Use the new grammar for the grammar specification documentation (GH-19969) (#21641)
by Guido van Rossum
· 5 years ago
8b05275
bpo-41384: Raise TclError in tkinter.OptionMenu (GH-21601)
by Miss Islington (bot)
· 5 years ago
6e4975a
bpo-41182 selector: use DefaultSelector based upon implementation (GH-21257)
by Miss Islington (bot)
· 5 years ago
41d1c04
bpo-41341: Recursive evaluation of ForwardRef in get_type_hints (GH-21553)
by Miss Islington (bot)
· 5 years ago
8b7544c
bpo-41385: Fix test_executable_without_cwd on Windows (GH-21608)
by Miss Islington (bot)
· 5 years ago
b74e536
bpo-37309: NEWS for GH-41373 (GH-21612)
by Miss Islington (bot)
· 5 years ago
616734b
bpo-39868: Add documentation for Assignment Expressions (walrus, PEP 572) (GH-18851)
by Miss Islington (bot)
· 5 years ago
fdc91c2
bpo-41314: fixed annotations __future__ version (GH-21616)
by Miss Islington (bot)
· 5 years ago
2024d7a
bpo-38731: Fix NameError in command-line interface of py_compile (GH-21617)
by Berker Peksag
· 5 years ago
15fdbb7
bpo-41373: IDLE: Fix saving files loaded with no newlines or mixed newlines (GH-21597)
by Miss Islington (bot)
· 5 years ago
ba07d4a
bpo-32528: Document the change in inheritance of asyncio.CancelledError (GH-21474)
by Miss Islington (bot)
· 5 years ago
4ff8e5b
bpo-41317: Remove reader on cancellation in asyncio.loop.sock_accept() (GH-21595)
by Miss Islington (bot)
· 5 years ago
e8dda90
bpo-41366: Fix clang warning for sign conversion (GH-21592)
by Miss Islington (bot)
· 5 years ago
4cf7afc
bpo-4630: Fix errors in Lib/idlelib/NEWS.txt (GH-21594)
by Miss Islington (bot)
· 5 years ago
00466db
bpo-41364: Reduce import overhead of uuid module (GH-21586)
by Miss Islington (bot)
· 5 years ago
d6ba8c8
bpo-40741: Update Windows build to include SQLite 3.32.3 (GH-21570)
by Miss Islington (bot)
· 5 years ago
9e84a2c
Post 3.9.0b5
by Łukasz Langa
· 5 years ago
8ad7d50
Python 3.9.0b5
by Łukasz Langa
· 5 years ago
9464783
Doc: fix import of asdl.py when called from outside Doc/. (GH-21529) (#21567)
by Miss Islington (bot)
· 5 years ago
add7cfc
bpo-41336: Fix the error handling in zoneinfo_new_instance() (GH-21546)
by Miss Islington (bot)
· 5 years ago
663f827
Simple Documentation fix: Missing link to return type class. (GH-21291)
by Miss Islington (bot)
· 5 years ago
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
Next »