Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
cbc77bbbc0d0cbdb50889f556b9a514870481314
/
Lib
/
test
965efe9
merge 3.3
by Benjamin Peterson
· 11 years ago
6724612
add test for inequality
by Benjamin Peterson
· 11 years ago
447b6e3
Issue #16986: ElementTree now correctly parses a string input not only when
by Serhiy Storchaka
· 11 years ago
66d53fa
Issue #16986: ElementTree now correctly parses a string input not only when
by Serhiy Storchaka
· 11 years ago
3ee6dab
Issue #17900: Allowed pickling of recursive OrderedDicts. Decreased pickled
by Serhiy Storchaka
· 11 years ago
b10c71d
Backed out changeset c0f2b038fc12
by Charles-François Natali
· 11 years ago
c7c333d
Issue #17683: socket module: return AF_UNIX addresses in Linux abstract
by Charles-François Natali
· 11 years ago
d66b10e
Issue #17684: Fix some test_socket failures due to limited FD passing support
by Charles-Francois Natali
· 11 years ago
44feda3
Issue #17914: Add os.cpu_count(). Patch by Yogesh Chaudhari, based on an
by Charles-Francois Natali
· 11 years ago
d2cef8a
merge 3.3
by Benjamin Peterson
· 11 years ago
611d901
add recursive repr test
by Benjamin Peterson
· 11 years ago
e26fa1b
Add some testing to verify which module was imported in ET tests.
by Eli Bendersky
· 11 years ago
c4e98a6
Cleanup more old ET library leftovers
by Eli Bendersky
· 11 years ago
46955b2
Issue #17988: remove unused alias for Element and rename the used one
by Eli Bendersky
· 11 years ago
3a4fbd8
_elementtree.XMLParser._setevents should support any sequence, not just tuples
by Eli Bendersky
· 11 years ago
5b6616d
Try to make test more reliable (saw some sporadic failures on buildbots)
by Antoine Pitrou
· 11 years ago
dc49b2b
Try to make test more reliable (saw some sporadic failures on buildbots)
by Antoine Pitrou
· 11 years ago
c52d113
Issue #11995: test_pydoc doesn't import all sys.path modules anymore.
by Antoine Pitrou
· 11 years ago
916fc7b
Issue #11995: test_pydoc doesn't import all sys.path modules anymore.
by Antoine Pitrou
· 11 years ago
20c1cdd
Issue #17901: fix TreeBuilder construction for an explicit element_factory=None
by Eli Bendersky
· 11 years ago
08231a9
Issue #17901: fix TreeBuilder construction for an explicit element_factory=None
by Eli Bendersky
· 11 years ago
10e8c49
Re-enabled skipped test.
by Vinay Sajip
· 11 years ago
850800f
Merge.
by Richard Oudkerk
· 11 years ago
90a2427
Close file before reopening to keep Windows happy in test_sax.
by Richard Oudkerk
· 11 years ago
31fb419
Issue #17980: Fix possible abuse of ssl.match_hostname() for denial of service using certificates with many wildcards (CVE-2013-2099).
by Antoine Pitrou
· 11 years ago
636f93c
Issue #17980: Fix possible abuse of ssl.match_hostname() for denial of service using certificates with many wildcards (CVE-2013-2099).
by Antoine Pitrou
· 11 years ago
163e982
Undo the deprecation of _asdict().
by Raymond Hettinger
· 11 years ago
4e0172f
Deprecate nametuple._asdict()
by Raymond Hettinger
· 11 years ago
4d94474
rewrite the parsing of field names to be more consistent wrt recursive expansion
by Benjamin Peterson
· 11 years ago
4895363
merge 3.3
by Benjamin Peterson
· 11 years ago
d2b58a9
only recursively expand in the format spec (closes #17644)
by Benjamin Peterson
· 11 years ago
a29ac45
reset __class__, so multiple runs don't fail (closes #17999)
by Benjamin Peterson
· 11 years ago
fff61f2
Issue #14596: The struct.Struct() objects now use more compact implementation.
by Serhiy Storchaka
· 11 years ago
3cb0906
Issue #17992: Add timeouts to asyncore and asynchat tests so that they won't accidentally hang.
by Giampaolo Rodola'
· 11 years ago
0d4f08c
ftplib tests: provide a global socket's TIMEOUT variable and use it everywhere so that failing tests won't accidentally hang
by Giampaolo Rodola'
· 11 years ago
1e93b06
complain about "global __class__" in a class body (closes #17983)
by Benjamin Peterson
· 11 years ago
312595c
hide the __class__ closure from the class body (#12370)
by Benjamin Peterson
· 11 years ago
e1b4cbc
when arguments are cells clear the locals slot (backport of #17927)
by Benjamin Peterson
· 11 years ago
9396356
Backout c89febab4648 following private feedback by Guido.
by Antoine Pitrou
· 11 years ago
e1970b8
Fix ResourceWarnings in test_sax
by Antoine Pitrou
· 11 years ago
2adb6fe
Fix ResourceWarnings in test_sax
by Antoine Pitrou
· 11 years ago
159ae41
when an argument is a cell, set the local copy to NULL (see #17927)
by Benjamin Peterson
· 11 years ago
3068aed
Issue #17606: Fixed support of encoded byte strings in the XMLGenerator
by Serhiy Storchaka
· 11 years ago
3eab6b3
Issue #17606: Fixed support of encoded byte strings in the XMLGenerator
by Serhiy Storchaka
· 11 years ago
2665f21
merge with 3.3
by Georg Brandl
· 11 years ago
b3bd624
Back out patch for #1159051, which caused backwards compatibility problems.
by Georg Brandl
· 11 years ago
64949fa
merge with 3.2
by Georg Brandl
· 11 years ago
c502df4
Issue #17915: Fix interoperability of xml.sax with file objects returned by
by Georg Brandl
· 11 years ago
93b061b
Issue #1159051: Back out a fix for handling corrupted gzip files that
by Georg Brandl
· 11 years ago
43473e3
Diagnostics collected, test disabled for now.
by Vinay Sajip
· 11 years ago
caf9eb8
Re-enabled test with more diagnostics.
by Vinay Sajip
· 11 years ago
fc6f4cd
merge 3.3
by Benjamin Peterson
· 11 years ago
aa6f688
only close non-None files
by Benjamin Peterson
· 11 years ago
2e8457d
remove unused import
by Benjamin Peterson
· 11 years ago
2943cdb
simplify #17947 test with weakrefs
by Benjamin Peterson
· 11 years ago
6832c81
#17927: Keep frame from referencing cell-ified arguments.
by Guido van Rossum
· 11 years ago
79ec9f0
#17809: merge with 3.3.
by Ezio Melotti
· 12 years ago
ce82d57
#17809: fix a test failure in test_expanduser when $HOME has a trailing /. Patch by Kubilay Kocak.
by Ezio Melotti
· 12 years ago
b3c5d85
Issue #16601: Restarting iteration over tarfile no more continues from where
by Serhiy Storchaka
· 12 years ago
263fab9
Issue #16601: Restarting iteration over tarfile no more continues from where
by Serhiy Storchaka
· 12 years ago
04e70d1
Issue #17807: Generators can now be finalized even when they are part of a reference cycle.
by Antoine Pitrou
· 12 years ago
d62a514
#17877: merge with 3.3.
by Ezio Melotti
· 12 years ago
6bcc0f1
#17877: skip test if the Olson's TZ database is missing.
by Ezio Melotti
· 12 years ago
577abe1
Skip failing test pending investigation.
by Vinay Sajip
· 12 years ago
37c7465
Issue #11816: Add missing test helper
by Nick Coghlan
· 12 years ago
8cecc8c
Issue #7330: Implement width and precision (ex: "%5.3s") for the format string
by Victor Stinner
· 12 years ago
5f454a0
Issue #1545463: Global variables caught in reference cycles are now garbage-collected at shutdown.
by Antoine Pitrou
· 12 years ago
d624517
Issue #11816: switch test_peepholer to bytecode_helper
by Nick Coghlan
· 12 years ago
b39fd0c
Issue #11816: multiple improvements to the dis module
by Nick Coghlan
· 12 years ago
8575783
Issue #13813: Embed stringification of remote traceback in local
by Richard Oudkerk
· 12 years ago
7a3dae0
Issue #15528: Add weakref.finalize to support finalization using
by Richard Oudkerk
· 12 years ago
8408cea
Issue #17094: Clear stale thread states after fork().
by Antoine Pitrou
· 12 years ago
39b17c5
Backout 2e446e87ac5b; it breaks the unix buildbots.
by Richard Oudkerk
· 12 years ago
f359302
Issue #15528: Add weakref.finalize to support finalization using
by Richard Oudkerk
· 12 years ago
dea2ec4
Fix a test to not use an assertion for something that could be
by Brett Cannon
· 12 years ago
8772b18
Change a test assertion to a conditional so the test will pass on Windows.
by Brett Cannon
· 12 years ago
9c1334e
#17115: Remove what appears to be a useless chunk of code which broke
by Brett Cannon
· 12 years ago
4c14b5d
#17115,17116: Have modules initialize the __package__ and __loader__
by Brett Cannon
· 12 years ago
4e59af7
#7855: merge with 3.3.
by Ezio Melotti
· 12 years ago
28faf03
#7855: Add tests for ctypes/winreg for issues found in IronPython. Initial patch by Dino Viehland.
by Ezio Melotti
· 12 years ago
59115aa
Issue #16316: mimetypes now recognizes the .xz and .txz (.tar.xz) extensions.
by Serhiy Storchaka
· 12 years ago
95ea11f
add trailing newline to file
by Brett Cannon
· 12 years ago
1426853
Move test_imp over to unittest.main()
by Brett Cannon
· 12 years ago
130e481
Guard more tests in test_imp requiring imp.load_dynamic() to exist.
by Brett Cannon
· 12 years ago
2a9c653
#15902: merge w/ 3.3
by Brett Cannon
· 12 years ago
9d0f772
Issue #15902: Fix imp.load_module() to accept None as a file when
by Brett Cannon
· 12 years ago
4072875
merge
by Raymond Hettinger
· 12 years ago
b98dcc1
Issue #15535: Fix pickling of named tuples.
by Raymond Hettinger
· 12 years ago
242db72
Issue #13721: SSLSocket.getpeercert() and SSLSocket.do_handshake() now raise an OSError with ENOTCONN, instead of an AttributeError, when the SSLSocket is not connected.
by Antoine Pitrou
· 12 years ago
f6ca26f
#17802: merge with 3.3.
by Ezio Melotti
· 12 years ago
8e596a7
#17802: Fix an UnboundLocalError in html.parser. Initial tests by Thomas Barlow.
by Ezio Melotti
· 12 years ago
ed52f6c
#11078: test___all__ now checks for duplicates in __all__. Initial patch by R. David Murray.
by Ezio Melotti
· 12 years ago
4c09c2c
Issue #17712: Fix test_gdb failures on Ubuntu 13.04.
by Antoine Pitrou
· 12 years ago
81641d6
Issue #17712: Fix test_gdb failures on Ubuntu 13.04.
by Antoine Pitrou
· 12 years ago
3b0431d
check local class namespace before reaching for cells (closes #17853)
by Benjamin Peterson
· 12 years ago
d9fec15
refactor traceback.py to reduce code duplication (closes #17646)
by Benjamin Peterson
· 12 years ago
5c08931
merge 3.3
by Benjamin Peterson
· 12 years ago
7d11004
raise an ImportError (rather than fatal) when __import__ is not found in __builtins__ (closes #17867)
by Benjamin Peterson
· 12 years ago
337f978
Added base64 module tests for non-binary files.
by Serhiy Storchaka
· 12 years ago
abac0a7
Added base64 module tests for non-binary files.
by Serhiy Storchaka
· 12 years ago
Next »