https://github.com/python/cpython

sort by:
Revision Author Date Message Commit Date
c614333 This commit was manufactured by cvs2svn to create tag 'r14beta1'. 01 July 1996, 18:34:03 UTC
88dc264 New versions of VC project which has no source files in PC/ 01 July 1996, 18:34:03 UTC
22b6db6 added plock 28 June 1996, 20:18:10 UTC
0068267 split autoconf target in two 28 June 1996, 20:15:41 UTC
6f489d9 Slightly different Windows ifdefs 28 June 1996, 20:15:15 UTC
919c576 added comments about tcl/tk -l options 28 June 1996, 20:13:08 UTC
1bc716f Added PC files from Jim Ahlstrom. 28 June 1996, 19:12:06 UTC
c012547 Added plock() system call. Changed test for Windows times() emulation. 28 June 1996, 18:55:32 UTC
cd6aab9 Fixed restore_files(); added reset_files(); made these more flexible. 28 June 1996, 17:28:51 UTC
7d844a7 aix sharedlib helpers 26 June 1996, 21:15:02 UTC
236f62d Corrections to aix_loaderror(), by Manus Hand. 26 June 1996, 21:07:08 UTC
f215060 Jeremy's patches for more robust handling of unmarshallable types. 26 June 1996, 20:41:23 UTC
bbb1e26 Add docs for planned improved handling of the marshalling of unmarshallable objects. 26 June 1996, 20:20:57 UTC
f2e98b4 new versions from Jim A 26 June 1996, 19:53:41 UTC
80b0fa0 socket wrapper module around _socket for all Window platforms 26 June 1996, 19:52:38 UTC
ca318ec Some updates. Still out of date. 26 June 1996, 19:50:09 UTC
3cd7fa4 new contributors 26 June 1996, 19:48:47 UTC
746ea35 url2path for NT 26 June 1996, 19:47:56 UTC
2281d35 add nturl2path 26 June 1996, 19:47:37 UTC
2d38f91 result of new configure.in 26 June 1996, 19:47:01 UTC
a2ef383 Split some long lines (headers, functions). Rework --with-readline and --with-thread. 26 June 1996, 19:45:23 UTC
1a53560 Added Andrew Kuchling's explanation of regexp's. 26 June 1996, 19:43:22 UTC
8c593b1 Ignore latex intermediate products. 26 June 1996, 19:30:01 UTC
1dead9b Added __doc__ to predefined module attributes. 26 June 1996, 19:29:21 UTC
b7c6620 typo 26 June 1996, 19:27:05 UTC
a95a140 expr_list -> expression_list 26 June 1996, 19:26:55 UTC
7710f1f explain global better 26 June 1996, 19:26:40 UTC
00ed6a3 added '**kw' to parameter list syntax 26 June 1996, 19:26:20 UTC
036eae6 mktime returns a float now. 26 June 1996, 19:25:12 UTC
6076ea5 Added thread unsafety warning. Added optional retain arg to split. 26 June 1996, 19:24:22 UTC
7c2fdda Better and correct words for split(). 26 June 1996, 19:23:26 UTC
1e8b63e Document some process group stuff; mkdir mode arg optional; mkfifo. 26 June 1996, 19:22:46 UTC
db9a7bb Give correct length of string. 26 June 1996, 19:21:58 UTC
4d20654 Slight update; file args are no longer optional. 26 June 1996, 19:21:24 UTC
50ec5c0 Add flock; warn about lockdata system dependency when using fcntl. 26 June 1996, 19:20:33 UTC
164c36b Change of address; 1.4 beta 1. 26 June 1996, 19:19:54 UTC
ecae0b7 Fixed for Latex2e by Dave Ascher. 26 June 1996, 19:03:20 UTC
84fb82d Patchlevel to 1.4 beta 1. 26 June 1996, 18:29:09 UTC
9d81b55 Different logic for defining CHECK(); 16-bit MSC specific define. 26 June 1996, 18:27:19 UTC
845547d Added CWI copyright. Updated some comments. Fixed bug in Merge() called with NULL args. Get rid of TkDefaultAppName() -- it is not used anywhere. Pass error message on when Appinit fails. Create/Delete FileHandler assume fd is a socket on Windows. 26 June 1996, 18:26:04 UTC
8d665e6 changed windows test symbols; removed debug printf from sockets 26 June 1996, 18:22:49 UTC
8026feb Made comment for getprogramname() more helpful. 20 June 1996, 16:49:26 UTC
be32c89 More rational support for Windows (tested on Roj's NT 3.5 machine only). Use PyArg_ParseTuple() where it makes sense. 20 June 1996, 16:25:29 UTC
920b13d Added HAVE_FLOCK 20 June 1996, 14:32:30 UTC
faf681a Some cleanups. Change of address. 20 June 1996, 14:32:08 UTC
bfc1bbe Some cleanup; make for loops over subdirs less noisy, more informative. 20 June 1996, 14:30:38 UTC
0e41c8c Cosmetic change to the dox_8x3 hack. 20 June 1996, 14:18:34 UTC
fd03e2b Clear waitpid() status arg in case there's no process to report with WNOHANG set. 19 June 1996, 23:17:02 UTC
3b4da59 Renamed static pow() to powerop() to avoid name conflict in some compilers. 19 June 1996, 21:49:17 UTC
d390102 Sjoerd's StringIO speed-up 19 June 1996, 14:54:19 UTC
d4cc04c Add test that script name ends in .py. Cosmetic changes to usage message (refer to "make install" now). 17 June 1996, 17:49:13 UTC
f75f80e Get struct _frozen defn from Python.h; new variable names. 17 June 1996, 17:48:30 UTC
2bd37e6 Added more entries to create required target subdirectories for sharedinstall. 17 June 1996, 17:33:11 UTC
bd6187f get rid of temporary README about Tommy's efforts 17 June 1996, 17:15:28 UTC
990e619 new simple dialog module, incompatible 17 June 1996, 17:14:46 UTC
84a00a8 Change defn of splitnport() to only accept valid digit strings. 17 June 1996, 17:11:40 UTC
4e15599 Import marshal before using it :-( 17 June 1996, 17:10:45 UTC
6afff61 Memoize _deepcopy_tuple() -- maybe this helps Tommy's problem. 17 June 1996, 17:10:11 UTC
7c46a92 New style interface via pointer variable. 17 June 1996, 17:07:23 UTC
cfd0a22 struct frozen is now struct _frozen and comes from import.h. 17 June 1996, 17:06:34 UTC
04527a2 frozen_modules is now officially part of the API, remove _ from new name. 17 June 1996, 17:05:38 UTC
4ee68d9 Add defs for struct _frozen and struct _frozen *PyImport_FrozenModules(); 17 June 1996, 17:05:01 UTC
8fa9b6f Define sys.prefix and sys.exec_prefix (see Modules/getpath.c; from Makefile). 17 June 1996, 17:02:48 UTC
529c963 Test for zero-length argument in capitalize(). 17 June 1996, 16:59:33 UTC
26b310a Added new.instance(class, dict). 17 June 1996, 16:56:56 UTC
53725a2 Added splitnport(), which is like splitport() but returns a numeric port, is forgiving about semi-numeric port numbers, and allows you to specify a default port (default is -1, None returned for nonnumeric port). 13 June 1996, 19:12:35 UTC
2745753 added capitalize() 12 June 1996, 04:24:52 UTC
4f0fbf8 Yet another pass at fd2obj -- this time for Windows 12 June 1996, 04:22:53 UTC
c34c9a5 provide access to $(exec_)prefix 12 June 1996, 04:20:27 UTC
006bf91 ntohs, ntohl, htons, htonl -- thanks to Lance 12 June 1996, 04:04:55 UTC
d639d4d more changes for Windows, sigh 12 June 1996, 04:04:22 UTC
601d332 Bastionification utility (useful for rexec clients) 11 June 1996, 20:12:49 UTC
4cc4ab1 Add third arg to split(). Add capwords() -- which uses that. 11 June 1996, 18:45:15 UTC
8775d8b Added capitalize() and capwords(). 11 June 1996, 18:43:00 UTC
2e1beea Add a hack for Solaris threads (why not, there are zillions of hacks for Windows and DOS here already :-( ). 11 June 1996, 18:40:02 UTC
8bac546 Avoid core dump in resizestring() on read() with 0 bytes. 11 June 1996, 18:38:48 UTC
65af28a Calculate length of AF_UNIX addr struct portably in getsockaddrarg(). 11 June 1996, 18:36:33 UTC
53a9bf8 Get rid of obsolete allowbroadcast(). Avoid core dumps in resizestring(). 11 June 1996, 18:35:24 UTC
ab28c56 Avoid core dump on symcomp(""). 11 June 1996, 18:33:14 UTC
6602099 Got rid of florida hack and made it work with Solaris 2.5 pthreads. Wonder if this will break it on all other platforms :-) 11 June 1996, 18:32:18 UTC
3c0b79c A fcntl implementation for systems (like Solaris) without flock() call. By Sjoerd. 11 June 1996, 15:11:34 UTC
8c1529d regenerated files from IRIX 5.3 headers 11 June 1996, 15:03:14 UTC
a7e4b28 Support optional filename argument for retrieve() and urlretrieve(), to specify where it should go (if specified, even local files will be copied into the given file). 11 June 1996, 00:16:27 UTC
34e1777 Note that EOF is ^Z on DOS. Spell Unix as \UNIX in some more places. Note that .pyc files are platform independent. 10 June 1996, 19:44:49 UTC
6915568 small fix by Sjoerd 10 June 1996, 19:04:02 UTC
eaa1959 Use py_resource module 31 May 1996, 13:02:52 UTC
0acb7f7 Module to handle PYC resources 31 May 1996, 13:02:21 UTC
31dd5c0 PyMac_GetFixed() didn't return 1 on success 31 May 1996, 13:01:39 UTC
1835c4f Use correct field of sigaction struct 29 May 1996, 14:15:19 UTC
3672aa2 change DumbWriter to derive from NullWriter 29 May 1996, 00:02:30 UTC
3fd32ec optimizations due to Fred Drake; added urldefrag() function 28 May 1996, 23:54:24 UTC
1acbffe Conversions between mac paths and URLs 28 May 1996, 23:52:06 UTC
9787bda Many improvements dure to Fred Drake 28 May 1996, 23:50:49 UTC
d2560b0 Docstringified and PASV support by Siebren (including new ftpcp() function). 28 May 1996, 23:41:25 UTC
3ada87a fix typo in load_dynamic 28 May 1996, 23:34:10 UTC
f4aaf86 Be more careful about default temp dir 28 May 1996, 23:31:34 UTC
7a623d7 added &quot def 28 May 1996, 23:18:55 UTC
1b5a1d0 Total rewrite 28 May 1996, 23:17:13 UTC
72e3164 made it work again with changed Tkinter 28 May 1996, 23:15:20 UTC
0978f99 Major overhaul: - Support ~[user] expansion. - Remember last directory and pattern; optional 'key' argument specifies different memory locations. - Absolutify pathnames if possible. - WM close event cancels the dialog. - First arg to go() can be either a directory or a file (renamed to dir_of_file); defaults to current directory. 28 May 1996, 23:14:36 UTC
back to top