- 7fb6688 Get rid of python15.lib; add some incl files by Guido van Rossum · 26 years ago
- 3804d7e Add PyEval_CallFunction() and PyEval_CallMethod(). by Guido van Rossum · 26 years ago
- 3d109a0 Add missing prototypes for PyEval_CallFunction() and PyEval_CallMethod(). by Guido van Rossum · 26 years ago
- c4099e6 # Fix strange type (methonname instead of methodname). by Guido van Rossum · 26 years ago
- b58dff5 Play games with version numbers; add lib-tk to path. by Guido van Rossum · 26 years ago
- f4edff0 More files to be ignored. by Guido van Rossum · 26 years ago
- c499572 This file's previous log message is bogus. The real change is that by Guido van Rossum · 26 years ago
- be10c20 Now include Python.h by Guido van Rossum · 26 years ago
- 639ccae This file's previous log message is bogus. by Guido van Rossum · 26 years ago
- 67ab672 Different version games: by Guido van Rossum · 26 years ago
- e2d81cd Jim Fulton's patches to get rid of the class_map(). by Guido van Rossum · 26 years ago
- 1a87be1 Shouldn't include the lib pragma when building python15.dll itself! by Guido van Rossum · 26 years ago
- 4443830 Added _PyTuple_Resize to list of exported symbols. Don't know how it by Guido van Rossum · 26 years ago
- 1b34424 (py-execute-region): When temp-names are broken (Emacs 19.34), a by Barry Warsaw · 26 years ago
- 4d10b43 insert_index(): Take two additional parameters: $columns and $letters. Call by Fred Drake · 26 years ago
- 077fffa The letter headings must be requested explicitly with --letters. by Fred Drake · 26 years ago
- aa3f9fb By default, use a two-column index. by Fred Drake · 26 years ago
- 7cbf462 Allow multi-column indexes to be produced. by Fred Drake · 26 years ago
- 449fdf1 The doc string for setDaemon() disagreed with the implementation. The by Guido van Rossum · 26 years ago
- 66da9d6 re is standard, not built-in. by Fred Drake · 26 years ago
- ed9dcc1 Clarify that the Python interpreter lock need *not* be held by by Guido van Rossum · 26 years ago
- cdf6af1 Document gethostbyname_ex(). by Guido van Rossum · 26 years ago
- 96e1102 Updated list of Library Reference files. by Fred Drake · 26 years ago
- d89fa0c Add built-in string variables 'quit' and 'exit' that display a hint on by Guido van Rossum · 26 years ago
- aee5e26 Add warning that mutable argument defaults are evaluated only once; by Guido van Rossum · 26 years ago
- 1a0b872 At least mark the URL to the Packages essay using \url. by Fred Drake · 26 years ago
- 5ee808d Fix synopsis. by Fred Drake · 26 years ago
- 730d837 Clarify that quit() and close() render the instance useless. by Guido van Rossum · 26 years ago
- 161edc2 Added file transfer to example. by Fred Drake · 26 years ago
- 0cb7620 Guido's white background. by Fred Drake · 26 years ago
- 92a6ed9 Minor refilling of a paragraph... by Barry Warsaw · 26 years ago
- 70da192 im_function --> im_func by Fred Drake · 26 years ago
- 60c3caf In the example, make sure all the imports are done. by Fred Drake · 26 years ago
- 3700b6f Markup nits. by Fred Drake · 26 years ago
- c18a6f3 Clarify xdrlib synopsis. by Fred Drake · 26 years ago
- 2d62395 Fix typo in binascii synopsis. by Fred Drake · 26 years ago
- 150ee43 Removed obsolete chapter header. by Fred Drake · 26 years ago
- f44c485 New organization of internet modules into protocols/support and data chapters. by Fred Drake · 26 years ago
- 29fe944 New chapter headers for Internet Protocols and Internet Data chapters, by Fred Drake · 26 years ago
- d795c5c Fix synopsis for multifile. by Fred Drake · 26 years ago
- 446f033 For Win32, added pragmas specifying the python15[_d].lib library. by Guido van Rossum · 26 years ago
- 2c2f731 [Sjoerd Mullender] by Guido van Rossum · 26 years ago
- 1015be3 [Sjoerd Mullender] by Guido van Rossum · 26 years ago
- 5ff1761 From: "Fredrik Lundh" <fredrik@pythonware.com> by Guido van Rossum · 26 years ago
- a42c1ee Added note() message to Page class -- this was used but didn't exist. by Guido van Rossum · 26 years ago
- 399fea8 Shorten the module synopsis. by Fred Drake · 26 years ago
- 72d157e Shorten the module synopsis. by Fred Drake · 26 years ago
- 9940bd7 Variant of AMK's patch to produce text versions of HOWTO documents. by Fred Drake · 26 years ago
- 6446212 Time machine experiment. Use '__name__' as the special key (always by Barry Warsaw · 26 years ago
- f5475c9 Checkpointing news for 1.5.2a1... (Not all done.) by Guido van Rossum · 26 years ago
- 23a1634 Markup nit. by Fred Drake · 26 years ago
- 1a3c2a0 Markup nits. by Fred Drake · 26 years ago
- 56fa8a7 Marked makedirs(), removedirs(), renames() as added in 1.5.2. by Fred Drake · 26 years ago
- 4163e70 On the Mac, use Internet Config to find the proxies (Jack Jansen). by Guido van Rossum · 26 years ago
- 4ff6d27 Quote/unquote slashes in macintosh pathname components (Jack Jansen). by Guido van Rossum · 26 years ago
- 9c241ba Added declarations for Mac code resource modules (Jack Jansen). by Guido van Rossum · 26 years ago
- 0f84a34 Added handling for Mac code resource modules (Jack Jansen). by Guido van Rossum · 26 years ago
- 1127487 Bump MS_DLL_ID to 1.5.2 by Guido van Rossum · 26 years ago
- 78f6583 Put the CRLF back in. by Guido van Rossum · 26 years ago
- 0f586da Put the CRLF back in. by Guido van Rossum · 26 years ago
- 844ea7b New project files... by Guido van Rossum · 26 years ago
- 40552d0 Gack. The module doc string is too long for VC++ 5.0. by Guido van Rossum · 26 years ago
- 617bc19 In Win32 version of listdir(), when FindFirstFile() returns by Guido van Rossum · 26 years ago
- 954e3ca Removed unused variables. by Guido van Rossum · 26 years ago
- de23cb0 Bug in how an except statement was written (submitted by Piers himself). by Guido van Rossum · 26 years ago
- d807879 Make getversion.o dependent on ../Include/patchlevel.h as well. by Fred Drake · 26 years ago
- b2395eb Upgrade patchlevel to 1.5.2a1. by Guido van Rossum · 26 years ago
- c531270 New version of makefile for Windows 3.1 from Jim Ahlstrom. by Guido van Rossum · 26 years ago
- cc93d95 New version of VC 1.5 makefile from Jim Ahlstrom. by Guido van Rossum · 26 years ago
- eb891ae Get rid of obsolete setup_nt subdirectory. by Guido van Rossum · 26 years ago
- bc160b5 Getting rid of this ancient stuff. by Guido van Rossum · 26 years ago
- 41b4f38 # Removed .pyc file that was accidentally checked in. by Guido van Rossum · 26 years ago
- debafb9 Added SIZEOF_INT and SIZEOF_LONG by Jack Jansen · 26 years ago
- 227cf76 Undo a silly effect of a global substitution: the macintosh panic() by Guido van Rossum · 26 years ago
- 11300cc build_html(): Simplify, so there's only one version of the latex2html by Fred Drake · 26 years ago
- 1ca8fdc Remove modified setting of $ICONSERVER; this isn't the right way to do it. by Fred Drake · 26 years ago
- a690394 New meat. by Guido van Rossum · 26 years ago
- fc8f5d1 typo (pwill -> will). by Guido van Rossum · 26 years ago
- bcc2074 Changes for BeOS, QNX and long long, by Chris Herborth. by Guido van Rossum · 26 years ago
- 1a8791e Changes for BeOS, QNX and long long, by Chris Herborth. by Guido van Rossum · 26 years ago
- 7d896ab Added gethostbyname_ex(), which returns the same kind of data as by Guido van Rossum · 26 years ago
- 45f2601 get_chapter_id(): Separate two aspects of string replacement to allow the by Fred Drake · 26 years ago
- f54556e Fixed wrapping on some long lines. by Fred Drake · 26 years ago
- ec95c7b Changes for BeOS, QNX and long long, by Chris Herborth. by Guido van Rossum · 26 years ago
- d8eb211 Adding the BeOS port. More checkins to follow. by Guido van Rossum · 26 years ago
- 3f7b6fc Ok, we'll try this again: update the release date. ;-( by Fred Drake · 26 years ago
- 228e31e Update the documentation release number in RELEASE. by Fred Drake · 26 years ago
- da4d6da Support case insensitive treatment of os.environ keys on Windows and by Guido van Rossum · 26 years ago
- 7f875ef parser__pickler(): Use Py_DECREF() when reference is known to be non-NULL. by Fred Drake · 26 years ago
- fcfb632 Latest version by The Dragon, who writes: by Guido van Rossum · 26 years ago
- 5053efc In BUILD_LIST, use PyList_SET_ITEM() instead of PyList_SetItem(); and by Guido van Rossum · 26 years ago
- c964179 Patch by Jody Winston (with my changes) to add some of the "wait by Guido van Rossum · 26 years ago
- 923fece5 Better error messages when raising ValueError for int literals. (The by Guido van Rossum · 26 years ago
- ac6a37a Fix a potential problem in PyLong_FromString(): could fall through the by Guido van Rossum · 26 years ago
- df3d875 Better error messages when raising ValueError for int and long by Guido van Rossum · 26 years ago
- 152d817 Fix a memory leak -- the cached values of __getattr__ etc. were never freed. by Guido van Rossum · 26 years ago
- f6fc1ec Jim A's new versions of these by Guido van Rossum · 26 years ago
- 84c6fc9 Patch by Ron Klatchko: fix invariant in _unread(). Also fixed by Guido van Rossum · 26 years ago
- 6fd83b7 Generalized so it's useful for testing other packages, by Andrew by Guido van Rossum · 26 years ago
- 3357561 Added randrange to list of exported functions. by Guido van Rossum · 26 years ago