summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Expand itertools paragraphAndrew M. Kuchling2003-03-021-3/+9
* TestOnlySetsInBinaryOps: Simplified the non-inplace tests by usingTim Peters2003-03-021-44/+16
* Typo repairs in new code.Tim Peters2003-03-021-3/+7
* SF bug 693121: Set == non-Set is a TypeError.Tim Peters2003-03-023-23/+61
* The doctest was printing Sets, but that's unreliable because setTim Peters2003-03-011-6/+9
* Fix comment, mode really is usedNeal Norwitz2003-03-011-1/+1
* Fix SF patch #695581, "returnself" -> "return self"Neal Norwitz2003-03-011-1/+1
* get_completer() takes no argsNeal Norwitz2003-03-011-1/+1
* Added implementation notes for [re]set_exc_info().Guido van Rossum2003-03-011-0/+61
* Reindent the new code properly.Guido van Rossum2003-03-011-22/+22
* - New function sys.exc_clear() clears the current exception. This isGuido van Rossum2003-03-015-12/+116
* Several of the tools can make direct calls the inner iterators.Raymond Hettinger2003-03-011-9/+24
* Removed duplicate test from inner loop.Raymond Hettinger2003-03-011-6/+1
* Add news item for patch #695090Andrew M. Kuchling2003-02-281-0/+4
* [Patch #695090 from Bernhard Herzog] Allow specifying both py_modules and pac...Andrew M. Kuchling2003-02-281-20/+6
* Handle iconv initialization erorrsNeal Norwitz2003-02-281-1/+1
* Fix SF bugs #692951 and 692988, test_timeout.py needs 'network' resourceNeal Norwitz2003-02-283-1/+14
* Just pointed out the code was better written withNeal Norwitz2003-02-281-25/+24
* Fix SF bug #690012Neal Norwitz2003-02-281-0/+2
* Fix SF bug #690012 (among others), iconv_codec stops buildNeal Norwitz2003-02-282-6/+8
* compile_atom(): Neal's last checkin removing the setting of i brokeBarry Warsaw2003-02-281-0/+3
* Check modes on install and temporary directories. Fixes #693230.Jack Jansen2003-02-281-1/+1
* Removed silly print.Jack Jansen2003-02-281-1/+0
* SF doc patch #692001, properties and __getattribute__. I added someGuido van Rossum2003-02-281-8/+54
* Moved the Apple workaround for the guard define for wchar_t out ofJack Jansen2003-02-281-1/+2
* use proper constant instead of comment (noted by nnorwitz)Just van Rossum2003-02-281-1/+1
* Fix spelling and grammar.Raymond Hettinger2003-02-281-5/+5
* Remove setting i since it isn't used. Found in unrelated bug 690012.Neal Norwitz2003-02-281-3/+0
* 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