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

sort by:
Revision Author Date Message Commit Date
8bf7c48 allow classes as exceptions 26 January 1995, 00:41:04 UTC
8ae87c0 make call_pyc_file static 26 January 1995, 00:40:38 UTC
164d4ff added missing case to get_docstring 26 January 1995, 00:40:09 UTC
a6f6050 moved callable() to object.c 26 January 1995, 00:39:50 UTC
e95d92b removed unused vars 26 January 1995, 00:39:21 UTC
27e916f apply dictclear to dict of deleted modules 26 January 1995, 00:39:00 UTC
49b11fe move callable() here 26 January 1995, 00:38:22 UTC
f8803dd uname 64-bit fix 26 January 1995, 00:37:45 UTC
39cb5ce unused vars 26 January 1995, 00:37:10 UTC
1253960 mem leak 26 January 1995, 00:37:01 UTC
c9a3569 split PATH over multiple lines for clarity; added some generated modules 25 January 1995, 23:10:10 UTC
bf068b1 Got rid of the Resource and Sound interfaces, in favor of the ones generated from the header files (with some hand-holding :-). 25 January 1995, 23:09:20 UTC
cf27c2d Some layout changes; added EventRecord Get/Build functions (as a tuple). 25 January 1995, 23:06:44 UTC
01f5a81 Lots of new stuff again. Moved buffer types to some separate files. Added some new-fangled features to bgenOutput. Generate doc strings! 25 January 1995, 22:59:21 UTC
5679e56 ported CW5 changes back to Think 22 January 1995, 19:04:11 UTC
c2544b3 fixed comment 22 January 1995, 18:42:33 UTC
b7e79e5 Got rid of {Get,Set}FileType in favor of {Get,Set}CreatorAndType -- the former had their arguments reversed compared to all Apple's routines (e.g. FSpOpenResFile()). Also fixed the SoundMgr UserRoutine (Jack fixed it but put the fix between #ifdef __MWERKS__ ... #endif :-( ). NB eventually this module should disappear in favor of separate modules per manager (e.g. Resources, Sound, Files, ...). 22 January 1995, 18:42:12 UTC
c02311b added printf -- hack for Think C to init stdwin and stdio 22 January 1995, 18:38:12 UTC
d8373d8 added Res module 22 January 1995, 18:37:45 UTC
b340466 cosmetics: copyright, comments 22 January 1995, 18:36:13 UTC
f8de068 Lots of changes. Renamed some things. Added support for methods directly to bgenGenerator.py. Completely reworked buffer, string and and structure types. 22 January 1995, 18:35:09 UTC
7cbf480 Make malloc stats routine available under MetroWerks 22 January 1995, 16:52:38 UTC
673e142 Ported to CW5/new universal headers 22 January 1995, 16:52:02 UTC
a1c5602 Removed imgformat reference 22 January 1995, 16:49:21 UTC
860dc04 Ported to CW5 (or to new Universal Headers, actually) 22 January 1995, 16:48:43 UTC
2fc94ee - Ported to CW5 (which has more unixisms) - Added (rather crummy) malloc debugger 22 January 1995, 16:47:22 UTC
6bb347f The last missing file of the mwerks port (this is the 'prefix' file) 22 January 1995, 16:46:11 UTC
f2e5129 reallocing large blocks now doesn't copy if not needed 22 January 1995, 16:44:49 UTC
8239f0f fix leaks 22 January 1995, 00:49:01 UTC
62de97f make routines static 22 January 1995, 00:48:41 UTC
27fda28 cleanup 22 January 1995, 00:48:16 UTC
811fbbc create $(DESTSHARED) library if needed 22 January 1995, 00:47:59 UTC
ec25b91 rename sigcheck so signal handling works again 22 January 1995, 00:46:57 UTC
64fc649 don't overwrite error already set (e.g. from O&) 21 January 1995, 14:09:37 UTC
9aa3d13 renamed Get routines to PyMac_Get; added macfs to config.c 21 January 1995, 13:46:04 UTC
796b259 intermediate version -- why not... 20 January 1995, 23:05:52 UTC
ec49827 fix strncpy call (uninitialized memory read) 20 January 1995, 16:59:12 UTC
badadd2 typo 20 January 1995, 16:58:43 UTC
e9c6bcd fix leak in func_dealloc (forgot to decref name) 20 January 1995, 16:58:19 UTC
40b2619 removed getopt.o from OBJS 20 January 1995, 16:57:52 UTC
3952cb0 fix mem leak (localmap in optimize) 20 January 1995, 16:56:41 UTC
d1b9393 support "O&" taking an object constructor a void* 20 January 1995, 16:56:02 UTC
1919ca7 add missing INCREF in RAISE_EXCEPTION 20 January 1995, 16:55:14 UTC
10bb1c4 don't use function prototypes 20 January 1995, 16:54:36 UTC
46c76a6 added changes for NetBSD dynamic linking; removed shared linking for NeXT 20 January 1995, 16:53:54 UTC
7f9fa97 fix import related leaks 20 January 1995, 16:53:12 UTC
855d0b3 corrected two unconverted names 20 January 1995, 16:52:42 UTC
6403d28 define INSTALL_PROGRAM and INSTALL_DATA 20 January 1995, 16:51:32 UTC
5739e7e modernize all tests to use cache and report outcome 20 January 1995, 16:50:53 UTC
9bc247a change NeXT hint to add -posix to C compiler flags 20 January 1995, 16:50:15 UTC
7d47329 add INSTALL_PROGRAM and INSTALL_DATA; check for getopt 20 January 1995, 14:12:16 UTC
40b9835 Always use 'anonymous' if os.environ doesn't exist 19 January 1995, 12:24:45 UTC
c39f4f8 Yet another Pstring() 19 January 1995, 12:23:31 UTC
5ef86d5 Undef strerror on the mac before redefining it 19 January 1995, 12:16:44 UTC
febf811 Added mac-only intrpeek routine that peeks for command-. 19 January 1995, 12:12:36 UTC
7874d1f Fix NULL dereference in case of out-of-memory condition 19 January 1995, 12:09:27 UTC
f90a113 Fixed listen()/getsockname() bug 19 January 1995, 11:49:05 UTC
a42960c ported to THINK C (not tested yet) 19 January 1995, 00:03:47 UTC
6a5df90 ported Jacks changes back to think C 18 January 1995, 23:59:06 UTC
f74d4e2 added high level event interface (requires stdwin patch) 18 January 1995, 23:58:07 UTC
8f69179 modernized/rationalized, added PyMac_BuildOSType 18 January 1995, 23:57:26 UTC
8d6c180 fully adapted to new naming scheme and added some features for AppleEvent generation 18 January 1995, 23:46:59 UTC
8cfc4bf initial version 18 January 1995, 23:45:01 UTC
84fa5ec Initial version of FSSpec and Alias code. Non-functional as of now. 18 January 1995, 14:04:40 UTC
d50e4e1 More Pstring() stuff and some cosmetics 18 January 1995, 13:58:04 UTC
48d071d Comment fix 18 January 1995, 13:56:20 UTC
67132b3 Some of these were overwriting their argument with a pascal string. Use own Pstring() routine (which uses a static buffer) everywhere. 18 January 1995, 13:55:41 UTC
5f65309 - Moved some useful routines from macosmodule.c here - Added GetFSSpec (tuple-style), BuildFSSpec and Pstring (platform-independent correct conversion of C to Pascal strings) 18 January 1995, 13:53:49 UTC
9589e93 Moved some generally useful routines to macglue.c 18 January 1995, 13:52:07 UTC
75b6f1c - Ported to powerpc - Fixed bug with accept() call - Better error checking 18 January 1995, 13:50:42 UTC
fa4fd8e Fast (and correct) malloc for MetroWerks PPC compiler 18 January 1995, 13:48:31 UTC
fbfacf6 Macconsole module is think-specific 18 January 1995, 13:44:20 UTC
31f61dd Moved development-platform specific files to subdirectories 18 January 1995, 13:41:47 UTC
6520119 This commit was manufactured by cvs2svn to create tag 'r12beta2'. 17 January 1995, 17:01:40 UTC
514d351 use $INCLUDE path (Mark Hammond) 17 January 1995, 17:01:40 UTC
3256e87 *** empty log message *** 17 January 1995, 17:00:56 UTC
5426ab3 1.2beta news 17 January 1995, 17:00:47 UTC
58e4a1e last bits 17 January 1995, 16:53:38 UTC
97d68c0 added getopt.c to object, permanently 17 January 1995, 16:51:35 UTC
0ddb028 the usual 17 January 1995, 16:46:14 UTC
d09119e be more careful about building Modules/Makefile.pre 17 January 1995, 16:45:08 UTC
19e0c26 add hint for NeXT users 17 January 1995, 16:36:34 UTC
f618d2c hopefully final changes for Sequent -linet 17 January 1995, 16:36:13 UTC
32b582b fix strobject() behavior 17 January 1995, 16:35:13 UTC
b0fe3a9 added reverselist; free recycling bin on error exit 17 January 1995, 16:34:45 UTC
3535f6e long_scan is no longer used 17 January 1995, 16:34:13 UTC
ce00509 make a few things static 17 January 1995, 16:33:39 UTC
4d3468d don't declare fmod/pow for any STDC compiler 17 January 1995, 16:33:14 UTC
5c2306c include rename2.h 17 January 1995, 16:31:21 UTC
2ac3bc2 rename method arg because of typedef conflict 17 January 1995, 16:31:01 UTC
0865dd9 fix Alpha bug in (x)range; different __builtins__ initialization 17 January 1995, 16:30:22 UTC
c3f82b6 nt thread support 17 January 1995, 16:29:31 UTC
b4e7e25 different init for __builtins__ 17 January 1995, 16:27:25 UTC
cd938fc Made some more things static, and other cleanup for new naming scheme 17 January 1995, 16:13:48 UTC
78c0535 fix loop on unterminated triple quotes 17 January 1995, 16:12:13 UTC
62e376b made interrupted static again 17 January 1995, 16:11:53 UTC
087579e added $& to $(LIB) target for Sequent 17 January 1995, 16:11:29 UTC
9381782 new names for lots of new functions 17 January 1995, 16:01:01 UTC
8e8a525 evolution 17 January 1995, 15:58:37 UTC
5c83252 must include rename2.h 17 January 1995, 15:57:48 UTC
back to top