https://github.com/python/cpython

sort by:
Revision Author Date Message Commit Date
dd10440 This commit was manufactured by cvs2svn to create tag 'release098'. 10 January 1993, 18:33:56 UTC
e35399e Checking in last-minute changes that are already part of release 0.9.8 10 January 1993, 18:33:56 UTC
775f4da * Makefile: use cp -r to install the library * ceval.c: use #ifdef COMPAT_HACKS instead of #if 0 * Makefile: fix to make clmodule.c compile; make config.o dependent on libpython.a (so date is always correct) * timemodule.c: now sleep() also takes a float argument. * posixmodule.c: added nice(). 09 January 1993, 17:18:52 UTC
d513f0b Fixed various bugs in the adpcm routines 08 January 1993, 14:40:53 UTC
ed59d20 Various changes. * Makefile: svmodule.c.proto and svgen.py are gone, svmodule.c came in their stead. Also, pass -DUSE_DL flag to thread.c and give the user a possibility to add the -DDEBUG to just thread.c. * ceval.c: init_save_thread() can be called more than once now. * svgen.py, svmodule.c.proto, svmodule.c: Removed prototype file and replaced it by the generated file. * thread.c: Added some more checks; added call to DL library when it is also used to tell it where the shared arena is so that DL can use some other area. * threadmodule.c: Call init_save_thread from another place. Also, added new function getlocklock() which does to lock objects what getfilefile does to file objects. 06 January 1993, 13:36:38 UTC
fea2af1 * More changes due to stricter argument passing rules * Fixed calendar.py, mimetools.py, whrandom.py to cope with time.time() returning a floating point number. (And fix old bug in calendar) * Add recursion level to mainloop.mainloop(), to make it reentrant. 04 January 1993, 09:16:51 UTC
a2b7f40 * Configure.py: use #!/usr/local/bin/python * posixmodule.c: move extern function declarations to top * listobject.c: cmp() arguments must be void* if __STDC__ * Makefile, allobjects.h, panelmodule.c, modsupport.c: get rid of strdup() -- it is a portability risk * Makefile: enclosed ranlib command in parentheses for Sequent Make which aborts if the command is not found even if '-' is present * timemodule.c: time() returns a floating point number, in microsecond precision if BSD_TIME is defined. 04 January 1993, 09:09:59 UTC
349f2b5 Renamed vcopy to Vcopy (it is the only old tool that's still in use) 24 December 1992, 11:41:14 UTC
3f3c099 Get rid of C and out-of-date files 24 December 1992, 11:39:36 UTC
ec706ad Added usage message, minor cosmetic changes 24 December 1992, 11:39:00 UTC
42e9be4 Fix typo in print message 24 December 1992, 11:38:29 UTC
5b40761 Use plain python. 24 December 1992, 11:37:53 UTC
f1ceba6 setsize has two arguments: width, height. 24 December 1992, 11:37:21 UTC
6e0e668 Renamed Vrecc to Vrecb (*b*urst mode capture). 23 December 1992, 15:41:38 UTC
6bc8c7f Added mono, grey2 and grey4 formats 23 December 1992, 15:37:20 UTC
d7b67f2 *** empty log message *** 22 December 1992, 14:35:05 UTC
5dd997c Changed indentation to 8, use a better technique to handle window I/O. 22 December 1992, 14:34:43 UTC
de788b8 fileobject.c: fix nasty bug; Makefile; turn on STROP and change lint flags. 22 December 1992, 14:24:04 UTC
de3adf9 Added 2 and 4 bits grey formats 22 December 1992, 14:05:55 UTC
a3b986e Added generic array handlers 21 December 1992, 14:33:18 UTC
9ef9c07 Changed to use make_call 21 December 1992, 14:33:05 UTC
b637221 Full broadcast support 21 December 1992, 14:32:55 UTC
da164d2 Clarified some parts 21 December 1992, 14:32:38 UTC
7306538 Changed to use new make_call method 21 December 1992, 14:32:28 UTC
8f1506b Complete broadcast support (both raw and via port mapper CALLIT) 21 December 1992, 14:32:06 UTC
fdcbbcb Initial revision 21 December 1992, 14:31:41 UTC
cdd04ca Initial revision 20 December 1992, 18:14:23 UTC
6252229 Added remark about servers 20 December 1992, 14:58:09 UTC
b99457c Changed mkcred interface 20 December 1992, 14:57:51 UTC
fd92ac8 Bind to reserved port if root; changed mkcred interface; added -t/-u option 20 December 1992, 14:57:17 UTC
79f85ee Changed mkcred/mkverf interface; added makesocket hook and changed init interfaces; added bindresvport call. 20 December 1992, 14:56:32 UTC
c91d60a Changes to protect servers against broken clients 19 December 1992, 00:06:17 UTC
424c673 Added server classes, and various robustness hacks 19 December 1992, 00:05:55 UTC
2eed1e7 Don't call test() 17 December 1992, 17:32:59 UTC
0270032 Don't even show #test() 17 December 1992, 17:32:44 UTC
58dd035 Added comments. 17 December 1992, 17:32:35 UTC
7271bab Compatibility hack with Python 0.9.6. 17 December 1992, 17:32:24 UTC
2f5dd88 Initial revision 17 December 1992, 17:32:10 UTC
a585444 Added compatibility hacks for Python 0.9.6. 17 December 1992, 17:31:58 UTC
3346b6a Use 'l' as format, not 'i'. 17 December 1992, 17:12:48 UTC
fa83c7b Added some XXX comment. 17 December 1992, 17:12:38 UTC
c4698fb Improved exception handing. Added some XXX comments. 17 December 1992, 17:12:17 UTC
4ac605e Changes to some math using underscore as subscript, necessary since the new style file defines underscore as an underscore in tt font. 17 December 1992, 15:31:02 UTC
16b2219 Add timeout and retry to UDP version of protocol 15 December 1992, 21:44:31 UTC
63ae96e Fix spelling of Umnt. 15 December 1992, 21:44:13 UTC
3862535 Support packing longs. 15 December 1992, 21:43:59 UTC
ad5f862 Fix misunderstood readdir count (bytes, not dir entries) and minor other changes. 15 December 1992, 21:43:04 UTC
20f9960 Add explicit auth call 15 December 1992, 20:53:17 UTC
749d0bb Make auth handling different 15 December 1992, 20:52:53 UTC
195a4f7 Add explicit auth object 15 December 1992, 20:52:31 UTC
e3cafbe Initial revision 14 December 1992, 23:25:04 UTC
5f59d60 * mymalloc.h: always allocate one extra byte, since some malloc's return NULL for malloc(0) or realloc(p, 0). (This should be done differently than wasting one byte, but alas...) * Moved "add'l libraries" option in Makefile to an earlier place. * Remove argument compatibility hacks (b) and (c). * Add grey2mono, dither2mono and mono2grey to imageop. * Dup the fd in socket.fromfd(). * Added new modules mpz, md5 (by JH, requiring GNU MP 1.2). Affects Makefile and config.c. * socketmodule.c: added socket.fromfd(fd, family, type, [proto]), converted socket() to use of getargs(). 14 December 1992, 16:59:51 UTC
8de83e0 Actualized 14 December 1992, 16:40:24 UTC
ffd7fa3 Actualized. Do import stdwingl 14 December 1992, 16:38:06 UTC
2219afc bit vector is now implemented 14 December 1992, 15:52:05 UTC
411588c sv now raises sv.error, not RuntimeError 14 December 1992, 15:51:53 UTC
8307443 Initial revision 14 December 1992, 15:06:32 UTC
2739c9c Added cmpaf.py 14 December 1992, 15:06:22 UTC
57fc525 Get official parameter names 14 December 1992, 15:06:05 UTC
a8413b2 Choose a port that doesn't conmflict with real radio 14 December 1992, 15:05:53 UTC
e266344 New 'finally' syntax 14 December 1992, 15:05:16 UTC
4128ded Actualize 14 December 1992, 14:53:08 UTC
6c5c525 Explicitly close menus. Make '0' mean the last menu item. 14 December 1992, 14:52:49 UTC
93a35f4 Actualized 14 December 1992, 14:12:10 UTC
5ba6142 Adapted to modern times 14 December 1992, 14:11:15 UTC
63f4cdc Adapted to modern times. Cosmetic and comment changes. 14 December 1992, 14:10:53 UTC
0e71dc1 Adapted to modern times and fixed a bug (id --> my_id) 14 December 1992, 14:10:36 UTC
8dd054d adapted to newest version of CL library. 14 December 1992, 13:17:29 UTC
4fff13f CL.py: adapted to newest version of CL library. cdplayer.py: It is now also possible to give the CD's TOC as argument to init(). The TOC is a string consisting of 2 digits giving the number of tracks and then for each track the length of the track as number of minutes and number of seconds (2 digits each). cddb.py: Interface to the .cddb directory. Usage is the same as for cdplayer.py. 14 December 1992, 13:16:55 UTC
23bafde /usr/local/bin/python 14 December 1992, 13:03:10 UTC
ee2ba6c Add description of kunst.py 14 December 1992, 13:01:30 UTC
2426331 Unknown changes by Jack. 14 December 1992, 13:01:06 UTC
05e46dd Use tzparse to avoid embarrasment in other timezones or when DST changes. Adapt to new, stricter, rules for argument passing. 14 December 1992, 13:00:14 UTC
89a7869 * Got entirely rid of path.py. * Many modules: fixes for new, stricter, argument passing rules (most changes were automatic ones -- not all of this is tested!). * gwin.py: now uses mainloop.py for its main loop and window admin. * mainloop.py: always call dispatch() with event as a tuple! * Fix bug in pdb's 'clear' command -- don't set the bpt but clear it! 14 December 1992, 12:57:56 UTC
a8993cf Fix for new argument passing rules. 14 December 1992, 12:43:19 UTC
9533ebe Band-aid to fix it for new argument passing rules. 14 December 1992, 12:29:43 UTC
3b25371 Changes for supporting monochrome and greyscale video (not yet fully functional) 14 December 1992, 12:25:21 UTC
cf5dd9c Fix bug when reporting error 10 December 1992, 00:01:24 UTC
15f27fb Adapt to modern times... 10 December 1992, 00:00:58 UTC
1d97417 Initial revision 09 December 1992, 23:14:40 UTC
d359248 Friendlier response to interrupt. Use /usr/local/*bin*/python. 09 December 1992, 23:12:59 UTC
ff3da05 Microscopic changes, comments/messages changed. Real important: turn off FIELDDROP in Vrec. 09 December 1992, 22:16:35 UTC
8ed2941 Added new modules mpz, md5 (by JH, requiring GNU MP). 08 December 1992, 16:10:18 UTC
95cd2ef Incorporated Jan-Hein's changes and texinfo conversion. 08 December 1992, 14:37:55 UTC
2a7178e socketmodule.c: added socket.fromfd(fd, family, type, [proto]); converted socket() to use of getargs(). 08 December 1992, 13:38:24 UTC
6209b97 Added output from testall run, for autotest.py. 27 November 1992, 22:54:49 UTC
85f1820 Added some new tests and two new files for testing: test_types.py (testing operations on built-in types) and autotest.py (automatic regression testing). 27 November 1992, 22:53:50 UTC
d014ea6 * classobject.c: in instance_lenth, test result of call_object for exception before using it. Fixed a few other places where the outcome of calling sq_length wasn't tested for exceptions (bltinmodule.c, ceval.c). 26 November 1992, 10:30:26 UTC
18fc569 * mainloop.py: added facility for calling select(). Also added embryonic facility for pseudo-modal dialogs. * stdwinevents.py: added modifier masks for key/mouse events * renamed exceptions in nntplib.py * Changed string.join() to call string.joinfields() to profit of strop.joinfields() 26 November 1992, 09:17:19 UTC
c89705d * config.c: Added audioop to lists. * Makefile: change default source directory * socketmodule.c: added getsockname and getpeername * bltinmodule.c: corrected typo in type() error message * Added new built-in functions str() and repr(): repr(x) == `x`; str(x) == x if x is a string, otherwise str(x) == repr(x). * Added joinfields to stropmodule.c (string.join calls joinfields now) 26 November 1992, 08:54:07 UTC
df9320f *** empty log message *** 16 November 1992, 16:56:04 UTC
d3b0f38 Support default port. 16 November 1992, 16:55:48 UTC
bfef4a0 Added comments, use 'global' and change prompt to "ftp.py> " 16 November 1992, 16:55:11 UTC
bd07b31 Restructured into several subroutines. 16 November 1992, 16:54:45 UTC
2197479 Added all_errors, list of all possible exceptions. 06 November 1992, 13:34:17 UTC
c68a401 Use getsockname() if it exists 05 November 1992, 23:01:42 UTC
c567c60 Added much functionality, changed some names (errors, login). 05 November 1992, 22:22:37 UTC
c629d34 * change default line numbers for 'list' in pdb.py * changed eval() into getattr() in cmd.py * added dirname(), basename() and (dummy) normath() to macpath.py * renamed nntp.py to nntplib.py * Made string.index() compatible with strop.index() * Make string.atoi('') raise string.atoi_error rather than ValueError * Added dirname() and normpath() to posixpath. 05 November 1992, 10:43:02 UTC
1115ab2 Initial revision 04 November 1992, 15:51:30 UTC
0317a47 Added imageopmodule.c, also added them to Makefile and config.c. Fixed a bug in Addmodule.sh that caused a crash in Configure.py. Fixed the crash in Configure.py... 26 October 1992, 13:40:15 UTC
back to top