| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | Don't return spurious empty fields if 'keep_empty_values' is True. | Neil Schemenauer | 2004-07-19 | 1 | -0/+11 |
|
|
* | Using repr() generates entries that the current stats package can't | Nicholas Bastin | 2004-07-12 | 1 | -3/+3 |
|
|
* | Massive performance improvement for C extension and builtin tracing code | Nicholas Bastin | 2004-06-25 | 1 | -3/+3 |
|
|
* | Port the dictionary tests from test_types.py to unittest. Collect as much | Walter Dörwald | 2004-05-31 | 1 | -1/+1 |
|
|
* | Enable the profiling of C functions (builtins and extensions) | Nicholas Bastin | 2004-03-24 | 1 | -1/+4 |
|
|
* | Added global runctx function to profile to fix SF Bug #716587 | Nicholas Bastin | 2004-03-22 | 1 | -6/+6 |
|
|
* | Port test_binascii.py to PyUnit and enhance tests. | Walter Dörwald | 2004-03-15 | 1 | -29/+0 |
|
|
* | Make test_coercion.py less sensitive to platform fp quirks. Closes | Neil Schemenauer | 2004-03-10 | 1 | -329/+329 |
|
|
* | adding passing test. testing for g(*Nothing()) where Nothing is a user-define... | Samuele Pedroni | 2004-02-21 | 1 | -0/+1 |
|
|
* | SF #736962, port test_future to unittest, add a bit more coverage, by Walter ... | Neal Norwitz | 2003-12-13 | 1 | -8/+0 |
|
|
* | Add tests to test_weakref.py to bring code coverage in _weakref.c up to 100%. | Walter Dörwald | 2003-12-11 | 1 | -9/+0 |
|
|
* | Move list and tuple tests from test_types.py to their own scripts: | Walter Dörwald | 2003-12-08 | 1 | -3/+2 |
|
|
* | Add test for bug "[ 846133 ] os.chmod/os.utime/shutil do not work with | Mark Hammond | 2003-12-03 | 1 | -2/+0 |
|
|
* | SF patch #736962: Port tests to unittest | Raymond Hettinger | 2003-08-30 | 1 | -2/+0 |
|
|
* | Fixed test and converted to unittest format. | Raymond Hettinger | 2003-07-15 | 1 | -1/+0 |
|
|
* | Reworked test_warnings.py: | Raymond Hettinger | 2003-07-13 | 1 | -10/+0 |
|
|
* | This test failed on WindowsME because the full file path did not get | Raymond Hettinger | 2003-07-13 | 1 | -4/+4 |
|
|
* | Change warnings to avoid importing re module during startup. | Jeremy Hylton | 2003-07-11 | 1 | -0/+10 |
|
|
* | Fix SF bug 764095: Don't use network in test_httplib. | Jeremy Hylton | 2003-07-08 | 1 | -0/+2 |
|
|
* | SF patch #736962. Converted test_compile to unittest format. | Raymond Hettinger | 2003-06-23 | 1 | -7/+0 |
|
|
* | test_posixpath.py now uses unittest. The output file is no longer needed. | Raymond Hettinger | 2003-06-17 | 1 | -2/+0 |
|
|
* | Test script changed. | Greg Ward | 2003-05-29 | 1 | -6/+5 |
|
|
* | Port test_mimetools.py to PyUnit and add various tests. | Walter Dörwald | 2003-05-22 | 1 | -5/+0 |
|
|
* | Fix for SF [ 734869 ] Lambda functions in list comprehensions | Jeremy Hylton | 2003-05-21 | 1 | -0/+1 |
|
|
* | Port test_array and test_winsound to PyUnit. Enhance tests for array | Walter Dörwald | 2003-05-18 | 1 | -2/+0 |
|
|
* | Port test_richcmp.py to PyUnit. From SF patch #662807 which additional | Walter Dörwald | 2003-04-29 | 1 | -187/+0 |
|
|
* | New version from Vinaj, should solve the threading problems (hopefully). | Guido van Rossum | 2003-04-25 | 1 | -2/+2 |
|
|
* | test_re is no longer needed | Guido van Rossum | 2003-04-25 | 1 | -2/+0 |
|
|
* | Port test_pwd.py to PyUnit. Check that getpwall() and | Walter Dörwald | 2003-04-15 | 1 | -7/+0 |
|
|