https://github.com/python/cpython

sort by:
Revision Author Date Message Commit Date
b6b43e0 This commit was manufactured by cvs2svn to create tag 'r14beta2'. 08 August 1996, 19:05:09 UTC
b4ae6a3 Re-install aix files (what happened?) 08 August 1996, 19:05:09 UTC
3bedce0 removed old file 08 August 1996, 18:58:45 UTC
1a62311 Changes necessary for AIX. 08 August 1996, 18:53:41 UTC
1741d60 Added casts from unsigned char to char when calling rds_object() on frozen code. 08 August 1996, 18:52:59 UTC
15cc9a0 Removed unused var; added error check for ``lambda: x=1''. 08 August 1996, 18:51:04 UTC
fe4b6ee Include mymath.h instead of declaring prototypes for math functions. Fix leak and unchecked error in complex(). 08 August 1996, 18:49:41 UTC
1d60614 Correctly use Py_PROTO, not obsolete PROTO. 08 August 1996, 18:44:36 UTC
6f90e98 Renamed errors. -> pyerrors.h (for Mac, where Errors.h is a system header). 08 August 1996, 18:43:59 UTC
578cedd Typo: PySequence_Lenth -> PySequence_Length. 08 August 1996, 18:43:10 UTC
afb5e93 For method=POST, append a query string from the environment or from sys.argv[1], effectively merging the fields. 08 August 1996, 18:42:12 UTC
306a8a6 Add optional third parameter to split() and splitfields(), giving the maximum number of delimiters to parse; e.g. splitfields("a,b,c,d", ",", 2) -> ["a", "b", "c,d"]. 08 August 1996, 18:40:59 UTC
a59d3e6 Changed split() to be compatible with changes to string.split(): the optional third argument gives a maximum number of delimiters to parse. The new function splitx() is like split() but returns a list containing the words as well as the delimiters. 08 August 1996, 18:39:18 UTC
37a6f16 Slight update of doc string -- suggest default args for __init__, no longer complain that __getinitargs__ is an ugly name. 08 August 1996, 18:35:22 UTC
4033ad7 Restore 1.3 behavior of gettempdir(): if tempdir is already set, believe it. 08 August 1996, 18:33:56 UTC
0523d63 Don't use 'false'; use '0'. 08 August 1996, 18:32:15 UTC
5468a7b stupid typo in latest fix ('Name' should be 'name') 08 August 1996, 18:31:42 UTC
524e9a4 Need to import * from types 08 August 1996, 18:31:11 UTC
fcce630 Added test for math module 08 August 1996, 18:26:25 UTC
47347f0 Use fcntl.h instead of sys/fcntl.h; use h2py.py from Tools/scripts 08 August 1996, 18:25:40 UTC
d44e0c3 New AIX specific subdirs 08 August 1996, 18:24:58 UTC
c442d43 Changed to use 8-byte doubles. Also re-enabled optimizations, 68020 codegen. 07 August 1996, 14:54:48 UTC
3638935 Moved build.html to building.html 07 August 1996, 13:19:16 UTC
4c1e56c Changed instructions for new releases of cwgusi, waste and tcl/tk, moved some urls around, reformatted. 06 August 1996, 16:16:20 UTC
3d159f0 New releases of CWGUSI, Waste and Tcl/Tk. 06 August 1996, 16:08:45 UTC
bb708ae Updated for new tcl/tk release 06 August 1996, 16:07:17 UTC
3ca6edd GUSI mkdir() lost its dummy second arg 06 August 1996, 16:06:31 UTC
eb1284b New waste release 06 August 1996, 16:05:24 UTC
2268af5 Upgraded to Waste 1.2f 06 August 1996, 16:04:22 UTC
cf34d2a #updated commentary 06 August 1996, 15:57:58 UTC
5490a06 (py-menu): Create default value 06 August 1996, 15:43:33 UTC
c5a8cbd (py-forward-into-nomenclature): Slightly better regex for stopping on underscore. 05 August 1996, 21:53:02 UTC
6aadd26 rebinhexed 05 August 1996, 15:40:37 UTC
8f2d802 Build instructions for source distribution that were somehow never checked in. Modified: removed stdwin references, added note on tcl memory allocation. 05 August 1996, 15:34:45 UTC
a766182 (py-electric-colon): Use (py-next-statement -1) instead of (forward-line -1), to properly catch continued statements. 02 August 1996, 16:22:43 UTC
bbe04d0 Removed references to mactcp, macdnr and stdwin modules Rebinhexed resource files 02 August 1996, 15:22:26 UTC
402030f 1.4b2 projects 02 August 1996, 15:20:08 UTC
4f1fe32 Upped version number, rebinhexed everything 02 August 1996, 15:17:32 UTC
1d2f863 Guido's 1.4b2 fixes: Py_GetProgramName, Py_GetPrefix and Py_GetExecPrefix. 02 August 1996, 15:16:16 UTC
d84e7aa Regenerated 02 August 1996, 11:24:34 UTC
84c21a8 Regenerated from CW9 includes (only QuickDraw really got a few new values) 02 August 1996, 11:22:55 UTC
7046366 PyMac_BuildNumVersion added 02 August 1996, 11:21:03 UTC
3fcaf61 #updated comments 01 August 1996, 20:11:51 UTC
755c671 (python-mode): automatically install imenu stuff. 01 August 1996, 20:02:55 UTC
8143746 (imenu-example--python-show-method-args-p, imenu-example--python-class-regexp, imenu-example--python-method-regexp, imenu-example--python-method-no-arg-parens, imenu-example--python-method-arg-parens, imenu-example--generic-python-expression, imenu-example--python-generic-regexp, imenu-example--python-generic-parens): New variables. (imenu-example--create-python-index, imenu-example--create-python-index-engine): New functions. 01 August 1996, 19:48:02 UTC
ce60bc7 (py-keep-region-active): Zap duplicate defun. 01 August 1996, 18:17:14 UTC
6d9cc80 Final text for beta2 release. Hopefully no pre-1.4 information is left. 01 August 1996, 17:31:22 UTC
ff0c4b5 New project files, with sliceobject.c added. 01 August 1996, 17:13:12 UTC
6e527d2 (py-delete-char): Check for py-honor-comment-indentation. 01 August 1996, 15:57:48 UTC
a789171 (py-mode): comment-start is now "# " so indent-for-comment does the right thing. (py-comment-region): let-bind comment-start to "## " so commented regions get transformed into non-indenting comment lines. (py-compute-region): Implement modification to rule for recognizing "indenting comment lines". 01 August 1996, 15:53:09 UTC
e5b7b85 CW9 01 August 1996, 15:37:24 UTC
880e6eb Removed debug output 01 August 1996, 15:30:33 UTC
a6d78c4 Removed unused var 01 August 1996, 15:27:18 UTC
5674e4e NumVersion stuff has changed 01 August 1996, 15:26:05 UTC
d1f0631 - Minimum stacksize is now 8K for PPC, 4K for 68K - Added PyMac_BuildNumVersion 01 August 1996, 15:23:54 UTC
64d376a New .pyc magic numnber, too. 01 August 1996, 01:06:24 UTC
9e43ae4 Use Tcl/Tk 7.5/4.1 by default. 01 August 1996, 00:56:03 UTC
9caf77a Put definition of _REENTRANT in config.h 01 August 1996, 00:52:26 UTC
cee555b Allow compilation by K&R C compiler. 01 August 1996, 00:02:33 UTC
42dcad3 The usual 31 July 1996, 22:48:44 UTC
8a2574e Changes for AIX; also remove all references to _REENTRANT. 31 July 1996, 22:45:54 UTC
d5962ad Changes for AIX sharedlibs. 31 July 1996, 22:44:53 UTC
02530b0 Changes for AIX shared libs 31 July 1996, 22:43:38 UTC
9e277db #comment update 31 July 1996, 22:33:40 UTC
c08a949 #comment update 31 July 1996, 22:27:58 UTC
5c0d00f #updated to do list 31 July 1996, 21:30:21 UTC
68f56e4 Don't trip over empty string in sys.path. 31 July 1996, 21:18:42 UTC
170ffa7 (py-parse-state): stop searching backwards when we found a keyword at column zero. Perhaps a kludge, but similar in nature to Emacs' beginning-of-defun shortcut. 31 July 1996, 20:57:22 UTC
f831d81 (py-statement-closes-block-p, py-compute-indentation): Outdent one level after a return, raise, break, or continue statement. 31 July 1996, 20:42:59 UTC
32aa1a7 getprogramname --> Py_GetProgramName 31 July 1996, 19:51:15 UTC
3823420 If NO_DYNAMIC_LINK is defined, load_dynamic_module() will always fail. 31 July 1996, 17:55:19 UTC
5e41644 Added _REENTRANT definition 31 July 1996, 17:52:04 UTC
0c5e3c8 DESTLIB and MACHDESTLIB are now derived from variables set by the Makefile. Clarified some comments. 31 July 1996, 17:49:01 UTC
276de58 Collect together all detailed installation directories. 31 July 1996, 17:37:07 UTC
a68acba The usual 31 July 1996, 17:36:39 UTC
d02ba45 Added doc para for --with-libs 31 July 1996, 17:36:01 UTC
93ee6e0 Add entry for _REENTRANT macro 31 July 1996, 17:35:30 UTC
c5a3903 Three changes: - Improved version of NeXT patching of $OPT - Added new option --with-libs='lib1 lib2 ...' - Define _REENTRANT when posix threads are in use 31 July 1996, 17:35:03 UTC
bed23fe Collect together all detailed installation directories. 31 July 1996, 17:30:37 UTC
b8dccd2 Add a variable so you can easily install more than one machdep directory. 30 July 1996, 21:55:17 UTC
6d47298 Correct typo (intall -> install) 30 July 1996, 21:41:56 UTC
8d7d4ed Numerous changes, but still a lot of XXX thingies. 30 July 1996, 21:41:07 UTC
ccdfce3 Exhaustive list of news in beta2 compared to beta1. Now all we need to do is do the same for beta1 compared to 1.3. 30 July 1996, 21:34:09 UTC
24cf88d FreeBSD platform specific modules 30 July 1996, 21:05:10 UTC
7a7eb37 patch level 1.4b2 30 July 1996, 20:46:14 UTC
91f87ca Note that the values are ints. 30 July 1996, 20:45:45 UTC
e288f9d New zip code and release; added guido@python.org as alternative email. 30 July 1996, 20:45:21 UTC
557d6d6 Don't make an exception for NeXT (BBUM says it's no longer needed). (But hypot() should really be defined in a separate file, triggered by configure.) 30 July 1996, 20:44:31 UTC
64b6567 Some more install changes: - "make install" now depends on "make altinstall" for most of the work, and the binary is always installed as python<version> first, with a hard link to python made by "make bininstall". - Create the machine dependent directory if it doesn't exist, and attempt to run the regen script in it (unfortunately this will fail unless you have h2py in your $PATH - help!) 30 July 1996, 20:42:12 UTC
02ca3ab Remove "." from default path. Also rearrange so that SITEPATH comes after DESTPATH. 30 July 1996, 20:36:59 UTC
6e12d56 Don't have "." in the default path. 30 July 1996, 20:36:12 UTC
94a9667 Always insert script directory in front of sys.path -- if there's no sys.argv, insert "". Note that "." is removed as a default component of the path (see changes to getpath.c and Setup.in). 30 July 1996, 20:35:50 UTC
9afdabf Add missing close parenthesis. 30 July 1996, 20:16:21 UTC
74faed2 Got rid of all references to stdwin. Documented insertion of script directory in path. Updated author's address. Changed MAILING LIST section to INTERNET RESOURCES. 30 July 1996, 19:27:05 UTC
2108a50 Remove comment "SGI only" 30 July 1996, 19:07:18 UTC
3df1d1b Simplified and rationalized. 30 July 1996, 19:06:36 UTC
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
back to top