Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
e5fbe0cbd4be99ced5f000ad382208ad2a561c90
/
Lib
e5fbe0c
bpo-41631: _ast module uses again a global state (#21961)
by Victor Stinner
· 5 years ago
95a8a0e
bpo-41513: Remove broken tests that fail on Gentoo (GH-22249)
by Raymond Hettinger
· 5 years ago
457d4e9
bpo-41513: Add docs and tests for hypot() (GH-22238)
by Raymond Hettinger
· 5 years ago
2ec6752
bpo-38967: Improve the error msg for reserved _sunder_ names in enum (GH-18370)
by Zackery Spytz
· 5 years ago
1b0f0e3
bpo-39651: Fix asyncio proactor _write_to_self() (GH-22197)
by Victor Stinner
· 5 years ago
7e711ea
bpo-41731: Make test_cmd_line_script pass with -vv (GH-22206)
by Terry Jan Reedy
· 5 years ago
4712471
Update idlelib/help.html to current IDLE doc (GH-22181)
by Terry Jan Reedy
· 5 years ago
1b4552c
bpo-41428: Implementation for PEP 604 (GH-21515)
by Maggie Moss
· 5 years ago
58de1dd
bpo-41525: Make the Python program help ASCII-only (GH-21836)
by Serhiy Storchaka
· 5 years ago
84ef33c
Fix typo in typing.py (GH-22121)
by Graham Bleaney
· 5 years ago
3fd6999
bpo-38762: Extend logging.test_multiprocessing to cover missing cases. (GH-22142)
by Irit Katriel
· 5 years ago
207c321
bpo-40744: Drop support for SQLite pre 3.7.3 (GH-20909)
by Erlend Egeberg Aasland
· 5 years ago
22748a8
bpo-41316: Make tarfile follow specs for FNAME (GH-21511)
by Artem Bulgakov
· 5 years ago
fd4cafd
bpo-41720: Add "return NotImplemented" in turtle.Vec2D.__rmul__(). (GH-22092)
by Serhiy Storchaka
· 5 years ago
8c0be6f
bpo-41687: Fix sendfile implementation to work with Solaris (#22040)
by Jakub Kulík
· 5 years ago
dd18001
bpo-41627: Distinguish 32 and 64-bit user site packages on Windows (GH-22098)
by Steve Dower
· 5 years ago
54a66ad
bpo-41700: Skip test if the locale is not supported (GH-22081)
by Dong-hee Na
· 5 years ago
e55a0e9
Fix 'gather' rules in the python parser generator (GH-22021)
by Pablo Galindo
· 5 years ago
be435ae
bpo-39010: Improve test shutdown (#22066)
by Ben Darnell
· 5 years ago
0770ad9
bpo-41696: Fix handling of debug mode in asyncio.run (#22069)
by Shantanu
· 5 years ago
3940333
closes bpo-41689: Preserve text signature from tp_doc in C heap type creation. (GH-22058)
by Benjamin Peterson
· 5 years ago
749ed85
Fixed mistake in test for f-string error description (GH-22036) (GH-22059)
by han-solo
· 5 years ago
17dc1b7
bpo-39349: Add cancel_futures to Executor.shutdown base class (GH-22023)
by Shantanu
· 5 years ago
9b648a9
bpo-41654: Fix deallocator of MemoryError to account for subclasses (GH-22020)
by Pablo Galindo
· 5 years ago
6844b56
bpo-41528: Use math module in turtle (GH-21837)
by Marek Madejski
· 5 years ago
0d6aa7f
bpo-41681: Fix for `f-string/str.format` error description when using 2 `,` in format specifier (GH-22036)
by han-solo
· 5 years ago
ea5a636
bpo-39010: Fix errors logged on proactor loop restart (#22017)
by Ben Darnell
· 5 years ago
475a5fb
bpo-41344: Raise ValueError when creating shared memory of size 0 (GH-21556)
by Vinay Sharma
· 5 years ago
582f137
bpo-39994: Fix pprint handling of dict subclasses that override __repr__ (GH-21892)
by Irit Katriel
· 5 years ago
022bc75
bpo-41609: Fix output of pdb's whatis command for instance methods (GH-21935)
by Irit Katriel
· 5 years ago
94ad6c6
bpo-33660: Fix PosixPath to resolve a relative path on root
by Dong-hee Na
· 7 years ago
a2118a1
bpo-37658: Fix asyncio.wait_for() to respect waited task status (#21894)
by Elvis Pranskevichus
· 5 years ago
c517fc7
bpo-32751: Wait for task cancel in asyncio.wait_for() when timeout <= 0 (#21895)
by Elvis Pranskevichus
· 5 years ago
1afb42c
bpo-41572: Fix grammar in BaseTransport.close docstring (GH-21914)
by Cleber Rosa
· 5 years ago
29f8429
bpo-40782: Change asyncio.AbstractEventLoop.run_in_executor to be a method not a coroutine (GH-21852)
by James Weaver
· 5 years ago
99c0ee3
Fix typo in message from assert statement (GH-21283)
by Allen
· 5 years ago
fbf43f0
bpo-41521: Rename blacklist parameter to not_exported (GH-21824)
by Victor Stinner
· 5 years ago
2353d77
bpo-41503: Fix race between setTarget and flush in logging.handlers.MemoryHandler (GH-21765)
by Irit Katriel
· 5 years ago
fff3c28
bpo-41513: Improve speed and accuracy of math.hypot() (GH-21803)
by Raymond Hettinger
· 5 years ago
39dab24
bpo-41540: AIX: skip test that is flaky with a default ulimit. (#21890)
by Stefan Krah
· 5 years ago
87d8287
bpo-41025: Fix subclassing for zoneinfo.ZoneInfo (GH-20965)
by Paul Ganssle
· 5 years ago
e55de68
bpo-41410: Fix outdated info in mkstemp docs (GH-21701)
by Rishav Kundu
· 5 years ago
20ae565
bpo-41521: Replace denylist with blocklist is http.cookiejar doc (GH-21826)
by Victor Stinner
· 5 years ago
c818b15
bpo-41520: Fix second codeop regression (GH-21848)
by Terry Jan Reedy
· 5 years ago
c51db0e
bpo-41531: Fix compilation of dict literals with more than 0xFFFF elements (GH-21850)
by Pablo Galindo
· 5 years ago
369a1cb
bpo-41520: codeop no longer ignores SyntaxWarning (GH-21838)
by Victor Stinner
· 5 years ago
0e95bbf
bpo-41521, typing: Rename _PROTO_WHITELIST to _PROTO_ALLOWLIST (#21825)
by Victor Stinner
· 5 years ago
0ee0b29
bpo-41521: Replace whitelist/blacklist with allowlist/denylist (GH-21823)
by Victor Stinner
· 5 years ago
fabd7bb
bpo-41521: Replace whitelist/blacklist with allowlist/denylist (GH-21822)
by Victor Stinner
· 5 years ago
490c542
bpo-40275: Fix failed test cases by using test helpers (GH-21811)
by Hai Shi
· 5 years ago
4ce6faa
bpo-16995: add support for base32 extended hex (base32hex) (GH-20441)
by Filipe Laíns
· 5 years ago
39042e0
bpo-41324 Add a minimal decimal capsule API (#21519)
by Stefan Krah
· 5 years ago
416f0b7
bpo-41514: Fix buggy IDLE test (GH-21808)
by Terry Jan Reedy
· 5 years ago
f2e161c
bpo-41468: Improve and test IDLE run error exit (GH-21798)
by Terry Jan Reedy
· 5 years ago
8b67bf9
Improve renamed test_run.RecursionLimitTest (GH-21794)
by Terry Jan Reedy
· 5 years ago
e28b8c9
bpo-35018: Sax parser should provide user access to lexical handlers (GH-20958)
by Zackery Spytz
· 5 years ago
c6f282f
bpo-40275: Use new test.support helper submodules in tests (GH-21785)
by Hai Shi
· 5 years ago
d94af3f
bpo-40275: Remove test helpers aliases in test.support (GH-21771)
by Hai Shi
· 5 years ago
a4084b9
bpo-41497: Fix potential UnicodeDecodeError in dis CLI (GH-21757)
by Konge
· 5 years ago
fcce8c6
bpo-40275: Use new test.support helper submodules in tests (GH-21772)
by Hai Shi
· 5 years ago
e27a51c
bpo-41473: Skip test_gdb with gdb 9.2 to work around gdb bug (GH-21768)
by Victor Stinner
· 5 years ago
f44693e
bpo-41477: Make ctypes optional in test_genericalias (GH-21766)
by Victor Stinner
· 5 years ago
598a951
bpo-40275: Use new test.support helper submodules in tests (GH-21764)
by Hai Shi
· 5 years ago
5f0769a
bpo-41371: Handle lzma lib import error in test_zoneinfo.py (GH-21734)
by Nathan M
· 5 years ago
79bb2c9
bpo-40275: Use new test.support helper submodules in tests (GH-21743)
by Hai Shi
· 5 years ago
52f9842
bpo-41482: Fix error in ipaddress.IPv4Network docstring (GH-21736)
by Eric L. Frederich
· 5 years ago
8f4380d
bpo-40726: handle uninitalized end_lineno on ast.increment_lineno (GH-20312)
by Batuhan Taskaya
· 5 years ago
c7decc2
bpo-40275: Use new test.support helper submodules in tests (GH-21727)
by Hai Shi
· 5 years ago
604bba1
bpo-40275: Use new test.support helper submodules in tests (GH-21452)
by Hai Shi
· 5 years ago
da4e09f
bpo-36982: Add support for extended color functions in ncurses 6.1 (GH-17536)
by Hans Petter Jansson
· 5 years ago
db6d9a5
bpo-41431: Optimize dict_merge for copy (GH-21674)
by Inada Naoki
· 5 years ago
602a971
bpo-41467: Fix asyncio recv_into() on Windows (GH-21720)
by Victor Stinner
· 5 years ago
701b638
bpo-38912: regrtest logs unraisable exception into sys.__stderr__ (GH-21718)
by Victor Stinner
· 5 years ago
4660597
bpo-40275: Use new test.support helper submodules in tests (GH-21448)
by Hai Shi
· 5 years ago
bb0424b
bpo-40275: Use new test.support helper submodules in tests (GH-21451)
by Hai Shi
· 5 years ago
a7f5d93
bpo-40275: Use new test.support helper submodules in tests (GH-21449)
by Hai Shi
· 5 years ago
6a613f9
random module: Convert a "while 1" to "while True (GH-21700)
by Raymond Hettinger
· 5 years ago
5c32709
bpo-41421: Algebraic simplification for random.paretovariate() (GH-21695)
by Raymond Hettinger
· 5 years ago
cadda52
bpo-40360: Handle PendingDeprecationWarning in test_lib2to3. (GH-21694)
by Karthikeyan Singaravelan
· 5 years ago
6e8128f
bpo-41323: Perform 'peephole' optimizations directly on the CFG. (GH-21517)
by Mark Shannon
· 5 years ago
c82dda1
bpo-35328: Set VIRTUAL_ENV_PROMPT at venv activation (GH-21587)
by Zackery Spytz
· 5 years ago
67987ac
bpo-41401: Fix test_fspath_support in test_io. (GH-21640)
by Serhiy Storchaka
· 5 years ago
855e688
bpo-31904: Fix test_ftplib failures for VxWorks RTOS (GH-19447)
by pxinwr
· 5 years ago
f1d40f9
bpo-41384: Raise TclError in tkinter.OptionMenu (GH-21601)
by Akuli
· 5 years ago
508ed2d
Delete remaining references to Grammar/Grammar from docs (#21624)
by Guido van Rossum
· 5 years ago
b1a8730
bpo-41385: Fix test_executable_without_cwd on Windows (GH-21608)
by Serhiy Storchaka
· 5 years ago
0028c14
bpo-41314: fixed annotations __future__ version (GH-21616)
by YoSTEALTH
· 5 years ago
daff390
bpo-38731: Add --quiet option to py_compile CLI (GH-17134)
by Gregory Schevchenko
· 5 years ago
af08db7
bpo-37309: NEWS for #41373 (GH-21612)
by Terry Jan Reedy
· 5 years ago
0dd463c
bpo-41373: IDLE: Fix saving files loaded with no newlines or mixed newlines (GH-21597)
by Serhiy Storchaka
· 5 years ago
0dd98c2
bpo-41317: Remove reader on cancellation in asyncio.loop.sock_accept() (#21595)
by Alex Grönholm
· 5 years ago
592527f
bpo-4630: Fix errors in Lib/idlelib/NEWS.txt (GH-21594)
by Zackery Spytz
· 5 years ago
bcd4783
bpo-41182 selector: use DefaultSelector based upon implementation (GH-21257)
by Abhijeet Kasurde
· 5 years ago
653f420
bpo-41341: Recursive evaluation of ForwardRef in get_type_hints (#21553)
by wyfo
· 5 years ago
bf2f76e
bpo-41364: Reduce import overhead of uuid module (GH-21586)
by Steve Dower
· 5 years ago
12f4334
bpo-41334: Convert constructors of str, bytes and bytearray to Argument Clinic (GH-21535)
by Serhiy Storchaka
· 5 years ago
d42528a
bpo-37703: improve asyncio.gather documentation regarding cancellation (GH-15312)
by Vinay Sharma
· 5 years ago
902356a
bpo-41338: Fix DeprecationWarning in tests (GH-21542)
by Inada Naoki
· 5 years ago
bfd0fbd
bpo-38169: Increase code coverage for SharedMemory and ShareableList (GH-16139)
by Vinay Sharma
· 5 years ago
c53b310
bpo-41295: Reimplement the Carlo Verre "hackcheck" (GH-21528)
by scoder
· 5 years ago
Next »