summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* more tweaksSkip Montanaro2003-01-211-13/+16
* * document open() functionSkip Montanaro2003-01-211-27/+41
* New rule for tzinfo subclasses handling both standard and daylight time:Tim Peters2003-01-204-73/+68
* Recursive compare machinery: The code that intended to exempt tuplesTim Peters2003-01-201-9/+14
* On MacOSX, added -prebind option to link phase for executable (andJack Jansen2003-01-203-3/+13
* Fix bug #670845: cut & clear in the output window now work, in thatJust van Rossum2003-01-201-0/+6
* ...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
* Install email/test, email/test/data and bsddb/test subdirectories.Barry Warsaw2003-01-201-1/+2
* Port test_userdict.py to PyUnit. From SF patch #662807,Walter Dörwald2003-01-191-193/+233
* Added a convenience routine pathname() which accepts either a string, unicode,Jack Jansen2003-01-192-3/+37
* Sigh, due to sloppiness on my part bgen has become pretty mixed up wrt. tabsJack Jansen2003-01-1913-2168/+2168
* 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 # 669553, fix memory (ref) leaksNeal Norwitz2003-01-192-14/+33
* Fix typoRaymond Hettinger2003-01-191-1/+1
* SF patch #634557: inspect.BlockFinder didn't do a good enough job findingRaymond Hettinger2003-01-191-0/+2
* SF patch #634866: Alex Martelli's corrections to the ref manual.Raymond Hettinger2003-01-193-48/+101
* SF patch #670367: Micro-optimizations for ceval.cRaymond Hettinger2003-01-191-18/+13
* Windows flavor of floatsleep(): folded long lines, introduced a tempTim Peters2003-01-191-12/+17
* 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 bug #670229: doc improvement for cStringIO.hRaymond Hettinger2003-01-191-5/+12
* SF patch #670423: Add missing identity tests to operator.cRaymond Hettinger2003-01-184-3/+49
* SF bug #668906: class browser raises AttributeErrorRaymond Hettinger2003-01-181-1/+1
* 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-172-11/+13
* 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