Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
ac229116a34a679511c20bfeca167cc6a9df9807
/
Lib
ac22911
bpo-39003: Make sure all test are the same when using -R in test_unparse (GH-17537)
by Pablo Galindo
· 6 years ago
c18b805
bpo-39002: Fix simple typo: tranlation -> translation (GH-17517)
by Tim Gates
· 6 years ago
a1a99b4
bpo-20443: No longer make sys.argv[0] absolute for script (GH-17534)
by Victor Stinner
· 6 years ago
d219cc4
bpo-34776: Fix dataclasses to support __future__ "annotations" mode (#9518)
by Yury Selivanov
· 6 years ago
bba873e
bpo-38992: avoid fsum test failure from constant-folding (GH-17513)
by Mark Dickinson
· 6 years ago
ab513a3
bpo-37228: Fix loop.create_datagram_endpoint()'s usage of SO_REUSEADDR (#17311)
by Kyle Stanley
· 6 years ago
82b4950
bpo-39006: Fix asyncio when the ssl module is missing (GH-17524)
by Victor Stinner
· 6 years ago
0131aba
bpo-38916: array.array: remove fromstring() and tostring() (GH-17487)
by Victor Stinner
· 6 years ago
a1838ec
bpo-38547: Fix test_pty if the process is the session leader (GH-17519)
by Victor Stinner
· 6 years ago
3ae4ea1
bpo-38708: email: Fix a potential IndexError when parsing Message-ID (GH-17504)
by Abhilash Raj
· 6 years ago
68157da
bpo-38698: Add a new InvalidMessageID token to email header parser. (GH-17503)
by Abhilash Raj
· 6 years ago
526606b
bpo-38994: Implement __class_getitem__ for PathLike (GH-17498)
by Batuhan Taşkaya
· 6 years ago
cd90a52
bpo-38669: patch.object now raises a helpful error (GH17034)
by Elena Oat
· 6 years ago
28c9163
bpo-38979: fix ContextVar "__class_getitem__" method (GH-17497)
by AMIR
· 6 years ago
6cac113
bpo-38991: Remove test.support.strip_python_stderr() (GH-17490)
by Victor Stinner
· 6 years ago
2b7de66
bpo-38820: OpenSSL 3.0.0 compatibility. (GH-17190)
by Christian Heimes
· 6 years ago
15fb7fa
bpo-29636: json.tool: Add document for indentation options. (GH-17482)
by Daniel Himmelstein
· 6 years ago
892f9e0
bpo-37404: Raising value error if an SSLSocket is passed to asyncio functions (GH-16457)
by idomic
· 6 years ago
7ddcd0c
bpo-38529: Fix asyncio stream warning (GH-17474)
by Andrew Svetlov
· 6 years ago
dec3672
bpo-38978: Implement __class_getitem__ for asyncio objects (GH-17491)
by Batuhan Taşkaya
· 6 years ago
e76ee1a
bpo-38982: Fix asyncio PidfdChildWatcher on waitpid() error (GH-17477)
by Victor Stinner
· 6 years ago
b64334c
bpo-36820: Break unnecessary cycle in socket.py, codeop.py and dyld.py (GH-13135)
by Mario Corchero
· 6 years ago
efefe25
bpo-27413: json.tool: Add --no-ensure-ascii option. (GH-17472)
by wim glenn
· 6 years ago
99eb70a
bpo-38951: Use threading.main_thread() check in asyncio (GH-17433)
by Hill Ma
· 6 years ago
bb81549
bpo-38698: Prevent UnboundLocalError to pop up in parse_message_id (GH-17277)
by Claudiu Popa
· 6 years ago
808769f
bpo-33684: json.tool: Use utf-8 for infile and outfile. (GH-17460)
by Inada Naoki
· 6 years ago
24f5cac
bpo-38962: Fix reference leak in test_httpservers (GH-17454)
by Pablo Galindo
· 6 years ago
0325794
bpo-29636: Add --(no-)indent arguments to json.tool (GH-345)
by Daniel Himmelstein
· 6 years ago
8943318
bpo-38270: Fix indentation of test_hmac assertions (GH-17446)
by stratakis
· 6 years ago
a62ad47
bpo-38945: UU Encoding: Don't let newline in filename corrupt the output format (#17418)
by Matthew Rollings
· 6 years ago
34864d1
bpo-38815: Accept TLSv3 default in min max test (GH-NNNN) (GH-17437)
by torsava
· 6 years ago
2fe4c48
bpo-38449: Add URL delimiters test cases (#16729)
by Dong-hee Na
· 6 years ago
8d62df6
bpo-37523: Raise ValueError for I/O operations on a closed zipfile.ZipExtFile. (GH-14658)
by Daniel Hillier
· 6 years ago
1df65f7
Fix old mention of virtualenv (GH-17417)
by Brett Cannon
· 6 years ago
bea33f5
bpo-38920: Add audit hooks for when sys.excepthook and sys.unraisable hooks are invoked (GH-17392)
by Steve Dower
· 6 years ago
d9aa216
bpo-38927: Use python -m pip to upgrade venv deps (GH-17403)
by Tzu-ping Chung
· 6 years ago
ea9835c
bpo-26730: Fix SpooledTemporaryFile data corruption (GH-17400)
by Inada Naoki
· 6 years ago
9bbcbc9
bpo-38688, shutil.copytree: consume iterator and create list of entries to prevent infinite recursion (GH-17098)
by Bruno P. Kinoshita
· 6 years ago
0b41a92
bpo-38045: Improve the performance of _decompose() in enum.py (GH-16483)
by HongWeipeng
· 6 years ago
036fe85
bpo-27145: small_ints[x] could be returned in long_add and long_sub (GH-15716)
by HongWeipeng
· 6 years ago
6dd9b64
bpo-38328: Speed up the creation time of constant list and set display. (GH-17114)
by Brandt Bucher
· 6 years ago
c6a7bdb
bpo-20928: support base-URL and recursive includes in etree.ElementInclude (#5723)
by Stefan Behnel
· 6 years ago
ded8888
bpo-38870: Remove dependency on contextlib to avoid performance regression on import (GH-17376)
by Pablo Galindo
· 6 years ago
27fc3b6
bpo-38870: Expose a function to unparse an ast object in the ast module (GH-17302)
by Pablo Galindo
· 6 years ago
6bf644e
bpo-38862: IDLE Strip Trailing Whitespace fixes end newlines (GH-17366)
by Terry Jan Reedy
· 6 years ago
6f03b23
bpo-38876: Raise pickle.UnpicklingError when loading an item from memo for invalid input (GH-17335)
by Claudiu Popa
· 6 years ago
e407646
Remove unnecessary variable definition (GH-17368)
by Batuhan Taşkaya
· 6 years ago
665ad3d
Better runtime TypedDict (GH-17214)
by Zac Hatfield-Dodds
· 6 years ago
041d8b4
bpo-38881: choices() raises ValueError when all weights are zero (GH-17362)
by Raymond Hettinger
· 6 years ago
84b1ff6
bpo-38899: virtual environment activation for fish should use `source` (GH-17359)
by Brett Cannon
· 6 years ago
14a89c4
bpo-38686: fix HTTP Digest handling in request.py (#17045)
by PypeBros
· 6 years ago
1b779bf
bpo-38804: Fix REDoS in http.cookiejar (GH-17157)
by bcaller
· 6 years ago
138e7bb
bpo-38866: Remove asyncore from test_pyclbr.py (GH-17316)
by jacksonriley
· 6 years ago
91daa9d
bpo-38863: Improve is_cgi() in http.server (GH-17312)
by Siwon Kang
· 6 years ago
b4e5eea
Defer import of shutil which only needed for help and usage (GH-17334)
by Raymond Hettinger
· 6 years ago
0aca3a3
bpo-37838: get_type_hints for wrapped functions with forward reference (GH-17126)
by benedwards14
· 6 years ago
3ab479a
bpo-38692: Skip test_posix.test_pidfd_open() on EPERM (GH-17290)
by Victor Stinner
· 6 years ago
0127bb1
bpo-38875: test_capi: trashcan tests require cpu resource (GH-17314)
by Victor Stinner
· 6 years ago
fee5526
Produce cleaner bytecode for 'with' and 'async with' by generating separate code for normal and exceptional paths. (#6641)
by Mark Shannon
· 6 years ago
046442d
bpo-38857: AsyncMock fix for awaitable values and StopIteration fix [3.8] (GH-17269)
by Jason Fried
· 6 years ago
559bad1
bpo-38841: Skip asyncio test_create_datagram_endpoint_existing_sock_unix (GH-17294)
by xdegaye
· 6 years ago
be5c79e
bpo-38821: Fix crash in argparse when using gettext (GH-17192)
by Federico Bond
· 6 years ago
b846247
bpo-38636: Fix IDLE tab toggle and file indent width (GH-17008)
by Terry Jan Reedy
· 6 years ago
7483451
closes bpo-38712: Add signal.pidfd_send_signal. (GH-17070)
by Benjamin Peterson
· 6 years ago
1c5a71a
Merge tag 'v3.9.0a1'
by Łukasz Langa
· 6 years ago
e0cd8aa
bpo-37957: Allow regrtest to receive a file with test (and subtests) to ignore (GH-16989)
by Pablo Galindo
· 6 years ago
293dd23
Remove binding of captured exceptions when not used to reduce the chances of creating cycles (GH-17246)
by Pablo Galindo
· 6 years ago
c6b20be
bpo-38707: Fix for multiprocessing.Process MainThread.native_id (GH-17088)
by Jake Tesler
· 6 years ago
892221b
bpo-38839: Fix some unused functions in tests (GH-17189)
by Adam Johnson
· 6 years ago
8e0de2a
bpo-35409: Ignore GeneratorExit in async_gen_athrow_throw (GH-14755)
by Vincent Michel
· 6 years ago
fd75708
Python 3.9.0a1
by Łukasz Langa
· 6 years ago
9960230
bpo-22367: Update test_fcntl.py for spawn process mode (#17154)
by Dong-hee Na
· 6 years ago
fe75b62
bpo-38807: Add os.PathLike to exception message raised by _check_arg_types (#17160)
by Tomás Farías
· 6 years ago
00923c6
bpo-38622: Add missing audit events for ctypes module (GH-17158)
by Steve Dower
· 6 years ago
e243bae
bpo-38722: Runpy use io.open_code() (GH-17234)
by jsnklln
· 6 years ago
59c8088
Revert "bpo-38811: Check for presence of os.link method in pathlib. (GH-17170)" (#17219)
by Victor Stinner
· 6 years ago
111772f
bpo-38811: Check for presence of os.link method in pathlib. (GH-17170)
by Toke Høiland-Jørgensen
· 6 years ago
645005e
bpo-38724: Implement subprocess.Popen.__repr__ (GH-17151)
by Andrey Doroschenko
· 6 years ago
d0acdfc
Fix typo in Lib/socketserver.py (GH-17024)
by Jason (Perry) Taylor
· 6 years ago
a065232
bpo-28286: Deprecate opening GzipFile for writing implicitly. (GH-16417)
by Serhiy Storchaka
· 6 years ago
5fd5cb8
bpo-38639: Optimize floor(), ceil() and trunc() for floats. (GH-16991)
by Serhiy Storchaka
· 6 years ago
7c6130c
bpo-38453: Ensure correct short path is obtained for test (GH-17184)
by Steve Dower
· 6 years ago
abde52c
bpo-38453: Ensure ntpath.realpath correctly resolves relative paths (GH-16967)
by Steve Dower
· 6 years ago
3f8cebd
bpo-38692: Add asyncio.PidfdChildWatcher to __all__ (GH-17161)
by Kyle Stanley
· 6 years ago
3ccdd9b
closes bpo-38692: Add a pidfd child process watcher to asyncio. (GH-17069)
by Benjamin Peterson
· 6 years ago
dad6be5
bpo-38785: Prevent asyncio from crashing (GH-17144)
by Andrew Svetlov
· 6 years ago
61289d4
bpo-38786: Add parsing of https links to pydoc (GH-17143)
by Kirill
· 6 years ago
d89cea1
bpo-38781: Clear buffer in MemoryHandler flush (GH-17132)
by Daniel Andersson
· 6 years ago
9c28449
bpo-4630: Add cursor no-blink option for IDLE (GH-16960)
by Zackery Spytz
· 6 years ago
74fa9f7
closes bpo-27805: Ignore ESPIPE in initializing seek of append-mode files. (GH-17112)
by Benjamin Peterson
· 6 years ago
d593881
bpo-38723: Pdb._runscript should use io.open_code() instead of open() (GH-17127)
by jsnklln
· 6 years ago
138ccbb
bpo-38738: Fix formatting of True and False. (GH-17083)
by Serhiy Storchaka
· 6 years ago
1062715
bpo-16576: Add checks for bitfields passed by value to functions. (GH-17097)
by Vinay Sajip
· 6 years ago
c8b53dc
bpo-26353: IDLE adds an unneeded newline when saving a shell window (GH-17103)
by Zackery Spytz
· 6 years ago
733b9a3
bpo-38385: Fix iterator/iterable terminology in statistics docs (GH-17111)
by Raymond Hettinger
· 6 years ago
051ff52
bpo-38565: add new cache_parameters method for lru_cache (GH-16916)
by Manjusaka
· 6 years ago
a0ed99b
bpo-38438: Simplify argparse "star nargs" usage. (GH-17106)
by Brandt Bucher
· 6 years ago
84ac437
bpo-38761: Register WeakSet as a MutableSet (GH-17104)
by Raymond Hettinger
· 6 years ago
e27449d
bpo-38635: Simplify decoding the ZIP64 extra field and make it tolerant to extra data. (GH-16988)
by Serhiy Storchaka
· 6 years ago
befa032
bpo-22367: Add tests for fcntl.lockf(). (GH-17010)
by Dong-hee Na
· 6 years ago
Next »