summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Updated IDLE Help to reflect changes in Additional Help SourceKurt B. Kaiser2003-01-141-8/+26
* M Bindings.pyKurt B. Kaiser2003-01-148-92/+164
* Explicitly raise an exception in __cmp__ -- this clarifies that cmp()Guido van Rossum2003-01-141-0/+5
* SF bug #661184: inspect.getsource bugRaymond Hettinger2003-01-141-1/+3
* make sure Info.plist has a CFBundleIdentifier entryJust van Rossum2003-01-131-0/+2
* A new test here was failing on Windows, because the test before it neverTim Peters2003-01-131-10/+5
* Duh. cmdqueue should be an instance variable, not a class variable.Guido van Rossum2003-01-131-1/+1
* Duh. The do_EOF() implementation was bogus. Make it more likeGuido van Rossum2003-01-131-3/+5
* Fix SF bug #667147, Segmentation fault printing str subclassNeal Norwitz2003-01-131-1/+24
* Fix NameError in getquotaroot(), sanctioned by Piers.Guido van Rossum2003-01-131-1/+1
* Got rid of the internal datetimetz type.Tim Peters2003-01-111-1/+1
* Fix SF bug # 602259, 3rd parameter for Tkinter.scan_dragtoNeal Norwitz2003-01-101-3/+3
* Update documentation.Kurt B. Kaiser2003-01-104-238/+323
* SF bug #652933 (for IdleFork): Open Module "math" Fails (Hettinger)Kurt B. Kaiser2003-01-101-1/+4
* SF #665913, Fix mmap module core dump with unixNeal Norwitz2003-01-101-0/+18
* M configDialog.pyKurt B. Kaiser2003-01-102-82/+97
* Python 2.1's string module doesn't have ascii_letters, so let's justBarry Warsaw2003-01-101-13/+10
* Cleanups, and conversion of assert to assertEqual()Barry Warsaw2003-01-101-71/+69
* 1. Make finding Python help docs more robust, including the installedKurt B. Kaiser2003-01-101-19/+29
* Got rid of the timetz type entirely. This was a bit trickier than ITim Peters2003-01-101-1/+1
* Default the OK key in the Save Before Run dialog.Kurt B. Kaiser2003-01-101-0/+1
* support unicode in menu itemsJust van Rossum2003-01-091-1/+4
* cleaned up Jack's Mac OS9 changesJust van Rossum2003-01-091-5/+1
* Make the test scripts work again with narrow Python builds.Walter Dörwald2003-01-091-1/+1
* add newline to source before compilationJust van Rossum2003-01-091-1/+1
* Add a few test cases to increase code coverage:Walter Dörwald2003-01-081-0/+115