| Commit message (Expand) | Author | Age | Files | Lines |
* | Getting rid of StandardGetFile | Jack Jansen | 2003-01-22 | 3 | -17/+13 |
|
|
* | Kurt pointed out another method affected by the changes to pyclbr.py. | Raymond Hettinger | 2003-01-22 | 1 | -2/+4 |
|
|
* | Convert booleans to integers in IntVar.set. Fixes #671741. | Martin v. Löwis | 2003-01-22 | 2 | -1/+9 |
|
|
* | Patch #671459: Invoke import hooks in Py_NewInterpreter. | Martin v. Löwis | 2003-01-22 | 1 | -0/+1 |
|
|
* | "Premature" doc changes, for new astimezone() rules, and the new | Tim Peters | 2003-01-22 | 3 | -60/+180 |
|
|
* | SF patch #667730: More DictMixin | Raymond Hettinger | 2003-01-22 | 1 | -2/+4 |
|
|
* | Make Alt-Key-2 the Zoom Height binding for ClassBrowser and PathBrowser, | Kurt B. Kaiser | 2003-01-22 | 1 | -2/+2 |
|
|
* | M Bindings.py | Kurt B. Kaiser | 2003-01-22 | 4 | -24/+34 |
|
|
* | Added DepracationWarnings to the old Standard File calls. | Jack Jansen | 2003-01-21 | 1 | -0/+9 |
|
|
* | Tuples and lists don't have a copy() method (yet?). | Jack Jansen | 2003-01-21 | 1 | -1/+1 |
|
|
* | Avoid usage of PyDoc_STR in 2.2 compatibility code. | Martin v. Löwis | 2003-01-21 | 1 | -1/+1 |
|
|
* | Fix from Vinaj for the "writing to closed file" errors. SF 670390. | Guido van Rossum | 2003-01-21 | 2 | -11/+14 |
|
|
* | ossaudiodev.c currently gives compilation errors, and Greg doesn't fix | Guido van Rossum | 2003-01-21 | 1 | -2/+3 |
|
|
* | SF bug 671779: Error in tzinfo.dst() docs | Tim Peters | 2003-01-21 | 1 | -2/+2 |
|
|
* | Implemented StandardGetFile and friends with the new EasyDialogs file | Jack Jansen | 2003-01-21 | 1 | -96/+20 |
|
|
* | Oops, this file wasn't 8-bit-clean yet. Fixed. | Jack Jansen | 2003-01-21 | 1 | -3/+3 |
|
|
* | Fixed typo in package name that went unnoticed because of MacOSX's case-insen... | Jack Jansen | 2003-01-21 | 1 | -1/+1 |
|
|
* | Spell out the arguments to AskFileForOpen and friends, so help() gives useful | Jack Jansen | 2003-01-21 | 1 | -45/+100 |
|
|
* | Fix example in a docstring to not use 'file' as a variable name | Andrew M. Kuchling | 2003-01-21 | 1 | -2/+2 |
|
|
* | Use new file dialogs in GetArgv() | Jack Jansen | 2003-01-21 | 1 | -11/+10 |
|
|
* | Compile site-packages with -t, not -tt. | Jack Jansen | 2003-01-21 | 1 | -2/+8 |
|
|
* | Conditionalize features not found in PyXML 1.95.2. | Martin v. Löwis | 2003-01-21 | 1 | -0/+15 |
|
|
* | Merge with PyXML 1.71: | Martin v. Löwis | 2003-01-21 | 1 | -16/+136 |
|
|
* | Don't use Posix semaphores on Solaris 8. Fixes #662787. | Martin v. Löwis | 2003-01-21 | 4 | -2/+20 |
|
|
* | 1. Restore the rest of Python IDLE setup.py Rev 1.4 (Python SF 634078) | Kurt B. Kaiser | 2003-01-21 | 1 | -4/+7 |
|
|
* | flesh out open() docstring | Skip Montanaro | 2003-01-21 | 1 | -1/+7 |
|
|
* | more tweaks | Skip Montanaro | 2003-01-21 | 1 | -13/+16 |
|
|
* | * document open() function | Skip Montanaro | 2003-01-21 | 1 | -27/+41 |
|
|
* | New rule for tzinfo subclasses handling both standard and daylight time: | Tim Peters | 2003-01-20 | 4 | -73/+68 |
|
|
* | Recursive compare machinery: The code that intended to exempt tuples | Tim Peters | 2003-01-20 | 1 | -9/+14 |
|
|
* | On MacOSX, added -prebind option to link phase for executable (and | Jack Jansen | 2003-01-20 | 3 | -3/+13 |
|
|
* | Fix bug #670845: cut & clear in the output window now work, in that | Just van Rossum | 2003-01-20 | 1 | -0/+6 |
|
|
* | ...and the old pyclbr.py faked Function instances with Class instances | Kurt B. Kaiser | 2003-01-20 | 1 | -1/+4 |
|
|
* | Add comments and remove duplicate tests. | Walter Dörwald | 2003-01-20 | 1 | -26/+34 |
|
|
* | Install email/test, email/test/data and bsddb/test subdirectories. | Barry Warsaw | 2003-01-20 | 1 | -1/+2 |
|
|
* | Port test_userdict.py to PyUnit. From SF patch #662807, | Walter Dörwald | 2003-01-19 | 1 | -193/+233 |
|
|
* | Added a convenience routine pathname() which accepts either a string, unicode, | Jack Jansen | 2003-01-19 | 2 | -3/+37 |
|
|
* | Sigh, due to sloppiness on my part bgen has become pretty mixed up wrt. tabs | Jack Jansen | 2003-01-19 | 13 | -2168/+2168 |
|
|
* | Port test_unicode.py to PyUnit and add tests for error | Walter Dörwald | 2003-01-19 | 2 | -872/+1039 |
|
|
* | Combine test_b1.py and test_b2.py into test_builtin.py, | Walter Dörwald | 2003-01-19 | 4 | -1104/+1075 |
|
|
* | SF # 669553, fix memory (ref) leaks | Neal Norwitz | 2003-01-19 | 2 | -14/+33 |
|
|
* | Fix typo | Raymond Hettinger | 2003-01-19 | 1 | -1/+1 |
|
|
* | SF patch #634557: inspect.BlockFinder didn't do a good enough job finding | Raymond Hettinger | 2003-01-19 | 1 | -0/+2 |
|
|
* | SF patch #634866: Alex Martelli's corrections to the ref manual. | Raymond Hettinger | 2003-01-19 | 3 | -48/+101 |
|
|
* | SF patch #670367: Micro-optimizations for ceval.c | Raymond Hettinger | 2003-01-19 | 1 | -18/+13 |
|
|
* | Windows flavor of floatsleep(): folded long lines, introduced a temp | Tim Peters | 2003-01-19 | 1 | -12/+17 |
|
|
* | SF patch 670194: Performance enhancement for _strptime.py. | Tim Peters | 2003-01-19 | 1 | -20/+36 |
|
|
* | SF bug #668906: class browser raises AttributeError | Raymond Hettinger | 2003-01-19 | 1 | -1/+1 |
|
|
* | SF bug #670229: doc improvement for cStringIO.h | Raymond Hettinger | 2003-01-19 | 1 | -5/+12 |
|
|
* | SF patch #670423: Add missing identity tests to operator.c | Raymond Hettinger | 2003-01-18 | 4 | -3/+49 |
|
|