| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged revisions 64119,64147,64150,64165,64219-64221,64229-64230,64233,64235,... | Amaury Forgeot d'Arc | 2008-06-17 | 1 | -0/+3 |
|
|
* | Merged revisions 64326 via svnmerge from | Benjamin Peterson | 2008-06-17 | 1 | -2/+1 |
|
|
* | Fixed test_sys failure due to removal of the unused slots | Alexandre Vassalotti | 2008-06-12 | 1 | -5/+10 |
|
|
* | Implement PEP 3121: new module initialization and finalization API. | Martin v. Löwis | 2008-06-11 | 1 | -1/+1 |
|
|
* | Merged revisions 64002-64003,64012,64036-64037,64047,64050-64052,64054-64055,... | Georg Brandl | 2008-06-10 | 1 | -7/+25 |
|
|
* | Remove last traces of cStringIO. | Georg Brandl | 2008-06-10 | 1 | -1/+1 |
|
|
* | Issue 3049: Some 3k sizeof tests fail. | Robert Schuppenies | 2008-06-06 | 1 | -13/+10 |
|
|
* | Fix sys.flags sequence behavior and add a test case. | Georg Brandl | 2008-06-06 | 1 | -1/+2 |
|
|
* | Merged revisions 63856-63857,63859-63860 via svnmerge from | Martin v. Löwis | 2008-06-04 | 1 | -2/+135 |
|
|
* | Remove tabcheck from the expected flags in sys.flags. | Georg Brandl | 2008-06-04 | 1 | -1/+1 |
|
|
* | Forward-port PYTHONIOENCODING. | Martin v. Löwis | 2008-06-02 | 1 | -0/+20 |
|
|
* | Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875. | Georg Brandl | 2008-05-25 | 1 | -4/+4 |
|
|
* | #2621 rename test.test_support to test.support | Benjamin Peterson | 2008-05-20 | 1 | -2/+2 |
|
|
* | Merged revisions 62873,62887,62892-62896,62904 via svnmerge from | Benjamin Peterson | 2008-05-08 | 1 | -1/+2 |
|
|
* | Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,... | Christian Heimes | 2008-02-09 | 1 | -11/+11 |
|
|
* | Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,... | Christian Heimes | 2008-02-06 | 1 | -3/+6 |
|
|
* | Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,... | Christian Heimes | 2008-02-04 | 1 | -0/+14 |
|
|
* | Merged revisions 59952-59984 via svnmerge from | Guido van Rossum | 2008-01-15 | 1 | -1/+1 |
|
|
* | Merged revisions 59933-59951 via svnmerge from | Christian Heimes | 2008-01-14 | 1 | -1/+12 |
|
|
* | Removed PyInt_GetMax and sys.maxint | Christian Heimes | 2007-12-04 | 1 | -1/+1 |
|
|
* | #1535: rename __builtin__ module to builtins. | Georg Brandl | 2007-12-02 | 1 | -5/+5 |
|
|
* | Merged revisions 59245-59254 via svnmerge from | Christian Heimes | 2007-12-01 | 1 | -0/+2 |
|
|
* | Patch from Georg Brandl and me for #1493 | Christian Heimes | 2007-11-25 | 1 | -1/+1 |
|
|
* | Reset original sys.stdout, stderr and displayhook even in the case of an error | Christian Heimes | 2007-11-07 | 1 | -9/+10 |
|
|
* | Merging the py3k-pep3137 branch back into the py3k branch. | Guido van Rossum | 2007-11-06 | 1 | -20/+3 |
|
|
* | Patch #1303: Adapt str8 constructor to bytes (now buffer) one. | Georg Brandl | 2007-10-24 | 1 | -2/+2 |
|
|
* | Patch# 1258 by Christian Heimes: kill basestring. | Guido van Rossum | 2007-10-16 | 1 | -7/+7 |
|
|
* | Issue #1066: implement PEP 3109, 2/3 of PEP 3134. | Collin Winter | 2007-08-31 | 1 | -5/+0 |
|
|
* | SF patch# 1770008 by Christian Heimes (plus some extras). | Guido van Rossum | 2007-08-09 | 1 | -3/+3 |
|
|
* | Patch by Christian Heimes to change self.assert_(x == y) into | Guido van Rossum | 2007-07-11 | 1 | -1/+1 |
|
|
* | Make identifiers str (not str8) objects throughout. | Martin v. Löwis | 2007-06-10 | 1 | -6/+6 |
|
|
* | Merged revisions 55631-55794 via svnmerge from | Guido van Rossum | 2007-06-06 | 1 | -41/+0 |
|
|
* | Change sys.intern() so that unicode strings can be | Walter Dörwald | 2007-06-05 | 1 | -1/+12 |
|
|
* | Remove tests for have_unicode. | Walter Dörwald | 2007-05-22 | 1 | -7/+4 |
|
|
* | Make test_sys pass. | Guido van Rossum | 2007-05-15 | 1 | -2/+2 |
|
|
* | Change all the function attributes from func_* -> __*__. This gets rid | Neal Norwitz | 2007-02-25 | 1 | -1/+1 |
|
|
* | SF patch 1631942 by Collin Winter: | Guido van Rossum | 2007-01-10 | 1 | -11/+8 |
|
|
* | Patch #1601678: move intern() to sys.intern(). | Georg Brandl | 2006-12-19 | 1 | -0/+25 |
|
|
* | Merged revisions 46753-51188 via svnmerge from | Thomas Wouters | 2006-08-11 | 1 | -0/+84 |
|
|
* | Merge p3yk branch with the trunk up to revision 45595. This breaks a fair | Thomas Wouters | 2006-04-21 | 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 |
|
|
* | Test that SystemExits are handled properly by the exit machinery. I | Michael W. Hudson | 2005-02-15 | 1 | -0/+12 |
|
|
* | New function sys.getcheckinterval(), to complement setcheckinterval(). | Tim Peters | 2003-07-06 | 1 | -2/+4 |
|
|
* | Combine the functionality of test_support.run_unittest() | Walter Dörwald | 2003-05-01 | 1 | -3/+1 |
|
|
* | Reindent the new code properly. | Guido van Rossum | 2003-03-01 | 1 | -22/+22 |
|
|
* | - New function sys.exc_clear() clears the current exception. This is | Guido van Rossum | 2003-03-01 | 1 | -0/+44 |
|
|
* | Whitespace normalization. | Tim Peters | 2003-02-19 | 1 | -10/+10 |
|
|
* | Fix SF bug #688424, 64-bit test problems | Neal Norwitz | 2003-02-18 | 1 | -1/+1 |
|
|
* | Fix typo. | Walter Dörwald | 2003-02-03 | 1 | -1/+1 |
|
|