| Commit message (Expand) | Author | Age | Files | Lines |
| * | Issue2495: tokenize.untokenize did not insert space between two consecutive s... | Amaury Forgeot d'Arc | 2008-03-27 | 1 | -1/+7 |
|
|
| * | Remove old expected output for test_resource | Andrew M. Kuchling | 2008-02-23 | 1 | -2/+0 |
|
|
| * | Chris McDonough's patch to defend against certain DoS attacks on FieldStorage. | Guido van Rossum | 2006-08-10 | 1 | -0/+2 |
|
|
| * | Be a lot smarter about whether this test passes: instead of assuming | Greg Ward | 2006-07-23 | 1 | -2/+1 |
|
|
| * | Increase the small thread stack size to get the test | Andrew MacIntyre | 2006-06-13 | 1 | -2/+2 |
|
|
| * | Patch #1454481: Make thread stack size runtime tunable. | Andrew MacIntyre | 2006-06-13 | 1 | -0/+12 |
|
|
| * | Revert revisions: | Tim Peters | 2006-06-04 | 1 | -8/+0 |
|
|
| * | Patch #1454481: Make thread stack size runtime tunable. | Andrew MacIntyre | 2006-06-04 | 1 | -0/+8 |
|
|
| * | [ 1497053 ] Let dicts propagate the exceptions in user __eq__(). | Armin Rigo | 2006-06-01 | 1 | -2/+17 |
|
|
| * | Convert test_exceptions to unittest. | Georg Brandl | 2006-05-30 | 1 | -52/+0 |
|
|
| * | Conversion of exceptions over from faked-up classes to new-style C types. | Richard Jones | 2006-05-27 | 1 | -3/+3 |
|
|
| * | Convert test_compare to use unittest. Hopefully we can find out | Neal Norwitz | 2006-04-09 | 1 | -101/+0 |
|
|
| * | Make test_augassign pass with -Qnew and convert to unittest. | Georg Brandl | 2006-03-28 | 1 | -51/+0 |
|
|
| * | Make test_coercion pass with -Qnew. Converted to unittest on the occasion. | Georg Brandl | 2006-03-28 | 1 | -1054/+0 |
|
|
| * | 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 |
|
|