summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix SF bug #694816, remove comparison of unsigned value < 0Neal Norwitz2003-02-281-2/+2
* In make clobber also clean out the Python.framework.Jack Jansen2003-02-271-0/+1
* Getting rid of macfs.Jack Jansen2003-02-273-9/+9
* Added a deprecation warning.Jack Jansen2003-02-271-0/+3
* M rpc.pyKurt B. Kaiser2003-02-272-43/+46
* Added a note about EasyDialogs dialogs having become movable.Jack Jansen2003-02-271-0/+2
* StdFilterProc() uses InOut parameters.Jack Jansen2003-02-272-5/+14
* Changing the window type to movable modal isn't enough to make the dialogs mo...Jack Jansen2003-02-271-0/+0
* * separate opcode definitions into opcode.pySkip Montanaro2003-02-271-178/+51
* new opcode module - extract opcode definitions from dis.py - eventuallySkip Montanaro2003-02-271-0/+188
* simple test case for dis moduleSkip Montanaro2003-02-271-0/+53
* Get rid of many apply() calls.Guido van Rossum2003-02-2738-91/+85
* Use floor division (// and __[r]floordiv__ in right-dispatch test.Guido van Rossum2003-02-271-23/+23
* Use floor division (//).Guido van Rossum2003-02-271-3/+3
* In the process of adding all the extended slice support I attempted toMichael W. Hudson2003-02-271-4/+4
* When bad HTML is encountered, ignore the page rather than failing withMark Hammond2003-02-271-1/+9
* Module review:Raymond Hettinger2003-02-271-47/+22
* Module review:Raymond Hettinger2003-02-261-40/+30
* The macfs, macostools, and plistlib should not be expected to runFred Drake2003-02-261-0/+33
* Update PyPI linkAndrew M. Kuchling2003-02-261-5/+2
* [Bug #693474, reported by Stuart Bishop]Andrew M. Kuchling2003-02-261-5/+8
* [Bug #668662] Patch from Pearu Pearson: if a C source file isAndrew M. Kuchling2003-02-261-0/+2
* Micro-optimizations.Raymond Hettinger2003-02-261-4/+18
* use bare raise so you get the original tbJust van Rossum2003-02-261-1/+1
* Port test_ucn and test_unicodedata to PyUnit. Add a few tests for errorWalter Dörwald2003-02-264-266/+337
* use the same Python for running the bootstrap script and the main programJust van Rossum2003-02-261-1/+9
* remove sitecustomize hack, will be solved elsewhereJust van Rossum2003-02-261-25/+0
* Let's try making the dialogs at least Movable Modal.Jack Jansen2003-02-251-0/+0
* If a resource file cannot be decoded because the directory is readonlyJack Jansen2003-02-252-44/+41
* Reverted the rev. 1.8 change: the magic for decoding resourcefilesJack Jansen2003-02-251-4/+0
* Patch #683592: unicode support for os.listdir()Just van Rossum2003-02-252-1/+32
* tweak error messageJust van Rossum2003-02-251-2/+2
* - renamed the --copyfile option to --file.Just van Rossum2003-02-251-4/+6
* added some comments, minor tweaksJust van Rossum2003-02-251-3/+34
* Addendum to #683658:Just van Rossum2003-02-251-2/+2
* Resolving parts of #688907:Just van Rossum2003-02-251-9/+29
* typoSkip Montanaro2003-02-251-1/+1
* note the demise of the dospath module (was actually in 2.3a2)Skip Montanaro2003-02-251-0/+3
* Added an "Open Recent" command. Fixes 607810.Jack Jansen2003-02-252-0/+46
* Workaround for bug #644243 (which is actually an Apple bug, I think): URLsJack Jansen2003-02-251-0/+4
* Refer to the Mac OS X bundle_loader by the altbininstall name, so thatJack Jansen2003-02-252-3/+3
* Test suite for the plistlib module.Jack Jansen2003-02-251-0/+59
* In Mac OS X framework builds don't assume that the executable will beJack Jansen2003-02-252-6/+8
* Change the test encoding from "ISO8859-1" to "ISO-8859-1"Walter Dörwald2003-02-241-4/+4
* 2.3b1 patchesGuido van Rossum2003-02-241-2/+5
* Fix building of Idle applet.Jack Jansen2003-02-241-5/+1
* Allow specifiying the destination for --extra files (default: sameJack Jansen2003-02-241-6/+8
* Added a -c (--copyfile) option with argument src:dst which copies file srcJack Jansen2003-02-242-3/+12
* Remove unused variables.Walter Dörwald2003-02-241-9/+0
* sys.executable can contain spaces, cater for this when passing it toJack Jansen2003-02-242-3/+3