- c0dc92a Three new C API functions: by Barry Warsaw · 27 years ago
- cde8b1b Two new built-in functions: issubclass() and isinstance(). Both take by Barry Warsaw · 27 years ago
- 21c5c8f Correct off-by-two-pixels error. by Guido van Rossum · 27 years ago
- d14c068 Add unsupported variable EXE which can be set to .exe on systems where by Guido van Rossum · 27 years ago
- 1171ee6 Added configuration tests for presence of alarm(), pause(), and getpwent() by Guido van Rossum · 27 years ago
- 5de31fc Oops, don't suppress echo of the rm command in l2hclean! by Fred Drake · 27 years ago
- 03ff6f7 Simplify LaTeX2HTML targets && support re-use of output directories (which by Fred Drake · 27 years ago
- cd64965 Reverse the search order for the Don Beaudry hook so that the first by Guido van Rossum · 27 years ago
- 289f97d Changed description of SchedParams() in the following way: by Fred Drake · 27 years ago
- 2999607 Added missing "\end{funcdesc}" after FindFolder documentation. by Fred Drake · 27 years ago
- e3c0d5e Added new Py_IsInitalized() API function to test the 'initialized' flag. by Guido van Rossum · 27 years ago
- 779133c Removed JF's dollar-Log-dollar RCS turd that caused compilation to by Barry Warsaw · 27 years ago
- d7a7100 Remove redundant decl for PyOS_InputHook. by Guido van Rossum · 27 years ago
- ab589b9 Completely disable the declarations for malloc() and friends. Use by Guido van Rossum · 27 years ago
- 0078aaf Add warning about dumb SGI make. by Guido van Rossum · 27 years ago
- 36f8e2d Use lseek instead of ftell; compensate by adding BUFSIZE by Guido van Rossum · 27 years ago
- c6ef204 Added /**/ around #end tags by Guido van Rossum · 27 years ago
- bae6523 Must remove conflicting files from archive by Guido van Rossum · 27 years ago
- 08157f8 mention cPickle and cStringIO by Guido van Rossum · 27 years ago
- 24b1e75 the usual by Guido van Rossum · 27 years ago
- b904629 Fix some badly botched prototypes for PyRun* c.s. by Guido van Rossum · 27 years ago
- 8b523f9 Added reop by Guido van Rossum · 27 years ago
- 5f896a4 Added missing newline to warning msg by Guido van Rossum · 27 years ago
- 8456161 Richard Jones: I think we can be confident in using 'CC="-Aa by Guido van Rossum · 27 years ago
- 1bf0bf4 Got rid of HP-UX comments (which seem to be out of date -- one should use -Ae). by Guido van Rossum · 27 years ago
- 6b9fdf5 Globally renamed join() to joinpath() to avoid compilation error on Cray. by Guido van Rossum · 27 years ago
- 725d941 Renamed strndup to pystrndup, to avoid conflicting prototype by Guido van Rossum · 27 years ago
- b6784dc Interpret three slashes in file: URL as local file (for Netscape on by Guido van Rossum · 27 years ago
- 4f46fc6 When we have signalmodule.o, remove intrcheck.o as well as sigcheck.o. by Guido van Rossum · 27 years ago
- aa61505 Use a counter instead of a Boolean to check for initialized; n calls by Guido van Rossum · 27 years ago
- 558be28 Make sure the objects returned by __getinitargs__() are kept alive (in by Guido van Rossum · 27 years ago
- 86c052e Use 'buildno1' instead of '@buildno' for temp file since DJGPP's bash by Guido van Rossum · 27 years ago
- 5aadaf5 Need to define AR since it is used, and not all Makes define it by default. by Guido van Rossum · 27 years ago
- d0417ec Removed support_print docs. by Jack Jansen · 27 years ago
- 3261719 Docs on new tcl/tk, new build tree layout by Jack Jansen · 27 years ago
- f10786b Very sketchy preliminary docs on new applescripting functionality. by Jack Jansen · 27 years ago
- 97de10c Added reop by Jack Jansen · 27 years ago
- 78c3cc4 MkPluginAliases now knows about fat PythonCore (and all resource files by Jack Jansen · 27 years ago
- 03a00a8 PythonCore is now a fat shared library, the plugin modules aren't fat, by Jack Jansen · 27 years ago
- ef3138f Moved assert.h to ../Parser directory by Guido van Rossum · 27 years ago
- 5b02078 Alas, the thread support for Tk didn't work. Withdraw it, until I by Guido van Rossum · 27 years ago
- fd7a0b8 Made lookdict nearly twice as fast, resulting in a 5% overall by Guido van Rossum · 27 years ago
- 2da391f I'm tired -- checking in more news items. This isn't complete; I'm by Guido van Rossum · 27 years ago
- 8a81d27 Remove remark on python15.lib being in the Debug subdir only. by Guido van Rossum · 27 years ago
- b27d8d8 Changed the way python15.lib is included in the other projects. by Guido van Rossum · 27 years ago
- 92dfa4f Use correct keyword parameter when calling copy with answer option! by Guido van Rossum · 27 years ago
- a412220 Change default verbosity so that there are only three levels left: -q, by Guido van Rossum · 27 years ago
- 6688d35 Removed ancient FAQ from distribution by Guido van Rossum · 27 years ago
- 25f9303 Moved inclusion of PURIFY in LINKCC to configure by Guido van Rossum · 27 years ago
- 34b3597 No longer used. by Guido van Rossum · 27 years ago
- e703842 Tweaks to cope with strftime returning 0 without error for %Z by Guido van Rossum · 27 years ago
- f07eaea Forgot to check in the fixed output for print by Guido van Rossum · 27 years ago
- ed2554a Casts by Jack to shut up the Mac compiler. by Guido van Rossum · 27 years ago
- bad3c01 DeleteTimerHandler was accidentally #ifdef'ed out for macintosh with by Guido van Rossum · 27 years ago
- e229d86 Misc Mac mods by Jack. Added libmacic.tex, and these patches: by Guido van Rossum · 27 years ago
- 9918e0c Add missing comma to make a tuple of (tagOrId). by Guido van Rossum · 27 years ago
- 79fa8b0 When making all, don't make sharedmods. That's now called separately by Guido van Rossum · 27 years ago
- 506ef9e Change the order in which things are built -- build the shared modules by Guido van Rossum · 27 years ago
- 0393e18 Fix LINKCC for AIX by Guido van Rossum · 27 years ago
- 92c9032 Recognize https:// as URL as well. by Guido van Rossum · 27 years ago
- ce32096 Oops. Of course, print b should also be print `b`. :-( by Guido van Rossum · 27 years ago
- 57e846f Use a trick to make the test for GMP v2 to work when GMP v1 defines by Guido van Rossum · 27 years ago
- 5060b3b Consistently change Python-C API to Python/C API; added lots of new by Guido van Rossum · 27 years ago
- 787bdd3 PyTuple_SetItem should require that the tuple's refcnt is one! by Guido van Rossum · 27 years ago
- 607b33a Different strategy regarding whether to declare getrusage() and by Guido van Rossum · 27 years ago
- 54dec59 set sharedlib extensions properly for NeXT (Ted Horst) by Guido van Rossum · 27 years ago
- 749af7c the usual by Guido van Rossum · 27 years ago
- 79c970c typo in next config by Guido van Rossum · 27 years ago
- 9b24649 This commit was manufactured by cvs2svn to create tag 'r15a3'. by cvs2svn · 27 years ago
- 1fed5b3 Another typo (importand). by Guido van Rossum · 27 years ago
- bda6fe6 Final touch... by Guido van Rossum · 27 years ago
- b235d9e Tweaked all l2h targets to remove the target directory before renaming by Guido van Rossum · 27 years ago
- 09270b5 Fixes to make it pass latex without complaints. by Guido van Rossum · 27 years ago
- e7fe864 Type ("thgis"). by Guido van Rossum · 27 years ago
- 4952369 New, more complete list of what's new, pointing to Misc/NEWS for the by Guido van Rossum · 27 years ago
- c95a6c1 Use imp.find_module() as the most certain way to find the test data. by Guido van Rossum · 27 years ago
- 57fa217 generated by regrtest.py -g by Jeremy Hylton · 27 years ago
- 6eb4b6a test the zlib module only produce output if somethign goes wrong by Jeremy Hylton · 27 years ago
- 53665e5 Last minute changes for \B. AMK. by Guido van Rossum · 27 years ago
- cf00505 Added tests for \b, \B (AMK). by Guido van Rossum · 27 years ago
- 827ea7c Last minut changes for \B, \S (?). AMK. by Guido van Rossum · 27 years ago
- f2e917e Regenerated by Jack Jansen · 27 years ago
- 8f0fab7 Added support for WCTabHandle, AuxWinHandle, PixPatHandle: no reason by Jack Jansen · 27 years ago
- eaf3c9b Added #include <string.h> for memcpy() by Jack Jansen · 27 years ago
- 69b43ed Added support for GDHandle, CTabHandle, ITabHandle and CCrsrHandle: no by Jack Jansen · 27 years ago
- c7fefed Added GetAuxiliaryControlRecord and SetControlColor, there was no good by Jack Jansen · 27 years ago
- f69633e Made AEDesc_{New,Convert} global by Jack Jansen · 27 years ago
- 6100033 Another checkpoint -- reorganized, in sections. by Guido van Rossum · 27 years ago
- 9085822 the usual by Guido van Rossum · 27 years ago
- 1574d78 Date by Guido van Rossum · 27 years ago
- 34900f8 . by Guido van Rossum · 27 years ago
- 7c14103 Keep gcc -Wall happy by Guido van Rossum · 27 years ago
- f0b69f0 Checkpoint checkin of list of changes. Much more to follow, but it's late... by Guido van Rossum · 27 years ago
- ff712aa The usual. by Guido van Rossum · 27 years ago
- f84a539 Added std copyright notice. by Guido van Rossum · 27 years ago
- 939e4c1 Oops, there was a bug in the output formatting - the last printed by Guido van Rossum · 27 years ago
- 1acceb0 Added AMK's first cut at docs for re.py by Guido van Rossum · 27 years ago
- ff7d104 DevStudio (CV++ 5.0) Project files. by Guido van Rossum · 27 years ago
- 831c258 Updated for new situation; added VC++ 5.0 info and new path strategies. by Guido van Rossum · 27 years ago
- 2b41fdc Moved some non-standard format characters out of the standard list. by Guido van Rossum · 27 years ago