https://github.com/python/cpython

sort by:
Revision Author Date Message Commit Date
e2aaa9d This commit was manufactured by cvs2svn to create tag 'r12beta3'. 14 February 1995, 00:58:59 UTC
ee1813d fix stupid bug in strip and split 14 February 1995, 00:58:59 UTC
26a9f74 Some of Guido's bgen modules aren't think-only anymore 13 February 1995, 22:47:02 UTC
6cfab23 Changed PyMac_GetPythonDir to use a preferences file to store the alias resource. Also added a few comments. 13 February 1995, 22:46:00 UTC
fc0ff42 Open library resource file read-only 13 February 1995, 22:43:38 UTC
4e04373 Added code to import dynamic modules using mac CFM. 13 February 1995, 22:42:34 UTC
f2038a3 version 1.2-beta-3 13 February 1995, 20:27:30 UTC
af07a44 the usual 13 February 1995, 19:45:27 UTC
57c33af tack compiler name/version to version string if known 13 February 1995, 17:10:11 UTC
67ca701 NeXT/Sparc 3.3 fix 13 February 1995, 16:38:41 UTC
5693412 malloc debug only on ppc 13 February 1995, 16:19:04 UTC
e9f29bf remove unused vars 13 February 1995, 16:18:02 UTC
cc9bc8f null-terminate the error string in macstrerror 13 February 1995, 16:17:03 UTC
e6c884c added QuickDraw 13 February 1995, 16:16:22 UTC
b95ff40 adapted to 1.2 13 February 1995, 16:15:31 UTC
42e1936 add class exceptions 13 February 1995, 14:39:19 UTC
38862df new example that Matt posted to comp.lang.python 13 February 1995, 14:23:38 UTC
c889b76 Added RawFSSpec and RawAlias methods which turn their string arguments into fsspec and alias objects. 13 February 1995, 12:00:46 UTC
bd06e96 mac changes: - Assume files of types 'PYC ' and 'APPL' are compiled python code - For mwerks, show status line when program has terminated while keeping window open. 13 February 1995, 11:44:56 UTC
7467ce3 Startup code for applications using the python shared library. Modified because the startup code has to work together with the runtime support in the shared library. 13 February 1995, 11:41:40 UTC
2e4679d Glue for the python shared library: an init routine that remembers where we're loaded from and PyMac_AddLibResources() which adds that file to the resource file list. 13 February 1995, 11:39:17 UTC
c6647c6 Mwerks header files for shared python and the applet template 13 February 1995, 11:37:31 UTC
0f6ca80 Use PyMac_GetPythonDir() to obtain python homedir fileargument moved here from macmain.c 13 February 1995, 11:36:25 UTC
f950f8d Various changes wrt shared-library python: - Moved fileargument to config.c - Added PyMac_AddLibResources() call in case of shlib python - Build argc/argv differently in case of applet template 13 February 1995, 11:35:34 UTC
8cd2b72 Added PyMac_GetPythonDir routine which obtains python home directory from an alias resource (or from the user). Note: this uses a dialog resource so there's an accompanying change in the resource file. 13 February 1995, 11:33:28 UTC
b364257 Added getfiletype routine 13 February 1995, 11:31:51 UTC
7f7f274 use Py_CHARMASK 10 February 1995, 17:01:56 UTC
760dd10 add some casts 10 February 1995, 17:01:08 UTC
9fa2c11 use Py_CHARMASK; and don't check for neg. float to the float power here 10 February 1995, 17:00:37 UTC
2497ead make size arg signed 10 February 1995, 17:00:27 UTC
2165158 test for float to the float power here 10 February 1995, 16:57:16 UTC
b7d3d4e make newvarobj's size arg signed 10 February 1995, 16:55:33 UTC
10f8efd add Py_CHARMASK 10 February 1995, 16:51:02 UTC
cc6764c added __doc__ strings etc. 09 February 1995, 17:18:10 UTC
6de668f test class exceptions 09 February 1995, 10:28:43 UTC
0777935 version 1.20 07 February 1995, 16:59:56 UTC
a3c3f2c use PyCallable_Check; export TK_VERSION and TCL_VERSION strings; some Tk 4.0 specific changes 07 February 1995, 15:41:02 UTC
3fdf58b add socket related constants 07 February 1995, 15:39:52 UTC
d1b3481 correct typo in utime stub 07 February 1995, 15:39:29 UTC
03e8ffa patches for NeXT weirdness 07 February 1995, 15:38:56 UTC
f5c6d47 clear errors between failing calls to PyArg_Parse 07 February 1995, 15:38:32 UTC
6b6e0aa DECREF result of run_string 07 February 1995, 15:36:56 UTC
0b34490 init_frozen non-static, frozenmain.c not in Makefile any more 07 February 1995, 15:35:27 UTC
262e124 print class name for exceptions that are classes 07 February 1995, 15:30:45 UTC
9e89f0a added callable, removed run_pyc_file 07 February 1995, 15:26:59 UTC
eb8b0d2 added classes as exceptions 07 February 1995, 14:37:17 UTC
626c1e7 added libsignal.tex 07 February 1995, 14:37:02 UTC
3c3eda2 stuff by jack to create a set of Estr resources 05 February 1995, 17:01:45 UTC
81920f1 manually defined Resource() function 05 February 1995, 17:01:24 UTC
3155923 more support for different kinds of objects 05 February 1995, 16:59:27 UTC
b19a645 more think/mw changes 05 February 1995, 16:58:33 UTC
d9ff26b reorganized class structure so Manualgenerator works again 05 February 1995, 16:56:49 UTC
4df16c7 read repair instructions from file 05 February 1995, 16:56:02 UTC
9bcb641 added Resource(), to create new resources from Python 05 February 1995, 16:54:27 UTC
0818a4c get rid of obsolete low-level routines 05 February 1995, 16:53:45 UTC
bcf0854 added README 05 February 1995, 16:52:24 UTC
b6aa92e fix formatting of stack entries 03 February 1995, 12:50:04 UTC
08e767b Under CodeWarrior, make the window go away on exit(0) 02 February 1995, 14:30:20 UTC
971e1df Quick hack so PowerPC macs can access system structures 02 February 1995, 14:29:10 UTC
c76fd39 Added stuff so CodeWarrior isn't so verbose about its stdio windows 02 February 1995, 14:27:31 UTC
a76382a Added HandleEvent method to macos, so python programs can hand back events they don't want to handle to stdio 02 February 1995, 14:25:56 UTC
8828fcf Added [GS]etCreatorType methods to FSSpec objects 02 February 1995, 14:23:52 UTC
992ff06 Made play method more robust by adding a try-finally. 01 February 1995, 14:24:32 UTC
3d697ce Support for album.notes and trackN.artist via notes and trackartist instance variables. 01 February 1995, 14:23:37 UTC
d09b41b remove last bits of mac specific code 30 January 1995, 12:55:22 UTC
a715299 remove unused variable 30 January 1995, 12:53:21 UTC
90f0e07 fix glaring bug in get_magic 30 January 1995, 12:53:06 UTC
42a5124 Think C mod to suppress pausing at normal exit 30 January 1995, 12:52:46 UTC
d503913 plug leak and improve error handling in dbm_keys() 30 January 1995, 12:45:38 UTC
17448e2 Committed a more or less working version. 30 January 1995, 11:53:55 UTC
80ffd66 bgenGeneratorGroup.py: changed placement of some blank lines in output bgenObjectDefinition.py: support chaining of object definitions macsupport.py: support functions returning pointers to existing windows/dialogs bgen.py: tighten rules for recognizing simple symbol definitions 30 January 1995, 11:44:02 UTC
cc0d879 added <OSEvents.h> for Think C 30 January 1995, 08:57:13 UTC
b2f524a fixed StandardGetFile argument handling 30 January 1995, 08:56:06 UTC
d56c109 Changed the way mac mainloop event checking is turned off 27 January 1995, 14:44:16 UTC
ee23d6e - Moved interrupt code to macglue.c - Added possibility to turn off mainloop event handling - Check interrupts even when not handling events - Be more carefulabout which events we want - Use different method to determine fg/bg 27 January 1995, 14:43:25 UTC
9fc3989 Mac interrupt code moved to macglue.c 27 January 1995, 14:40:41 UTC
7e4b2de changes for the Mac 27 January 1995, 02:41:45 UTC
f808012 Use case-dependent variant of fnmatch 27 January 1995, 02:40:02 UTC
c2ed415 removed frozenmain.o from objects added to library 26 January 1995, 23:05:49 UTC
a46d51d round up list item counts to improve realloc performance 26 January 1995, 22:59:43 UTC
6978503 added findmethodinchain and methodchain data types 26 January 1995, 22:58:48 UTC
5279ec6 reverse h/v in Point and Rect 26 January 1995, 22:56:59 UTC
efd9767 added (method) casts and 1995 copyright 26 January 1995, 22:56:16 UTC
3d7f6bd Added a global 'stdwin is active' flag. 26 January 1995, 16:40:10 UTC
fdbc79e Prototypes for new routines. 26 January 1995, 16:37:21 UTC
e8e8ae0 Added eventhandling in mainloop/busywait routine plus leaving some cycles for background apps. MacOS has a new method to set the amount of time for bg apps. 26 January 1995, 16:36:45 UTC
9eeb82d CodeWarrior 5 has more unixisms (open/close/read/write) 26 January 1995, 16:34:53 UTC
17ba43f Complete rewrite. 26 January 1995, 16:22:07 UTC
51f4b8d New cmd-. handling for the mac. 26 January 1995, 16:20:38 UTC
da88dad the usual 26 January 1995, 00:46:29 UTC
ea8ee1d fix bogus test for regex match 26 January 1995, 00:45:20 UTC
71001e4 add OSF/1 LDSHARED; add IRIX5 conditional for sockets 26 January 1995, 00:44:03 UTC
0de81bf don't dictclear deleted modules in doneimport 26 January 1995, 00:41:28 UTC
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
back to top