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

sort by:
Revision Author Date Message Commit Date
bed266a New version for 1.4 from Manus. 22 October 1996, 22:08:02 UTC
cb9fe88 Version number and date. 22 October 1996, 22:01:03 UTC
1f17543 Removed LaTeX version of reference manual. Added ref/ref.ps. 22 October 1996, 20:00:02 UTC
6a05f95 Got rid of most XXXes in the News chapter. Bumped the version to 1.4. 22 October 1996, 19:27:46 UTC
fd1e543 New date and version number. 22 October 1996, 19:00:46 UTC
176f10e Get rid of evil workaround for Python 1.4b2 bug. 22 October 1996, 18:59:47 UTC
a31e084 It turns out that VC1.5 does not necessarily define _WINDOWS. 22 October 1996, 17:57:23 UTC
8487229 Get preference file name from a resource. Changed for 1.8.0 CWGUSI release 22 October 1996, 15:33:02 UTC
d09deac Also put aliases to PythonCore{PPC,CFM68K} in the extensions folder 22 October 1996, 15:32:06 UTC
2d359bf Updated the instructions for the 1.4 release 22 October 1996, 15:29:58 UTC
e272303 Added a note about incorrect "PythonCore not found" message Added a few comments on preference file handling. 22 October 1996, 15:29:15 UTC
061ac50 Added a note about PythonApplet name 22 October 1996, 15:27:56 UTC
baffd68 Version upped to 1.4, removed some unused dialogs, added STR resource with preference filename. 22 October 1996, 15:26:48 UTC
83c74df - Get preference filename from a resource - Create the file if it doesn't exist and don't be fussy about it 22 October 1996, 15:25:42 UTC
d081b13 Added resource for preference file name 22 October 1996, 15:24:21 UTC
5b1b33c Fix another case where... 22 October 1996, 13:28:37 UTC
5805584 Changed version to plain "1.4". 22 October 1996, 03:09:46 UTC
a4e41a8 Added question about error from misuse of mangled names. 22 October 1996, 03:00:43 UTC
36845ed Changed URL for PCT again. 22 October 1996, 02:25:24 UTC
02afd08 Added all current changes. 22 October 1996, 02:16:19 UTC
a80c398 Added chapter on restricted execution. 22 October 1996, 01:12:13 UTC
6e308d7 Start new chapter on restricted execution. 22 October 1996, 01:11:53 UTC
095538d Actual text submitted by AMK. 22 October 1996, 01:11:19 UTC
c3d090c Background chapter on restricted execution. Additional sections are rexec and bastion. 22 October 1996, 01:10:56 UTC
9cb018e Change the default seeding -- use 8 bits of sub-second precision and fold in the higest 8 bits of the time as well. 21 October 1996, 23:20:03 UTC
b6685dc The usual... 21 October 1996, 18:10:19 UTC
0c37369 (Tkinter.py): Fixed bug in re-implementation of OptionMenu. 21 October 1996, 17:09:31 UTC
28574b5 (Fred Drake:) Re-wrote the OptionMenu class to allow access to a real Menu object via om['menu'] -- this is necessary to use a post-command with an OptionMenu. The API has not changed. 21 October 1996, 15:16:51 UTC
cc55c2d Changes in description of NeXT options. Fixed reference to newsgroup (above instead of below). 21 October 1996, 15:14:27 UTC
8bcf369 Support passing in an empty dictionary of keywords to newinstanceobject. 21 October 1996, 15:12:32 UTC
1d6fddb Changed _Py_EllipsesObject -> _Py_EllipsisObject. 21 October 1996, 15:11:12 UTC
a1b1cdb Major upgrade by Vladimir Marangozov. 21 October 1996, 15:10:39 UTC
6b02b3e Checkin before ticking changes off.. 21 October 1996, 14:56:23 UTC
d8b4dd6 Don't recommend unzipping in the root. 21 October 1996, 14:54:59 UTC
22a6770 Changed _Py_EllipsesObject -> _Py_EllipsisObject. Added PyEval_CallObjectWithKeywords. 21 October 1996, 14:53:22 UTC
cf6c0ea Add an XXX comment about apparent incompleteness of Borland defines. 21 October 1996, 14:52:24 UTC
bc2e631 From: "Mark Hammond" <MHammond@skippinet.com.au> Date: Fri, 4 Oct 1996 09:08:19 +1000 A couple of things. As I mentioned a while back, I have made the changes to the registry support, in getpath_nt.c. To recap, there can be: ...\pythonpath = default core Pythonpath ...\pythonpath\Pythonwin = c:\somewhere etc. The code simply appends them all. The order can not be guaranteed (registry limitation) but the "default" is always at the end. The main reasons for change were the length of the path, but mainly so an uninstaller can do the right thing. 21 October 1996, 14:40:30 UTC
f8c684d Ported to CW10 16 October 1996, 15:30:24 UTC
319f1a2 Added a warning about gusi cfm68k "far data" 16 October 1996, 15:28:30 UTC
b75fba0 Forget about Ellipses b/w compatibility. 16 October 1996, 04:18:36 UTC
6d1356e Changed Types to types. 15 October 1996, 16:32:07 UTC
59b912a Fixed xstat to again include resroucefork size, creator, type. Obtain thru macstat(), but other values via stat() (so os.stat() and os.xstat() agree). 15 October 1996, 16:13:33 UTC
3a4b3b0 Fixed flashing in ProgressBar update. 15 October 1996, 16:11:50 UTC
008ec68 Added warning not to import directly. 15 October 1996, 14:40:41 UTC
4808dcb Allow code objects to be passed to run() and eval(). 15 October 1996, 14:40:21 UTC
7e42cab Patches for Mac module docs by Jack 15 October 1996, 14:37:31 UTC
acc8754 (partparse.py): Small change by Sjoerd to improve handle of X11 extension documentation. 14 October 1996, 16:20:42 UTC
9c5dc29 Added item about bug in Slackware96 libdl. 13 October 1996, 15:48:56 UTC
0848146 Don't close an already closed socket. 12 October 1996, 14:07:22 UTC
9b05811 Added embryonic description of fcntl.lockf(). Added pointer to that in posixfile (which is obsolescent). 11 October 1996, 17:43:34 UTC
22f7f9e (texi2html.py): Added CLASS=Navigation attribute to DIV around top/bottom navigation links for HTML 3 version. Forced a blank line above the footnotes separator for HTML 2; at least one page did not get this spaced correctly. 11 October 1996, 16:54:00 UTC
4bf1296 (libtypes.tex): Correct reversal of two words in description of formatting strings. 11 October 1996, 16:33:48 UTC
e449af7 Ellipses -> Ellipsis rename (the dictionary really says that it should be Ellipsis!). Bumped the API version because a linker-visible symbol is affected. Old C code will still compile -- there's a b/w compat macro. Similarly, old Python code will still run, builtin exports both Ellipses and Ellipsis. 11 October 1996, 16:25:41 UTC
8741b2b Added Slice and Ellipses types. 11 October 1996, 16:00:06 UTC
1dde7b7 Typos detected by Sjoerd 11 October 1996, 15:57:17 UTC
c153d12 Got rid of almost totally obsolete Demo/www subdir. 11 October 1996, 14:49:19 UTC
a58d89e 'documented' resource-number useage of EditPythonPrefs 11 October 1996, 13:19:52 UTC
145c92d Moved resources to 510/511: the numbers above 512 gave problems when editing preferences in applets with their own dialogs 11 October 1996, 11:30:26 UTC
11b6d24 (partparse.py): Small fix to do_datadesc(): in some odd cases the name of data item was omitted, which also affected the indentation of the description. 10 October 1996, 20:09:56 UTC
43e6661 Add a dependency on clobber to the boot target. Now, if you run "make -f Makefile.pre.in boot", all traces of previous runs are removed. 10 October 1996, 19:12:47 UTC
b030bc0 Fix some cases where self.openedurl wasn't set. 10 October 1996, 16:01:16 UTC
b5fa1cb Don't add names that start with _ 10 October 1996, 16:00:28 UTC
5f2aa71 (Makefile): Push texi2html.py options into a make variable. 09 October 1996, 19:33:17 UTC
0282726 (texi2html.py): Tightened the generated HTML slightly. Added -p option to print section titles even when the debugging output is not enabled. Added -3 option to generate HTML 3.0 constructs where meaningful. Removed repititive garbage generation: the old version added simple descriptive comments after every datadesc/funcdesc/*desc entry: function(args) -- function of module xxxx Description.... These comments are no longer generated: function(args) Description.... 09 October 1996, 19:05:12 UTC
0b95abc (Makefile): Add libformatter.tex to the library document dependencies. 09 October 1996, 16:15:06 UTC
8f92595 (libhtmllib.tex, libsgmllib.tex, libformatter.tex): Improve indexing somewhat. Add small intros to the "implementations" sections of the formatter module doc. 09 October 1996, 16:13:22 UTC
7edd8d3 (partparse.py): Rationalize some behavior around unexpected conditions. 09 October 1996, 16:11:26 UTC
e1980ed (lib.tex, libwww.tex): Include the sgmlib chapter before the htmllib chapter to better reflect the relationship between the modules. 09 October 1996, 14:36:54 UTC
0eb8837 Prepared for Tk windowing implementation 09 October 1996, 09:38:46 UTC
b96aeaf tweaked some of the positions of interface elements. 09 October 1996, 09:38:06 UTC
ca8cdc6 (formatter.py): Simplify NullFormatter definition of add_hor_rule() to match documentation. 08 October 1996, 21:57:47 UTC
53e84d5 (lib.tex): Added entry for formatter module. 08 October 1996, 21:54:41 UTC
08d301e (libwww.tex): Added entry for formatter module. 08 October 1996, 21:54:06 UTC
e83b30d (libformatter.tex): Added documentation for abstract writer/formatter model and implementation variants. 08 October 1996, 21:53:33 UTC
58d7f69 (libhtmllib.tex): Revised documentation for HTML support. 08 October 1996, 21:52:23 UTC
42439ad (libsgmllib.tex): Revised documentation for SGML support. 08 October 1996, 21:51:49 UTC
5812488 A first stab at describing what's new in 1.4. Still many XXX'es left. Also would like to add an "author's note" at the beginning, basically pointing everyone to the books. 08 October 1996, 17:29:56 UTC
f17fa68 Nils Fischbeck, Tim Hochberg, Terry Reedy, Ka-Ping Yee 08 October 1996, 17:22:00 UTC
434882e Added 'static' target; add variable TARGET replacing python 08 October 1996, 17:21:11 UTC
8a91302 Toss Q 3.10 on posix.listdir on NeXT. Add revived vpApp. 08 October 1996, 17:18:30 UTC
0983315 Toss the outdated QuickRef. 08 October 1996, 17:16:02 UTC
a635184 Add waitflag to down_sema(). 08 October 1996, 14:21:49 UTC
6e8583d Check for NULL pointer returned from localtime()/gmtime(). 08 October 1996, 14:19:52 UTC
c196202 Speedup of makeresult() by keeping a filler of (-1, -1) around. 08 October 1996, 14:18:42 UTC
cf1474b Sjoerd's thread changes (including down_sema typo fix). Note: waitflag not supported on NT. 08 October 1996, 14:17:53 UTC
5b1d9ba Remove RCS crud... Sigh... 08 October 1996, 14:15:25 UTC
a4a7527 Removed RCS crud from official Python release version. 08 October 1996, 14:14:49 UTC
b8cc6ae The usual... Sigh... 08 October 1996, 14:13:43 UTC
6592f88 Removed debugging print statement 08 October 1996, 14:10:51 UTC
edaf1c9 Simple test module for strop. 08 October 1996, 14:07:56 UTC
3159e1e Change to always call list.append with a single argument. This does not mean I still support this code!!! 08 October 1996, 14:07:21 UTC
2715bb2 Changes to always call list.append with a single argument. 08 October 1996, 14:06:35 UTC
b7f48e3 Change to always call list.append with a single argument. 08 October 1996, 14:06:17 UTC
3c7739a Create img modules for cfm68k too. 08 October 1996, 09:25:02 UTC
a97b8ee Set the __file__ attribute of the imported module in both versions of load_module(), to mimick the behavior of imp more closely. 07 October 1996, 23:41:54 UTC
ccd8b19 Add provisions to set the (to be documented!) instance variable 'writer' of the NullFormatter to the writter passed in, or to a NullWriter if none (or None) is passed in. 07 October 1996, 21:29:49 UTC
36fc11e Compromise on test in find_class(): a user-defined function is okay, but a built-in function is not. 07 October 1996, 14:34:20 UTC
cab3c3b (Tkinter.py): Improve application basename determination to make .py and .pyc extensions completely equivelent when locating the "profile" which should be read on startup. 06 October 1996, 17:55:20 UTC
4be63d1 Added getparamnames() to Message class -- return a list of all parameters of the content-type header. 04 October 1996, 20:14:02 UTC
8299e46 Don't auto-install on import. This slows down apps that use some of our modules for special purposes (e.g. rexec). 04 October 1996, 19:57:11 UTC
back to top