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

sort by:
Revision Author Date Message Commit Date
9e43ae4 Use Tcl/Tk 7.5/4.1 by default. 01 August 1996, 00:56:03 UTC
9caf77a Put definition of _REENTRANT in config.h 01 August 1996, 00:52:26 UTC
cee555b Allow compilation by K&R C compiler. 01 August 1996, 00:02:33 UTC
42dcad3 The usual 31 July 1996, 22:48:44 UTC
8a2574e Changes for AIX; also remove all references to _REENTRANT. 31 July 1996, 22:45:54 UTC
d5962ad Changes for AIX sharedlibs. 31 July 1996, 22:44:53 UTC
02530b0 Changes for AIX shared libs 31 July 1996, 22:43:38 UTC
9e277db #comment update 31 July 1996, 22:33:40 UTC
c08a949 #comment update 31 July 1996, 22:27:58 UTC
5c0d00f #updated to do list 31 July 1996, 21:30:21 UTC
68f56e4 Don't trip over empty string in sys.path. 31 July 1996, 21:18:42 UTC
170ffa7 (py-parse-state): stop searching backwards when we found a keyword at column zero. Perhaps a kludge, but similar in nature to Emacs' beginning-of-defun shortcut. 31 July 1996, 20:57:22 UTC
f831d81 (py-statement-closes-block-p, py-compute-indentation): Outdent one level after a return, raise, break, or continue statement. 31 July 1996, 20:42:59 UTC
32aa1a7 getprogramname --> Py_GetProgramName 31 July 1996, 19:51:15 UTC
3823420 If NO_DYNAMIC_LINK is defined, load_dynamic_module() will always fail. 31 July 1996, 17:55:19 UTC
5e41644 Added _REENTRANT definition 31 July 1996, 17:52:04 UTC
0c5e3c8 DESTLIB and MACHDESTLIB are now derived from variables set by the Makefile. Clarified some comments. 31 July 1996, 17:49:01 UTC
276de58 Collect together all detailed installation directories. 31 July 1996, 17:37:07 UTC
a68acba The usual 31 July 1996, 17:36:39 UTC
d02ba45 Added doc para for --with-libs 31 July 1996, 17:36:01 UTC
93ee6e0 Add entry for _REENTRANT macro 31 July 1996, 17:35:30 UTC
c5a3903 Three changes: - Improved version of NeXT patching of $OPT - Added new option --with-libs='lib1 lib2 ...' - Define _REENTRANT when posix threads are in use 31 July 1996, 17:35:03 UTC
bed23fe Collect together all detailed installation directories. 31 July 1996, 17:30:37 UTC
b8dccd2 Add a variable so you can easily install more than one machdep directory. 30 July 1996, 21:55:17 UTC
6d47298 Correct typo (intall -> install) 30 July 1996, 21:41:56 UTC
8d7d4ed Numerous changes, but still a lot of XXX thingies. 30 July 1996, 21:41:07 UTC
ccdfce3 Exhaustive list of news in beta2 compared to beta1. Now all we need to do is do the same for beta1 compared to 1.3. 30 July 1996, 21:34:09 UTC
24cf88d FreeBSD platform specific modules 30 July 1996, 21:05:10 UTC
7a7eb37 patch level 1.4b2 30 July 1996, 20:46:14 UTC
91f87ca Note that the values are ints. 30 July 1996, 20:45:45 UTC
e288f9d New zip code and release; added guido@python.org as alternative email. 30 July 1996, 20:45:21 UTC
557d6d6 Don't make an exception for NeXT (BBUM says it's no longer needed). (But hypot() should really be defined in a separate file, triggered by configure.) 30 July 1996, 20:44:31 UTC
64b6567 Some more install changes: - "make install" now depends on "make altinstall" for most of the work, and the binary is always installed as python<version> first, with a hard link to python made by "make bininstall". - Create the machine dependent directory if it doesn't exist, and attempt to run the regen script in it (unfortunately this will fail unless you have h2py in your $PATH - help!) 30 July 1996, 20:42:12 UTC
02ca3ab Remove "." from default path. Also rearrange so that SITEPATH comes after DESTPATH. 30 July 1996, 20:36:59 UTC
6e12d56 Don't have "." in the default path. 30 July 1996, 20:36:12 UTC
94a9667 Always insert script directory in front of sys.path -- if there's no sys.argv, insert "". Note that "." is removed as a default component of the path (see changes to getpath.c and Setup.in). 30 July 1996, 20:35:50 UTC
9afdabf Add missing close parenthesis. 30 July 1996, 20:16:21 UTC
74faed2 Got rid of all references to stdwin. Documented insertion of script directory in path. Updated author's address. Changed MAILING LIST section to INTERNET RESOURCES. 30 July 1996, 19:27:05 UTC
2108a50 Remove comment "SGI only" 30 July 1996, 19:07:18 UTC
3df1d1b Simplified and rationalized. 30 July 1996, 19:06:36 UTC
c163ae5 mac utility 30 July 1996, 19:05:56 UTC
db9c054 turn a pile of RCS files into a ChangeLog file 30 July 1996, 19:05:41 UTC
ef25370 print MX record 30 July 1996, 19:04:18 UTC
29b1606 Adapted to CNRI 30 July 1996, 19:02:52 UTC
72ba616 Added note about Python's support of complex numbers. Added exp(z). 30 July 1996, 19:02:01 UTC
89cb67b Updated for Python 1.4 30 July 1996, 18:57:18 UTC
c30e95f Moved 1.3 news to HISTORY; put some 1.4 news in NEWS 30 July 1996, 18:53:51 UTC
0d20cfa Added two new questions; about globals/locals and about recursive imports. 30 July 1996, 18:53:05 UTC
63d9cd7 Added Bill Tutt 30 July 1996, 18:50:22 UTC
3b9c667 Better error message if stride used on normal sequence object 30 July 1996, 18:40:29 UTC
6ffd553 Add 'Ellipses' object. 30 July 1996, 18:37:55 UTC
fd4904c repr("...") -> "Ellipses" 30 July 1996, 18:37:14 UTC
053313a Change to use keyword args instead of dicts 30 July 1996, 18:35:38 UTC
8cf2db4 Moved description of mktime 9-tuple to top. Added description of strftime format string. Minor small editing. 30 July 1996, 18:32:04 UTC
f4d0d57 Added maketrans() and optional 3rd arg to translate() (chars to delete). 30 July 1996, 18:23:05 UTC
910a671 Added SetFolder 30 July 1996, 18:22:31 UTC
a29cc97 Document the *new* cgi.py 30 July 1996, 18:22:07 UTC
d61ad53 errno docs. 30 July 1996, 18:21:37 UTC
c0fcc44 Added liberrno 30 July 1996, 18:20:01 UTC
7b3853f Follow new configure.in 30 July 1996, 18:09:35 UTC
b418f89 Changes for NeXT. Some improvements to long lines. 30 July 1996, 18:06:02 UTC
94d46d5 Added C_THREADS 30 July 1996, 18:05:21 UTC
3ff96dd Various changes (not done yet even for beta2 release) 30 July 1996, 18:05:04 UTC
b535da3 More changes to install targets. 30 July 1996, 18:04:22 UTC
d19828d directives for Tools/scripts/fixcid.py 30 July 1996, 18:02:59 UTC
31df6ab New versions of binary files. 30 July 1996, 17:42:56 UTC
950a126 New versions of almost all files. 30 July 1996, 17:38:17 UTC
2b65444 Converted to new style 30 July 1996, 16:56:16 UTC
037b940 Operators like __add__ 30 July 1996, 16:55:54 UTC
63df09a Some NeXT changes (default certain symbols to others) 30 July 1996, 16:55:34 UTC
9de624d Added extern defn of hypot(). 30 July 1996, 16:55:08 UTC
d3c1bd3 Added operator.c. Moved errno.c. Changes to PYTHONPATH so it includes VERSION 30 July 1996, 16:54:03 UTC
704fef2 Refinements to installation, now uses $(VERSION) etc. 30 July 1996, 16:53:14 UTC
8861b74 Changes for slice and ellipses 30 July 1996, 16:49:37 UTC
3ecebf1 Changes needed by NeXT (the only platform that seems to use this). 30 July 1996, 16:48:31 UTC
f2d125b Added sliceobject.c 30 July 1996, 16:45:48 UTC
310968d Speedup suggested by Sjoerd 30 July 1996, 16:45:31 UTC
14f4451 Changes for stride in slices (x[a:b:c]) and ellipses (x[a,...,z]) 30 July 1996, 16:43:44 UTC
e15d0de Slice and ellipses interface 30 July 1996, 16:42:30 UTC
fdebf25 Turn on CACHE_HASH, for 2% speedier dict lookups 30 July 1996, 16:42:03 UTC
db3b041 Added BUILD_SLICE opcode. 30 July 1996, 16:41:26 UTC
ae8a99e Two bumps for the price of one (PYTHON_API_VERSION) 30 July 1996, 16:41:02 UTC
26a70f6 Changes due to slice and ellipses grammar changes 30 July 1996, 16:39:30 UTC
03eed47 Added sliceobject.h. 30 July 1996, 16:39:03 UTC
be33c37 Sh script to recreage generic machdep subdirectory 30 July 1996, 16:36:42 UTC
3bb710d updated again 30 July 1996, 16:35:26 UTC
c8b4791 Two independent changes: - accept empty string from focus_get - map coords() return value through getdouble and splitlist 30 July 1996, 16:31:32 UTC
8d12a1b Function to guess which db package created a database. 30 July 1996, 16:30:15 UTC
3534a89 New, improved parseaddr() by Sjoerd. 30 July 1996, 16:29:16 UTC
7698d12 Changes to make it work on FreeBSD 2.x. 30 July 1996, 16:28:45 UTC
f17361d Two changes suggested by Andrew Kuchling: - move compile() inside try-except - add code so you can do "python pdb.py <script> <arg> ..." to debug <script> 30 July 1996, 16:28:13 UTC
81749b0 Added optional second arg to what(), giving the data read from the file (then f may be None). 30 July 1996, 16:26:42 UTC
56a7338 Added BUILD_SLICE opcode. 30 July 1996, 16:26:07 UTC
8ec318d Obsolete 30 July 1996, 16:25:24 UTC
42f707f (python-mode): Added menu support, requires easymenu. 29 July 1996, 21:05:05 UTC
8431733 Allow only one selection (this tests settability of selFlags) 26 July 1996, 16:04:29 UTC
16038ee Regenerated 26 July 1996, 16:03:49 UTC
6451cff Added access to selFlags and listFlags members (both read and write) 26 July 1996, 16:03:16 UTC
ded835c Mods by Just: - Better staggering of windows - Windows have zoombox by default, and zooming works - DrawControls->UpdateControls - Better scrollbar show/hide 26 July 1996, 14:01:07 UTC
c846f46 (py-forward-into-nomenclature): small fix to not infinitely loop at underscores. 25 July 1996, 18:53:17 UTC
back to top