| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #5677: Explicitly forbid write operations on read-only file objects, | Antoine Pitrou | 2010-02-05 | 1 | -1/+1 |
|
|
* | Issue #7819: Check sys.call_tracing() arguments types. | Victor Stinner | 2010-01-31 | 1 | -0/+4 |
|
|
* | Added named (but not numbered) attributes to sys.getwindowsversion() test. | Eric Smith | 2010-01-27 | 1 | -0/+4 |
|
|
* | Switch to test_support.get_attribute. | Eric Smith | 2010-01-27 | 1 | -23/+24 |
|
|
* | Removed unneeded test. | Eric Smith | 2010-01-27 | 1 | -1/+0 |
|
|
* | Issue #7766: Change sys.getwindowsversion() return value to a named tuple and... | Eric Smith | 2010-01-27 | 1 | -1/+17 |
|
|
* | use assert[Not]IsInstance where appropriate | Ezio Melotti | 2010-01-24 | 1 | -29/+29 |
|
|
* | use assert[Not]In where appropriate | Ezio Melotti | 2010-01-23 | 1 | -9/+8 |
|
|
* | Reverting the Revision: 77368. I committed Flox's big patch for tests by | Senthil Kumaran | 2010-01-08 | 1 | -9/+3 |
|
|
* | Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. ... | Senthil Kumaran | 2010-01-08 | 1 | -3/+9 |
|
|
* | Fix transient refleak in test_sys. | Antoine Pitrou | 2009-10-27 | 1 | -2/+6 |
|
|
* | Issue #7117 (backport py3k float repr) continued: | Mark Dickinson | 2009-10-24 | 1 | -0/+2 |
|
|
* | convert usage of fail* to assert* | Benjamin Peterson | 2009-06-30 | 1 | -59/+59 |
|
|
* | sys.long_info attributes should be ints, not longs | Mark Dickinson | 2009-04-02 | 1 | -3/+5 |
|
|
* | Issue #5635: Fix running test_sys with tracing enabled. | Georg Brandl | 2009-04-01 | 1 | -0/+5 |
|
|
* | Issue #4258: Use 30-bit digits for Python longs, on 64-bit platforms. | Mark Dickinson | 2009-03-20 | 1 | -5/+10 |
|
|
* | Issue #5260: Various portability and standards compliance fixes, optimizations | Mark Dickinson | 2009-02-15 | 1 | -6/+6 |
|
|
* | Implement issue #4285, convert sys.version_info to a named | Eric Smith | 2009-02-06 | 1 | -1/+13 |
|
|
* | Issue #4445: save 3 bytes (on average, on a typical machine) per | Mark Dickinson | 2008-12-05 | 1 | -2/+2 |
|
|
* | Fixed test failure on Win64 machines. | Robert Schuppenies | 2008-07-14 | 1 | -8/+5 |
|
|
* | Added garbage collector overhead and optional default return value to | Robert Schuppenies | 2008-07-10 | 1 | -0/+23 |
|
|
* | Added additional __sizeof__ implementations and addressed comments made in | Robert Schuppenies | 2008-07-10 | 1 | -18/+47 |
|
|
* | Fixed Issue3122 and extended sys.getsizeof tests for built-in types. | Robert Schuppenies | 2008-07-10 | 1 | -67/+172 |
|
|
* | remove test_compact_freelists from test_sys | Benjamin Peterson | 2008-07-06 | 1 | -19/+0 |
|
|
* | Corrected inconsistencies in sizeof tests and addressed issue pointed | Robert Schuppenies | 2008-06-26 | 1 | -12/+12 |
|
|
* | Issue 3147: Fixed SizeofTest failure for LLP64 systems. | Robert Schuppenies | 2008-06-25 | 1 | -71/+60 |
|
|
* | Revert 64424, 64438, and 64439. | Raymond Hettinger | 2008-06-24 | 1 | -1/+1 |
|
|
* | Make bin() implementation parallel oct() and hex() so that int/long subclasse... | Raymond Hettinger | 2008-06-20 | 1 | -1/+1 |
|
|
* | Issue 3048: Fixed sys.sizeof test fails with wide unicode. | Robert Schuppenies | 2008-06-17 | 1 | -2/+1 |
|
|
* | Fixed: sys.getsizeof does not take the actual length of the tuples into account. | Robert Schuppenies | 2008-06-13 | 1 | -0/+3 |
|
|
* | Issue 3048: Fixed sys.getsizeof for unicode objects. | Robert Schuppenies | 2008-06-10 | 1 | -7/+28 |
|
|
* | Fix test_sys. | Robert Schuppenies | 2008-06-01 | 1 | -2/+0 |
|
|
* | Some style nits. Also clarify in the docstrings what __sizeof__ does. | Georg Brandl | 2008-06-01 | 1 | -11/+11 |
|
|
* | Issue #2898: Added sys.getsizeof() to retrieve size of objects in bytes. | Robert Schuppenies | 2008-06-01 | 1 | -2/+149 |
|
|
* | New environment variable PYTHONIOENCODING. | Martin v. Löwis | 2008-06-01 | 1 | -0/+20 |
|
|
* | Fix sys.flags to properly expose bytes_warning. | Brett Cannon | 2008-05-08 | 1 | -1/+1 |
|
|
* | Temporarily disable this test. It's been broken for a week. | Raymond Hettinger | 2008-02-09 | 1 | -15/+15 |
|
|
* | Small adjustments for test compact freelist test. It's no passing on Windows ... | Christian Heimes | 2008-02-04 | 1 | -5/+5 |
|
|
* | Increase debugging to investige failing tests on some build bots | Christian Heimes | 2008-02-04 | 1 | -0/+3 |
|
|
* | Patch #1953 | Christian Heimes | 2008-02-04 | 1 | -0/+18 |
|
|
* | Typo fixes | Andrew M. Kuchling | 2008-01-15 | 1 | -1/+1 |
|
|
* | Now that I've learnt about structseq objects I felt like converting sys.float... | Christian Heimes | 2008-01-14 | 1 | -1/+1 |
|
|
* | Applied patch #1816: sys.flags patch | Christian Heimes | 2008-01-14 | 1 | -0/+12 |
|
|
* | Feature #1534 | Christian Heimes | 2007-12-01 | 1 | -0/+2 |
|
|
* | current_frames_with_threads(): There's actually no way | Tim Peters | 2006-07-25 | 1 | -3/+4 |
|
|
* | SF bug 1524317: configure --without-threads fails to build | Tim Peters | 2006-07-19 | 1 | -0/+22 |
|
|
* | After approval from Anthony, merge the tim-current_frames | Tim Peters | 2006-07-10 | 1 | -0/+61 |
|
|
* | Add test case for #43581. | Martin v. Löwis | 2006-04-03 | 1 | -0/+5 |
|
|
* | Disable a few other tests, that can't work if Python is compiled without | Walter Dörwald | 2005-08-03 | 1 | -1/+2 |
|
|
* | Whitespace normalization. | Tim Peters | 2005-02-15 | 1 | -2/+2 |
|
|