Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
cdf1ebd8feff4b1d9410f10a7c7c51a7cecad65a
/
Lib
cdf1ebd
Backported test for issue #20238.
by Serhiy Storchaka
· 12 years ago
75ba21a
Issue #20245: The open functions in the tarfile module now correctly handle empty mode.
by Serhiy Storchaka
· 12 years ago
af08087
Issue #20086: Restored the use of locale-independing mapping instead of
by Serhiy Storchaka
· 12 years ago
e0ed2d7
Issue #19936: Added executable bits or shebang lines to Python scripts which
by Serhiy Storchaka
· 12 years ago
d93d633
add test for #20251
by Benjamin Peterson
· 12 years ago
28cf368
complain when nbytes > buflen to fix possible buffer overflow (closes #20246)
by Benjamin Peterson
· 12 years ago
d804f53
Backported test for the open of non-existent tarfile.
by Serhiy Storchaka
· 12 years ago
2e27ddd
Fixed typo.
by Serhiy Storchaka
· 12 years ago
0110973
Issue #19082: Working SimpleXMLRPCServer and xmlrpclib examples, both in modules and documentation.
by Senthil Kumaran
· 12 years ago
e198692
Issue #20138: Backport tests for handling non-ASCII URLs in the
by Serhiy Storchaka
· 12 years ago
fa6cecb
Adding test coverage for cgi.FieldStorage based on the scenario mentioned in issue #19097
by Senthil Kumaran
· 12 years ago
2bca9de
tkinter.Text.debug() now always returns 0/1.
by Serhiy Storchaka
· 12 years ago
6183f70
Try to fix some ttk tests. Error messages were changed in 8.6b3.
by Serhiy Storchaka
· 12 years ago
ee105dc
Fixed test_tempfilepager in test_pydoc on Windows.
by Serhiy Storchaka
· 12 years ago
664ebb0
Issue #20086: Output more details when test_getsetlocale_issue1813 is failed.
by Serhiy Storchaka
· 12 years ago
0f11d0f
Issue #19804: The test_find_mac test in test_uuid is now skipped if the
by Serhiy Storchaka
· 12 years ago
c9da089
Issue #19886: Use better estimated memory requirements for bigmem tests.
by Serhiy Storchaka
· 12 years ago
9f8621f
Issue #13107: argparse and optparse no longer raises an exception when output
by Serhiy Storchaka
· 12 years ago
3b2afbb
Issue #20207: Always disable SSLv2 except when PROTOCOL_SSLv2 is explicitly asked for.
by Antoine Pitrou
· 12 years ago
27b029b
clear zip stat cache after each ref leak run
by Benjamin Peterson
· 12 years ago
9be238d
Issue #20072: Fixed multiple errors in tkinter with wantobjects is False.
by Serhiy Storchaka
· 12 years ago
f5dee4d
normalize whitespace from prior issue19081 fix commit.
by Gregory P. Smith
· 12 years ago
b48c5d5
Fixes issue19081: When a zipimport .zip file in sys.path being imported
by Gregory P. Smith
· 12 years ago
875565b
#1065986: add missing error handler in pydoc unicode fix.
by R David Murray
· 12 years ago
984f630
#1065986: Make pydoc handle unicode strings.
by R David Murray
· 12 years ago
1d2ef64
#16039/#20118: temporarily skip failing imaplib SSL test.
by R David Murray
· 12 years ago
020d7c3
closes 16039: CVE-2013-1752: limit line length in imaplib readline calls.
by R David Murray
· 12 years ago
22d9ee7
complain if the codec doesn't return unicode
by Benjamin Peterson
· 12 years ago
63cc99d
Issue #19422: Explicitly disallow non-SOCK_STREAM sockets in the ssl module, rather than silently let them emit clear text data.
by Antoine Pitrou
· 12 years ago
e891de3
Fixed the wave module testing on big-endian platforms.
by Serhiy Storchaka
· 12 years ago
d551b28
Issue #20027: Fixed locale aliases for devanagari locales.
by Serhiy Storchaka
· 12 years ago
dbb9630
Backported tests for Tkinter variables.
by Serhiy Storchaka
· 12 years ago
5e11655
Issue #20067: Tkinter variables now work when wantobjects is false.
by Serhiy Storchaka
· 12 years ago
0356ff0
test_debug in test_tkinter/test_text no longer fails when wantobjects is false.
by Serhiy Storchaka
· 12 years ago
5542b15
Issue #19320: test_tcl no longer fails when wantobjects is false.
by Serhiy Storchaka
· 12 years ago
ec773cc
Issue #19020: Tkinter now uses splitlist() instead of split() in configure
by Serhiy Storchaka
· 12 years ago
0b6b335
Issue #20058: sys.stdin.readline() in IDLE now always returns only one line.
by Serhiy Storchaka
· 12 years ago
6200324
Issue #12226: HTTPS is now used by default when connecting to PyPI.
by Antoine Pitrou
· 12 years ago
d105196
Issue #20048: Fixed ZipExtFile.peek() when it is called on the boundary of
by Serhiy Storchaka
· 12 years ago
0e4d852
Issue #20034: Updated alias mapping to most recent locale.alias file
by Serhiy Storchaka
· 12 years ago
18ab51d
Merge heads
by Serhiy Storchaka
· 12 years ago
80b76bf
Don't use sebTest() in tests for issue #5815.
by Serhiy Storchaka
· 12 years ago
1875536
Issue #19683: Removed empty tests from test_minidom.
by Zachary Ware
· 12 years ago
bd78986
Issue #5815: Fixed support for locales with modifiers. Fixed support for
by Serhiy Storchaka
· 12 years ago
9450219
Issue #20026: Fix the sqlite module to handle correctly invalid isolation level
by Victor Stinner
· 12 years ago
0c221be
Issue #18829: csv.Dialect() now checks type for delimiter, escapechar and
by Serhiy Storchaka
· 12 years ago
437c4ae
update url to spec (closes #20018)
by Benjamin Peterson
· 12 years ago
57bc6da
Issue #19492: Silently skipped distutils tests now reported as skipped.
by Serhiy Storchaka
· 12 years ago
1516039
#19855: uuid.get_node now looks on the PATH for executables on unix.
by R David Murray
· 12 years ago
bd4b667
Issue #20006: Fix sporadic failures in test_weakset.
by Antoine Pitrou
· 12 years ago
c97f5ed
Issue #20007: HTTPResponse.read(0) no more prematurely closes connection.
by Serhiy Storchaka
· 12 years ago
ea76e87
20004: Note that the setter in csv.DictReader is broken.
by R David Murray
· 12 years ago
84e7e5f
Skip test for issue #17976 if /dev/null is not available.
by Serhiy Storchaka
· 12 years ago
6d56231
Issue #17976: Fixed potential problem with file.write() not detecting IO error
by Serhiy Storchaka
· 12 years ago
2f43b63
Removed old implementation of ntpath.splitunc() (issue #19912).
by Serhiy Storchaka
· 12 years ago
51e90bc
Issue #19987: Re-write test_alias_fallback in test_winsound to have two
by Zachary Ware
· 12 years ago
dd5a46c
Issue #19912: Fixed numerous bugs in ntpath.splitunc().
by Serhiy Storchaka
· 12 years ago
d1a61dc
Issue #19623: Fixed writing to unseekable files in the aifc module.
by Serhiy Storchaka
· 12 years ago
a92cc91
Issue #17919: Fixed integer overflow in the eventmask parameter.
by Serhiy Storchaka
· 12 years ago
17f22c9
Issue #17919: select.poll.poll() again works with poll.POLLNVAL on AIX.
by Serhiy Storchaka
· 12 years ago
66c6e9d
Issue #14432: Generator now clears the borrowed reference to the thread state
by Victor Stinner
· 12 years ago
9ffb148
Fixes Issue #17200: telnetlib's read_until and expect timeout was broken by the
by Gregory P. Smith
· 12 years ago
278543d
Issue #18270: Prevent possible IDLE AttributeError on OS X when no initial
by Ned Deily
· 12 years ago
b06231a
Issue #19572: Replace a return that shouldn't have been removed from test_os.
by Zachary Ware
· 12 years ago
227c01a
Issue #19928: Fix test on Windows
by Zachary Ware
· 12 years ago
1f70221
Issue #19572: More silently skipped tests explicitly skipped.
by Zachary Ware
· 12 years ago
284164b
Skip test for #19878 on Windows.
by Nadeem Vawda
· 12 years ago
89c19fd
#19943: fix typo noticed by Jakub Wilk.
by Ezio Melotti
· 12 years ago
95d7219
Issue #19928: Implemented a test for repr() of cell objects.
by Serhiy Storchaka
· 12 years ago
7057f3f
Issue #19481: print() of unicode, str or bytearray subclass instance in IDLE
by Serhiy Storchaka
· 12 years ago
5493d5e
Issue #19099: The struct module now supports Unicode format strings.
by Serhiy Storchaka
· 12 years ago
337c50b
Closes #19878: Fix segfault in bz2 module.
by Nadeem Vawda
· 12 years ago
7c57385
Issue #16373: Prevent infinite recursion for ABC Set class comparisons.
by Serhiy Storchaka
· 12 years ago
222b284
Issue #7105: weak dict iterators are fragile because of unpredictable GC runs
by Kristján Valur Jónsson
· 12 years ago
c289fa7
Fudge - http.client doesn't exist in 2.7. Use Queue.Empty instead.
by Tim Peters
· 12 years ago
0ee9baa
Issue #19138: doctest's IGNORE_EXCEPTION_DETAIL now allows no detail at all.
by Tim Peters
· 12 years ago
7546220
Fixed JSON tests on wide build when ran from *.pyc files (issue #11489).
by Serhiy Storchaka
· 12 years ago
df9460f
Issue #6477: Revert fbb97f6eb3b3 as it broke test_xpickle.
by Alexandre Vassalotti
· 12 years ago
a293428
Issue #6477: Added pickling support for singletons and their types.
by Alexandre Vassalotti
· 12 years ago
1d3a173
Issue #16231: Allow false values other than None to be used as persistent IDs.
by Alexandre Vassalotti
· 12 years ago
72a01b2
Issue #19595: Re-enable a long-disabled test in test_winsound
by Zachary Ware
· 12 years ago
f933e08
Issue #19815: Fix segfault when parsing empty namespace declaration.
by Eli Bendersky
· 12 years ago
cf6a3e2
Skip test_find_mac on Windows (issue #19804).
by Serhiy Storchaka
· 12 years ago
2a57009
Merge heads
by Zachary Ware
· 12 years ago
c0aa245
Issue #19588: Fixed tests in test_random that were silently skipped most
by Zachary Ware
· 12 years ago
6d9d30d
Issue #11508: Fixed uuid.getnode() and uuid.uuid1() on environment with
by Serhiy Storchaka
· 12 years ago
dafda9b
Issue #11489: JSON decoder now accepts lone surrogates.
by Serhiy Storchaka
· 12 years ago
60e361f
Fix misuse of the bigmemtest decorator
by Antoine Pitrou
· 12 years ago
c02c6df
Issue #19638: Skip large digit string tests on 32-bit platforms.
by Mark Dickinson
· 12 years ago
c2f8c81
Issue #19638: Raise ValueError instead of crashing when converting billion character strings to float.
by Mark Dickinson
· 12 years ago
d899caa
Fix test_fcntl to run properly on systems that do not support the flags
by Gregory P. Smith
· 12 years ago
d82634d
Fix test.test_support.bind_port() to not cause an error when Python was
by Gregory P. Smith
· 12 years ago
2612679
#19620: Fix typo in docstring (noticed by Christopher Welborn).
by Ezio Melotti
· 12 years ago
7610ec2
Fixed merging error in changeset 3912934e99ba (issue #19733).
by Serhiy Storchaka
· 12 years ago
358da5b
Issue #19308: fix the gdb plugin on gdbs linked with Python 3
by Antoine Pitrou
· 12 years ago
9ec0722
Issue #19733: Temporary disable test_image on MacOSX.
by Serhiy Storchaka
· 12 years ago
62cd124
Print Tk patchlevel in Tk and Ttk tests in verbose mode (issue19654).
by Serhiy Storchaka
· 12 years ago
6d24a6e
Issue #19599: Use a separate pool for test_terminate().
by Richard Oudkerk
· 12 years ago
5397c97
Issue #19633: Fixed writing not compressed 16- and 32-bit wave files on
by Serhiy Storchaka
· 12 years ago
78ecaba
Print Tk patchlevel in test_tcl in verbose mode (issue19654).
by Serhiy Storchaka
· 12 years ago
Next »