| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged release21-maint changes. | Jack Jansen | 2001-08-12 | 2 | -10/+22 |
|
|
* | The test assumed that the local pathname convention for "foo" would sort befo... | Jack Jansen | 2001-08-11 | 1 | -2/+4 |
|
|
* | test_glob found a nasty bug in GUSI opendir(): it will not fail when called o... | Jack Jansen | 2001-08-11 | 1 | -0/+18 |
|
|
* | Before asking the finder to start the application (if start=1 is specified), ... | Jack Jansen | 2001-08-11 | 1 | -1/+4 |
|
|
* | Got rid of the activate() so codewarrior doesn't come to front. It isn't need... | Jack Jansen | 2001-08-11 | 1 | -1/+0 |
|
|
* | Patch by Jonathan Wight (slightly reformatted) to forestall loading the | Jack Jansen | 2001-08-11 | 1 | -3/+7 |
|
|
* | Remove st_nested_scopes from struct symtable, | Jeremy Hylton | 2001-08-11 | 2 | -131/+46 |
|
|
* | Replace all type comparisons with isinstance() calls | Jeremy Hylton | 2001-08-11 | 1 | -9/+9 |
|
|
* | Added a note about the various tests here. | Jack Jansen | 2001-08-11 | 1 | -0/+4 |
|
|
* | repair posix fonts fix | Steven M. Gava | 2001-08-11 | 2 | -38/+66 |
|
|
* | Only catch the errors that can actually occur, as reported in bug #411881. | Martin v. Löwis | 2001-08-11 | 2 | -5/+9 |
|
|
* | use the proper prefix file under Carbon | Just van Rossum | 2001-08-11 | 1 | -1/+4 |
|
|
* | support for help menu changes | Steven M. Gava | 2001-08-11 | 1 | -0/+5 |
|
|
* | some re-design | Steven M. Gava | 2001-08-11 | 1 | -18/+27 |
|
|
* | supports about changes | Steven M. Gava | 2001-08-11 | 1 | -0/+50 |
|
|
* | adjust help menu bindings | Steven M. Gava | 2001-08-11 | 1 | -0/+1 |
|
|
* | Finally fix SF bug #441172, using a variant of patch ##443626: | Guido van Rossum | 2001-08-11 | 1 | -0/+6 |
|
|
* | Now that the dialogs have some breathing room, split the combo of Tcl/Tk, | Tim Peters | 2001-08-11 | 1 | -56/+130 |
|
|
* | For the escape() function, added a reference to the quoteattrs() function | Fred Drake | 2001-08-11 | 1 | -17/+22 |
|
|
* | Added tests for rich comparison operator functions. | Fred Drake | 2001-08-11 | 2 | -119/+212 |
|
|
* | Grow the dialogs 25%, to make room for a nicer bitmap (in progress; don't | Tim Peters | 2001-08-11 | 1 | -83/+84 |
|
|
* | Add section on PEP 238 changes | Andrew M. Kuchling | 2001-08-11 | 1 | -10/+84 |
|
|
* | st_nested_scopes was uninitialized trash. Jeremy should fix in a better | Tim Peters | 2001-08-11 | 1 | -0/+6 |
|
|
* | Add a note that the quoteattr() function is useful for HTML and SGML | Fred Drake | 2001-08-10 | 1 | -0/+2 |
|
|
* | Refactor future feature handling | Jeremy Hylton | 2001-08-10 | 4 | -52/+17 |
|
|
* | Refactor future feature handling | Jeremy Hylton | 2001-08-10 | 2 | -16/+3 |
|
|
* | Added documentation for PyDict_Update() and PyDict_Merge(). | Fred Drake | 2001-08-10 | 1 | -1/+19 |
|
|
* | Add test for SF bug #442833 (multiple inheritance). | Guido van Rossum | 2001-08-10 | 1 | -0/+14 |
|
|
* | The message accompanying the TypeError exception on a readonly | Guido van Rossum | 2001-08-10 | 1 | -1/+1 |
|
|
* | - Big changes to fix SF bug #442833 (a nasty multiple inheritance | Guido van Rossum | 2001-08-10 | 1 | -91/+122 |
|
|
* | Autotest for netpacket/packet.h, as it is not available on all Linux versions. | Martin v. Löwis | 2001-08-10 | 2 | -2/+5 |
|
|
* | Autotest for netpacket/packet.h, as it is not available on all Linux versions. | Martin v. Löwis | 2001-08-10 | 2 | -7/+7 |
|
|
* | Add PyDict_Merge(a, b, override): | Guido van Rossum | 2001-08-10 | 2 | -2/+19 |
|
|
* | [Bug #414032] Make the 'sdist' command work when the distribution contains | Andrew M. Kuchling | 2001-08-10 | 1 | -2/+18 |
|
|
* | Pass the Makefile's value of CC and LDSHARED to the environment of setup.py. | Martin v. Löwis | 2001-08-10 | 1 | -1/+1 |
|
|
* | Do more to be compatible with Windows/CygWin. Make error messages more | Fred Drake | 2001-08-10 | 1 | -2/+14 |
|
|
* | Remove the use of the "cat" program. This improves portability to non-Unix | Fred Drake | 2001-08-10 | 1 | -1/+5 |
|
|
* | Added this LaTeX style file to the package since not all LaTeX installations | Fred Drake | 2001-08-10 | 1 | -0/+329 |
|
|
* | Allow AttributeError as well as TypeError for attribute-less objects. | Guido van Rossum | 2001-08-10 | 1 | -1/+1 |
|
|
* | _DATE_FMT does not always accompany CODESET. | Martin v. Löwis | 2001-08-10 | 1 | -0/+3 |
|
|
* | Remove unused variable | Andrew M. Kuchling | 2001-08-10 | 1 | -1/+0 |
|
|
* | Fix typo caught by PyChecker | Andrew M. Kuchling | 2001-08-10 | 1 | -1/+1 |
|
|
* | Add forgotten import | Andrew M. Kuchling | 2001-08-10 | 1 | -0/+1 |
|
|
* | Wrap a comment to fit in 80 columns. | Fred Drake | 2001-08-10 | 1 | -6/+6 |
|
|
* | Use .get_license() | Andrew M. Kuchling | 2001-08-10 | 1 | -1/+1 |
|
|
* | [Bug #412271, bug #449009] Use 'license' as the attribute name, | Andrew M. Kuchling | 2001-08-10 | 1 | -11/+11 |
|
|
* | Change PyType_Ready() to use the READY and READYING flags. This makes | Guido van Rossum | 2001-08-10 | 1 | -13/+26 |
|
|
* | Added a warning about reference cycles and memory consumption to the | Fred Drake | 2001-08-10 | 1 | -0/+10 |
|
|
* | Add new flags for PyType_Ready(): READY to explicitly indicate the | Guido van Rossum | 2001-08-10 | 1 | -0/+6 |
|
|
* | Usage fix, problem reported by Keith Briggs. | Fred Drake | 2001-08-10 | 1 | -1/+1 |
|
|