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

sort by:
Revision Author Date Message Commit Date
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
54afb3b New versions generated on a Linux 2.x system by AMK 22 July 1996, 23:46:00 UTC
c7c5e69 Optimizations and one intentional loophole by Jim Fulton. The optimizations consist mostly of using local variables to cache methods or instance variables used a lot (e.g. "self.write"). The loopholes allows marshalling extension types as long as they have a __class__ attribute (in which case they may support the rest of the class piclking protocol as well). This allows pickling MESS extension types. 22 July 1996, 22:26:07 UTC
77c29a1 This is needed for users of Linux 2.x 22 July 1996, 21:50:43 UTC
56b6fa9 Got rid of ChangeLog -- too bad, but I can't keep it up to date. 22 July 1996, 16:17:27 UTC
6c02a2f Use NEWOBJ() macro instead of calling newobject() directly. 22 July 1996, 16:16:25 UTC
d99d283 Added SetFolder method which sets Standard File initial folder 22 July 1996, 15:26:01 UTC
1ed9529 Added PyOS_CheckStack() function which returns -1 when we are running low on stackspace. 22 July 1996, 15:25:10 UTC
98bfad7 Added USE_STACKCHECK define 22 July 1996, 15:23:58 UTC
5c97167 Fuck. For PC support, this must be in the distribution. 22 July 1996, 15:23:25 UTC
ad8b3ba Restore the capability to pass a class (usually Pack) as an option to widget creation; no longer support this for the config method. 21 July 1996, 03:05:05 UTC
81652ab Use gcc, not gcc-elf on Linux 21 July 1996, 02:53:27 UTC
aaa5430 Additions to the cast of thousands 21 July 1996, 02:51:05 UTC
8e7a54f More changes by Sjoerd & Jack 21 July 1996, 02:50:30 UTC
e47d5f9 Addition by Jack to test for missing type support 21 July 1996, 02:49:55 UTC
a3b4b61 Added extra notes for AIX and SCO. 21 July 1996, 02:48:16 UTC
70a8659 Use INSTALL_PROGRAM for makesetup 21 July 1996, 02:46:47 UTC
450b9b3 Added Jim Fulton's "asharedmodule" target 21 July 1996, 02:35:58 UTC
be6da27 Use INT_MAX/LONG_MAX instead of non-ANSI LONG_BIT 21 July 1996, 02:34:55 UTC
3d602e3 New submission by Fred Drake. 21 July 1996, 02:33:56 UTC
ac56b03 New style names for getprogramname and getargcargv 21 July 1996, 02:33:38 UTC
back to top