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

sort by:
Revision Author Date Message Commit Date
79b5bb4 Export a few more New/Convert routines, on Just's request 13 May 1997, 11:28:03 UTC
141f9a0 Regenrated from CW11 IDE 13 May 1997, 11:27:19 UTC
0e351f3 Finally found a wat to set a file nonblocking that works on Irix, Solaris and Linux: use os.O_NONBLOCK. 12 May 1997, 22:15:52 UTC
d776362 Another change suggested by Donn Cave -- forget "step 5", which searches /usr/local, /usr and /. 12 May 1997, 20:53:23 UTC
573a24a Fix problem reported by Donn Cave: if VPATH is an absolute path, it would always be a hit. Prevent this by only using VPATH if we know we are in the build directory. 12 May 1997, 20:49:39 UTC
4a807f5 Fix big ineficciency in regobj.search/match (introduced by Barry in an otherwise laudible attempt to rationalize the argument parsing): it would save a copy of the original string instead of a reference to it. Go back to saving a reference, but keep the "s#" format (using a hack that involves two argument parsing steps, first using "O", then using "s#"). 12 May 1997, 16:04:09 UTC
1d63d8c Fixes to progress bar by SDM, modified by Jack: - Window has a titlebar, and title() changes it - The label is changed with label() - The window is now movable-modal - Cancel is now called Stop, and works. 12 May 1997, 15:44:14 UTC
789a161 Add optional 'sizehint' argument to readlines(). After approximately this many bytes have been read, readlines stops. Because of buffering, the amount of bytes read is usually at least 8K more than the hint. Also changed read() and readline() to use PyArg_ParseTuple(). (Note that the *previous* checkin also fixed error handling and narrowed the range of thread unblocking for all methods using fread().) 10 May 1997, 22:33:55 UTC
6263d54 Rewrite readlines() to speed it up -- about a factor of 2 on my Indigo2, reading a 9Meg file from the local disk. 10 May 1997, 22:07:25 UTC
5449b6e Speed up read() (i.e. read till EOF) considerably by doing a stat() to see if we can guess the #bytes until the end of the file. If we can't, increment the buffer size increments up to 0.5Meg to avoid realloc'ing too much. 09 May 1997, 22:27:31 UTC
5878b66 This commit was manufactured by cvs2svn to create tag 'r15a1'. 09 May 1997, 03:21:44 UTC
d0f2372 Modernized for 1.5 09 May 1997, 03:21:44 UTC
6a9ee0e New heros. 09 May 1997, 03:21:12 UTC
29f6533 Scroll to top of info window when done. 09 May 1997, 03:19:29 UTC
ff2ea72 Oops -- missed FloatingPointError. 09 May 1997, 03:05:16 UTC
b6a7f77 Oops -- missed FloatingPointError in renaming. 09 May 1997, 03:03:23 UTC
7f25391 The usual. 09 May 1997, 02:42:48 UTC
9327422 Added --with-fpectl. Change checks for -lm, -lc. 09 May 1997, 02:42:00 UTC
7a24c37 Move WANT_SIGFPE_HANDLER. 09 May 1997, 02:41:10 UTC
f4eb63e Add HAVE_PTHREAD_H; move WANT_SIGFPE_HANDLER. 09 May 1997, 02:40:44 UTC
33fde57 1.5a1 adaptations. 09 May 1997, 02:40:09 UTC
004c1e1 Latest from Jeffrey Ollie. Infinite failure stack, some bugs fixed (fastmap, star_jump, register bug). 09 May 1997, 02:35:58 UTC
1681429 Fix the date. 09 May 1997, 02:25:55 UTC
51a6c90 Added docs for dumbdbm (AMK), and misc small fixes. 09 May 1997, 02:23:45 UTC
7e691de Document return value of wait[pid]() more carefully. Document how to get exit status of a popen() command. 09 May 1997, 02:22:59 UTC
e4f347e Document "" and "<broadcast>". 09 May 1997, 02:21:51 UTC
57c30f6 Regenerated on a newer Linux version. 09 May 1997, 02:21:06 UTC
db4a629 Avoid warning from gcc on Linux about dropping const. 09 May 1997, 02:17:12 UTC
16dffdc Fix the NDELAY test; avoid outputting binary garbage. 09 May 1997, 02:06:05 UTC
f518d5e Print less in test_socket. 09 May 1997, 01:54:45 UTC
0add15f removed last #ifdef SUPPORT_OBSOLETE_ACCESS bits. 09 May 1997, 01:07:15 UTC
c77b921 Latest and greatest. 09 May 1997, 01:00:56 UTC
16cd332 Add root.tkraise() to the _test() program so the window doesn't hide behind the shell window on NT. 09 May 1997, 00:59:43 UTC
9a0f04d Get rid of obsolete support for access statement. 09 May 1997, 00:58:02 UTC
6a33de9 Get rid of obsolete ACCESS_MODE opcode. 09 May 1997, 00:39:04 UTC
1aceb05 Add warning that it's out of date. 08 May 1997, 23:44:57 UTC
22822d7 forgot to rename import_filetab 08 May 1997, 23:43:52 UTC
d0e8436 ??? maybe window size 08 May 1997, 23:39:55 UTC
8812552 Added assert statement. 08 May 1997, 23:39:31 UTC
d8f038e Added assert resword. 08 May 1997, 23:39:12 UTC
4408ed5 Tiny utility prints the latest set of reserved words. 08 May 1997, 23:21:48 UTC
78b21cf Checking in old changes -- no idea why (probably window size). 08 May 1997, 23:21:09 UTC
de554ec The usual. 08 May 1997, 23:14:57 UTC
6dd8783 Improve getting the mailbox from the environment. 08 May 1997, 23:11:52 UTC
56f78d9 Set correct RFC number. 08 May 1997, 23:11:04 UTC
25107de Set correct RFC number. Open input in binary. 08 May 1997, 23:10:42 UTC
ee2373b Oops, missed some renamings. 07 May 1997, 23:51:07 UTC
6778f25 Oops, rename2.h was included by some other headers. 07 May 1997, 23:50:40 UTC
b05a5c7 Instead of importing graminit.h whenever one of the three grammar 'root' symbols is needed, define these in Python.h with a Py_ prefix. 07 May 1997, 17:46:13 UTC
8813b58 On popular demand, re-enable the readline event hook. 07 May 1997, 17:42:41 UTC
aa948df In makesockaddr(), if we don't know the address family, don't raise an exception -- return it as a tuple. Seems useful in promiscuous mode. 07 May 1997, 17:41:48 UTC
8b4c987 - toolboxmodules built first (others depend on it) - Changed name of fat interpreter to PythonFAT (Python conflicted with toplevel folder of the same name, unfortunately) 07 May 1997, 15:52:12 UTC
c512be0 Sometimes tried to modify a tuple. Fixed. 07 May 1997, 15:50:56 UTC
73d203f Version upped to 1.5a1 07 May 1997, 15:49:51 UTC
3edc476 Included new MSL error numbers 07 May 1997, 15:49:38 UTC
e44545f Workaround for bug in MSL and CWGUSI interaction that stopped the "don't close window on exit" feature to work. 07 May 1997, 15:48:54 UTC
3089b7e - Various names in CodeFragments.h have changed - a dummy main program was added, so we can use the standard MW MSL runtime library for main programs (in stead of rolling our own, as we did previously). 07 May 1997, 15:48:01 UTC
eeccca9 - Changed the m# format for PyArg_ParseTuple back to s# - c2pstr has moved to a different include file 07 May 1997, 15:46:31 UTC
d1d242e c2pstr has moved to a different include file 07 May 1997, 15:45:01 UTC
b764eed c2pstring has moved to a different include file 07 May 1997, 15:44:31 UTC
1473af7 Updated for building with MSL libraries 07 May 1997, 15:43:38 UTC
2fe3a37 Updated for (optional) use of MSL libraries 07 May 1997, 15:42:50 UTC
a176485 Updated to use MSL libraries 07 May 1997, 15:41:31 UTC
89efda3 Avoid the fancy handler for error 401 (request authentication). 07 May 1997, 15:00:56 UTC
78089e2 Updated vc40.mak for Roger. Includes CRLF! 06 May 1997, 21:44:44 UTC
666b17a New dir() function -- - uses abstract interface where possible - uses __members__ and __methods__ - returns [] when an object has no info available 06 May 1997, 16:36:57 UTC
0f00c5e - Use cfmfile to (finally) implement building fat Pythons - Turned the 10 or so yes/no questions into a single dialog 06 May 1997, 16:15:32 UTC
c70c350 Module to merge 'cfrg' resources (to create fat ppc/cfm68k programs and shared libraries). 06 May 1997, 16:14:34 UTC
2e146b3 Use spaces exclusively. 06 May 1997, 16:00:32 UTC
42c2e6a Added cStringIO and cPickle to the supported modules. 06 May 1997, 15:59:14 UTC
c339753 Added HAVE_ macros for getpeername, getpid, setvbuf. 06 May 1997, 15:58:18 UTC
478e718 Keep MS compiler happy: use (int)strlen() when comparing; make sure not to use kill(). 06 May 1997, 15:24:59 UTC
b819914 Fix by Mark Hammond to enable truncate() on Windows. 06 May 1997, 15:23:24 UTC
fc49073 Used operators from abstract.h where possible (arithmetic operators, get/set/del item). This removes a pile of duplication. There's no abstract operator for 'not' but I removed the function call for it anyway -- it's a little faster in-line. 06 May 1997, 15:06:49 UTC
a1ebdbd Use Python.h, not allobjects.h. Don't call initall() (Experimental incompatible change!!!!!!) 05 May 1997, 22:18:50 UTC
db9353e CloseHandle should be RegCloseKey. Add extern decl for Py_GetProgramName(). 05 May 1997, 22:17:45 UTC
fdf95dd Checkin of Jack's buffer mods. Not really checked, but didn't fail any tests either... 05 May 1997, 22:15:02 UTC
8290e07 Removed misc outdated stuff for 1.5 05 May 1997, 22:14:19 UTC
13454c3 Fix old typo PyArgs_VaParse -> PyArg_VaParse. (Redoing the checking without merging in Jack's buffer mods.) 05 May 1997, 21:57:29 UTC
45510ae Fix old typo PyArgs_VaParse -> PyArg_VaParse. 05 May 1997, 21:53:03 UTC
7688bba Include Python.h, not allobjects.h (which no longer exists). 05 May 1997, 21:45:44 UTC
a027efa Massive changes for separate thread state management. All per-thread globals are moved into a struct which is manipulated separately. 05 May 1997, 20:56:21 UTC
73237c5 Only use PyCode_Addr2Line to get tb_lineno when Py_OptimizeFlag is set. 05 May 1997, 20:53:25 UTC
d3d6f8f Add -lgl and -lm for imgfile. Better way to configure zlib. 05 May 1997, 20:48:00 UTC
4a43cc6 Remove sys_* defines that are internal only and about to disappear 05 May 1997, 20:46:18 UTC
9218b70 Remove 2 out of 3 __FreeBSD__ tests. These are no longer needed as of FreeBSD 2.0.5, according to Thomas Gellekum <tg@ihf.rwth-aachen.de>. 05 May 1997, 15:03:26 UTC
526749b Misc.__init__(): Removed method, replaced with class attribute (which was all that the method set anyway). Removed calls to the constructor. This reduces the number of Python function calls per widget construction by one, for every widget construction. 03 May 1997, 04:16:23 UTC
84bf425 Finally deleted this obsolete crud. 02 May 1997, 04:01:08 UTC
d27b4f2 Several oopsies -- Py_ALLOBJECTS_H -> Py_PYTHON_H, temporarily removed pystate.h (to be restored later when that code is debugged), removed accessobject.h. 02 May 1997, 04:00:11 UTC
174f95a Moved allobjects.h to Python.h (without rename2.h). allobjects.h disappears -- old-style extensions must include Python.h and rename2.h. 02 May 1997, 03:55:52 UTC
c0b618a Quickly renamed the last directory. 02 May 1997, 03:12:38 UTC
f4806c2 Add detach call so threads are GC'ed. 30 April 1997, 19:59:22 UTC
03ef647 Add PYTHONHOME to the usage message. 30 April 1997, 19:48:59 UTC
ebde385 One copy is enough; we already had resource.c. 30 April 1997, 19:43:15 UTC
5bbf0f7 Some updates (AMK at work, added resource.c). 30 April 1997, 19:41:48 UTC
dfb4120 Add zlib 30 April 1997, 19:40:10 UTC
412154f Updated web ref and version#. Folded some long lines. 30 April 1997, 19:39:21 UTC
bc2472d Avoid some potential (though unlikely) sprintf buffer overflows. 30 April 1997, 19:07:54 UTC
15e33a4 Avoid sprintf buffer overflow if more than 9999 arguments. 30 April 1997, 19:00:27 UTC
04bc9d6 zlib by AMK 30 April 1997, 18:12:27 UTC
back to top