https://github.com/python/cpython

sort by:
Revision Author Date Message Commit Date
b2b1ed1 This commit was manufactured by cvs2svn to create tag 'r14beta3'. 26 August 1996, 18:33:32 UTC
a8763e5 Another batch of updates... 26 August 1996, 18:33:32 UTC
52a42fe Remove the entry for private variables (it's supposed to be a surprise!) 26 August 1996, 18:23:19 UTC
5f9aa9e Some final changes. I'll give up on nicely reformatting and structuring it, for now. 26 August 1996, 18:22:44 UTC
78c9637 Bump exposed __version__ to 1.4. Correctly handle a URL containing user:password@host when using a proxy. 26 August 1996, 18:09:59 UTC
dfcf35d Reformatted some stuff. Put FEATURE FREEZE in all caps. 26 August 1996, 17:52:09 UTC
0c8cf88 Don't die when getuid() or getpid() aren't defined. 26 August 1996, 16:40:20 UTC
3df7b5a Don't do truncation to 8+3 format -- this is used on NT file systems! 26 August 1996, 16:35:26 UTC
c75db0b Added Mime writer module (formerly in Grail) 26 August 1996, 16:33:30 UTC
cfd8935 typo (cotinue -> continue) 26 August 1996, 16:20:31 UTC
8e44991 Three sets of changes from Grail: date: 1996/08/14 17:27:21; author: fdrake; state: Exp; lines: +11 -9 (formatter.py): Establish a consistent space-handling policy, so that all spaces are handled by the outermost context in which they might be considered. (I.e., softspaces at element boundaries migrate outwards.) For instance: "<A> <IMG> </A>" becomes " <A><IMG></A> ". This avoids some of those nasty underlined spaces around images. It does not affect spaces *between* images within an anchor. date: 1996/08/01 17:02:09; author: fdrake; state: Exp; lines: +3 -2 (formatter.py): Added required parameter to the NullFormatter class; this was omitted by accident. Made AbstractFormatter.add_literal_data() handle preceeding softspace correctly instead of expecting the caller to do it. date: 1996/07/23 22:18:56; author: fdrake; state: Exp; lines: +1 -1 (formatter.py): Correct assert_line_data() to update all internal conditions; This now handles headers with only image content immediately followed by anything. 26 August 1996, 16:19:23 UTC
f8abb38 Slightly faster (un)quoting. 26 August 1996, 15:56:12 UTC
f480c67 Use correct separator for capwords(s, sep). 26 August 1996, 15:55:00 UTC
9e3f429 Emacs font-lock de-bogo-kludgificocity 26 August 1996, 15:46:13 UTC
6eea326 typo (#indef -> #undef) 26 August 1996, 14:58:54 UTC
e5920bc Use getstringsize where available instead of strlen. 26 August 1996, 14:58:03 UTC
dd6798c Added NumVersion definition. 26 August 1996, 14:38:40 UTC
c30461d Insert filename in IOError message. 26 August 1996, 14:37:47 UTC
c9970ee Call __initialize(), not __sinit() on Mac dynamic loading entry. 26 August 1996, 14:37:15 UTC
96c4dd9 OK, now it uses sys.[exec_]prefix and supports a -o option to specify an output directory. *Much* more convenient. Removed a whole lot of hullabaloo from the README file, too. 26 August 1996, 05:14:20 UTC
6498cad Get rid of it totally 26 August 1996, 04:10:33 UTC
f34bf1c Added warning that this is unsupported 26 August 1996, 03:50:10 UTC
aa233f1 Changes for 1.4 install targets 26 August 1996, 03:49:49 UTC
d0fe845 Updated for 1.4beta3 26 August 1996, 03:02:37 UTC
4a67a16 Added all changes in beta1 and beta3. Still very rough (needs reordering etc.). 26 August 1996, 02:40:59 UTC
8206fb9 Final set of changes by Fred before 1.4beta3 26 August 1996, 00:33:29 UTC
d8a6d1c Afterthough: leave both leading underscores in, so __spam becomes _ClassName__spam. 24 August 1996, 07:54:27 UTC
fe2236f Oops need to mangle global statement separately 24 August 1996, 07:29:04 UTC
8ff077b Name mangling, what the heck! 24 August 1996, 06:21:31 UTC
93fccac Newly tweaked 23 August 1996, 18:47:59 UTC
3db4103 Use MS_DLL_ID and similar changes 23 August 1996, 18:42:39 UTC
8b9ea87 Use MS_DLL_ID as sys.winver 23 August 1996, 18:14:47 UTC
0579715 Fixed names of vairous plugins to build, added a couple and added possibility to create standalone pythons and fat pythons (the latter not functional yet). 23 August 1996, 15:52:56 UTC
f57df79 - MWRuntimeStatic{arch} are static versions of MW shared runtime libraries - Except for the above the whole library architecture conforms to MW documentation. - PythonCorePPC also uses .exp file now - Static pythons have full complement of modules - cfm versions of all possible plugins created (not tested) 23 August 1996, 15:51:48 UTC
cbc6676 Added dllbase_nt.txt and python_nt.rc; added notes to readme.txt about NumPy targets; added some symbols to python_nt.def. 23 August 1996, 15:48:14 UTC
bc17d29 Turn on USE_TK and MAC_TCL by default 23 August 1996, 15:46:12 UTC
93e2ee5 New version/date 23 August 1996, 15:45:37 UTC
5bd85d9 Always call __initialize(), also on PPC 23 August 1996, 15:45:26 UTC
27b10ec - Added cfm68k instructions - Changed names of various things - Explain how to recreate .exp files. 23 August 1996, 15:44:18 UTC
97662c8 Version number; started chapter on what's new in 1.4 23 August 1996, 15:35:47 UTC
f8daa4f Changes to dependencies (Fred) 23 August 1996, 15:33:51 UTC
0011d93 Niceties by Fred 22 August 1996, 23:18:55 UTC
5c8c91b Changes for Canvas by Fred 22 August 1996, 23:18:09 UTC
ad89978 Be a bit more careful with printing a warning for a failed __del__. 22 August 1996, 23:15:42 UTC
2a516c8 Bump patchlevel (a bit early, but what the heck...) 22 August 1996, 23:15:05 UTC
6100d91 Allow whitespace before '#' in preprocessor directives. 22 August 1996, 23:12:23 UTC
ac27910 PYTHONWIN -> MS_COREDLL 22 August 1996, 23:10:58 UTC
2ea0b06 Add PYTHON_API_STRING, which is PYTHON_API_VERSION as a string literal. Under Windows, add MS_DLL_ID and MS_DLL_VERSION_ID for Mark H. Independent change: if Py_TRACE_REFS is defined, rename Py_InitModule4 so so linking with incompatible modules will create a link time error. [Backing out of previous changes (also for modsupport.c) to test the latter at runtime.] 22 August 1996, 22:55:47 UTC
67d4ab0 Added NumPy projects 22 August 1996, 21:47:05 UTC
f813f56 imghdr.what(): check for not h'. This lets you do: imghdr.what(None, '') And still go down the 22 August 1996, 21:20:46 UTC
bf57ed5 Added thread module (it was already in the project!) 22 August 1996, 00:43:42 UTC
331a897 Description of the new build procedure for Win NT/95. 22 August 1996, 00:28:34 UTC
eaf9b6c More changes for NT, Guido style 22 August 1996, 00:06:59 UTC
497aedd Get rid of unused local variable. 21 August 1996, 23:46:01 UTC
c417ef8 Added a small test program. 21 August 1996, 23:38:59 UTC
c1d5053 Add needed #include <ctype.h> 21 August 1996, 23:38:24 UTC
4f90346 Removed environment, objc, sybase modules 21 August 1996, 22:15:03 UTC
f00eb71 Get rid of some obsolete modules: - environment.c (we now have os.putenv) - sybase (a better one is in contrib/Databases/Sybase.*) - objc.c (incomplete and unsupportable by us) 21 August 1996, 22:11:54 UTC
2a28846 Patches to make it compile with K&R C 21 August 1996, 21:55:43 UTC
3bcf7d2 Avoid complaint about inconsistent hypot() linkage on NT. 21 August 1996, 20:36:52 UTC
cda848f Remove dependency of $(srcdir)/Lib/$(MACHDEP) on python, since it would try to do the mkdir whenever a new python has been built... 21 August 1996, 20:18:29 UTC
a4ddb23 update -- Undo is now entry 1 21 August 1996, 20:13:08 UTC
4ec060a unicast pendant for broadcast.py 21 August 1996, 20:11:55 UTC
171191e Raise ValueError on empty string passed into atoi(), atol(), atof(). 21 August 1996, 20:02:25 UTC
d0f11de Added documentation for PyObject_DelItem and PySequence_Del{Item,Slice}. 21 August 1996, 19:08:12 UTC
360a934 Support for old CPP 21 August 1996, 19:04:10 UTC
ae92f01 Hacks to support being a Windows DLL 21 August 1996, 19:03:36 UTC
6cdc6f4 Added PyObject_DelItem and PySequence_Del{Item,Slice}. 21 August 1996, 17:41:54 UTC
c9fb47e Added delslice and delitem. Renamed and, or to and_, or_. Renamed all internal identifiers so as not to start with '__' (which is a compiler privilege); remove AIX hack. 21 August 1996, 17:40:51 UTC
16d27e3 Demos for Fred's parser module 21 August 1996, 16:28:53 UTC
6dbd190 NT specific files supplied by Mark Hammond 21 August 1996, 15:03:37 UTC
019f424 More efficient handling of "__doc__" lookup. 21 August 1996, 14:54:28 UTC
f1d7413 Add explicit #undef _POSIX_THREADS for use on Solaris 2.5 (Sjoerd). 21 August 1996, 14:39:29 UTC
4747887 New batch from Fred 21 August 1996, 14:32:37 UTC
3a1fbb4 Added Vlad. 20 August 1996, 20:56:19 UTC
e8c0a15 New generic makefile by Jim F; drop pyimenu.el 20 August 1996, 20:54:59 UTC
b4d3779 Minor updates. 20 August 1996, 20:54:15 UTC
5c8e256 typo 20 August 1996, 20:53:04 UTC
bf0dc9f Add #define MAC_TCL for Mac. 20 August 1996, 20:49:56 UTC
d7abed3 Get rid of access statement 20 August 1996, 20:40:07 UTC
3e065ad Attempt at Windows-NT compatibility. 20 August 1996, 20:38:59 UTC
34f1731 Add optional separator character to capwords(), for completeness. 20 August 1996, 20:25:41 UTC
63f0cf0 delattr() can raise AttributeError, not KeyError. Use keyword arg to set verbose flag in test func. 20 August 1996, 20:25:08 UTC
422869a Correct description of splitext(). 20 August 1996, 20:24:17 UTC
0f6a3bf Added locking hacks for AIX 20 August 1996, 20:23:34 UTC
f85de8a Added print_exception() convenience function. 20 August 1996, 20:22:39 UTC
6ba66d0 Improved tests; run twice, onece in normal mode, once in restricted mode. 20 August 1996, 20:21:52 UTC
880d1ee Barry's 2.73 20 August 1996, 20:07:34 UTC
5c9bfe2 Get rid of debug print statements 20 August 1996, 20:00:51 UTC
504f4a9 Don't require <dlfcn.h> -- rely on existence of dlopen(). 20 August 1996, 19:59:07 UTC
6ba1120 Barry's 2.72 20 August 1996, 19:57:53 UTC
261f87d *** empty log message *** 20 August 1996, 19:57:34 UTC
89227eb Write warning about exception in __del__ to stderr, not stdout. 20 August 1996, 19:54:29 UTC
613b943 *noconfig* -> *shared*. Add # -lm comment to modules that need it as sharedlib. 20 August 1996, 19:50:17 UTC
4355454 Support *shared* and *static* as aliases for *noconfig* and *config*. 20 August 1996, 19:49:13 UTC
d62d8bc Test for xdrmem_create() failure. Minor lay-out changes. 20 August 1996, 19:47:44 UTC
cde317a Install shared libs with executable mode -- needed for HPUX, doesn't hurt elsewhere. 20 August 1996, 19:46:35 UTC
1fd5b21 Mention warning for exception in __del__. 20 August 1996, 18:03:48 UTC
0a94dfc Erase all memory of the access statement 20 August 1996, 17:35:48 UTC
25b361f Adapted for cfm68k, new names and split off of qt. 20 August 1996, 16:35:30 UTC
back to top