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

sort by:
Revision Author Date Message Commit Date
31b7727 Ported the editor to X. The GL version won't work. This version needs Jack's img module and Sjoerd's new and improved (?) X extensions for Python. The last GL version is still available using the CVS tag "gl-editor". 21 December 1994, 15:46:26 UTC
3ff4449 (py-compute-indentation): in `t' clause, watch for the re-search-backwards landing you inside a mult-line string. 16 December 1994, 00:13:34 UTC
06fe7e5 Added comment symbols around word after #endif. 14 December 1994, 15:30:04 UTC
4359860 Let extensions start at the last period after the last slash in the name. 14 December 1994, 15:29:17 UTC
1cfb6b8 Can't remember the reason for the change, but it was necessary. :-) 14 December 1994, 15:28:22 UTC
1dfb7d7 Added libaifc.tex to list of library files. 14 December 1994, 15:27:33 UTC
0c63770 Ported to CodeWarrior 14 December 1994, 14:10:51 UTC
f93c72a New routines: macstrerror - strerror which uses 'Estr' resource to convert numerical MacOS errors to strings. PyErr_Mac - Raise exception with MacOS error in string form. PyMac_Idle - better idle-loop routine, which allows the user to switch applications. 14 December 1994, 14:07:50 UTC
34e7cae Unix functionality expected by python but missing from CodeWarrior runtime system. 14 December 1994, 14:04:55 UTC
97ce361 - Use PyErr_Mac for nicer exceptions - Added methods AsString() and AsBytes() to resource objects, so you can get at the contents of resource items. - Ported to CodeWarrior (mainly ProcPtr/UniversalProcPtr stuff) 14 December 1994, 14:02:24 UTC
0c097ea Ported to MetroWerks, which misses file-descriptor like functionality. 14 December 1994, 13:48:38 UTC
bac428d Enlarged version buffer (nobody expects the spanish inquisition:-) Support for new sys.path code in config.c 14 December 1994, 13:47:30 UTC
c5b26f4 - PYTHONPATH is now \n-separated, so you can have directories with spaces in the name. - If you run python with a script the working directory is now the directory where the script lives (was: directory where python application lives). sys.path will include current dir, application dir and Lib, etc. relative to application dir. This is more like unix python does things and more useful besides (since you can easily import files living in the same directory as the importer). - Added the macconsole, ctb, macspeech, macdnr and mactcp modules. - For MW compiler, put 68K/PPC indication in version string. 14 December 1994, 13:45:11 UTC
fea7533 Added support for MetroWerks CodeWarrior compiler 14 December 1994, 13:38:13 UTC
edf5855 Interface to MacTCP and the MacTCP Domain Name Resolver 14 December 1994, 13:36:34 UTC
114ca5c - Added Version method - Now gives new mac exceptions - Ported to PowerPC Mac and CodeWarrior 14 December 1994, 13:34:35 UTC
ee735be Interface to Mac Communications Toolbox (only Connection Manager for now) 14 December 1994, 13:31:11 UTC
115590d This file (which is Guido's) was somehow missing... 14 December 1994, 13:07:43 UTC
0d7cba8 New standard modules for the mac. 14 December 1994, 13:06:25 UTC
599f0d1 - Added ability to get at strings embedded in the struct - For the mac, added ability to get at pascal-style strings 14 December 1994, 13:04:05 UTC
e00637b Removed extraneous fclose() in case of .pyc file argument 14 December 1994, 12:58:37 UTC
234fd7e Use \n as PYTHONPATH delimiter on Mac (less likely to occur in filenames than space). 14 December 1994, 12:57:12 UTC
44fff3c Added missing initialization 14 December 1994, 12:55:17 UTC
8fd2d94 Added hook for better mac error messages. 14 December 1994, 12:54:54 UTC
7ae7768 Initial revision 12 December 1994, 20:38:05 UTC
52c8b26 Use /depot/gnu/plat/bin/perl 05 December 1994, 23:30:59 UTC
7c7fa46 This commit was manufactured by cvs2svn to create tag 'release111'. 10 November 1994, 23:06:54 UTC
5dee5e7 bugfix release 10 November 1994, 23:06:54 UTC
635649f next release 10 November 1994, 23:04:51 UTC
cfb45e4 typos 10 November 1994, 23:04:43 UTC
9351fdb misc stuff 10 November 1994, 23:03:51 UTC
d57021e workshop attendees etc 10 November 1994, 23:02:22 UTC
a67bb7e python-mode-hook instead of py-mode-hook 10 November 1994, 23:01:59 UTC
f34cadd added timer and file callbacks and global mainloop and quit fns 10 November 1994, 22:50:21 UTC
5e8e832 don't use backslashes for continuation lines 10 November 1994, 22:49:52 UTC
132f5c2 don't fail moving empty list of shared modules 10 November 1994, 22:44:15 UTC
69d9eb9 replace abort() calls by fatal() 10 November 1994, 22:41:15 UTC
363ac7d set name to <lambda> instead of None for lambdas 10 November 1994, 22:40:34 UTC
13d0ed1 prevent core dump for old getargs() with NULL arg 10 November 1994, 22:35:48 UTC
c054a66 call err_clear in err_setval 10 November 1994, 22:34:33 UTC
030ae17 fix pow() core dump 10 November 1994, 22:33:19 UTC
bb3c5f7 fix comparison of instances without _-cmp__ 10 November 1994, 22:31:02 UTC
f483846 pl1.1.1; added newgetargs renaming 10 November 1994, 22:29:04 UTC
a558e37 improved prompt format 10 November 1994, 22:27:35 UTC
e23b62f more complete tests of built-in functions 10 November 1994, 22:25:26 UTC
40272f8 Removed erroneous +. (Patched manually since configure.in not yet ported to autoconf 2.0.) 03 November 1994, 13:46:57 UTC
47f7c71 Removed erroneous +. 03 November 1994, 13:45:40 UTC
8eee56f the usual 20 October 1994, 22:18:37 UTC
9444ce0 the usual 20 October 1994, 22:10:23 UTC
2bcafeb test for presence of stddef.h separate arg requirements for getpgrp() and setpgrp() 20 October 1994, 22:06:56 UTC
9041279 run sharedinstall; add BINDIR macros etc 20 October 1994, 22:04:30 UTC
5ebc0ca include stddef.h 20 October 1994, 22:03:08 UTC
780044f added option interface 20 October 1994, 22:02:27 UTC
971dc53 fix bug in poly.minus 20 October 1994, 22:02:03 UTC
05bf280 clarifications 20 October 1994, 22:01:38 UTC
e6757c2 don't assum '.' is in PATH 20 October 1994, 22:01:07 UTC
411a8bd add hypot() 20 October 1994, 22:00:28 UTC
2ce15a5 always make sharedmods 20 October 1994, 21:59:38 UTC
8991065 makesetup should use $cc not cc 20 October 1994, 21:58:30 UTC
6493389 distinguish between getpgrp and setpgrp arg requirements 20 October 1994, 21:56:42 UTC
b9a6d12 Comparison of two class instances without __cmp__ or __rcmp__ methods was broken. 19 October 1994, 15:11:52 UTC
2abc494 Free was called with a struct as argument instead of a field from the struct. 13 October 1994, 09:11:13 UTC
4eba0c9 Escaped $(LDSHARED) in a string. 13 October 1994, 09:09:05 UTC
c94d53d This commit was manufactured by cvs2svn to create tag 'release11'. 11 October 1994, 15:44:53 UTC
7647b82 really the last log entry for 1.1 11 October 1994, 15:44:53 UTC
dd99fd2 change date to 11 oct 11 October 1994, 15:43:38 UTC
42a24ef add getargs.o:getargs.c rule 11 October 1994, 15:08:39 UTC
ac5a4e3 add hints about doco 11 October 1994, 15:04:57 UTC
dabb11b add test for volatile 11 October 1994, 15:04:27 UTC
6b111b0 remove old readline note, add smake note 11 October 1994, 15:03:34 UTC
4450bab update pathnames 11 October 1994, 14:57:03 UTC
1146c87 final release date of release 1.1 is Oct 11 10 October 1994, 18:05:40 UTC
73624e9 new style 10 October 1994, 17:59:00 UTC
4a91df4 apply ranoib to installed libraries 10 October 1994, 17:58:27 UTC
e5e73b9 initial commit 09 October 1994, 23:03:12 UTC
29c1b97 __call__, __getattr__ c.s. 09 October 1994, 22:56:16 UTC
2e61103 adapted to new overloading scheme 09 October 1994, 22:36:28 UTC
74233b3 fix buffer size 09 October 1994, 22:34:40 UTC
705d517 initial checkin 08 October 1994, 19:30:50 UTC
3dc44ab add debug, use waitpid 08 October 1994, 19:24:02 UTC
82268e0 initial checkin 08 October 1994, 19:17:34 UTC
00d5974 fix bind arg 08 October 1994, 19:13:48 UTC
37f142d add setdefscrollbars call 08 October 1994, 19:09:41 UTC
6910f42 new version by Tim 08 October 1994, 19:07:57 UTC
81a12bc totally redone for new overloading scheme 08 October 1994, 18:56:41 UTC
72eb83c add warning about ultrix cc 07 October 1994, 11:33:28 UTC
33325f4 Vgeneric -- used in frozen version 07 October 1994, 11:05:50 UTC
05fc9ce print gl variables 07 October 1994, 10:33:04 UTC
fa78560 test cache 07 October 1994, 10:28:40 UTC
fc146cb init -> __init__ 07 October 1994, 10:25:49 UTC
50519c6 micro changes 07 October 1994, 10:23:49 UTC
46e4b07 moved my examples to subdir guido 07 October 1994, 09:57:59 UTC
35820f7 Matt's examples 07 October 1994, 09:55:26 UTC
884657a Added Matt's examples 07 October 1994, 09:50:55 UTC
aa25386 Moved older news to HISTORY file 06 October 1994, 17:18:57 UTC
94ed6f5 Oops! version numbers again! 06 October 1994, 17:08:42 UTC
8780a44 Oops -- version number! 06 October 1994, 17:00:05 UTC
2b11c61 Change status of fixed bugs 06 October 1994, 16:36:15 UTC
b85ae1a Hopefully the last edits for 1.1 06 October 1994, 16:15:09 UTC
c370607 Add pointer to GPL-free MP library 06 October 1994, 16:12:06 UTC
back to top