| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged revisions 59822-59841 via svnmerge from | Christian Heimes | 2008-01-07 | 2 | -12/+12 |
|
|
* | Merged revisions 59605-59624 via svnmerge from | Christian Heimes | 2007-12-31 | 2 | -12/+12 |
|
|
* | Merged revisions 59512-59540 via svnmerge from | Christian Heimes | 2007-12-17 | 1 | -3/+0 |
|
|
* | Make Decimal a subclass of Real and Inexact. | Guido van Rossum | 2007-12-10 | 2 | -28/+28 |
|
|
* | Fix the rest of issue 1400, by introducing a proper implementation of | Guido van Rossum | 2007-12-06 | 2 | -28/+28 |
|
|
* | Believe it or not, the addition of flush() calls broke two unittests. | Guido van Rossum | 2007-12-05 | 2 | -2/+30 |
|
|
* | Patch from Georg Brandl and me for #1493 | Christian Heimes | 2007-11-25 | 1 | -0/+2 |
|
|
* | Patch 1420 by Ron Adam. | Guido van Rossum | 2007-11-12 | 1 | -19/+19 |
|
|
* | Oh, I missed the output part of the test ... | Christian Heimes | 2007-10-31 | 1 | -2/+2 |
|
|
* | Merge the trunk changes in. Breaks socket.ssl for now. | Thomas Wouters | 2007-08-28 | 5 | -75/+0 |
|
|
* | Convert test_pkg to use unittest. | Collin Winter | 2007-08-24 | 1 | -43/+0 |
|
|
* | Remove output file for test that was already removed | Neal Norwitz | 2007-08-17 | 1 | -2/+0 |
|
|
* | Merged revisions 56492-56752 via svnmerge from | Guido van Rossum | 2007-08-05 | 1 | -7/+0 |
|
|
* | Merged revisions 55817-55961 via svnmerge from | Guido van Rossum | 2007-06-13 | 2 | -30/+43 |
|
|
* | Merged revisions 55631-55794 via svnmerge from | Guido van Rossum | 2007-06-06 | 1 | -2/+0 |
|
|
* | Merged revisions 55407-55513 via svnmerge from | Guido van Rossum | 2007-05-22 | 1 | -6/+9 |
|
|
* | Merged revisions 55007-55179 via svnmerge from | Guido van Rossum | 2007-05-07 | 2 | -11/+3 |
|
|
* | Merged revisions 53952-54987 via svnmerge from | Guido van Rossum | 2007-04-27 | 6 | -510/+0 |
|
|
* | Remove the exceptions builtin module, all the exceptions are already builtin. | Neal Norwitz | 2007-02-26 | 1 | -3/+3 |
|
|
* | Trivial fix for test_profile.py. | Guido van Rossum | 2007-02-09 | 1 | -7/+7 |
|
|
* | Some more tests pass now. (Also test_compiler.py with -u all.) | Guido van Rossum | 2007-02-09 | 1 | -8/+8 |
|
|
* | Merged revisions 53451-53537 via svnmerge from | Thomas Wouters | 2007-02-01 | 3 | -11/+0 |
|
|
* | Merged the int/long unification branch, by very crude means (sorry Thomas!). | Guido van Rossum | 2007-01-14 | 1 | -1/+1 |
|
|
* | PEP 3107 - Function Annotations thanks to Tony Lownds | Neal Norwitz | 2006-12-28 | 1 | -1/+17 |
|
|
* | Four months of trunk changes (including a few releases...) | Thomas Wouters | 2006-12-13 | 17 | -478/+50 |
|
|
* | Jiwon Seo's PEP 3102 implementation. | Guido van Rossum | 2006-10-27 | 1 | -38/+38 |
|
|
* | Patch #1550786: ellipsis literal. | Georg Brandl | 2006-09-06 | 1 | -0/+1 |
|
|
* | Patch #1550800: make exec a function. | Georg Brandl | 2006-09-06 | 3 | -7/+12 |
|
|
* | Check in new output for test_tokenize. | Brett Cannon | 2006-08-25 | 1 | -12/+13 |
|
|
* | Killed the <> operator. You must now use !=. | Guido van Rossum | 2006-08-24 | 2 | -6/+4 |
|
|
* | Restructure comparison dramatically. There is no longer a default | Guido van Rossum | 2006-08-24 | 1 | -10/+10 |
|
|
* | Merge current trunk into p3yk. This includes the PyNumber_Index API change, | Thomas Wouters | 2006-08-21 | 1 | -0/+2 |
|
|
* | Another has_key reference bites the dust. | Guido van Rossum | 2006-08-19 | 1 | -2/+0 |
|
|
* | Merged revisions 46753-51188 via svnmerge from | Thomas Wouters | 2006-08-11 | 2 | -2/+13 |
|
|
* | Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn | Thomas Wouters | 2006-06-08 | 2 | -54/+17 |
|
|
* | Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. | Thomas Wouters | 2006-05-27 | 1 | -3/+3 |
|
|
* | SF patch 1495675: Remove types.InstanceType and new.instance | Guido van Rossum | 2006-05-26 | 1 | -1/+0 |
|
|
* | Merge p3yk branch with the trunk up to revision 45595. This breaks a fair | Thomas Wouters | 2006-04-21 | 3 | -1209/+0 |
|
|
* | Fix the expected output file; new classes just behave differently... | Guido van Rossum | 2006-04-17 | 1 | -39/+5 |
|
|
* | Fix the superficial augmented-assignment tests to deal with true division. | Thomas Wouters | 2006-04-15 | 1 | -4/+7 |
|
|
* | PEP 352 implementation. Creates a new base class, BaseException, which has an | Brett Cannon | 2006-03-01 | 1 | -3/+3 |
|
|
* | Test case to cover subscription bug from SF 1333982 | Jeremy Hylton | 2006-02-28 | 1 | -0/+1 |
|
|
* | Added the cProfile module. | Armin Rigo | 2006-02-08 | 2 | -7/+150 |
|
|
* | Patch #1407135, bug #1424041, make mmap.mmap(-1, length) work the same | Neal Norwitz | 2006-02-05 | 1 | -0/+1 |
|
|
* | Added a test for the ability to specify a class attribute in Formatter config... | Vinay Sajip | 2006-01-20 | 1 | -0/+4 |
|
|
* | Changes due to added test for fileConfig contributed by Shane Hathaway. | Vinay Sajip | 2006-01-16 | 1 | -0/+6 |
|
|
* | Fix SF bug #1402308, segfault when using mmap(-1, ...) | Neal Norwitz | 2006-01-11 | 1 | -0/+1 |
|
|
* | Oops, forgot to add the output file to 41388. | Neal Norwitz | 2005-11-03 | 1 | -0/+2 |
|
|
* | Merge ast-branch to head | Jeremy Hylton | 2005-10-20 | 2 | -1/+2 |
|
|
* | *** empty log message *** | Georg Brandl | 2005-08-26 | 1 | -11/+11 |
|
|