summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_sys.py
Commit message (Expand)AuthorAgeFilesLines
* Redo r83142 merge manually. QOTD: svnmerge isn't really your best friendAlexander Belopolsky2010-07-281-2/+2
* Reverted r83142: bad svnmergeAlexander Belopolsky2010-07-281-2/+2
* Merged revisions 83140-83141 via svnmerge fromAlexander Belopolsky2010-07-251-2/+2
* Issue #3798: Write sys.exit() message to sys.stderr to use stderr encoding andVictor Stinner2010-05-251-0/+20
* Issue #8268: Old-style classes (not just instances) now support weakAntoine Pitrou2010-03-311-1/+1
* Backported PyCapsule from 3.1, and converted most uses ofLarry Hastings2010-03-251-0/+1
* Add support for weak references to code objects. This will be used by an opti...Collin Winter2010-03-181-1/+1
* #7092: silence some more py3k warnings.Ezio Melotti2010-03-171-2/+4
* Another fix to test_executable() of test_sys: set the current working to avoidVictor Stinner2010-03-111-1/+4
* Fix test_executable introduce in previous commit (r78835): Windows is able toVictor Stinner2010-03-111-2/+2
* Issue #7774: Set sys.executable to an empty string if argv[0] has beenVictor Stinner2010-03-111-0/+11
* Remove unused imports in test modules.Georg Brandl2010-02-071-2/+2
* Issue #5677: Explicitly forbid write operations on read-only file objects,Antoine Pitrou2010-02-051-1/+1
* Issue #7819: Check sys.call_tracing() arguments types.Victor Stinner2010-01-311-0/+4
* Added named (but not numbered) attributes to sys.getwindowsversion() test.Eric Smith2010-01-271-0/+4
* Switch to test_support.get_attribute.Eric Smith2010-01-271-23/+24
* Removed unneeded test.Eric Smith2010-01-271-1/+0
* Issue #7766: Change sys.getwindowsversion() return value to a named tuple and...Eric Smith2010-01-271-1/+17
* use assert[Not]IsInstance where appropriateEzio Melotti2010-01-241-29/+29
* use assert[Not]In where appropriateEzio Melotti2010-01-231-9/+8
* Reverting the Revision: 77368. I committed Flox's big patch for tests bySenthil Kumaran2010-01-081-9/+3
* Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. ...Senthil Kumaran2010-01-081-3/+9
* Fix transient refleak in test_sys.Antoine Pitrou2009-10-271-2/+6
* Issue #7117 (backport py3k float repr) continued:Mark Dickinson2009-10-241-0/+2
* 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