| Commit message (Expand) | Author | Age | Files | Lines |
* | Expect to skip test_iconv_codecs on MacOSX. | Jack Jansen | 2003-02-23 | 1 | -0/+1 |
|
|
* | Fix SF bug #690081, test_posix fails when run in non-interactive mode | Neal Norwitz | 2003-02-23 | 1 | -1/+8 |
|
|
* | Fix SF bug #691276, shutil.copytree documentation bug | Neal Norwitz | 2003-02-23 | 1 | -3/+3 |
|
|
* | User requested changes to the itertools module. | Raymond Hettinger | 2003-02-23 | 1 | -11/+12 |
|
|
* | Getting rid of macfs. | Jack Jansen | 2003-02-21 | 3 | -8/+6 |
|
|
* | Get rid of macfs. | Jack Jansen | 2003-02-21 | 1 | -60/+59 |
|
|
* | Checking mac-specific stuff from the 2.3a2 branch in on the trunk. | Jack Jansen | 2003-02-21 | 1 | -0/+1 |
|
|
* | getpid doesn't exist on MacOS9. | Jack Jansen | 2003-02-21 | 1 | -1/+4 |
|
|
* | Remove _reduce_2, it's now implemented in C. | Guido van Rossum | 2003-02-21 | 1 | -42/+5 |
|
|
* | SF bug 690622: test_cpickle overflows stack on MacOS9. | Tim Peters | 2003-02-21 | 1 | -1/+5 |
|
|
* | Doubled TimeoutTestCase.fuzz, to slash the frequency of bogus failures | Tim Peters | 2003-02-21 | 1 | -1/+7 |
|
|
* | Port all string tests to PyUnit and share as much tests | Walter Dörwald | 2003-02-21 | 6 | -935/+921 |
|
|
* | SF bug #690083: test_random fails sometimes | Raymond Hettinger | 2003-02-21 | 1 | -1/+1 |
|
|
* | announce(): use the level argument to control the log level. | Guido van Rossum | 2003-02-20 | 1 | -1/+1 |
|
|
* | set_verbosity(): do something reasonable for out-of-range verbosity | Guido van Rossum | 2003-02-20 | 1 | -3/+3 |
|
|
* | Include download_url in the data POSTed to the catalog server | Andrew M. Kuchling | 2003-02-19 | 1 | -0/+1 |
|
|
* | [Patch #683939] Add download_url field to metadata | Andrew M. Kuchling | 2003-02-19 | 2 | -2/+9 |
|
|
* | [Patch #684398] Rename verbose argument to show-response; don't conditionaliz... | Andrew M. Kuchling | 2003-02-19 | 1 | -9/+8 |
|
|
* | OS/2 has no concept of file ownership, like DOS & MS Windows version | Andrew MacIntyre | 2003-02-19 | 1 | -1/+2 |
|
|
* | Reverted whitespace normalization on this file. I should really change | Tim Peters | 2003-02-19 | 1 | -9/+10 |
|
|
* | Removed debugging print in test_tarfile. | Tim Peters | 2003-02-19 | 1 | -1/+0 |
|
|
* | Whitespace normalization. | Tim Peters | 2003-02-19 | 26 | -114/+110 |
|
|
* | Rename _better_reduce to _reduce_2, to make sure that any code that | Guido van Rossum | 2003-02-19 | 1 | -10/+5 |
|
|
* | Remove now unused _better_reduce. | Guido van Rossum | 2003-02-19 | 1 | -1/+1 |
|
|
* | Use __reduce_ex__ in copy.py. The test_*copy_cant() tests are simpler again. | Guido van Rossum | 2003-02-19 | 3 | -33/+66 |
|
|
* | Fix bug 683658 - PyErr_Warn may cause import deadlock. | Mark Hammond | 2003-02-19 | 1 | -1/+4 |
|
|
* | Enable argv emulation if required. | Jack Jansen | 2003-02-18 | 1 | -2/+4 |
|
|
* | Added an argv_emulation option (command line option: --argv or -a) which | Jack Jansen | 2003-02-18 | 1 | -2/+36 |
|
|
* | Argvemulator still used the old Alias API. Fixed. | Jack Jansen | 2003-02-18 | 1 | -2/+2 |
|
|
* | Remove unused _better_reduce (which will disappear soon) and | Guido van Rossum | 2003-02-18 | 1 | -1/+1 |
|
|
* | Three test cases for __reduce_ex__. This fails for cPickle, until Tim | Guido van Rossum | 2003-02-18 | 1 | -0/+52 |
|
|
* | Introducing __reduce_ex__, which is called with a protocol number argument | Guido van Rossum | 2003-02-18 | 3 | -15/+26 |
|
|
* | Use python.org as the repository | Andrew M. Kuchling | 2003-02-18 | 1 | -2/+1 |
|
|
* | One doctest displaying a dict didn't sort it first. *Maybe* this fixes | Tim Peters | 2003-02-18 | 1 | -2/+2 |
|
|
* | Fix SF bug #688424, 64-bit test problems | Neal Norwitz | 2003-02-18 | 1 | -26/+71 |
|
|
* | Fix SF bug #688424, 64-bit test problems | Neal Norwitz | 2003-02-18 | 2 | -3/+8 |
|
|
* | Copy the trace module here from Tools/scripts. | Jeremy Hylton | 2003-02-18 | 1 | -0/+729 |
|
|
* | SF patch #687683, Patches to logging (updates from Vinay) | Neal Norwitz | 2003-02-18 | 4 | -53/+87 |
|
|
* | Use "$@" to pass arguments to Python in stead of "${1}". This passes all | Jack Jansen | 2003-02-18 | 1 | -1/+1 |
|
|
* | [Patch #681504] Call customize_compiler in config command | Andrew M. Kuchling | 2003-02-18 | 1 | -0/+2 |
|
|
* | Make changes suggested by Walter to use self.assert*() methods. | Neal Norwitz | 2003-02-17 | 1 | -26/+14 |
|
|
* | Import test_support properly | Neal Norwitz | 2003-02-17 | 1 | -1/+1 |
|
|
* | test_posix is an expected skip on Win32. Also fixed test_posix to | Tim Peters | 2003-02-17 | 2 | -1/+2 |
|
|
* | M NEWS.txt | Kurt B. Kaiser | 2003-02-17 | 5 | -63/+149 |
|
|
* | Added test_posix (hopefully it works on Windows). | Neal Norwitz | 2003-02-17 | 1 | -0/+172 |
|
|
* | Use correct function name to PyArg_ParseTuple("is_package"). | Neal Norwitz | 2003-02-17 | 1 | -1/+4 |
|
|
* | When installing resource files whose name ends in .rsrc use the | Jack Jansen | 2003-02-17 | 2 | -5/+45 |
|
|
* | Actually run these tests from regrtest.py. | Neal Norwitz | 2003-02-17 | 6 | -10/+38 |
|
|
* | - Added support for zip archives | Jack Jansen | 2003-02-17 | 1 | -3/+13 |
|
|
* | Tweak to Skip's checkin of patch 686397: | Andrew MacIntyre | 2003-02-17 | 1 | -3/+2 |
|
|