summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* It turns out that some calls return AEDesc records that are "borrowed",Jack Jansen2003-01-174-3/+71
* Various markup changes.Fred Drake2003-01-171-20/+22
* Fix a couple of markup errors.Fred Drake2003-01-171-3/+3
* CVS patch 669645: wininst.exe missing in Windows installer.Tim Peters2003-01-171-0/+5
* Clean up some files that LaTeX2HTML drops in the HTML output directoryFred Drake2003-01-171-0/+5
* When time.localtime() is passed a tick count the platform C localtime()Tim Peters2003-01-171-1/+1
* 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
* Correct typos in example code.Raymond Hettinger2003-01-171-3/+3
* For reasons unknown previewProc and filterProc were disabled. Enabled them.Jack Jansen2003-01-171-4/+2
* 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-172-1/+15
* bugfix: allow the module to work with python compiled without thread support.Gregory P. Smith2003-01-171-0/+2
* bugfix: disallow use of DB_TXN after commit() or abort(), prevents aGregory P. Smith2003-01-172-5/+57
* 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
* A. Lloyd Flanagan pointed out a spelling error on c.l.py.Michael W. Hudson2003-01-161-1/+1
* 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
* Patch #662454: import a.b as c is ok, fixes #660811.Martin v. Löwis2003-01-161-5/+1
* Properly find and install icons even if calling setup.py from the build dir.Martin v. Löwis2003-01-161-2/+2
* 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
* Correct docstring for SetValueEx()Mark Hammond2003-01-151-1/+1
* 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-153-17/+32
* reference the os module and the lock flags in the os.open() function.Skip Montanaro2003-01-151-0/+8
* * Add test for __cmp__()Raymond Hettinger2003-01-151-2/+40
* Remove misleading advice. VERSION was not intended to be used that way.Neil Schemenauer2003-01-151-6/+0
* Document that __cmp__() is not defined for sets.Raymond Hettinger2003-01-151-3/+12
* Gyro Func for patch #661719.Martin v. Löwis2003-01-151-1/+2
* Patch #661719: Expose compilation errors as exceptions on request.Martin v. Löwis2003-01-155-28/+92
* Patch #473586: Implement CGIXMLRPCRequestHandler.Martin v. Löwis2003-01-153-125/+477
* SF patch #664192 bug #661913: inconsistent error messages between stringRaymond Hettinger2003-01-151-2/+2
* Fix [ 665014 ] files with long lines and an encoding crash.Mark Hammond2003-01-141-1/+2
* 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-142-0/+9
* Replaced POP() with STACKADJ(-1) on lines where the result wasn't used.Raymond Hettinger2003-01-141-2/+2
* 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-133-4/+43