- a2be2d6 Move line; reported on python-dev by Mark Favas (thanks!). by Tim Peters · 23 years ago
- d5e5a2a SF Patch [ 429024 ] deal with some unary ops at compile time by Jeremy Hylton · 23 years ago
- b5b7b78 Teach regrtest which tests we *expect* to skip on Win32. Please teach it by Tim Peters · 23 years ago
- 28ccc24 removed some cruft by Steven M. Gava · 23 years ago
- a6a4f27 _Condition.wait(): never sleep longer than the timeout time remaining, by Tim Peters · 23 years ago
- ce3016a Merged release21-maint changes. by Jack Jansen · 23 years ago
- dbc363c The test assumed that the local pathname convention for "foo" would sort before "foo/bar", which is not true on the mac (where they are "foo" and ":foo:bar", respectively; ":foo" would be fine too, but "foo" is the preferred spelling). Fixed by sorting the output. by Jack Jansen · 23 years ago
- d7b568a test_glob found a nasty bug in GUSI opendir(): it will not fail when called on files, but in stead open the parent directory! We now explicitly test for the argument being a directory and simulate ENOTDIR otherwise. by Jack Jansen · 23 years ago
- b598222 Before asking the finder to start the application (if start=1 is specified), check that it isn't incidentally running already. by Jack Jansen · 23 years ago
- fb513a2 Got rid of the activate() so codewarrior doesn't come to front. It isn't needed, and without it you can get work done while building the projects:-) by Jack Jansen · 23 years ago
- abce416 Patch by Jonathan Wight (slightly reformatted) to forestall loading the by Jack Jansen · 23 years ago
- 1abf610 Remove st_nested_scopes from struct symtable, by Jeremy Hylton · 23 years ago
- d5d8fc5 Replace all type comparisons with isinstance() calls by Jeremy Hylton · 23 years ago
- af86470 Added a note about the various tests here. by Jack Jansen · 23 years ago
- c01e30f repair posix fonts fix by Steven M. Gava · 23 years ago
- 58682b7 Only catch the errors that can actually occur, as reported in bug #411881. by Martin v. Löwis · 23 years ago
- f345691 use the proper prefix file under Carbon by Just van Rossum · 23 years ago
- abdfc41 support for help menu changes by Steven M. Gava · 23 years ago
- 5b3ac8f some re-design by Steven M. Gava · 23 years ago
- 6b1ab25 supports about changes by Steven M. Gava · 23 years ago
- 0ba4df8 adjust help menu bindings by Steven M. Gava · 23 years ago
- 38507ae Finally fix SF bug #441172, using a variant of patch ##443626: by Guido van Rossum · 23 years ago
- 68db9dd Now that the dialogs have some breathing room, split the combo of Tcl/Tk, by Tim Peters · 23 years ago
- 84e58ab For the escape() function, added a reference to the quoteattrs() function by Fred Drake · 23 years ago
- cd112f5 Added tests for rich comparison operator functions. Converted tests to PyUnit. by Fred Drake · 23 years ago
- f5d3505 Grow the dialogs 25%, to make room for a nicer bitmap (in progress; don't by Tim Peters · 23 years ago
- 9e9c135 Add section on PEP 238 changes by Andrew M. Kuchling · 23 years ago
- ff1f852 st_nested_scopes was uninitialized trash. Jeremy should fix in a better by Tim Peters · 23 years ago
- 1cf0f17 Add a note that the quoteattr() function is useful for HTML and SGML by Fred Drake · 23 years ago
- b857ba2 Refactor future feature handling by Jeremy Hylton · 23 years ago
- fdd12f6 Refactor future feature handling by Jeremy Hylton · 23 years ago
- 11ee902 Added documentation for PyDict_Update() and PyDict_Merge(). by Fred Drake · 23 years ago
- e45763a Add test for SF bug #442833 (multiple inheritance). by Guido van Rossum · 23 years ago
- 61cf780 The message accompanying the TypeError exception on a readonly by Guido van Rossum · 23 years ago
- 13d52f0 - Big changes to fix SF bug #442833 (a nasty multiple inheritance by Guido van Rossum · 23 years ago
- f24b2f3 Autotest for netpacket/packet.h, as it is not available on all Linux versions. by Martin v. Löwis · 23 years ago
- 1ba3fd5 Autotest for netpacket/packet.h, as it is not available on all Linux versions. by Martin v. Löwis · 23 years ago
- 05ac6de Add PyDict_Merge(a, b, override): by Guido van Rossum · 23 years ago
- f4aa684 [Bug #414032] Make the 'sdist' command work when the distribution contains by Andrew M. Kuchling · 23 years ago
- ab0cad5 Pass the Makefile's value of CC and LDSHARED to the environment of setup.py. by Martin v. Löwis · 23 years ago
- 1cb560a Do more to be compatible with Windows/CygWin. Make error messages more by Fred Drake · 23 years ago
- 9443dc3 Remove the use of the "cat" program. This improves portability to non-Unix by Fred Drake · 23 years ago
- 8a7b59e Added this LaTeX style file to the package since not all LaTeX installations by Fred Drake · 23 years ago
- 6d94627 Allow AttributeError as well as TypeError for attribute-less objects. by Guido van Rossum · 23 years ago
- c4416d5 _DATE_FMT does not always accompany CODESET. by Martin v. Löwis · 23 years ago
- 13f4ea2 Remove unused variable by Andrew M. Kuchling · 23 years ago
- 5079fe0 Fix typo caught by PyChecker by Andrew M. Kuchling · 23 years ago
- 665f248 Add forgotten import by Andrew M. Kuchling · 23 years ago
- 981a178 Wrap a comment to fit in 80 columns. by Fred Drake · 23 years ago
- db988b1 Use .get_license() by Andrew M. Kuchling · 23 years ago
- fa7dc57 [Bug #412271, bug #449009] Use 'license' as the attribute name, by Andrew M. Kuchling · 23 years ago
- d614f97 Change PyType_Ready() to use the READY and READYING flags. This makes by Guido van Rossum · 23 years ago
- d635e3c Added a warning about reference cycles and memory consumption to the by Fred Drake · 23 years ago
- 9b9c972 Add new flags for PyType_Ready(): READY to explicitly indicate the by Guido van Rossum · 23 years ago
- 6d8d72b Usage fix, problem reported by Keith Briggs. by Fred Drake · 23 years ago
- e89659c Added documentation for the new rich comparison support. by Fred Drake · 23 years ago
- fcfc8d5 Patch #441091 from Finn Bock: the more advanced flush options are not by Andrew M. Kuchling · 23 years ago
- 315cd29 Disable the sub() optimization until Fredrik has time to look into SF by Guido van Rossum · 23 years ago
- e056e4d Check in a testcase for SF bug #449000: re.sub(r'\n', ...) broke. by Guido van Rossum · 23 years ago
- 17e7be6 Remove "referents" structure (it's not needed). Check return value by Neil Schemenauer · 23 years ago
- a8b5f7d Remove hard-coded NT constants that are already defined in errno on NT. by Jeremy Hylton · 23 years ago
- 024ef6f Remove the bogus flags parameter from the PyFile_WriteString() signature; by Fred Drake · 23 years ago
- 9b75dca Expose nl_langinfo through locale where available. by Martin v. Löwis · 23 years ago
- 09379da Regenerated. by Jack Jansen · 23 years ago
- 0cdba05 Changed reference to config.h to pyconfig.h. by Jack Jansen · 23 years ago
- 3e4b0e8 Get OPT from the environment to build the CCSHARED command. by Martin v. Löwis · 23 years ago
- 772747b SF patch #438013 Remove 2-byte Py_UCS2 assumptions by Tim Peters · 23 years ago
- ab9ba27 Whitespace normalization. by Tim Peters · 23 years ago
- c7ca3ff Skip test_mhlib on Windows -- too many Unix assumptions. by Tim Peters · 23 years ago
- e4deb95 Fix two bugs detected by PyChecker: there's no need for redundant by Guido van Rossum · 23 years ago
- 6386a4c Import UnknownFileError by Andrew M. Kuchling · 23 years ago
- 106ffdb Import the errno module by Andrew M. Kuchling · 23 years ago
- affadeb Use correct variable name by Andrew M. Kuchling · 23 years ago
- 42a8c2b Add resolution of __new__ story sequel. by Guido van Rossum · 23 years ago
- eaa77e2 Added tests for operator.floordiv() and operator.truediv(). by Fred Drake · 23 years ago
- 428e75f Add wrappers around the rich-comparison operations. by Fred Drake · 23 years ago
- 3720261 Restore the test for 'object' that I removed when object was by Guido van Rossum · 23 years ago
- 29687cd Sigh. Strengthen the resriction of the previous checkin: tp_new is by Guido van Rossum · 23 years ago
- c11e192 Thinking back to the 2.22 revision, I didn't like what I did there one by Guido van Rossum · 23 years ago
- a995c91 Use type(x).__name__ to get the name of the type instead of parsing by Guido van Rossum · 23 years ago
- 0263c80 Unittests for mhlib, by Nick Mathewson. by Guido van Rossum · 23 years ago
- 29206bc Apply anonymous SF patch #441229. by Guido van Rossum · 23 years ago
- 55c12d4 SF patch #403640: incomplete proxy handling in URLLIB by Tim Peters · 23 years ago
- f0713d3 SF Patch #420725 by Walter Doerwald: by Guido van Rossum · 23 years ago
- c8718c1 Patch #403514: precompute _subst_format_str to avoid a call to by Martin v. Löwis · 23 years ago
- e358b42 Added Josh Cogliati (turtle.py contributor). by Guido van Rossum · 23 years ago
- 3c7a25a Applied SF patch #438424 by Josh Cogliati: by Guido van Rossum · 23 years ago
- 92e2d5c Apply SF patch #424554: check for PYTHONDUMPREFS to be set instead of by Guido van Rossum · 23 years ago
- 6d40bf2 One more. by Neil Schemenauer · 23 years ago
- c7c8d8e Add get_objects function. This is a low level function (like by Neil Schemenauer · 23 years ago
- 48c7034 Add get_referents function. Closes SF patch #402925. by Neil Schemenauer · 23 years ago
- dbdcb0f Regenerate for glibc 2.2.3. by Martin v. Löwis · 23 years ago
- 4414933 Regenerate for Solaris 8. by Martin v. Löwis · 23 years ago
- f2f8c51 When representing #includes as imports, do from MOD import *. by Martin v. Löwis · 23 years ago
- 4f85bf3 Patch #437683: Use re instead of regex. by Martin v. Löwis · 23 years ago
- a2ac602 Move IPv6 test further down so that usage of -lnsl has been tested. by Martin v. Löwis · 23 years ago
- 1d5ecb7 Patch #433537: Cache ac_cv_bad_static_forward. by Martin v. Löwis · 23 years ago
- df8dc36 Michael Hudson correctly pointed out we should cvsignore pyconfig.h, not by Thomas Wouters · 23 years ago
- 8cc965c Patch #448474: Add support for tell() and seek() to gzip.GzipFile. by Martin v. Löwis · 23 years ago
- f30f1fc In the acks, CamelCase InstallMaster the same way Wise does it. by Tim Peters · 23 years ago