Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
5cfbd2642c32c7b439c1409d649c8bc906990391
/
Lib
/
test
5cfbd26
frozen modules now apparently have empty __path__
by Benjamin Peterson
· 12 years ago
3e0651b
Issue #18065: For frozen packages set __path__ to [].
by Brett Cannon
· 12 years ago
0dbb4c7
Issues #18088, 18089: Introduce
by Brett Cannon
· 12 years ago
b60a43e
Add a reset_name argument to importlib.util.module_to_load in order to
by Brett Cannon
· 12 years ago
c7a2825
Issue #18094: test_uuid no more reports skipped tests as passed.
by Serhiy Storchaka
· 12 years ago
7d15b54
Issue #18094: test_uuid no more reports skipped tests as passed.
by Serhiy Storchaka
· 12 years ago
357c9fb
Rename importlib.util.ModuleManager to module_to_load so that the name
by Brett Cannon
· 12 years ago
891ca9e
Backport bff16086f03b and bcaaaa00425b.
by Stefan Krah
· 12 years ago
2e537f9
test_decimal: add __sizeof__() tests for code coverage.
by Stefan Krah
· 12 years ago
8d90e38
Merge 3.3.
by Stefan Krah
· 12 years ago
6edda14
Issue #17768: Support newline fill character in decimal.py and NUL fill
by Stefan Krah
· 12 years ago
6b3026c
merge from 3.3
by Senthil Kumaran
· 12 years ago
c70a6ae
#17403: urllib.parse.robotparser normalizes the urls before adding to ruleline.
by Senthil Kumaran
· 12 years ago
7b50396
Merge with 3.3
by Terry Jan Reedy
· 12 years ago
eb4c9c7
Issue #15392: Do not run tests if threading/_thread not available. Otherwise
by Terry Jan Reedy
· 12 years ago
3dc48d6
Issue #18070: importlib.util.module_for_loader() now sets __loader__
by Brett Cannon
· 12 years ago
a3687f0
Introduce importlib.util.ModuleManager which is a context manager to
by Brett Cannon
· 12 years ago
281945f
Issue #18025: Fixed a segfault in io.BufferedIOBase.readinto() when raw
by Serhiy Storchaka
· 12 years ago
37a79a1
Issue #18025: Fixed a segfault in io.BufferedIOBase.readinto() when raw
by Serhiy Storchaka
· 12 years ago
5758fa78
Issue #17746: Skip test_shutil.test_non_matching_mode when run as root or
by Serhiy Storchaka
· 12 years ago
12516e2
Issue #17746: Skip test_shutil.test_non_matching_mode when run as root or
by Serhiy Storchaka
· 12 years ago
77a3ad7
Issue #18011: base64.b32decode() now raises a binascii.Error if there are
by Serhiy Storchaka
· 12 years ago
ea2b490
Issue #18011: base64.b32decode() now raises a binascii.Error if there are
by Serhiy Storchaka
· 12 years ago
fb1141c
Merge with 3.3
by Jason R. Coombs
· 12 years ago
b501b56
Use simple call to os.symlink for broken link (intended for previous commit)
by Jason R. Coombs
· 12 years ago
8f1a8e3
Merge with 3.3
by Jason R. Coombs
· 12 years ago
3a09286
Issue #13772: Restored directory detection of targets in `os.symlink` on Windows, which was temporarily removed in Python 3.2.3 due to an incomplete implementation. The implementation now works even if the symlink is created in a location other than the current directory.
by Jason R. Coombs
· 12 years ago
667a03b
Merge with 3.3
by Terry Jan Reedy
· 12 years ago
db4e5c5
Issue #15392: Create a unittest framework for IDLE.
by Terry Jan Reedy
· 12 years ago
3b62ca8
Issue #18072: Implement get_code() for importlib.abc.InspectLoader and
by Brett Cannon
· 12 years ago
9ffe85e
Move importlib.abc.SourceLoader.source_to_code() to InspectLoader.
by Brett Cannon
· 12 years ago
1256f1f
Issue #18063: fix some struct specifications in the tests for sys.getsizeof().
by Antoine Pitrou
· 12 years ago
80bc00f
Issue #18063: fix some struct specifications in the tests for sys.getsizeof().
by Antoine Pitrou
· 12 years ago
eadd8cf
Fix #16832 - expose cache validity checking support in ABCMeta
by Łukasz Langa
· 12 years ago
8be9039
Clean-up duplicated code in tests
by Eli Bendersky
· 12 years ago
4ace240
Clean-up duplicated code in tests
by Eli Bendersky
· 12 years ago
7b3022f
Issue #13612: handle unknown encodings without a buffer overflow.
by Eli Bendersky
· 12 years ago
6dc32b3
Issue #13612: handle unknown encodings without a buffer overflow.
by Eli Bendersky
· 12 years ago
765f3cc
Fix test_bad_address on Ubuntu 13.04
by Antoine Pitrou
· 12 years ago
6b5a38c
Fix test_bad_address on Ubuntu 13.04
by Antoine Pitrou
· 12 years ago
3b84eae
Closes #18046: Simplified logging internals relating to levels and their names. Thanks to Alex Gaynor for the patch.
by Vinay Sajip
· 12 years ago
8307075
Fix #17272 - Make Request.full_url and Request.get_full_url return same result under all circumstances.
by Senthil Kumaran
· 12 years ago
dc3e6cc
(3.3->default) Issue #17269: Workaround for a platform bug in getaddrinfo on OSX
by Ronald Oussoren
· 12 years ago
27a4ac5
Issue #17269: Workaround for a platform bug in getaddrinfo on OSX
by Ronald Oussoren
· 12 years ago
965efe9
merge 3.3
by Benjamin Peterson
· 12 years ago
6724612
add test for inequality
by Benjamin Peterson
· 12 years ago
447b6e3
Issue #16986: ElementTree now correctly parses a string input not only when
by Serhiy Storchaka
· 12 years ago
66d53fa
Issue #16986: ElementTree now correctly parses a string input not only when
by Serhiy Storchaka
· 12 years ago
3ee6dab
Issue #17900: Allowed pickling of recursive OrderedDicts. Decreased pickled
by Serhiy Storchaka
· 12 years ago
b10c71d
Backed out changeset c0f2b038fc12
by Charles-François Natali
· 12 years ago
c7c333d
Issue #17683: socket module: return AF_UNIX addresses in Linux abstract
by Charles-François Natali
· 12 years ago
d66b10e
Issue #17684: Fix some test_socket failures due to limited FD passing support
by Charles-Francois Natali
· 12 years ago
44feda3
Issue #17914: Add os.cpu_count(). Patch by Yogesh Chaudhari, based on an
by Charles-Francois Natali
· 12 years ago
d2cef8a
merge 3.3
by Benjamin Peterson
· 12 years ago
611d901
add recursive repr test
by Benjamin Peterson
· 12 years ago
e26fa1b
Add some testing to verify which module was imported in ET tests.
by Eli Bendersky
· 12 years ago
c4e98a6
Cleanup more old ET library leftovers
by Eli Bendersky
· 12 years ago
46955b2
Issue #17988: remove unused alias for Element and rename the used one
by Eli Bendersky
· 12 years ago
3a4fbd8
_elementtree.XMLParser._setevents should support any sequence, not just tuples
by Eli Bendersky
· 12 years ago
5b6616d
Try to make test more reliable (saw some sporadic failures on buildbots)
by Antoine Pitrou
· 12 years ago
dc49b2b
Try to make test more reliable (saw some sporadic failures on buildbots)
by Antoine Pitrou
· 12 years ago
c52d113
Issue #11995: test_pydoc doesn't import all sys.path modules anymore.
by Antoine Pitrou
· 12 years ago
916fc7b
Issue #11995: test_pydoc doesn't import all sys.path modules anymore.
by Antoine Pitrou
· 12 years ago
20c1cdd
Issue #17901: fix TreeBuilder construction for an explicit element_factory=None
by Eli Bendersky
· 12 years ago
08231a9
Issue #17901: fix TreeBuilder construction for an explicit element_factory=None
by Eli Bendersky
· 12 years ago
10e8c49
Re-enabled skipped test.
by Vinay Sajip
· 12 years ago
850800f
Merge.
by Richard Oudkerk
· 12 years ago
90a2427
Close file before reopening to keep Windows happy in test_sax.
by Richard Oudkerk
· 12 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
· 12 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
· 12 years ago
163e982
Undo the deprecation of _asdict().
by Raymond Hettinger
· 12 years ago
4e0172f
Deprecate nametuple._asdict()
by Raymond Hettinger
· 12 years ago
4d94474
rewrite the parsing of field names to be more consistent wrt recursive expansion
by Benjamin Peterson
· 12 years ago
4895363
merge 3.3
by Benjamin Peterson
· 12 years ago
d2b58a9
only recursively expand in the format spec (closes #17644)
by Benjamin Peterson
· 12 years ago
a29ac45
reset __class__, so multiple runs don't fail (closes #17999)
by Benjamin Peterson
· 12 years ago
fff61f2
Issue #14596: The struct.Struct() objects now use more compact implementation.
by Serhiy Storchaka
· 12 years ago
3cb0906
Issue #17992: Add timeouts to asyncore and asynchat tests so that they won't accidentally hang.
by Giampaolo Rodola'
· 12 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'
· 12 years ago
1e93b06
complain about "global __class__" in a class body (closes #17983)
by Benjamin Peterson
· 12 years ago
312595c
hide the __class__ closure from the class body (#12370)
by Benjamin Peterson
· 12 years ago
e1b4cbc
when arguments are cells clear the locals slot (backport of #17927)
by Benjamin Peterson
· 12 years ago
9396356
Backout c89febab4648 following private feedback by Guido.
by Antoine Pitrou
· 12 years ago
e1970b8
Fix ResourceWarnings in test_sax
by Antoine Pitrou
· 12 years ago
2adb6fe
Fix ResourceWarnings in test_sax
by Antoine Pitrou
· 12 years ago
159ae41
when an argument is a cell, set the local copy to NULL (see #17927)
by Benjamin Peterson
· 12 years ago
3068aed
Issue #17606: Fixed support of encoded byte strings in the XMLGenerator
by Serhiy Storchaka
· 12 years ago
3eab6b3
Issue #17606: Fixed support of encoded byte strings in the XMLGenerator
by Serhiy Storchaka
· 12 years ago
2665f21
merge with 3.3
by Georg Brandl
· 12 years ago
b3bd624
Back out patch for #1159051, which caused backwards compatibility problems.
by Georg Brandl
· 12 years ago
64949fa
merge with 3.2
by Georg Brandl
· 12 years ago
c502df4
Issue #17915: Fix interoperability of xml.sax with file objects returned by
by Georg Brandl
· 12 years ago
93b061b
Issue #1159051: Back out a fix for handling corrupted gzip files that
by Georg Brandl
· 12 years ago
43473e3
Diagnostics collected, test disabled for now.
by Vinay Sajip
· 12 years ago
caf9eb8
Re-enabled test with more diagnostics.
by Vinay Sajip
· 12 years ago
fc6f4cd
merge 3.3
by Benjamin Peterson
· 12 years ago
aa6f688
only close non-None files
by Benjamin Peterson
· 12 years ago
2e8457d
remove unused import
by Benjamin Peterson
· 12 years ago
2943cdb
simplify #17947 test with weakrefs
by Benjamin Peterson
· 12 years ago
6832c81
#17927: Keep frame from referencing cell-ified arguments.
by Guido van Rossum
· 12 years ago
Next »