| Commit message (Expand) | Author | Age | Files | Lines |
* | Expand itertools paragraph | Andrew M. Kuchling | 2003-03-02 | 1 | -3/+9 |
|
|
* | TestOnlySetsInBinaryOps: Simplified the non-inplace tests by using | Tim Peters | 2003-03-02 | 1 | -44/+16 |
|
|
* | Typo repairs in new code. | Tim Peters | 2003-03-02 | 1 | -3/+7 |
|
|
* | SF bug 693121: Set == non-Set is a TypeError. | Tim Peters | 2003-03-02 | 3 | -23/+61 |
|
|
* | The doctest was printing Sets, but that's unreliable because set | Tim Peters | 2003-03-01 | 1 | -6/+9 |
|
|
* | Fix comment, mode really is used | Neal Norwitz | 2003-03-01 | 1 | -1/+1 |
|
|
* | Fix SF patch #695581, "returnself" -> "return self" | Neal Norwitz | 2003-03-01 | 1 | -1/+1 |
|
|
* | get_completer() takes no args | Neal Norwitz | 2003-03-01 | 1 | -1/+1 |
|
|
* | Added implementation notes for [re]set_exc_info(). | Guido van Rossum | 2003-03-01 | 1 | -0/+61 |
|
|
* | Reindent the new code properly. | Guido van Rossum | 2003-03-01 | 1 | -22/+22 |
|
|
* | - New function sys.exc_clear() clears the current exception. This is | Guido van Rossum | 2003-03-01 | 5 | -12/+116 |
|
|
* | Several of the tools can make direct calls the inner iterators. | Raymond Hettinger | 2003-03-01 | 1 | -9/+24 |
|
|
* | Removed duplicate test from inner loop. | Raymond Hettinger | 2003-03-01 | 1 | -6/+1 |
|
|
* | Add news item for patch #695090 | Andrew M. Kuchling | 2003-02-28 | 1 | -0/+4 |
|
|
* | [Patch #695090 from Bernhard Herzog] Allow specifying both py_modules and pac... | Andrew M. Kuchling | 2003-02-28 | 1 | -20/+6 |
|
|
* | Handle iconv initialization erorrs | Neal Norwitz | 2003-02-28 | 1 | -1/+1 |
|
|
* | Fix SF bugs #692951 and 692988, test_timeout.py needs 'network' resource | Neal Norwitz | 2003-02-28 | 3 | -1/+14 |
|
|
* | Just pointed out the code was better written with | Neal Norwitz | 2003-02-28 | 1 | -25/+24 |
|
|
* | Fix SF bug #690012 | Neal Norwitz | 2003-02-28 | 1 | -0/+2 |
|
|
* | Fix SF bug #690012 (among others), iconv_codec stops build | Neal Norwitz | 2003-02-28 | 2 | -6/+8 |
|
|
* | compile_atom(): Neal's last checkin removing the setting of i broke | Barry Warsaw | 2003-02-28 | 1 | -0/+3 |
|
|
* | Check modes on install and temporary directories. Fixes #693230. | Jack Jansen | 2003-02-28 | 1 | -1/+1 |
|
|
* | Removed silly print. | Jack Jansen | 2003-02-28 | 1 | -1/+0 |
|
|
* | SF doc patch #692001, properties and __getattribute__. I added some | Guido van Rossum | 2003-02-28 | 1 | -8/+54 |
|
|
* | Moved the Apple workaround for the guard define for wchar_t out of | Jack Jansen | 2003-02-28 | 1 | -1/+2 |
|
|
* | use proper constant instead of comment (noted by nnorwitz) | Just van Rossum | 2003-02-28 | 1 | -1/+1 |
|
|
* | Fix spelling and grammar. | Raymond Hettinger | 2003-02-28 | 1 | -5/+5 |
|
|
* | Remove setting i since it isn't used. Found in unrelated bug 690012. | Neal Norwitz | 2003-02-28 | 1 | -3/+0 |
|
|
* | Fix SF bug #694816, remove comparison of unsigned value < 0 | Neal Norwitz | 2003-02-28 | 1 | -2/+2 |
|
|
* | In make clobber also clean out the Python.framework. | Jack Jansen | 2003-02-27 | 1 | -0/+1 |
|
|
* | Getting rid of macfs. | Jack Jansen | 2003-02-27 | 3 | -9/+9 |
|
|
* | Added a deprecation warning. | Jack Jansen | 2003-02-27 | 1 | -0/+3 |
|
|
* | M rpc.py | Kurt B. Kaiser | 2003-02-27 | 2 | -43/+46 |
|
|
* | Added a note about EasyDialogs dialogs having become movable. | Jack Jansen | 2003-02-27 | 1 | -0/+2 |
|
|
* | StdFilterProc() uses InOut parameters. | Jack Jansen | 2003-02-27 | 2 | -5/+14 |
|
|
* | Changing the window type to movable modal isn't enough to make the dialogs mo... | Jack Jansen | 2003-02-27 | 1 | -0/+0 |
|
|
* | * separate opcode definitions into opcode.py | Skip Montanaro | 2003-02-27 | 1 | -178/+51 |
|
|
* | new opcode module - extract opcode definitions from dis.py - eventually | Skip Montanaro | 2003-02-27 | 1 | -0/+188 |
|
|
* | simple test case for dis module | Skip Montanaro | 2003-02-27 | 1 | -0/+53 |
|
|
* | 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 |
|
|