Staging
v0.5.1
https://github.com/python/cpython

sort by:
Revision Author Date Message Commit Date
c4099e6 # Fix strange type (methonname instead of methodname). 08 August 1998, 20:51:26 UTC
b58dff5 Play games with version numbers; add lib-tk to path. 08 August 1998, 20:11:02 UTC
f4edff0 More files to be ignored. 08 August 1998, 20:07:20 UTC
c499572 This file's previous log message is bogus. The real change is that when it gets the path from the registry, it no longer appends the default path to the end (which would mostly be a duplication). 08 August 1998, 20:05:31 UTC
be10c20 Now include Python.h 08 August 1998, 20:01:22 UTC
639ccae This file's previous log message is bogus. The real change is that it now includes "Python.h". 08 August 1998, 20:00:49 UTC
67ab672 Different version games: - MS_DLL_ID is now set to "1.5" instead of "1.5.x" so Mark Hammond's extensions won't have to be changed. - FILEVERSION and PRODUCTVERSION are set to 1,5,2,1. (The last number could be the build# or the alpha release# or so.) 08 August 1998, 19:58:59 UTC
e2d81cd Jim Fulton's patches to get rid of the class_map(). 08 August 1998, 19:40:10 UTC
1a87be1 Shouldn't include the lib pragma when building python15.dll itself! 08 August 1998, 18:25:43 UTC
4443830 Added _PyTuple_Resize to list of exported symbols. Don't know how it could hide so long... 08 August 1998, 17:40:28 UTC
1b34424 (py-execute-region): When temp-names are broken (Emacs 19.34), a serial number isn't enough to uniquify the temp file name -- what if two users are on the same machine? Add in the (emacs-pid) to help further. Should never be tickled on Emacs 20, XEmacs 20, 21. 07 August 1998, 22:24:16 UTC
4d10b43 insert_index(): Take two additional parameters: $columns and $letters. Call buildindex.py appropriately. add_idx(), add_module_idx(): Add the appropriate parameters to the calls to insert_index(). 07 August 1998, 20:51:58 UTC
077fffa The letter headings must be requested explicitly with --letters. 07 August 1998, 20:49:54 UTC
aa3f9fb By default, use a two-column index. 07 August 1998, 19:52:37 UTC
7cbf462 Allow multi-column indexes to be produced. 07 August 1998, 19:50:13 UTC
449fdf1 The doc string for setDaemon() disagreed with the implementation. The implementation wins. 07 August 1998, 19:15:20 UTC
66da9d6 re is standard, not built-in. 07 August 1998, 18:57:18 UTC
ed9dcc1 Clarify that the Python interpreter lock need *not* be held by PyInterpreterState_New() and PyThreadState_New() -- but that you may use it to serialize calls to them. 07 August 1998, 18:28:03 UTC
cdf6af1 Document gethostbyname_ex(). 07 August 1998, 18:07:36 UTC
96e1102 Updated list of Library Reference files. Added some dependencies to some of the HTML generation targets. 07 August 1998, 18:01:37 UTC
d89fa0c Add built-in string variables 'quit' and 'exit' that display a hint on how to exit (in a platform dependent way!). We use os.sep to determine which platform we're on, since I expect that this will work better for minority platforms. 07 August 1998, 18:01:14 UTC
aee5e26 Add warning that mutable argument defaults are evaluated only once; with examples and workaround. This keeps coming up, and I believe that this section in the tutorial may have been (in part) the source of the confusion. While it didn't show examples with [] for a default, it also didn't emphasize enough why that would be a bad idea, and while it did say that defaults are evaluated at the point of function definition, the example was not relevant for this issue. 07 August 1998, 17:45:09 UTC
1a0b872 At least mark the URL to the Packages essay using \url. 07 August 1998, 17:40:20 UTC
5ee808d Fix synopsis. 07 August 1998, 17:37:15 UTC
730d837 Clarify that quit() and close() render the instance useless. 07 August 1998, 17:36:59 UTC
161edc2 Added file transfer to example. 07 August 1998, 17:30:49 UTC
0cb7620 Guido's white background. 07 August 1998, 16:43:29 UTC
92a6ed9 Minor refilling of a paragraph... 07 August 1998, 16:33:51 UTC
70da192 im_function --> im_func 07 August 1998, 16:28:13 UTC
60c3caf In the example, make sure all the imports are done. 07 August 1998, 16:03:32 UTC
3700b6f Markup nits. 07 August 1998, 16:02:28 UTC
c18a6f3 Clarify xdrlib synopsis. 07 August 1998, 16:01:15 UTC
2d62395 Fix typo in binascii synopsis. 07 August 1998, 16:00:30 UTC
150ee43 Removed obsolete chapter header. 07 August 1998, 15:58:54 UTC
f44c485 New organization of internet modules into protocols/support and data chapters. 07 August 1998, 15:58:31 UTC
29fe944 New chapter headers for Internet Protocols and Internet Data chapters, which replace the existing internet chapter. 07 August 1998, 15:56:52 UTC
d795c5c Fix synopsis for multifile. 07 August 1998, 15:55:14 UTC
446f033 For Win32, added pragmas specifying the python15[_d].lib library. 07 August 1998, 15:32:00 UTC
2c2f731 [Sjoerd Mullender] Don't use CL module since all constants are now in cl. 07 August 1998, 15:28:23 UTC
1015be3 [Sjoerd Mullender] Fixed infinite loop when a message ends prematurely in some circumstances. 07 August 1998, 15:26:56 UTC
5ff1761 From: "Fredrik Lundh" <fredrik@pythonware.com> Date: Fri, 7 Aug 1998 13:37:12 +0100 the "initialcolor" code is broken in several places in the current version of tkColorChooser. I've attached an up- dated version for 1.5.2. 07 August 1998, 14:55:21 UTC
a42c1ee Added note() message to Page class -- this was used but didn't exist. (The alternative would be to call self.checker.note() but since self.checker might be None that's not quite right. 06 August 1998, 21:31:13 UTC
399fea8 Shorten the module synopsis. 06 August 1998, 21:30:32 UTC
72d157e Shorten the module synopsis. 06 August 1998, 21:23:17 UTC
9940bd7 Variant of AMK's patch to produce text versions of HOWTO documents. This ensures that the text version uses latex2html's -split 1 option, without affecting HTML produced in the same run, and also minimizes the number of l2h runs needed if --split 1 was used for an HTML run. 06 August 1998, 20:15:20 UTC
6446212 Time machine experiment. Use '__name__' as the special key (always present) that refers to the section name. Also added a (slightly) better InterpolationError error message, which includes the raw string. 06 August 1998, 18:48:41 UTC
f5475c9 Checkpointing news for 1.5.2a1... (Not all done.) 06 August 1998, 17:55:46 UTC
23a1634 Markup nit. 06 August 1998, 15:33:55 UTC
1a3c2a0 Markup nits. 06 August 1998, 15:18:23 UTC
56fa8a7 Marked makedirs(), removedirs(), renames() as added in 1.5.2. 06 August 1998, 13:45:42 UTC
4163e70 On the Mac, use Internet Config to find the proxies (Jack Jansen). Also added two XXX comments about lingering thread unsafeness. 06 August 1998, 13:39:09 UTC
4ff6d27 Quote/unquote slashes in macintosh pathname components (Jack Jansen). 06 August 1998, 13:37:21 UTC
9c241ba Added declarations for Mac code resource modules (Jack Jansen). 06 August 1998, 13:36:43 UTC
0f84a34 Added handling for Mac code resource modules (Jack Jansen). 06 August 1998, 13:36:01 UTC
1127487 Bump MS_DLL_ID to 1.5.2 06 August 1998, 04:56:06 UTC
78f6583 Put the CRLF back in. 06 August 1998, 04:23:56 UTC
0f586da Put the CRLF back in. 06 August 1998, 04:18:38 UTC
844ea7b New project files... 06 August 1998, 04:04:46 UTC
40552d0 Gack. The module doc string is too long for VC++ 5.0. However two string literals concatenated are fine! Hope this doesn't break other platforms. 06 August 1998, 03:34:39 UTC
617bc19 In Win32 version of listdir(), when FindFirstFile() returns ERROR_FILE_NOT_FOUND, return an empty list instead of raising an exception. 06 August 1998, 03:23:32 UTC
954e3ca Removed unused variables. 06 August 1998, 03:21:15 UTC
de23cb0 Bug in how an except statement was written (submitted by Piers himself). 06 August 1998, 02:59:07 UTC
d807879 Make getversion.o dependent on ../Include/patchlevel.h as well. 05 August 1998, 21:33:54 UTC
b2395eb Upgrade patchlevel to 1.5.2a1. 05 August 1998, 21:16:18 UTC
c531270 New version of makefile for Windows 3.1 from Jim Ahlstrom. 05 August 1998, 21:14:32 UTC
cc93d95 New version of VC 1.5 makefile from Jim Ahlstrom. 05 August 1998, 21:13:54 UTC
eb891ae Get rid of obsolete setup_nt subdirectory. 05 August 1998, 21:10:58 UTC
bc160b5 Getting rid of this ancient stuff. 05 August 1998, 21:10:09 UTC
41b4f38 # Removed .pyc file that was accidentally checked in. 05 August 1998, 17:56:42 UTC
debafb9 Added SIZEOF_INT and SIZEOF_LONG 05 August 1998, 16:04:47 UTC
227cf76 Undo a silly effect of a global substitution: the macintosh panic() function had a reference to vPySys_WriteStderr(...) -- turn it back into fprintf(stder, ...). 05 August 1998, 13:53:32 UTC
11300cc build_html(): Simplify, so there's only one version of the latex2html command line. l2hoption(): Convenience function, to write out an option to the aux. init. file only if set. Added --iconserver option to set the $ICONSERVER variable in latex2html; this requires the use of an auxillary init. file since this can't be initialized using a standard latex2html command-line option. So the aux. init. file is used for just about all the special options since it has to be written anyway when $ICONSERVER needs to be set. 05 August 1998, 04:48:18 UTC
1ca8fdc Remove modified setting of $ICONSERVER; this isn't the right way to do it. 05 August 1998, 04:36:09 UTC
a690394 New meat. 04 August 1998, 22:59:26 UTC
fc8f5d1 typo (pwill -> will). 04 August 1998, 22:58:51 UTC
bcc2074 Changes for BeOS, QNX and long long, by Chris Herborth. 04 August 1998, 22:53:56 UTC
1a8791e Changes for BeOS, QNX and long long, by Chris Herborth. 04 August 1998, 22:46:29 UTC
7d896ab Added gethostbyname_ex(), which returns the same kind of data as gethostbyaddr(). (Plain gethostbyname() returns only the IP address.) This moves the code shared by gethostbyaddr() and gethostbyname_ex() to a subroutine. Original patch by Dan Stromberg; some tweaks by GvR. 04 August 1998, 22:16:43 UTC
45f2601 get_chapter_id(): Separate two aspects of string replacement to allow the need for each to vary independently. 04 August 1998, 22:07:18 UTC
f54556e Fixed wrapping on some long lines. 04 August 1998, 20:53:55 UTC
ec95c7b Changes for BeOS, QNX and long long, by Chris Herborth. 04 August 1998, 17:59:56 UTC
d8eb211 Adding the BeOS port. More checkins to follow. 04 August 1998, 17:57:28 UTC
3f7b6fc Ok, we'll try this again: update the release date. ;-( 04 August 1998, 17:01:18 UTC
228e31e Update the documentation release number in RELEASE. 04 August 1998, 16:59:29 UTC
da4d6da Support case insensitive treatment of os.environ keys on Windows and DOS (as well as OS/2). I presume that making a call to putenv() with a lowercase key will actually do the right thing. I know this is so on Windows/DOS, and I expect it is so OS/2 -- but the old OS/2 code didn't assume this. (I don't know if the person who provided the OS/2 patch was clueless or just didn't care about DOS and Windows.) Also ripped out the support for pickling -- as of 1.5, this is no longer needed to make pickling work. 04 August 1998, 16:01:23 UTC
7f875ef parser__pickler(): Use Py_DECREF() when reference is known to be non-NULL. 04 August 1998, 15:58:10 UTC
fcfb632 Latest version by The Dragon, who writes: I did some bugfixes, and fixed a major problem with the esmtp suport (I think the person who did that part misunderstood RFC1869) Some of the interface fer esmtp-related things has changed as a result. I also added some documentation to the SMTP class' docstring. 04 August 1998, 15:29:54 UTC
5053efc In BUILD_LIST, use PyList_SET_ITEM() instead of PyList_SetItem(); and get rid of redundant error check. 04 August 1998, 15:27:50 UTC
c964179 Patch by Jody Winston (with my changes) to add some of the "wait status inspection" macros as functions: WEXITSTATUS(), WIFEXITED(), WIFSIGNALED(), WIFSTOPPED(), WSTOPSIG(), WTERMSIG(). 04 August 1998, 15:26:23 UTC
923fece Better error messages when raising ValueError for int literals. (The previous version of this code would not show the offending input, even though there was code that attempted this.) 04 August 1998, 15:04:52 UTC
ac6a37a Fix a potential problem in PyLong_FromString(): could fall through the for loop with z==NULL but continue to reference z later. 04 August 1998, 15:04:06 UTC
df3d875 Better error messages when raising ValueError for int and long literals. (The previous version of this code would not show the offending input, even though there was code that attempted this.) 04 August 1998, 15:02:01 UTC
152d817 Fix a memory leak -- the cached values of __getattr__ etc. were never freed. 04 August 1998, 14:59:16 UTC
f6fc1ec Jim A's new versions of these 03 August 1998, 20:23:42 UTC
84c6fc9 Patch by Ron Klatchko: fix invariant in _unread(). Also fixed readlines() to behave like it should (return lines with "\n" appended). 03 August 1998, 15:41:39 UTC
6fd83b7 Generalized so it's useful for testing other packages, by Andrew Kuchling @ CNRI. 01 August 1998, 17:04:08 UTC
3357561 Added randrange to list of exported functions. 31 July 1998, 13:40:05 UTC
187f154 Introducing randrange([start,] stop [,step]) -- same as choice(range(start, stop, step)) but faster. This addresses the problem that randint() was accidentally defined as taking an inclusive range (how unpythonic). The code is longish because Tim Peters insisted that it reject non-integral arguments while I insisted that it be not much slower than randint(); the compromise satisfies both but is somewhat convoluted. Also changed randint() to be implemented through randrange(). This is a semantic change because old randint() didn't test its arguments for validity. (It also makes randrange() win any contest with randint() :-) 31 July 1998, 13:39:44 UTC
490ec9c Use buildtools where appropriate. Build BuildApplication applet too. 31 July 1998, 09:45:27 UTC
b44f1cc Build a full standalone application from a python script (Just) 31 July 1998, 09:44:58 UTC
back to top