summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_sys.py
Commit message (Expand)AuthorAgeFilesLines
* convert usage of fail* to assert*Benjamin Peterson2009-06-301-59/+59
* sys.long_info attributes should be ints, not longsMark Dickinson2009-04-021-3/+5
* Issue #5635: Fix running test_sys with tracing enabled.Georg Brandl2009-04-011-0/+5
* Issue #4258: Use 30-bit digits for Python longs, on 64-bit platforms.Mark Dickinson2009-03-201-5/+10
* Issue #5260: Various portability and standards compliance fixes, optimizationsMark Dickinson2009-02-151-6/+6
* Implement issue #4285, convert sys.version_info to a namedEric Smith2009-02-061-1/+13
* Issue #4445: save 3 bytes (on average, on a typical machine) perMark Dickinson2008-12-051-2/+2
* Fixed test failure on Win64 machines.Robert Schuppenies2008-07-141-8/+5
* Added garbage collector overhead and optional default return value toRobert Schuppenies2008-07-101-0/+23
* Added additional __sizeof__ implementations and addressed comments made inRobert Schuppenies2008-07-101-18/+47
* Fixed Issue3122 and extended sys.getsizeof tests for built-in types.Robert Schuppenies2008-07-101-67/+172
* remove test_compact_freelists from test_sysBenjamin Peterson2008-07-061-19/+0
* Corrected inconsistencies in sizeof tests and addressed issue pointedRobert Schuppenies2008-06-261-12/+12
* Issue 3147: Fixed SizeofTest failure for LLP64 systems.Robert Schuppenies2008-06-251-71/+60
* Revert 64424, 64438, and 64439.Raymond Hettinger2008-06-241-1/+1
* Make bin() implementation parallel oct() and hex() so that int/long subclasse...Raymond Hettinger2008-06-201-1/+1
* Issue 3048: Fixed sys.sizeof test fails with wide unicode.Robert Schuppenies2008-06-171-2/+1
* Fixed: sys.getsizeof does not take the actual length of the tuples into account.Robert Schuppenies2008-06-131-0/+3
* Issue 3048: Fixed sys.getsizeof for unicode objects.Robert Schuppenies2008-06-101-7/+28
* Fix test_sys.Robert Schuppenies2008-06-011-2/+0
* Some style nits. Also clarify in the docstrings what __sizeof__ does.Georg Brandl2008-06-011-11/+11
* Issue #2898: Added sys.getsizeof() to retrieve size of objects in bytes.Robert Schuppenies2008-06-011-2/+149
* New environment variable PYTHONIOENCODING.Martin v. Löwis2008-06-011-0/+20
* Fix sys.flags to properly expose bytes_warning.Brett Cannon2008-05-081-1/+1
* Temporarily disable this test. It's been broken for a week.Raymond Hettinger2008-02-091-15/+15
* Small adjustments for test compact freelist test. It's no passing on Windows ...Christian Heimes2008-02-041-5/+5
* Increase debugging to investige failing tests on some build botsChristian Heimes2008-02-041-0/+3
* Patch #1953Christian Heimes2008-02-041-0/+18
* Typo fixesAndrew M. Kuchling2008-01-151-1/+1
* Now that I've learnt about structseq objects I felt like converting sys.float...Christian Heimes2008-01-141-1/+1
* Applied patch #1816: sys.flags patchChristian Heimes2008-01-141-0/+12
* Feature #1534Christian Heimes2007-12-011-0/+2
* current_frames_with_threads(): There's actually no wayTim Peters2006-07-251-3/+4
* SF bug 1524317: configure --without-threads fails to buildTim Peters2006-07-191-0/+22
* After approval from Anthony, merge the tim-current_framesTim Peters2006-07-101-0/+61
* Add test case for #43581.Martin v. Löwis2006-04-031-0/+5
* Disable a few other tests, that can't work if Python is compiled withoutWalter Dörwald2005-08-031-1/+2
* Whitespace normalization.Tim Peters2005-02-151-2/+2
* Test that SystemExits are handled properly by the exit machinery. IMichael W. Hudson2005-02-151-0/+12
* New function sys.getcheckinterval(), to complement setcheckinterval().Tim Peters2003-07-061-2/+4
* Combine the functionality of test_support.run_unittest()Walter Dörwald2003-05-011-3/+1
* Reindent the new code properly.Guido van Rossum2003-03-011-22/+22
* - New function sys.exc_clear() clears the current exception. This isGuido van Rossum2003-03-011-0/+44
* Whitespace normalization.Tim Peters2003-02-191-10/+10
* Fix SF bug #688424, 64-bit test problemsNeal Norwitz2003-02-181-1/+1
* Fix typo.Walter Dörwald2003-02-031-1/+1
* Add a new test script that tests various features of the sysWalter Dörwald2003-02-031-0/+211