summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Bringing the code and test suite into line with doc and NEWS changesTim Peters2003-01-231-28/+90
* add support for Python's bool type to xmlrpclib - patch # 559288Skip Montanaro2003-01-221-37/+56
* Tweaked time conversion to work in MacPython-OS9.Jack Jansen2003-01-221-2/+5
* Convert booleans to integers in IntVar.set. Fixes #671741.Martin v. Löwis2003-01-221-0/+6
* SF patch #667730: More DictMixinRaymond Hettinger2003-01-221-2/+4
* Make Alt-Key-2 the Zoom Height binding for ClassBrowser and PathBrowser,Kurt B. Kaiser2003-01-221-2/+2
* M Bindings.pyKurt B. Kaiser2003-01-224-24/+34
* Added DepracationWarnings to the old Standard File calls.Jack Jansen2003-01-211-0/+9
* Tuples and lists don't have a copy() method (yet?).Jack Jansen2003-01-211-1/+1
* Fix from Vinaj for the "writing to closed file" errors. SF 670390.Guido van Rossum2003-01-212-11/+14
* Implemented StandardGetFile and friends with the new EasyDialogs fileJack Jansen2003-01-211-96/+20
* Oops, this file wasn't 8-bit-clean yet. Fixed.Jack Jansen2003-01-211-3/+3
* Spell out the arguments to AskFileForOpen and friends, so help() gives usefulJack Jansen2003-01-211-45/+100
* Fix example in a docstring to not use 'file' as a variable nameAndrew M. Kuchling2003-01-211-2/+2
* Use new file dialogs in GetArgv()Jack Jansen2003-01-211-11/+10
* 1. Restore the rest of Python IDLE setup.py Rev 1.4 (Python SF 634078)Kurt B. Kaiser2003-01-211-4/+7
* flesh out open() docstringSkip Montanaro2003-01-211-1/+7
* New rule for tzinfo subclasses handling both standard and daylight time:Tim Peters2003-01-201-20/+27
* ...and the old pyclbr.py faked Function instances with Class instancesKurt B. Kaiser2003-01-201-1/+4
* Add comments and remove duplicate tests.Walter Dörwald2003-01-201-26/+34
* Port test_userdict.py to PyUnit. From SF patch #662807,Walter Dörwald2003-01-191-193/+233
* Port test_unicode.py to PyUnit and add tests for errorWalter Dörwald2003-01-192-872/+1039
* Combine test_b1.py and test_b2.py into test_builtin.py,Walter Dörwald2003-01-194-1104/+1075
* SF patch #634557: inspect.BlockFinder didn't do a good enough job findingRaymond Hettinger2003-01-191-0/+2
* SF patch 670194: Performance enhancement for _strptime.py.Tim Peters2003-01-191-20/+36
* SF bug #668906: class browser raises AttributeErrorRaymond Hettinger2003-01-191-1/+1
* SF patch #670423: Add missing identity tests to operator.cRaymond Hettinger2003-01-181-0/+11
* SF patch 670012: Compatibility changes for _strptime.py.Tim Peters2003-01-182-138/+127
* Fixed the first two bugs in the new file dialogs (found by Just):Jack Jansen2003-01-171-1/+2
* make sure src exists before creating a symlinkJust van Rossum2003-01-171-0/+2
* * Migrate sample distribution test from random.py to test_random.py.Raymond Hettinger2003-01-172-10/+22
* Added methods AskFileForOpen(), AskFileForSave() and AskFolder(). TheseJack Jansen2003-01-171-2/+154
* bugfix: do not double-close DB cursor during deallocation when theGregory P. Smith2003-01-171-0/+12
* bugfix: disallow use of DB_TXN after commit() or abort(), prevents aGregory P. Smith2003-01-171-0/+20
* Patch 611069 (Christos Georgiou) IDLE TODO:left/right when selected textKurt B. Kaiser2003-01-173-2/+28
* SF Bug 667812: Some Linux distros have Alt and Meta reversed.Kurt B. Kaiser2003-01-161-13/+13
* Let test_random cover the endpoints.Raymond Hettinger2003-01-161-9/+20
* Test optional slice arguments.Raymond Hettinger2003-01-161-4/+14
* Added doctest for examples in the library reference.Raymond Hettinger2003-01-161-0/+60
* Convert to unittest format so that more tests can be added cleanly.Raymond Hettinger2003-01-161-118/+127
* Catch IOErrors.Martin v. Löwis2003-01-161-0/+3
* Support copying booleans. Fixes #668925.Martin v. Löwis2003-01-161-0/+2
* This test previously failed when run from the 'test' directory. In thatMark Hammond2003-01-161-5/+7
* On Mac OS X calling setlocale will raise locale.Error. This isn't fatal,Jack Jansen2003-01-151-1/+2
* Checking in Brett Cannon's patch #662053, which fixes bug #661354.Jack Jansen2003-01-151-8/+12
* Added ismount().Jack Jansen2003-01-151-0/+5
* Implemented FSCatalogInfo structure support, and used this to implementJack Jansen2003-01-151-5/+30
* * Add test for __cmp__()Raymond Hettinger2003-01-151-2/+40
* Patch #661719: Expose compilation errors as exceptions on request.Martin v. Löwis2003-01-153-26/+82
* Patch #473586: Implement CGIXMLRPCRequestHandler.Martin v. Löwis2003-01-151-109/+371