Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
cbc77bbbc0d0cbdb50889f556b9a514870481314
/
Lib
/
test
« Previous
1cda453
Issue #17842. Added base64 module tests with bytearray arguments.
by Serhiy Storchaka
· 12 years ago
017523c
Issue #17842. Added base64 module tests with bytearray arguments.
by Serhiy Storchaka
· 12 years ago
ba2f8be
Issue #17843: Remove bz2 test data that triggers antivirus warnings.
by Georg Brandl
· 11 years ago
ce654f4
Issue #15535: Fix pickling of named tuples.
by Georg Brandl
· 11 years ago
9f14681
Issue #17804: New function ``struct.iter_unpack`` allows for streaming struct unpacking.
by Antoine Pitrou
· 12 years ago
f0f7cea
17830: preserve line endings of original file when updating keywords.
by R David Murray
· 12 years ago
5238092
Issue #17272: Making the urllib.request's Request.full_url a descriptor. Fixes
by Senthil Kumaran
· 12 years ago
34373b2
Issue #17835: Fix test_io when the default OS pipe buffer size is larger than one million bytes.
by Antoine Pitrou
· 12 years ago
e1a1674
Issue #17835: Fix test_io when the default OS pipe buffer size is larger than one million bytes.
by Antoine Pitrou
· 12 years ago
51460cc
Issue #17244: Windows doesn't let you set permissions on directories.
by Brett Cannon
· 12 years ago
20ea96f
backported rev 79713 from 3.4, test_recursion_limit skipped for -O0
by Łukasz Langa
· 12 years ago
a8a5c58
(3.3->default) Ensure that plistlib doesn't corrupt deeply nested datastructures
by Ronald Oussoren
· 12 years ago
326edfd
Ensure that plistlib doesn't corrupt deeply nested datastructures
by Ronald Oussoren
· 12 years ago
fcd9f22
Issue #16624: `subprocess.check_output` now accepts an `input` argument,
by Serhiy Storchaka
· 12 years ago
3927d80
Merge #17065: Use process-unique key for winreg test.
by R David Murray
· 12 years ago
4140fb5
#17065: Use process-unique key for winreg test.
by R David Murray
· 12 years ago
38bae2d
Merge removal of duplicated tests from 3.3.
by Ezio Melotti
· 12 years ago
65f7a9e
Remove duplicated tests.
by Ezio Melotti
· 12 years ago
f3bc946
Merge 3.3
by Alexandre Vassalotti
· 12 years ago
1f7492c
Isuse #17720: Fix APPENDS handling in the Python implementation of Unpickler
by Alexandre Vassalotti
· 12 years ago
a85017f
Issue #16694: Add a pure Python implementation of the operator module.
by Antoine Pitrou
· 12 years ago
87e984c
#9607: restore keywords.kwlist after testing it.
by R David Murray
· 12 years ago
32a23c3
#9607: Add tests for the keyword module.
by R David Murray
· 12 years ago
f097f17
Merge #17413: make sure settrace funcs get passed exception instances for 'value'.
by R David Murray
· 12 years ago
3583761
#17413: make sure settrace funcs get passed exception instances for 'value'.
by R David Murray
· 12 years ago
77badf3
#17790: merge with 3.3.
by Ezio Melotti
· 12 years ago
ab5ba79
#17790: test_set now works with unittest test discovery. Patch by Zachary Ware.
by Ezio Melotti
· 12 years ago
ba5da94
#17789: merge with 3.3.
by Ezio Melotti
· 12 years ago
3e4a98b
#17789: test_random now works with unittest test discovery. Patch by Zachary Ware.
by Ezio Melotti
· 12 years ago
a108112
#17779: merge with 3.3.
by Ezio Melotti
· 12 years ago
aaa5d1c
#17779: test_osx_env now works with unittest test discovery. Patch by Zachary Ware.
by Ezio Melotti
· 12 years ago
5b235d0
Issue #17741: Add ElementTree.IncrementalParser, an event-driven parser for non-blocking applications.
by Antoine Pitrou
· 12 years ago
b147f60
Issue #17555: Fix ForkAwareThreadLock so that size of after fork
by Richard Oudkerk
· 12 years ago
409c313
Issue #17555: Fix ForkAwareThreadLock so that size of after fork
by Richard Oudkerk
· 12 years ago
3083071
Fix issue #17707: multiprocessing.Queue's get() method does not block for short timeouts.
by Giampaolo Rodola'
· 12 years ago
b38897f
Fix issue #17707: multiprocessing.Queue's get() method does not block for short timeouts.
by Giampaolo Rodola'
· 12 years ago
abe46fd
#17766: merge with 3.3.
by Ezio Melotti
· 12 years ago
d13c008
#17766: test_iterlen now works with unittest test discovery. Patch by Zachary Ware.
by Ezio Melotti
· 12 years ago
99c56e8
Remove unused import
by Barry Warsaw
· 12 years ago
20c08c8
Remove unused import.
by Barry Warsaw
· 12 years ago
ecaefcf
- Issue #17012: shutil.which() no longer fallbacks to the PATH environment
by Barry Warsaw
· 12 years ago
618738b
- Issue #17012: shutil.which() no longer fallbacks to the PATH environment
by Barry Warsaw
· 12 years ago
7c5e094
Make C and Python implementations of pickle load STRING opcodes the same way.
by Alexandre Vassalotti
· 12 years ago
af94051
Issue #17710: Fix pickle raising a SystemError on bogus input.
by Antoine Pitrou
· 12 years ago
3034efd
Issue #17710: Fix pickle raising a SystemError on bogus input.
by Antoine Pitrou
· 12 years ago
d25e7de
Merge fix for #17731 from 3.3
by Nick Coghlan
· 12 years ago
f1465f0
Close #17731: Clean up properly in test_import
by Nick Coghlan
· 12 years ago
66940a1
Issue #17713: Added failure diagnostics to test.
by Vinay Sajip
· 12 years ago
26dfaac9
#17341: Include name in re error message about invalid group name.
by R David Murray
· 12 years ago
bf71f7d
Merge #17341: Include name in re error message about invalid group name.
by R David Murray
· 12 years ago
255fb3e
add a newline
by Brett Cannon
· 12 years ago
edfd6ae
Issue #17244: Don't mask exceptions raised during the creation of
by Brett Cannon
· 12 years ago
672559f
(Merge 3.3) Issue #17702: use assertRaises() for the unit test
by Victor Stinner
· 12 years ago
839e5ea
Issue #17702: use assertRaises() for the unit test
by Victor Stinner
· 12 years ago
43aa0d0
(Merge 3.3) Close #17702: os.environ now raises KeyError with the original
by Victor Stinner
· 12 years ago
6d10139
Close #17702: os.environ now raises KeyError with the original environment
by Victor Stinner
· 12 years ago
685bd4a
Merge fix for #16163 from 3.3
by Nick Coghlan
· 12 years ago
c4e0d98
Close issue #16163: handle submodules in pkgutil.iter_importers
by Nick Coghlan
· 12 years ago
8b4c719
Issue #17713: additional tweak to test.
by Vinay Sajip
· 12 years ago
d86ac96
Closes #17713: Fixed bug in test_compute_rollover_weekly_attime.
by Vinay Sajip
· 12 years ago
b979f10
merge with 3.3
by Georg Brandl
· 12 years ago
1d472b7
Closes #14462: allow any valid Python identifier in sre group names, as documented.
by Georg Brandl
· 12 years ago
bdc3eb7
Merge 3.3
by Alexandre Vassalotti
· 12 years ago
6eea818
Fix pickling test in test_memoryio.
by Alexandre Vassalotti
· 12 years ago
7155759
remove pointless change
by Benjamin Peterson
· 12 years ago
214a7d2
properly lookup the __round__ special method (closes #17722)
by Benjamin Peterson
· 12 years ago
c1ab0bd
Fix misindent. This would test half less possibilities.
by Antoine Pitrou
· 12 years ago
e9bbe8b
Issue #15480: Remove the deprecated and unused TYPE_INT64 code from marshal.
by Antoine Pitrou
· 12 years ago
93196eb
Issue #17715: Merge fix from 3.3.
by Mark Dickinson
· 12 years ago
c973448
Issue #17715: Add missing NULL Check to PyNumber_Long.
by Mark Dickinson
· 12 years ago
171bb26
Issue #17713: Test temporarily skipped while failure investigated.
by Vinay Sajip
· 12 years ago
44e33f3
Revert changes for #13355 by request from Raymond Hettinger
by Andrew Svetlov
· 12 years ago
b4fd468
Revert changes for #13355 by request from Raymond Hettinger
by Andrew Svetlov
· 12 years ago
556e94b
Issue #17643: Add __callback__ attribute to weakref.ref.
by Mark Dickinson
· 12 years ago
548677b
Issue #16447: Merge fix from 3.3.
by Mark Dickinson
· 12 years ago
64aafeb
Issue #16447: Fix potential segfault when setting __name__ on a class.
by Mark Dickinson
· 12 years ago
4e7d3ab
Fix whitespaces
by Andrew Svetlov
· 12 years ago
eff6444
Fix whitespaces
by Andrew Svetlov
· 12 years ago
7300011
Issue #13355: Raise ValueError on random.triangular call with invalid params.
by Andrew Svetlov
· 12 years ago
a2dfc35
Issue #13355: Raise ValueError on random.triangular call with invalid params.
by Andrew Svetlov
· 12 years ago
3042b5e
Issue #16658: add missing return to HTTPConnection.send().
by Andrew Svetlov
· 12 years ago
7b2c8bb
Issue #16658: add missing return to HTTPConnection.send().
by Andrew Svetlov
· 12 years ago
7ca4936
attempt to fix bb failure as per http://bugs.python.org/issue17675#msg186595
by Giampaolo Rodola'
· 12 years ago
a713079
Closed #9556: Allowed specifying a time-of-day for a TimedRotatingFileHandler to rotate.
by Vinay Sajip
· 12 years ago
7ec97f4
#17692: merge with 3.3.
by Ezio Melotti
· 12 years ago
c2ecac4
#17692: test_sqlite now works with unittest test discovery. Patch by Zachary Ware.
by Ezio Melotti
· 12 years ago
f1c4253
#17699: Fix the new getpass test failures on windows.
by R David Murray
· 12 years ago
eae41af
Issue #13056: Reenable test_multibytecodec.Test_StreamWriter tests
by Victor Stinner
· 12 years ago
50b24d0
Fix a crash when setting a servername callback on a SSL server socket and the client doesn't send a server name.
by Antoine Pitrou
· 12 years ago
85b2afb
#17690: merge with 3.3.
by Ezio Melotti
· 12 years ago
3836d70
#17690: test_time now works with unittest test discovery. Patch by Zachary Ware.
by Ezio Melotti
· 12 years ago
f49581c
normalize whitespace
by Senthil Kumaran
· 12 years ago
c7e0980
normalize whitespace. caught by hook
by Senthil Kumaran
· 12 years ago
8b081b7
merge from 3.3
by Senthil Kumaran
· 12 years ago
277e909
#5609 - test_urllib coverage for url2pathname and pathname2url. Patch
by Senthil Kumaran
· 12 years ago
fe2d27d
Merge heads.
by Ezio Melotti
· 12 years ago
161194a
#12820: merge with 3.3.
by Ezio Melotti
· 12 years ago
671cd32
#17487: wave.getparams now returns a namedtuple.
by R David Murray
· 12 years ago
cd514cf
#12820: add tests for the xml.dom.minicompat module. Patch by John Chandler and Phil Connell.
by Ezio Melotti
· 12 years ago
50331cb
Fix issue #17675: make socket repr() provide local and remote addresses (if any).
by Giampaolo Rodola'
· 12 years ago
Next »