Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
b821173b5458d137c8d5edb6e9b4997aac800a38
b821173
bpo-38871: Fix lib2to3 for filter-based statements that contain lambda (GH-17780)
by Dong-hee Na
· 6 years ago
13a7ee8
bpo-38615: Add timeout parameter for IMAP4 and IMAP4_SSL constructor (GH-17203)
by Dong-hee Na
· 6 years ago
950c679
bpo-39198: Ensure logging global lock is released on exception in isEnabledFor (GH-17689)
by Derek Brown
· 6 years ago
5b23f76
bpo-39239: epoll.unregister() no longer ignores EBADF (GH-17882)
by Victor Stinner
· 6 years ago
10ac0cd
bpo-39191: Fix RuntimeWarning in asyncio test (GH-17863)
by Andrew Svetlov
· 6 years ago
ca94677
bpo-38623: Doc: Add section for site module CLI. (GH-17858)
by Inada Naoki
· 6 years ago
f4800b8
Doc: Change Python 2 status to EOL. (GH-17885)
by Inada Naoki
· 6 years ago
24bcefc
bpo-39234: `enum.auto()` default initial value as 1 (GH-17878)
by YoSTEALTH
· 6 years ago
b1ce22d
bpo-39041: Fix coverage upload command for GitHub Actions (GH-17873)
by Steve Dower
· 6 years ago
2e9012a
bpo-39234: Doc: `enum.auto()` incrementation value not specified. (GH-17872)
by YoSTEALTH
· 6 years ago
7b79dc9
bpo-29778: Fix incorrect NULL check in _PyPathConfig_InitDLLPath() (GH-17818)
by Anthony Wee
· 6 years ago
5ec91f7
bpo-39209: Manage correctly multi-line tokens in interactive mode (GH-17860)
by Pablo Galindo
· 6 years ago
075ebad
Fix link to bpo issue in Changelog (GH-17692)
by Chandan Singh
· 6 years ago
7cdc31a
bpo-38907: Suppress any exception when attempting to set V6ONLY. (GH-17864)
by Jason R. Coombs
· 6 years ago
5136e72
argument-clinic: Simplify multi-line string handling (GH-17852)
by Dong-hee Na
· 6 years ago
ee94bdb
bpo-38907: In http.server script, restore binding to IPv4 on Windows. (GH-17851)
by Jason R. Coombs
· 6 years ago
d6c08db
Minor formatting improvements and fixes to idle.rst (GH-17165)
by Tal Einat
· 6 years ago
94d9cfc
bpo-39130: Dict reversed was added in v3.8 so should say in the doc as well (GH-17694)
by Khalid Mammadov
· 6 years ago
abc0c4f
Fix the parameter list of object. _rpow_ (#GH-16477)
by HongWeipeng
· 6 years ago
e6ae90d
Replace links in howto/pyporting.rst with sphinx references (GH-17781)
by Oleg Höfling
· 6 years ago
422ed16
Organise and clean test_positional_only_arg and add more tests (GH-17842)
by Pablo Galindo
· 6 years ago
4b66fa6
bpo-39200: Correct the error message for range() empty constructor (GH-17813)
by Pablo Galindo
· 6 years ago
b121a4a
Fix constant folding optimization for positional only arguments (GH-17837)
by Anthony Sottile
· 6 years ago
5ea7bb2
bpo-39152: add missing ttk.Scale.configure return value (GH-17815)
by Terry Jan Reedy
· 6 years ago
b19c0d77
bpo-39055: Reject a trailing \n in base64.b64decode() with validate=True. (GH-17616)
by Serhiy Storchaka
· 6 years ago
41ec17e
bpo-39056: Fix handling invalid warning category in the -W option. (GH-17618)
by Serhiy Storchaka
· 6 years ago
6a265f0
bpo-39057: Fix urllib.request.proxy_bypass_environment(). (GH-17619)
by Serhiy Storchaka
· 6 years ago
ec007cb
Fix SystemError when nested function has annotation on positional-only argument (GH-17826)
by Anthony Sottile
· 6 years ago
7dc72b8
bpo-28367: Add additional baud rates for termios (GH-13142)
by Anthony Shaw
· 6 years ago
3a5de51
Fix #39191: Don't spawn a task before failing (#17796)
by Andrew Svetlov
· 6 years ago
e02ab59
bpo-38532: Add missing decrefs in PyCFuncPtr_FromDll() (GH-16857)
by Zackery Spytz
· 6 years ago
b789202
Add link to zlib v1.1.3 vulnerability (GH-17156)
by Emmanuel Nosa E
· 6 years ago
4fcf5c1
bpo-39158: ast.literal_eval() doesn't support empty sets (GH-17742)
by Raymond Hettinger
· 6 years ago
32f1443
Update copyright year in macOS installer license copy (GH-17806)
by Ned Deily
· 6 years ago
946b29e
Bring Python into the next decade. (GH-17801)
by Benjamin Peterson
· 6 years ago
7b35bef
bpo-38870: Throw ValueError on invalid yield from usage (GH-17798)
by Batuhan Taşkaya
· 6 years ago
78018bb
Remove outdated mention of hg.exe from Tools/msi/README.txt (GH-17792)
by Anthony Shaw
· 6 years ago
04ec7a1
bpo-39114: Fix tracing of except handlers with name binding (GH-17769)
by Pablo Galindo
· 6 years ago
149175c
bpo-39183: Fix formatting in library/ensurepip (GH-17787)
by Rafael Fontenelle
· 6 years ago
5b90771
bpo-13601: always use line-buffering for sys.stderr (GH-17646)
by Jendrik Seipp
· 6 years ago
46abfc1
bpo-39142: Avoid converting namedtuple instances to ConvertingTuple. (GH-17773)
by Vinay Sajip
· 6 years ago
22424c0
Document CodeType.replace (GH-17776)
by Anthony Sottile
· 6 years ago
37143a8
bpo-39176: Improve error message for 'named assignment' (GH-17777)
by Ned Batchelder
· 6 years ago
ba82ee8
Fix idlelib README typo. (GH-17770)
by Terry Jan Reedy
· 6 years ago
8e1f26e
Minor doc fixes in urllib.parse (GH-17745)
by Борис Верховский
· 6 years ago
d0c92e8
closes bpo-37446: resolve undefined behavior in Python/hamt.c (GH-17727)
by Batuhan Taşkaya
· 6 years ago
dfef986
bpo-38588: Optimize list comparison. (GH-17766)
by Inada Naoki
· 6 years ago
2d5bf56
bpo-38588: Fix possible crashes in dict and list when calling PyObject_RichCompareBool (GH-17734)
by Dong-hee Na
· 6 years ago
ee9ff05
bpo-34118: memoryview, range, and tuple are classes (GH-17761)
by Terry Jan Reedy
· 6 years ago
d9e561d
bpo-38610: Fix possible crashes in several list methods (GH-17022)
by Zackery Spytz
· 6 years ago
09c482f
bpo-39019: Implement missing __class_getitem__ for SpooledTemporaryFile (GH-17560)
by Batuhan Taşkaya
· 6 years ago
4dc5a9d
bpo-39019: Implement missing __class_getitem__ for subprocess classes (GH-17558)
by Batuhan Taşkaya
· 6 years ago
89aa7f0
bpo-34790: Implement deprecation of passing coroutines to asyncio.wait() (GH-16977)
by Kyle Stanley
· 6 years ago
88dce26
Fix handling of line numbers around finally-blocks. (#17737)
by Mark Shannon
· 6 years ago
226e6e7
bpo-39037: Fix lookup order of magic methods in with statement documentation (GH-17608)
by Géry Ogam
· 6 years ago
32a12ae
Fix typos and remove deprecated deprecation warning. (GH-17741)
by Antoine
· 6 years ago
8f0703f
bpo-39157: Skip test_pidfd_send_signal if the system does not have enough privileges to use pidfd (GH-17740)
by Pablo Galindo
· 6 years ago
be287c3
Fix error when running with -uall in test_unparse (GH-17739)
by Pablo Galindo
· 6 years ago
23a226b
bpo-38870: Run always tests that heavily use grammar features in test_unparse (GH-17738)
by Pablo Galindo
· 6 years ago
cbd0408
links in importlib.metadata.rst replaced with sphinx references (GH-17730)
by Oleg Höfling
· 6 years ago
6c7bb38
bpo-39136: Fixed typos (GH-17720)
by Gurupad Hegde
· 6 years ago
98f0f04
bpo-38731: Fix function signature of quiet in docs (GH-17719)
by Batuhan Taşkaya
· 6 years ago
ef7eaaf
bpo-39144 Align ctags and etags behaviours in the makefile and include Python stdlib files (GH-17721)
by Anthony Shaw
· 6 years ago
9091398
Move comment about permanent generation to gcmodule.c (GH-17718)
by Pablo Galindo
· 6 years ago
91874bb
closes bpo-39135: Remove 'time.clock()' mention in docs. (GH17709)
by Michael Wayne Goodman
· 6 years ago
c0052f3
closes bpo-30364: Replace deprecated no_address_safety_analysis attribute. (GH-17702)
by Batuhan Taşkaya
· 6 years ago
f460eea
Update what's new with the latest GC improvements (GH-17708)
by Pablo Galindo
· 6 years ago
03c8e5d
Update 3.9.0a2.rst (GH-17703)
by Aurora Lanes
· 6 years ago
e28aff5
bpo-33961: Adjusted dataclasses docs to correct exceptions raised. (GH-7917) (GH-17677)
by Fabio Sangiovanni
· 6 years ago
527f9de
Fix the miscellaneous typo (GH-17700)
by cocoatomo
· 6 years ago
dd117c3
Update 3.9.0a2.rst - correct small typos (GH-17665)
by toonarmycaptain
· 6 years ago
5c7ed75
Minor C API documentation improvements. (GH-17696)
by William Ayd
· 6 years ago
025eeaa
Fix import path for asyncio.TimeoutError (#17691)
by Andrew Svetlov
· 6 years ago
3c75f31
Add comment to avoid ACKS losing order (GH-17678)
by Éric Araujo
· 6 years ago
d69cbeb
Revert "bpo-38870: Remove dependency on contextlib to avoid performance regression on import (GH-17376)" (GH-17687)
by Pablo Galindo
· 6 years ago
4b3b122
bpo-38870: Refactor delimiting with context managers in ast.unparse (GH-17612)
by Batuhan Taşkaya
· 6 years ago
9f9dac0
bpo-38914 Do not require email field in setup.py. (GH-17388)
by Jürgen Gmach
· 6 years ago
e7b406f
[typo] fix dupe in datetime.fromisoformat docs (GH-17295)
by Michael Morehouse
· 6 years ago
068768f
Add missing markup (GH-17680)
by cocoatomo
· 6 years ago
eae87e3
bpo-38878: Fix os.PathLike __subclasshook__ (GH-17336)
by Bar Harel
· 6 years ago
f522a6d
bpo-38918: Add __module__ entry for function & method type in inspect docs table (GH-17408)
by Parth Sharma
· 6 years ago
dd1a20f
reorder entries in Misc/ACKS (#17663)
by Éric Araujo
· 6 years ago
b0d4949
Doc typo (#17667)
by Jesús Cea
· 6 years ago
791073f
Post 3.9.0a2
by Łukasz Langa
· 6 years ago
6202d85
Python 3.9.0a2
by Łukasz Langa
· 6 years ago
673c393
bpo-38546: Fix concurrent.futures test_ressources_gced_in_workers() (GH-17652)
by Victor Stinner
· 6 years ago
75bb07e
bpo-39028: Performance enhancement in keyword extraction (GH-17576)
by Sebastian Berg
· 6 years ago
50d4f12
bpo-39080: Starred Expression's column offset fix when inside a CALL (GH-17645)
by Lysandros Nikolaou
· 6 years ago
a9d0a6a
bpo-36500: Simplify PCbuild/build.bat and prevent path separator changing in comments (GH-17644)
by Steve Dower
· 6 years ago
9e36589
bpo-36500: Add --regen option to PCbuild/build.bat so Windows users can regen grammar, opcodes, tokens and symbols (GH-12654)
by Anthony Shaw
· 6 years ago
9707e8e
bpo-38546: multiprocessing tests stop the resource tracker (GH-17641)
by Victor Stinner
· 6 years ago
630c8df
bpo-38858: Small integer per interpreter (GH-17315)
by Victor Stinner
· 6 years ago
f501db2
Add whatsnew for removal of asyncio.loop.create_datagram_endpoint()'s *reuse_address* parameter (#17595)
by Kyle Stanley
· 6 years ago
6a263cf
bpo-39041: Add GitHub Actions badge to README.rst (GH-17628)
by Steve Dower
· 6 years ago
a76ba36
bpo-39041: Add GitHub Actions support (GH-17594)
by Steve Dower
· 6 years ago
814d687
bpo-38348: Extend command line options of ast parsing tool (GH-16540)
by Batuhan Taşkaya
· 6 years ago
a322f50
bpo-38870: Remove dead code related with argument unparsing (GH-17613)
by Batuhan Taşkaya
· 6 years ago
092435e
bpo-38811: Check for presence of os.link method in pathlib (GH-17225)
by Toke Høiland-Jørgensen
· 6 years ago
1ca8fb1
Add tests and design notes for Counter subset/superset operations. (GH-17625)
by Raymond Hettinger
· 6 years ago
79f02fe
bpo-39033: Fix NameError in zipimport during hash validation (GH-17588)
by Xtreak
· 6 years ago
Next »