Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
5930d8f05e501ac0327c8b752a21412b0fb97cae
/
Lib
/
test
/
test_sys.py
9be2ec1
Added additional __sizeof__ implementations and addressed comments made in
by Robert Schuppenies
· 17 years ago
d2cd86d
Fixed Issue3122 and extended sys.getsizeof tests for built-in types.
by Robert Schuppenies
· 17 years ago
7f58022
remove test_compact_freelists from test_sys
by Benjamin Peterson
· 17 years ago
161b921
Corrected inconsistencies in sizeof tests and addressed issue pointed
by Robert Schuppenies
· 17 years ago
41a7ce0
Issue 3147: Fixed SizeofTest failure for LLP64 systems.
by Robert Schuppenies
· 17 years ago
9c437af
Revert 64424, 64438, and 64439.
by Raymond Hettinger
· 17 years ago
e3ae655
Make bin() implementation parallel oct() and hex() so that int/long subclasses can override or so that other classes can support.
by Raymond Hettinger
· 17 years ago
59f3ade
Issue 3048: Fixed sys.sizeof test fails with wide unicode.
by Robert Schuppenies
· 17 years ago
73e9ffc
Fixed: sys.getsizeof does not take the actual length of the tuples into account.
by Robert Schuppenies
· 17 years ago
901c997
Issue 3048: Fixed sys.getsizeof for unicode objects.
by Robert Schuppenies
· 17 years ago
9359aff
Fix test_sys.
by Robert Schuppenies
· 17 years ago
7a6de8b
Some style nits. Also clarify in the docstrings what __sizeof__ does.
by Georg Brandl
· 17 years ago
51df064
Issue #2898: Added sys.getsizeof() to retrieve size of objects in bytes.
by Robert Schuppenies
· 17 years ago
9981589
New environment variable PYTHONIOENCODING.
by Martin v. Löwis
· 17 years ago
be1501b
Fix sys.flags to properly expose bytes_warning.
by Brett Cannon
· 17 years ago
8c6c12c
Temporarily disable this test. It's been broken for a week.
by Raymond Hettinger
· 18 years ago
f5806ab
Small adjustments for test compact freelist test. It's no passing on Windows as well.
by Christian Heimes
· 18 years ago
f4033ab
Increase debugging to investige failing tests on some build bots
by Christian Heimes
· 18 years ago
422051a
Patch #1953
by Christian Heimes
· 18 years ago
7ce9b18
Typo fixes
by Andrew M. Kuchling
· 18 years ago
c94e2b5
Now that I've learnt about structseq objects I felt like converting sys.float_info to a structseq. It's
by Christian Heimes
· 18 years ago
f31b69f
Applied patch #1816: sys.flags patch
by Christian Heimes
· 18 years ago
dfdfaab
Feature #1534
by Christian Heimes
· 18 years ago
0c4a3b3
current_frames_with_threads(): There's actually no way
by Tim Peters
· 19 years ago
112aad3
SF bug 1524317: configure --without-threads fails to build
by Tim Peters
· 19 years ago
32a8361
After approval from Anthony, merge the tim-current_frames
by Tim Peters
· 19 years ago
a8cd7a2
Add test case for #43581.
by Martin v. Löwis
· 19 years ago
4e41a4b
Disable a few other tests, that can't work if Python is compiled without
by Walter Dörwald
· 20 years ago
f0db38d
Whitespace normalization.
by Tim Peters
· 20 years ago
f058858
Test that SystemExits are handled properly by the exit machinery. I
by Michael W. Hudson
· 20 years ago
e5e065b
New function sys.getcheckinterval(), to complement setcheckinterval().
by Tim Peters
· 22 years ago
21d3a32
Combine the functionality of test_support.run_unittest()
by Walter Dörwald
· 22 years ago
d6473d1
Reindent the new code properly.
by Guido van Rossum
· 22 years ago
46d3dc3
- New function sys.exc_clear() clears the current exception. This is
by Guido van Rossum
· 22 years ago
f2715e0
Whitespace normalization.
by Tim Peters
· 22 years ago
eb2a5ef
Fix SF bug #688424, 64-bit test problems
by Neal Norwitz
· 22 years ago
e7028ac
Fix typo.
by Walter Dörwald
· 23 years ago
c350246
Add a new test script that tests various features of the sys
by Walter Dörwald
· 23 years ago