Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
f963c135979838893772619e83f94db97c536048
/
Lib
/
test
904f5de
Try to fix test_gdb on s390x buildbots
by Victor Stinner
· 9 years ago
412a5e7
faulthandler: only log fatal exceptions
by Victor Stinner
· 9 years ago
69649f2
regrtest: display test duration in sequential mode
by Victor Stinner
· 9 years ago
404cdc5
faulthandler: add Windows exception handler
by Victor Stinner
· 9 years ago
6d7f4f6
regrtest: add timeout to main process when using -jN
by Victor Stinner
· 9 years ago
f9a7115
Issue #26588: remove debug traces from _tracemalloc.
by Victor Stinner
· 9 years ago
92c21d7
Issue #26588: skip test_warnings.test_tracemalloc()
by Victor Stinner
· 9 years ago
84aab09
Issue #26588: add debug traces
by Victor Stinner
· 9 years ago
24f949e
regrtest: add time to output
by Victor Stinner
· 9 years ago
10b73e1
Add C functions _PyTraceMalloc_Track()
by Victor Stinner
· 9 years ago
e492ae5
tracemalloc now supports domains
by Victor Stinner
· 9 years ago
e0b75b7
Fix test_ssl.test_refcycle()
by Victor Stinner
· 9 years ago
a051bf3
Issue #26581: Use the first coding cookie on a line, not the last one.
by Serhiy Storchaka
· 9 years ago
e431d3c
Issue #26581: Use the first coding cookie on a line, not the last one.
by Serhiy Storchaka
· 9 years ago
fc6990d
Issues #25643, #26581: Added new tests for detecting Python source code encoding.
by Serhiy Storchaka
· 9 years ago
97eee1c
Added new tests for detecting Python source code encoding.
by Serhiy Storchaka
· 9 years ago
bd5b1a6
Issue #12813: uuid.uuid4() no longer depends on ctypes
by Berker Peksag
· 9 years ago
e2021f2
Issue #12813: uuid.uuid4() no longer depends on ctypes
by Berker Peksag
· 9 years ago
02cce69
Issue #19265: Improve test coverage of datetime.tzinfo
by Berker Peksag
· 9 years ago
e3385b4
Issue #19265: Improve test coverage of datetime.tzinfo
by Berker Peksag
· 9 years ago
3c3d7f4
Issue #18787: spwd.getspnam() now raises a PermissionError if the user
by Berker Peksag
· 9 years ago
74879e4
Try again to fix test_warnings on Windows
by Victor Stinner
· 9 years ago
cf934a1
Issue #26560: Avoid potential ValueError in BaseHandler.start_response
by Berker Peksag
· 9 years ago
1cd4ff6
Issue #26560: Avoid potential ValueError in BaseHandler.start_response
by Berker Peksag
· 9 years ago
bfab932
Try to fix test_warnings on Windows
by Victor Stinner
· 9 years ago
914cde8
On ResourceWarning, log traceback where the object was allocated
by Victor Stinner
· 9 years ago
1231a46
Add _showwarnmsg() and _formatwarnmsg() to warnings
by Victor Stinner
· 9 years ago
c918800
Issue #26583: merge from 3.5
by Ned Deily
· 9 years ago
1c80b15
Issue #26583: Skip test_timestamp_overflow in test_import if bytecode
by Ned Deily
· 9 years ago
ce911c3
Issue #26499: Fixes to HTTPResponse.readline() and read1(), by Silent Ghost
by Martin Panter
· 9 years ago
861d9ab
faulthandler now works in non-Python threads
by Victor Stinner
· 9 years ago
ad52437
Fail if PyMem_Malloc() is called without holding the GIL
by Victor Stinner
· 9 years ago
ec195fb
Issue #26499: Merge HTTPResponse fix from 3.5
by Martin Panter
· 9 years ago
82f04e2
regrtest: Fix module.__path__
by Victor Stinner
· 9 years ago
6453e9e
Issue #26564: Fix test_capi
by Victor Stinner
· 9 years ago
b380010
Merge 3.5 (test_faulthandler)
by Victor Stinner
· 9 years ago
57003f8
faulthandler: Test Py_FatalError() with GIL released
by Victor Stinner
· 9 years ago
32eb840
Issue #26566: Rewrite test_signal.InterProcessSignalTests
by Victor Stinner
· 9 years ago
58f2bd8
Issue #26523: The multiprocessing thread pool (multiprocessing.dummy.Pool) was untested.
by Antoine Pitrou
· 9 years ago
62b6a0d
Issue #26523: The multiprocessing thread pool (multiprocessing.dummy.Pool) was untested.
by Antoine Pitrou
· 9 years ago
c4aec36
Check the GIL in PyObject_Malloc()
by Victor Stinner
· 9 years ago
08572f6
Issue #26516: Fix test_capi on AIX
by Victor Stinner
· 9 years ago
0ab7d09
Merge 3.5 (test_venv)
by Victor Stinner
· 9 years ago
87d6e13
Fix test_venv on FreeBSD buildbot
by Victor Stinner
· 9 years ago
3719779
Merge 3.5 (test_site)
by Victor Stinner
· 9 years ago
21d0e1b
Skip test_site if USER_SITE cannot be created
by Victor Stinner
· 9 years ago
b3adb1a
Issue #26516: Fix test_capi on 32-bit system
by Victor Stinner
· 9 years ago
a1bc28a
Issue #26516: Fix test_capi on Windows
by Victor Stinner
· 9 years ago
34be807
Add PYTHONMALLOC env var
by Victor Stinner
· 9 years ago
c877658
Issue #20556: Used specific assert methods in threading tests.
by Serhiy Storchaka
· 9 years ago
8c0f0c5
Issue #20556: Used specific assert methods in threading tests.
by Serhiy Storchaka
· 9 years ago
04bc5b9
Issue #747320: Use email.utils.formatdate() to avoid code duplication
by Berker Peksag
· 9 years ago
0647ef0
Issue #16181: cookiejar.http2time() now returns None if year is higher than datetime.MAXYEAR
by Berker Peksag
· 9 years ago
20be53e
Issue #16181: cookiejar.http2time() now returns None if year is higher than datetime.MAXYEAR
by Berker Peksag
· 9 years ago
6e4150f
Issue #23718: Fixed parsing time in week 0 before Jan 1. Original patch by
by Serhiy Storchaka
· 9 years ago
8a7240e
Issue #23718: Fixed parsing time in week 0 before Jan 1. Original patch by
by Serhiy Storchaka
· 9 years ago
15a83e8
Revert change 291d47954618
by Victor Stinner
· 9 years ago
25caed5
Merge 3.5
by Victor Stinner
· 9 years ago
d756963
Issue #20589: Fix test_pathlib
by Victor Stinner
· 9 years ago
474ebbb
Always test datetime.strftime("%4Y")
by Victor Stinner
· 9 years ago
d0e9b69
Issue #20589: Invoking Path.owner() and Path.group() on Windows now raise
by Berker Peksag
· 9 years ago
04d4229
Issue #20589: Invoking Path.owner() and Path.group() on Windows now raise
by Berker Peksag
· 9 years ago
786e922
Issue #25911: Tring to silence deprecation warnings in bytes path walk tests.
by Serhiy Storchaka
· 9 years ago
ada6db7
Issue #25911: Tring to silence deprecation warnings in bytes path walk tests.
by Serhiy Storchaka
· 9 years ago
706379a
Backed out changeset da020e408c7f
by Serhiy Storchaka
· 9 years ago
7ab61ae
Backed out changeset f9e22717722d
by Serhiy Storchaka
· 9 years ago
adca846
Backed out changeset 19a3e0e664af
by Serhiy Storchaka
· 9 years ago
674e2d0
Issue #15068: Got rid of excessive buffering in fileinput.
by Serhiy Storchaka
· 9 years ago
cc2dbc5
Issue #15068: Got rid of excessive buffering in the fileinput module.
by Serhiy Storchaka
· 9 years ago
238fecd
Issues #23808, #25911: Trying to fix walk tests on Windows.
by Serhiy Storchaka
· 9 years ago
55e3218
Issues #23808, #25911: Trying to fix walk tests on Windows.
by Serhiy Storchaka
· 9 years ago
388b90f
Issues #23808, #25911: Trying to fix walk tests on Windows.
by Serhiy Storchaka
· 9 years ago
20b3e72
Merge
by Raymond Hettinger
· 9 years ago
e525ee3
Document another recipe for itertools: all_equal(). Inspired by David Beazley.
by Raymond Hettinger
· 9 years ago
a2998a6
Closes #19475: Added timespec to the datetime.isoformat() method.
by Alexander Belopolsky
· 9 years ago
d07a1cb
Issue #26489: Add dictionary unpacking support to Tools/parser/unparse.py
by Berker Peksag
· 9 years ago
d66dd5c
Issue #26489: Add dictionary unpacking support to Tools/parser/unparse.py
by Berker Peksag
· 9 years ago
48238c7
Issue #2202: Fix UnboundLocalError in AbstractDigestAuthHandler.get_algorithm_impls
by Berker Peksag
· 9 years ago
e88dd1c
Issue #2202: Fix UnboundLocalError in AbstractDigestAuthHandler.get_algorithm_impls
by Berker Peksag
· 9 years ago
8cc859c
Issue #26167: Backported copy tests.
by Serhiy Storchaka
· 9 years ago
818e18d
Issue #26167: Minimized overhead in copy.copy() and copy.deepcopy().
by Serhiy Storchaka
· 9 years ago
de128e1
Issue #26015: Added new tests for pickling iterators of mutable sequences.
by Serhiy Storchaka
· 9 years ago
aabafe7
Issue #26015: Added new tests for pickling iterators of mutable sequences.
by Serhiy Storchaka
· 9 years ago
5608411
Issue #25718: Fixed pickling and copying the accumulate() iterator with total is None.
by Serhiy Storchaka
· 9 years ago
d551625
Issue #25718: Fixed pickling and copying the accumulate() iterator with total is None.
by Serhiy Storchaka
· 9 years ago
a0d416f
Issue #26482: Allowed pickling recursive dequeues.
by Serhiy Storchaka
· 9 years ago
96c058b
Fixed typo in pickle tests.
by Serhiy Storchaka
· 9 years ago
be70002
Fixed typo in pickle tests.
by Serhiy Storchaka
· 9 years ago
0f04bc7
merge 3.5 (closes #26478)
by Benjamin Peterson
· 9 years ago
cfc2a1f
merge 3.4 (closes #26478)
by Benjamin Peterson
· 9 years ago
f11b25b
properly use the ObjArgs variant of CallMethod in dictview binary operations (closes #26478)
by Benjamin Peterson
· 9 years ago
6282e65
Issue #26335: Make mmap.write() return the number of bytes written like
by Berker Peksag
· 9 years ago
d2dc15b
Merge 3.5 (issue #25888)
by Yury Selivanov
· 9 years ago
c724bae
coroutines: Error when awaiting on coroutine that's being awaited
by Yury Selivanov
· 9 years ago
5604446
Merge 3.5 (issue #26338)
by Yury Selivanov
· 9 years ago
e076ffb
asyncio: Remove duplicate bind addresses in create_server.
by Yury Selivanov
· 9 years ago
06495ff
Merge 3.5 (issue #26347)
by Yury Selivanov
· 9 years ago
f9e1f2b
inspect: Fix BoundArguments.apply_defaults to handle empty arguments
by Yury Selivanov
· 9 years ago
a8ac8e3
Merge 3.5 (issue #26221)
by Yury Selivanov
· 9 years ago
1bd0307
asyncio: Prevent StopIteration from being thrown into a Future
by Yury Selivanov
· 9 years ago
Next »