| Commit message (Expand) | Author | Age | Files | Lines |
* | Get rid of many apply() calls. | Guido van Rossum | 2003-02-27 | 38 | -91/+85 |
|
|
* | Use floor division (// and __[r]floordiv__ in right-dispatch test. | Guido van Rossum | 2003-02-27 | 1 | -23/+23 |
|
|
* | Use floor division (//). | Guido van Rossum | 2003-02-27 | 1 | -3/+3 |
|
|
* | In the process of adding all the extended slice support I attempted to | Michael W. Hudson | 2003-02-27 | 1 | -4/+4 |
|
|
* | When bad HTML is encountered, ignore the page rather than failing with | Mark Hammond | 2003-02-27 | 1 | -1/+9 |
|
|
* | Module review: | Raymond Hettinger | 2003-02-27 | 1 | -47/+22 |
|
|
* | Module review: | Raymond Hettinger | 2003-02-26 | 1 | -40/+30 |
|
|
* | The macfs, macostools, and plistlib should not be expected to run | Fred Drake | 2003-02-26 | 1 | -0/+33 |
|
|
* | Update PyPI link | Andrew M. Kuchling | 2003-02-26 | 1 | -5/+2 |
|
|
* | [Bug #693474, reported by Stuart Bishop] | Andrew M. Kuchling | 2003-02-26 | 1 | -5/+8 |
|
|
* | [Bug #668662] Patch from Pearu Pearson: if a C source file is | Andrew M. Kuchling | 2003-02-26 | 1 | -0/+2 |
|
|
* | Micro-optimizations. | Raymond Hettinger | 2003-02-26 | 1 | -4/+18 |
|
|
* | use bare raise so you get the original tb | Just van Rossum | 2003-02-26 | 1 | -1/+1 |
|
|
* | Port test_ucn and test_unicodedata to PyUnit. Add a few tests for error | Walter Dörwald | 2003-02-26 | 4 | -266/+337 |
|
|
* | use the same Python for running the bootstrap script and the main program | Just van Rossum | 2003-02-26 | 1 | -1/+9 |
|
|
* | remove sitecustomize hack, will be solved elsewhere | Just van Rossum | 2003-02-26 | 1 | -25/+0 |
|
|
* | Let's try making the dialogs at least Movable Modal. | Jack Jansen | 2003-02-25 | 1 | -0/+0 |
|
|
* | If a resource file cannot be decoded because the directory is readonly | Jack Jansen | 2003-02-25 | 2 | -44/+41 |
|
|
* | Reverted the rev. 1.8 change: the magic for decoding resourcefiles | Jack Jansen | 2003-02-25 | 1 | -4/+0 |
|
|
* | Patch #683592: unicode support for os.listdir() | Just van Rossum | 2003-02-25 | 2 | -1/+32 |
|
|
* | tweak error message | Just van Rossum | 2003-02-25 | 1 | -2/+2 |
|
|
* | - renamed the --copyfile option to --file. | Just van Rossum | 2003-02-25 | 1 | -4/+6 |
|
|
* | added some comments, minor tweaks | Just van Rossum | 2003-02-25 | 1 | -3/+34 |
|
|
* | Addendum to #683658: | Just van Rossum | 2003-02-25 | 1 | -2/+2 |
|
|
* | Resolving parts of #688907: | Just van Rossum | 2003-02-25 | 1 | -9/+29 |
|
|
* | typo | Skip Montanaro | 2003-02-25 | 1 | -1/+1 |
|
|
* | note the demise of the dospath module (was actually in 2.3a2) | Skip Montanaro | 2003-02-25 | 1 | -0/+3 |
|
|
* | Added an "Open Recent" command. Fixes 607810. | Jack Jansen | 2003-02-25 | 2 | -0/+46 |
|
|
* | 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 |
|
|