| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merged revisions 86596 via svnmerge from | Ezio Melotti | 2010-11-21 | 1 | -6/+6 |
| | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r86596 | ezio.melotti | 2010-11-20 21:04:17 +0200 (Sat, 20 Nov 2010) | 1 line #9424: Replace deprecated assert* methods in the Python test suite. ........ | ||||
| * | Redo r83142 merge manually. QOTD: svnmerge isn't really your best friend | Alexander Belopolsky | 2010-07-28 | 1 | -2/+2 |
| | | |||||
| * | Reverted r83142: bad svnmerge | Alexander Belopolsky | 2010-07-28 | 1 | -2/+2 |
| | | |||||
| * | Merged revisions 83140-83141 via svnmerge from | Alexander Belopolsky | 2010-07-25 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r83140 | alexander.belopolsky | 2010-07-25 11:02:55 -0400 (Sun, 25 Jul 2010) | 5 lines Issue #9315: Renamed test_trace to test_sys_settrace and test_profilehooks to test_sys_setprofile so that test_trace can be used for testing the trace module and for naming consistency. ........ r83141 | alexander.belopolsky | 2010-07-25 11:05:42 -0400 (Sun, 25 Jul 2010) | 1 line Corrected comments on where settrace and setprofile are tested. ........ | ||||
| * | Issue #3798: Write sys.exit() message to sys.stderr to use stderr encoding and | Victor Stinner | 2010-05-25 | 1 | -0/+20 |
| | | | | | error handler, instead of writing to the C stderr file in utf-8 | ||||
| * | Issue #8268: Old-style classes (not just instances) now support weak | Antoine Pitrou | 2010-03-31 | 1 | -1/+1 |
| | | | | | references. | ||||
| * | Backported PyCapsule from 3.1, and converted most uses of | Larry Hastings | 2010-03-25 | 1 | -0/+1 |
| | | | | | CObject to PyCapsule. | ||||
| * | Add support for weak references to code objects. This will be used by an ↵ | Collin Winter | 2010-03-18 | 1 | -1/+1 |
| | | | | | | | optimization in the incoming Python 3 JIT. Patch by Reid Kleckner! | ||||
| * | #7092: silence some more py3k warnings. | Ezio Melotti | 2010-03-17 | 1 | -2/+4 |
| | | |||||
| * | Another fix to test_executable() of test_sys: set the current working to avoid | Victor Stinner | 2010-03-11 | 1 | -1/+4 |
| | | | | | the #7774 bug. | ||||
| * | Fix test_executable introduce in previous commit (r78835): Windows is able to | Victor Stinner | 2010-03-11 | 1 | -2/+2 |
| | | | | | | retrieve the absolute Python path even if argv[0] has been set to a non existent program name. | ||||
| * | Issue #7774: Set sys.executable to an empty string if argv[0] has been | Victor Stinner | 2010-03-11 | 1 | -0/+11 |
| | | | | | | | | | set to an non existent program name and Python is unable to retrieve the real program name. Fix also sysconfig: if sys.executable is an empty string, use the current working directory. | ||||
| * | Remove unused imports in test modules. | Georg Brandl | 2010-02-07 | 1 | -2/+2 |
| | | |||||
| * | Issue #5677: Explicitly forbid write operations on read-only file objects, | Antoine Pitrou | 2010-02-05 | 1 | -1/+1 |
| | | | | | | | and read operations on write-only file objects. On Windows, the system C library would return a bogus result; on Solaris, it was possible to crash the interpreter. Patch by Stefan Krah. | ||||
| * | Issue #7819: Check sys.call_tracing() arguments types. | Victor Stinner | 2010-01-31 | 1 | -0/+4 |
| | | | | | py3k was already patched by issue #3661. | ||||
| * | 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 ↵ | Eric Smith | 2010-01-27 | 1 | -1/+17 |
| | | | | | and add the additional members returned in an OSVERSIONINFOEX structure. The new members are service_pack_major, service_pack_minor, suite_mask, and product_type. | ||||
| * | 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 |
| | | | | | mistake. ( It may come in for sure tough) | ||||
| * | Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. ↵ | Senthil Kumaran | 2010-01-08 | 1 | -3/+9 |
| | | | | | Patch by flox | ||||
| * | 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 |
| | | | | | | Add sys.float_repr_style attribute ('short' if short float repr is in used; 'legacy' otherwise). | ||||
| * | 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 |
| | | | | | Backport of r70459. | ||||
| * | Issue #5260: Various portability and standards compliance fixes, optimizations | Mark Dickinson | 2009-02-15 | 1 | -6/+6 |
| | | | | | | | | and cleanups in Objects/longobject.c. The most significant change is that longs now use less memory: average savings are 2 bytes per long on 32-bit systems and 6 bytes per long on 64-bit systems. (This memory saving already exists in py3k.) | ||||
| * | Implement issue #4285, convert sys.version_info to a named | Eric Smith | 2009-02-06 | 1 | -1/+13 |
| | | | | | tuple. Patch by Ross Light. | ||||
| * | Issue #4445: save 3 bytes (on average, on a typical machine) per | Mark Dickinson | 2008-12-05 | 1 | -2/+2 |
| | | | | | string allocation. | ||||
| * | 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 |
| | | | | | sys.getsizeof. | ||||
| * | Added additional __sizeof__ implementations and addressed comments made in | Robert Schuppenies | 2008-07-10 | 1 | -18/+47 |
| | | | | | Issue3122. | ||||
| * | 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 |
| | | | | | out by Jean Brouwers. | ||||
| * | 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 ↵ | Raymond Hettinger | 2008-06-20 | 1 | -1/+1 |
| | | | | | subclasses can override or so that other classes can support. | ||||
| * | 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 |
| | | | | | Closes issue #2790. | ||||
| * | Temporarily disable this test. It's been broken for a week. | Raymond Hettinger | 2008-02-09 | 1 | -15/+15 |
| | | |||||
