Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
392a13bb9346331b087bcd8bb1b37072c126abee
/
Lib
392a13b
bpo-38006: Add unit test for weakref clear bug (GH-16788)
by Neil Schemenauer
· 6 years ago
fab4ef2
bpo-35998: Fix test_asyncio.test_start_tls_server_1() (GH-16815)
by Victor Stinner
· 6 years ago
8d59eb1
bpo-37961, tracemalloc: add Traceback.total_nframe (GH-15545)
by Julien Danjou
· 6 years ago
f3ef06a
bpo-38478: Correctly handle keyword argument with same name as positional-only parameter (GH-16800)
by Pablo Galindo
· 6 years ago
eb1dda2
bpo-38470: Fix test_compileall.test_compile_dir_maxlevels() (GH-16789)
by Victor Stinner
· 6 years ago
d83fc27
bpo-38453: Resolve test directories before chdir to them (GH-16723)
by Steve Dower
· 6 years ago
aad2ee0
bpo-32498: urllib.parse.unquote also accepts bytes (GH-7768)
by Stein Karlsen
· 6 years ago
fd5c414
bpo-38469: Handle named expression scope with global/nonlocal keywords (GH-16755)
by Pablo Galindo
· 6 years ago
466326d
bpo-38379: Don't block collection of unreachable objects when some objects resurrect (GH-16687)
by Pablo Galindo
· 6 years ago
b16e382
bpo-38202: Fix a crash in dict_view & non-itearble. (GH-16241)
by Zackery Spytz
· 6 years ago
793cb85
bpo-38431: Fix __repr__ method of InitVar to work with typing objects. (GH-16702)
by Samuel Colvin
· 6 years ago
140a7d1
bpo-38378: Rename parameters "out" and "in" of os.sendfile(). (GH-16742)
by Serhiy Storchaka
· 6 years ago
46113e0
bpo-38456: Handle the case when there is no 'true' command (GH-16739)
by Pablo Galindo
· 6 years ago
67b93f8
bpo-38456: Use /bin/true in test_subprocess (GH-16736)
by Gregory P. Smith
· 6 years ago
f3751ef
bpo-38417: Add umask support to subprocess (GH-16726)
by Gregory P. Smith
· 6 years ago
822922a
bpo-35800: Deprecate smtpd.MailmanProxy (GH-11675)
by Samuel Colvin
· 6 years ago
19a3d87
bpo-38449: Revert "bpo-22347: Update mimetypes.guess_type to allow oper parsing of URLs (GH-15522)" (GH-16724)
by Abhilash Raj
· 6 years ago
2b7dc40
bpo-38347: find pathfix for Python scripts whose name contain a '-' (GH-16536)
by Ruediger Pluem
· 6 years ago
1dbe537
Re-enable the OverflowError test for test_truediv on test_complex (GH-16591)
by Dong-hee Na
· 6 years ago
7bb1431
bpo-38109: Add missing constants to Lib/stat.py (GH-16665)
by Ronan Lamy
· 6 years ago
ecbf35f
bpo-38379: don't claim objects are collected when they aren't (#16658)
by Tim Peters
· 6 years ago
e8bedbd
bpo-38368: Added fix for ctypes crash when handling arrays in structs… (GH-16589)
by Vinay Sajip
· 6 years ago
0ec618a
bpo-37531: regrtest ignores output on timeout (GH-16659)
by Victor Stinner
· 6 years ago
e53c580
test_dictviews: Add testcase for dictviews_sub (GH-16660)
by Dong-hee Na
· 6 years ago
10cd00a
bpo-38395: Fix ownership in weakref.proxy methods (GH-16632)
by Pablo Galindo
· 6 years ago
8252c52
bpo-38407: Add docstrings for typing.SupportsXXX classes. (GH-16644)
by Serhiy Storchaka
· 6 years ago
13abda4
bpo-38405: Make nested subclasses of typing.NamedTuple pickleable. (GH-16641)
by Serhiy Storchaka
· 6 years ago
b690a27
bpo-36698: IDLE no longer fails when write non-encodable characters to stderr. (GH-16583)
by Serhiy Storchaka
· 6 years ago
d05b000
bpo-38371: Tkinter: deprecate the split() method. (GH-16584)
by Serhiy Storchaka
· 6 years ago
0d3fe8a
closes bpo-38402: Check error of primitive crypt/crypt_r. (GH-16599)
by Antonio Gutierrez
· 6 years ago
e310af9
bpo-38344: Fix syntax in activate.bat (GH-16533)
by James Abel
· 6 years ago
6876257
bpo-36389: _PyObject_CheckConsistency() available in release mode (GH-16612)
by Victor Stinner
· 6 years ago
ef092fe
bpo-25988: Do not expose abstract collection classes in the collections module. (GH-10596)
by Serhiy Storchaka
· 6 years ago
c38e725
bpo-38210: Fix intersection operation with dict view and iterator. (GH-16602)
by Dong-hee Na
· 6 years ago
65dcc8a
bpo-38332: Catch KeyError from unknown cte in encoded-word. (GH-16503)
by Andrei Troie
· 6 years ago
3faf826
bpo-38341: Add SMTPNotSupportedError in the exports of smtplib (#16525)
by nde
· 6 years ago
06cb94b
bpo-13153: Use OS native encoding for converting between Python and Tcl. (GH-16545)
by Serhiy Storchaka
· 6 years ago
b23a842
bpo-34344 Fix AbstractEventLoopPolicy.get_event_loop docstring (GH-16463)
by idomic
· 6 years ago
a0e3d27
bpo-38355: Fix ntpath.realpath failing on sys.executable (GH-16551)
by Steve Dower
· 6 years ago
098e256
bpo-36670: Enhance regrtest (GH-16556)
by Victor Stinner
· 6 years ago
c65119d
bpo-36670: Enhance regrtest WindowsLoadTracker (GH-16553)
by Victor Stinner
· 6 years ago
3e04cd2
bpo-36670, regrtest: Fix WindowsLoadTracker() for partial line (GH-16550)
by Victor Stinner
· 6 years ago
b3e7045
bpo-38338, test.pythoninfo: add more ssl infos (GH-16539)
by Victor Stinner
· 6 years ago
2ea71a0
bpo-36670: regrtest bug fixes (GH-16537)
by Victor Stinner
· 6 years ago
982bfa4
bpo-36670: Multiple regrtest bugfixes (GH-16511)
by Victor Stinner
· 6 years ago
94e1650
bpo-38319: Fix shutil._fastcopy_sendfile(): set sendfile() max block size (GH-16491)
by Giampaolo Rodola
· 6 years ago
cf57cab
bpo-32689: Updates shutil.move to allow for Path objects to be used as source arg (GH-15326)
by Maxwell A McKinnon
· 6 years ago
e407013
Fix and improve `asyncio.run()` docs (GH-16403)
by Kyle Stanley
· 6 years ago
fc4a044
bpo-30773: Fix ag_running; prohibit running athrow/asend/aclose in parallel (#7468)
by Yury Selivanov
· 6 years ago
6758e6e
bpo-38242: Revert "bpo-36889: Merge asyncio streams (GH-13251)" (#16482)
by Yury Selivanov
· 6 years ago
3667e1e
bpo-38163: Child mocks detect their type as sync or async (GH-16471)
by Lisa Roach
· 6 years ago
5bcc6d8
bpo-37096: Add large-file tests for modules using sendfile(2) (GH-13676)
by Giampaolo Rodola
· 6 years ago
25e115e
bpo-38161: Removes _AwaitEvent from AsyncMock. (GH-16443)
by Lisa Roach
· 6 years ago
fb4ae15
bpo-38317: Fix PyConfig.warnoptions priority (GH-16478)
by Victor Stinner
· 6 years ago
58498bc
bpo-38019: correctly handle pause/resume reading of closed asyncio unix pipe (GH-16472)
by Andrew Svetlov
· 6 years ago
9a7d951
bpo-38108: Makes mock objects inherit from Base (GH-16060)
by Lisa Roach
· 6 years ago
c816503
bpo-38115: Deal with invalid bytecode offsets in lnotab (GH-16079)
by T. Wouters
· 6 years ago
7774d78
bpo-38216, bpo-36274: Allow subclasses to separately override validation and encoding behavior (GH-16448)
by Jason R. Coombs
· 6 years ago
e8650a4
bpo-38243, xmlrpc.server: Escape the server_title (GH-16373)
by Dong-hee Na
· 6 years ago
5d6f5b6
bpo-32820: Simplify __format__ implementation for ipaddress. (GH-16378)
by Serhiy Storchaka
· 6 years ago
6693f73
bpo-38187: Fix a refleak in Tools/c-analyzer. (gh-16304)
by Eric Snow
· 6 years ago
9055815
bpo-38270: More fixes for strict crypto policy (GH-16418)
by Christian Heimes
· 6 years ago
6ce03ec
cleanup ababstractproperty in typing.py (GH-16432)
by HongWeipeng
· 6 years ago
0bcbfa4
bpo-28009: Fix uuid.uuid1() and uuid.get_node() on AIX (GH-8672)
by Michael Felt
· 6 years ago
9f77268
bpo-38275: Fix test_ssl issue caused by GH-16386 (#16428)
by Christian Heimes
· 6 years ago
df6ac7e
bpo-38275: Skip ssl tests for disabled versions (GH-16386)
by Christian Heimes
· 6 years ago
64b4a3a
bpo-38239: Fix test_gdb for Link Time Optimization (LTO) (GH-16422)
by Victor Stinner
· 6 years ago
12f2f17
bpo-38234: Py_Initialize() sets global path configuration (GH-16421)
by Victor Stinner
· 6 years ago
3d984a1
compileall tests: Use shorter name for long_path test (GH-16419)
by Petr Viktorin
· 6 years ago
4f2eac0
bpo-38223: Reorganize test_shutil. (GH-16281)
by Serhiy Storchaka
· 6 years ago
4267c98
bpo-38112: compileall: Skip long path path on Windows if the path can't be created (GH-16414)
by Petr Viktorin
· 6 years ago
8e7bb99
bpo-38112: Compileall improvements (GH-16012)
by Lumír 'Frenzy' Balhar
· 6 years ago
49d99f0
bpo-38234: Fix test_embed.test_init_setpath_config() on FreeBSD (GH-16406)
by Victor Stinner
· 6 years ago
8bf39b6
bpo-38234: Add test_init_setpath_config() to test_embed (GH-16402)
by Victor Stinner
· 6 years ago
df69e75
bpo-38142: Updated _hashopenssl.c to be PEP 384 compliant (#16071)
by Christian Heimes
· 6 years ago
cc28ed2
bpo-22273: Removed temporary test skipping on PPC platforms. (GH-16399)
by Vinay Sajip
· 6 years ago
bfd0c96
bpo-38271: encrypt private key test files with AES256 (GH-16385)
by Christian Heimes
· 6 years ago
543a395
bpo-38005: Remove support of string argument in InterpreterID(). (GH-16227)
by Serhiy Storchaka
· 6 years ago
00508a7
bpo-38234: Fix test_embed pathconfig tests (GH-16390)
by Victor Stinner
· 6 years ago
c64a1a6
bpo-38270: Check for hash digest algorithms and avoid MD5 (GH-16382)
by Christian Heimes
· 6 years ago
417089e
bpo-22273: Re-enabled ctypes test on ARM machines. (GH-16388)
by Vinay Sajip
· 6 years ago
faca855
bpo-36046: posix_spawn() doesn't support uid/gid (GH-16384)
by Victor Stinner
· 6 years ago
1dc1acb
bpo-37064: Add option -a to pathfix.py tool (GH-15717)
by PatrikKopkan
· 6 years ago
edad4d8
bpo-38248: Fix inconsistent immediate asyncio.Task cancellation (GH-16330)
by Yury Selivanov
· 6 years ago
c64af8f
Changed conditions for ctypes array-in-struct handling. (GH-16381)
by Vinay Sajip
· 6 years ago
17deb16
bpo-38260: Add Docs on asyncio.run (GH-16337)
by Emmanuel Arias
· 6 years ago
57dc7d5
bpo-22273: Disabled tests while investigating buildbot failures on ARM7L/PPC64. (GH-16377)
by Vinay Sajip
· 6 years ago
12f209e
bpo-22273: Update ctypes to correctly handle arrays in small structur… (GH-15839)
by Vinay Sajip
· 6 years ago
221fd84
bpo-38234: Cleanup getpath.c (GH-16367)
by Victor Stinner
· 6 years ago
52ad33a
bpo-38234: test_embed: test pyvenv.cfg and pybuilddir.txt (GH-16366)
by Victor Stinner
· 6 years ago
2180f6b
bpo-36871: Avoid duplicated 'Actual:' in assertion message (GH-16361)
by Samuel Freilich
· 6 years ago
b5a7a4f
bpo-36871: Handle spec errors in assert_has_calls (GH-16005)
by Samuel Freilich
· 6 years ago
bb6bf7d
bpo-38234: Add tests for Python init path config (GH-16358)
by Victor Stinner
· 6 years ago
b0e1ae5
bpo-37123: multiprocessing test_mymanager() accepts SIGTERM (GH-16349)
by Victor Stinner
· 6 years ago
99799c7
bpo-38212: Increase MP test_queue_feeder_donot_stop_onexc() timeout (GH-16348)
by Victor Stinner
· 6 years ago
ef04851
bpo-38136: Updates await_count and call_count to be different things (GH-16192)
by Lisa Roach
· 6 years ago
b4d0b39
bpo-38209: Simplify dataclasses.InitVar by using __class_getitem__(). (GH-16255)
by Serhiy Storchaka
· 6 years ago
1d094af
Updated incorrect level-setting code to use setLevel(). (GH-16325)
by Vinay Sajip
· 6 years ago
bb16fb2
Doc: Fix spelling errors of 'initial' in enum.py (GH-16314)
by HongWeipeng
· 6 years ago
7ce4bfa
Minor code and comment cleanup (GH-16315)
by Raymond Hettinger
· 6 years ago
Next »