https://github.com/python/cpython

sort by:
Revision Author Date Message Commit Date
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
fb34942 #comment update, re: py-mode-syntax-table 24 July 1996, 18:32:08 UTC
9e5a9c8 (py-forward-into-nomenclature, py-backward-into-nomenclature): New functions. 24 July 1996, 18:26:53 UTC
57d0915 putenv 24 July 1996, 02:42:38 UTC
dde4317 Added putenv to AC_CHECK_FUNCS list. 24 July 1996, 02:41:31 UTC
3912fd8 Append version number to library install directory. "make libinstall" no longer implies "make sharedinstall". "make altinstall" and "make altbininstall" install the python binary with a version number, for tentative installations (this does not install the include files or man page). 24 July 1996, 02:35:43 UTC
4daf6ad Added version number to destination. Forget about the trick to create directories through dependencies -- it's impossible to get it right in the light of parallellizing Make implementations and the inability to specify dependencies between directories (because creating the subdirectory modifies the parent). 24 July 1996, 02:33:33 UTC
a63d9f4 As a side effect of calling PySys_SetArgv (setpythonargv), the directory containing argv[0] is inserted in front of sys.path. If argv[0] contains no directory, an empty string is inserted. If argv is empty, nothing happens. 24 July 1996, 01:31:37 UTC
3b8e20d Added hook to os.environ to call putenv(), if it exists. 24 July 1996, 00:55:17 UTC
4dc6622 Added Sam Rushing's errno module 24 July 1996, 00:51:51 UTC
dfe8ad9 Converted to new style names by Skip Montanaro 24 July 1996, 00:51:20 UTC
9687a92 Different lines for bsddb module. 24 July 1996, 00:42:42 UTC
f1af3fe Added simple-minded (i.e. leaking :-) putenv() interface, if os has it. 23 July 1996, 19:18:10 UTC
761f792 Updated pointers to Andrew Kuchlings fine software. 23 July 1996, 18:16:56 UTC
ed7253c Added 3rd optional argument to translate(), a string of characters to delete. Added maketrans(), a utility to create a translation table. 23 July 1996, 18:12:39 UTC
4dd0bf9 (rmt.py): Updated to "modern" python coding conventions, somewhat. Keyword arguments and explicit calls to .pack() are used; no more dictionaries are being passed to Tkinter constructors. Otherwise, the example is unchanged. (The app isn't implemented as a Python object.) 23 July 1996, 17:47:21 UTC
99aa2a4 Remove all CRLF -> LF translation for file uploads, since we cannot reliably distinguish binary files from text files (and Mac Netscape sends all files in "binary" form, i.e. it sends text files with only CR delimiters...). 23 July 1996, 17:27:05 UTC
71e315b (py-shift-region-left): When checking for left edged code, watch for blank lines. 23 July 1996, 15:03:16 UTC
d3876d3 Renamed all occurrences of posix to os. 23 July 1996, 03:47:28 UTC
773ab27 Changes by Jim Fulton: pass environ around as arg; keep_blank_values option to parse(). 23 July 1996, 03:46:24 UTC
a48bf79 Added splitext() 23 July 1996, 02:28:32 UTC
back to top