| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | Adapt output file to new Cookie JS output. | Georg Brandl | 2005-06-27 | 1 | -4/+4 |
|
|
* | test_asynchat is no longer expected to produce output. | Michael W. Hudson | 2005-06-20 | 1 | -3/+0 |
|
|
* | SF #818006: merge from release24-maint branch: add useful read-only | Greg Ward | 2005-03-07 | 1 | -4/+1 |
|
|
* | Patches #749830, #1144555: allow UNIX mmap size to default to current | Martin v. Löwis | 2005-03-03 | 1 | -0/+2 |
|
|
* | Patch #1049151: adding bool support to xdrlib.py. | Martin v. Löwis | 2005-02-24 | 1 | -0/+19 |
|
|
* | Stop printing listdir bytestring output, as the precise list of strings | Martin v. Löwis | 2004-11-07 | 1 | -1/+0 |
|
|
* | Kill several problems at once: test_poll() failed sometimes for me. | Tim Peters | 2004-10-13 | 1 | -2/+0 |
|
|
* | Added Peter Astrand's subprocess module. | Fredrik Lundh | 2004-10-12 | 1 | -0/+2 |
|
|
* | Remove test output for rotor, xreadline | Andrew M. Kuchling | 2004-08-31 | 2 | -9/+0 |
|
|
* | SF patch #1007189, multi-line imports, for instance: | Anthony Baxter | 2004-08-31 | 1 | -1/+2 |
|
|
* | PEP-0318, @decorator-style. In Guido's words: | Anthony Baxter | 2004-08-02 | 1 | -1/+12 |
|
|