| Commit message (Expand) | Author | Age | Files | Lines |
* | Workaround for bug #644243 (which is actually an Apple bug, I think): URLs | Jack Jansen | 2003-02-25 | 1 | -0/+4 |
|
|
* | Refer to the Mac OS X bundle_loader by the altbininstall name, so that | Jack Jansen | 2003-02-25 | 2 | -3/+3 |
|
|
* | Test suite for the plistlib module. | Jack Jansen | 2003-02-25 | 1 | -0/+59 |
|
|
* | In Mac OS X framework builds don't assume that the executable will be | Jack Jansen | 2003-02-25 | 2 | -6/+8 |
|
|
* | Change the test encoding from "ISO8859-1" to "ISO-8859-1" | Walter Dörwald | 2003-02-24 | 1 | -4/+4 |
|
|
* | 2.3b1 patches | Guido van Rossum | 2003-02-24 | 1 | -2/+5 |
|
|
* | Fix building of Idle applet. | Jack Jansen | 2003-02-24 | 1 | -5/+1 |
|
|
* | Allow specifiying the destination for --extra files (default: same | Jack Jansen | 2003-02-24 | 1 | -6/+8 |
|
|
* | Added a -c (--copyfile) option with argument src:dst which copies file src | Jack Jansen | 2003-02-24 | 2 | -3/+12 |
|
|
* | Remove unused variables. | Walter Dörwald | 2003-02-24 | 1 | -9/+0 |
|
|
* | sys.executable can contain spaces, cater for this when passing it to | Jack Jansen | 2003-02-24 | 2 | -3/+3 |
|
|
* | That fix was bogus, undone. The problem is that the iconv include file | Jack Jansen | 2003-02-24 | 1 | -3/+3 |
|
|
* | The test for iconv_incs tested explicitly for None, but [] is returned | Jack Jansen | 2003-02-24 | 1 | -2/+2 |
|
|
* | Added a note about MacOS.WMAvailable(). | Jack Jansen | 2003-02-24 | 1 | -1/+2 |
|
|
* | Documented linkmodel and WMAvailable(). | Jack Jansen | 2003-02-24 | 1 | -4/+26 |
|
|
* | SF patch #687598, array.append is sloooow | Neal Norwitz | 2003-02-24 | 1 | -2/+47 |
|
|
* | Fix from SF patch #633359 by Greg Chapman for SF bug #610299: | Guido van Rossum | 2003-02-24 | 2 | -1/+2 |
|
|
* | Deleting the 2.2 spec. | Guido van Rossum | 2003-02-24 | 1 | -302/+0 |
|
|
* | RPM spec file for 2.3a2, contributed by Sean Reifschneider. | Guido van Rossum | 2003-02-24 | 1 | -0/+303 |
|
|
* | Fix SF bug #691793, Python 2.3a2 build fails on Tru64 | Neal Norwitz | 2003-02-23 | 1 | -1/+2 |
|
|
* | Fix SF bug #691793, Python 2.3a2 build fails on Tru64 | Neal Norwitz | 2003-02-23 | 2 | -30/+32 |
|
|
* | Added a linkmodel attribute, showing how Python was built. This is so | Jack Jansen | 2003-02-23 | 1 | -0/+13 |
|
|
* | Get test to work on alpha | Neal Norwitz | 2003-02-23 | 1 | -1/+1 |
|
|
* | Fix SF bug #689659, 64-bit int and long hash keys incompatible | Neal Norwitz | 2003-02-23 | 3 | -3/+14 |
|
|
* | Disabled -prebind again when linking the interpreter on MacOSX. It caused | Jack Jansen | 2003-02-23 | 2 | -10/+8 |
|
|
* | 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 |
|
|
* | ossaudiodev has been building, so remove unnecessary pass and invalid comment | Neal Norwitz | 2003-02-23 | 1 | -2/+0 |
|
|
* | Fix SF bug #690435, apply fails to check if warning raises exception | Neal Norwitz | 2003-02-23 | 1 | -3/+4 |
|
|
* | Fix SF bug #691276, shutil.copytree documentation bug | Neal Norwitz | 2003-02-23 | 1 | -1/+4 |
|
|
* | 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 | 4 | -104/+303 |
|
|
* | After the removal of SET_LINENO, PyCode_Addr2Line has always been | Michael W. Hudson | 2003-02-22 | 1 | -3/+0 |
|
|
* | 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 | 13 | -30/+42 |
|
|
* | 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 |
|
|
* | WASTEconst.py goes one level above the toolbox directory. | Jack Jansen | 2003-02-21 | 1 | -1/+1 |
|
|
* | Implementing the salient parts of __reduce_ex__ in C. | Guido van Rossum | 2003-02-21 | 1 | -6/+229 |
|
|
* | SF bug 690622: test_cpickle overflows stack on MacOS9. | Tim Peters | 2003-02-21 | 1 | -1/+5 |
|
|
* | I'm am the PyPy sprint waiting for a Grand Renaming so I killed a few | Michael W. Hudson | 2003-02-21 | 1 | -2/+2 |
|
|
* | Add some minimal doc for get_completer added for patch 676342 | Neal Norwitz | 2003-02-21 | 1 | -0/+5 |
|
|
* | Use 'ISO8859-1' instead of 'ASCII' when testing whether byteswapping | Walter Dörwald | 2003-02-21 | 1 | -5/+5 |
|
|
* | Doubled TimeoutTestCase.fuzz, to slash the frequency of bogus failures | Tim Peters | 2003-02-21 | 1 | -1/+7 |
|
|
* | Added a method WMAvailable(). This will return True if and only if there | Jack Jansen | 2003-02-21 | 1 | -0/+43 |
|
|
* | Port all string tests to PyUnit and share as much tests | Walter Dörwald | 2003-02-21 | 6 | -935/+921 |
|
|
* | Fill in missing table entries. | Raymond Hettinger | 2003-02-21 | 1 | -1/+5 |
|
|
* | SF bug #685775: turtle circle() documentation error | Raymond Hettinger | 2003-02-21 | 1 | -4/+5 |
|
|
* | SF bug #690377: Dud footnote reference in distutils docs | Raymond Hettinger | 2003-02-21 | 1 | -2/+2 |
|
|