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

sort by:
Revision Author Date Message Commit Date
4f17e3e test signal module 16 March 1995, 15:07:38 UTC
a547547 made palatable for latex2html: removed $math$, added braces to \item[\tt...] 16 March 1995, 14:44:07 UTC
a521c1b Barry's 2.18 -- don't indent, only outdent 15 March 1995, 20:02:40 UTC
2ed5354 Barry's 2.16 -- more electric colon cruft, add py-outdent-left and py_indent-right 15 March 1995, 19:57:14 UTC
d97cc37 barry's 2.13 -- minor reworking of code (added py-outdent-p) 15 March 1995, 19:55:55 UTC
d865bc5 #(py-electric-colon): updated comment 15 March 1995, 18:23:16 UTC
a6a714e (py-electric-colon): don't indent, only outdent. 15 March 1995, 18:19:15 UTC
1a6c82f (py-indent-right, py-outdent-left): new commands, bound to C-c C-r and C-c C-l respectively. 15 March 1995, 16:23:59 UTC
00198be 1995 copyright 15 March 1995, 12:53:53 UTC
d983cde change of address and date 15 March 1995, 12:53:31 UTC
1133aec versions and dates 15 March 1995, 11:34:18 UTC
b819bdf handle a few new things 15 March 1995, 11:26:26 UTC
26a9d37 new, from ../Demo/www 15 March 1995, 11:26:05 UTC
47b4c0f replace ASCII by macro call 15 March 1995, 11:25:32 UTC
9b623b3 (py-electric-colon): don't re-indent the line if it starts in column zero 14 March 1995, 23:59:07 UTC
464c94a (py-no-outdent-re): fixed the regexp for try: clauses 14 March 1995, 23:25:44 UTC
3874a3d (py-outdent-p): new function (py-electric-colon, py-indent-line): watch out for intervening blank or comment lines. 14 March 1995, 22:05:53 UTC
1c1fbf8 Barry's 2.12 -- fix some bugs in electric colon code 14 March 1995, 21:33:10 UTC
1d5645d Barry's version 2.11 -- electric colon 14 March 1995, 21:31:47 UTC
4f009fb (py-no-outdent-re): new constant (py-indent-line, py-electric-colon): watch for compound statements one line after another. 14 March 1995, 20:53:08 UTC
b5e0ecb (py-submit-bug-report): fixed summary querying #Added a summary of changes 14 March 1995, 18:32:54 UTC
4c7fa4b set mac path separator to newline 14 March 1995, 17:53:54 UTC
8c1688e add dummy base to atoi/atol; careful about negative start indices in find/count 14 March 1995, 17:43:02 UTC
55d2f39 rename copy.Error to copy.error 14 March 1995, 17:41:36 UTC
030afb1 add execvpe -- mix of execvp and execve 14 March 1995, 17:27:18 UTC
dcce73a fix typos in escape() and print_form() 14 March 1995, 17:22:28 UTC
0012c1e (py-outdent-re): new constant (py-electric-colon): use py-outdent-re instead of hardcoding (py-indent-line): look for py-outdent-re and outdent a level accordingly 14 March 1995, 16:32:55 UTC
b86bbad #(py-indent-line): cosmetic 14 March 1995, 15:56:35 UTC
b91b743 (py-electric-colon): new command 14 March 1995, 15:55:20 UTC
0c891ce pickle classes; add format_version, load(s)/dump(s) shortcuts 14 March 1995, 15:09:05 UTC
cc08112 tiny additions for Windows 3.1 14 March 1995, 15:05:41 UTC
6b14491 mode and optional bufsize for makefile() 14 March 1995, 15:05:13 UTC
b045afc plugged some memory leaks (Steve Clift) 14 March 1995, 15:04:40 UTC
e333d16 1995 copyright 14 March 1995, 15:04:19 UTC
a44823b In NT, write fatal() msg to debugging device 14 March 1995, 15:01:17 UTC
5049bcb another round (sigh :-( ) 13 March 1995, 16:55:23 UTC
6bb1adc small changes by Soren Larsen 13 March 1995, 10:03:32 UTC
a8a8d4a removed GPL mumbo jumbo 10 March 1995, 16:19:31 UTC
deaa105 Lots of formatting changes by Barry, and a few real changes. 10 March 1995, 16:17:03 UTC
cfec359 #updated copywrite notice by removing the GPL language according to #Guido's request. # Updated the `Created' date 10 March 1995, 15:58:16 UTC
6f4f5f7 some more changes for NT and Borland 10 March 1995, 15:14:41 UTC
caffcdf moved some stuff around for fewer confusion 10 March 1995, 15:14:13 UTC
06d511d added PyErr_SetInterrupt(); NT ifdefs 10 March 1995, 15:13:48 UTC
575d561 added PyErr_SetInterrupt() 10 March 1995, 15:13:03 UTC
e23e1fb moved bgen to Tools 10 March 1995, 15:12:23 UTC
2cc9b2b why not commit the bug list and ChangeLog 10 March 1995, 15:09:12 UTC
7a84c5a pseudo progress bar (not finished) 10 March 1995, 14:47:38 UTC
7aa87cc added morse library (not finished yet) 10 March 1995, 14:47:05 UTC
b7a3835 added evtedit.py for SystemClick() 10 March 1995, 14:46:39 UTC
227a423 the usual 10 March 1995, 14:42:57 UTC
fc8a01f (py-delete-char): must have 'supersede value for 'delete-selection and 'pedning-delete properties. 09 March 1995, 16:07:29 UTC
1b761a6 cope with triple-quoted strings (says Barry) 09 March 1995, 14:45:40 UTC
04cba5b the usual 09 March 1995, 14:44:51 UTC
e109aa7 add warning about recompiling myreadline.o; add Tools/ 09 March 1995, 14:12:10 UTC
8b131c5 the usual 09 March 1995, 14:10:13 UTC
03ad99f added test for CC value not matching cache 09 March 1995, 14:09:54 UTC
7849da8 added PicklingError exception 09 March 1995, 14:08:35 UTC
a320fd3 changes for MPW 09 March 1995, 12:14:15 UTC
b6fe704 add casts to malloc() calls 09 March 1995, 12:13:43 UTC
5fe6058 a few peephole optimizations 09 March 1995, 12:12:50 UTC
8d617a6 various tuple related optimizations; remove unused b/w compat code from ceval.c 09 March 1995, 12:12:11 UTC
53e8d44 changes in NT tests 09 March 1995, 12:11:31 UTC
59461c7 use PROTO macro around fn prototype 09 March 1995, 12:10:50 UTC
599de5a addet SETTUPLEITEM and added cast to GETTUPLEITEM 09 March 1995, 12:10:16 UTC
65bc7a7 (python-font-lock-keywords): better defaults. 08 March 1995, 22:25:47 UTC
74d9cc5 (py-keep-region-active): new function. 08 March 1995, 22:05:16 UTC
c723b75 #(python-font-lock-keywords): paren typo 08 March 1995, 22:03:16 UTC
4f005cf (python-font-lock-keywords): new variable 08 March 1995, 22:02:44 UTC
850437a (py-mode-map): py-mark-block moved to C-c C-m (was C-c C-b). py-submit-bug-report placed on C-c C-b, and py-version placed on C-c C-v. (py-version, py-submit-bug-report): new functions (py-version, py-help-address): new variables 08 March 1995, 21:50:28 UTC
14af844 bump to version 2.0 now that I'm taking over 08 March 1995, 21:33:39 UTC
7b0f568 #initial stylistic rewrite 08 March 1995, 21:33:04 UTC
3b0a5cd Initial revision 07 March 1995, 16:40:18 UTC
6c4f003 changes (suggested) by Soren Larsen 07 March 1995, 10:14:09 UTC
d01c100 clarified expanding %xx and form for print_form 07 March 1995, 10:12:59 UTC
85c4ff2 added macdnr 07 March 1995, 10:12:11 UTC
ea6e19c added code objects 07 March 1995, 10:11:15 UTC
3d54de2 clarified code objects 07 March 1995, 10:09:55 UTC
46f2157 added ref to vars() 07 March 1995, 10:09:34 UTC
124107b reverse sense of PyMac_Idle test 06 March 1995, 10:30:39 UTC
5510dc2 socket.py 06 March 1995, 10:29:04 UTC
50d5e8a no longer need to include IN.py or SOCKET.py 04 March 1995, 22:57:56 UTC
687ec18 changes for MPW 04 March 1995, 22:43:47 UTC
0374771 remove some unused local variables 04 March 1995, 22:39:03 UTC
23f43d1 correct some return values and remove some unused variables 04 March 1995, 22:36:53 UTC
d5f5385 include macglue.h so we can use HAVE_UNIVERSAL_HEADERS; and correct sens of PyMac_Idle() test. But should'nt this raise KeyboardInterrupt instead of silently returning? 04 March 1995, 22:35:14 UTC
cfa00ea don't use math at all 04 March 1995, 22:32:54 UTC
51b1c1c avoid math, don't abort when overflow check fails 04 March 1995, 22:30:54 UTC
1dba24e remove redundant backslashes; some cosnetics 04 March 1995, 22:28:49 UTC
7b5430f raise EOFError when load() hits EOF, instead of KeyError 04 March 1995, 22:25:21 UTC
cd259d0 fix several cosmetic things, add buffering to makefile 04 March 1995, 22:24:05 UTC
09b39fa moved lots of stuff to Tools/scripts 02 March 1995, 16:00:55 UTC
ed3c791 moved lots of scripts from Demo/scripts to Tools/scripts 02 March 1995, 15:56:30 UTC
fd218ca moved Demo/modulator to Tools/modulator 02 March 1995, 15:55:28 UTC
309e8ac moved Demo/freeze to Tools/freeze 02 March 1995, 15:54:21 UTC
5f85880 new 02 March 1995, 15:51:27 UTC
b5f9460 allow safe_import to be called with up to 4 args and check for . in name 02 March 1995, 15:30:15 UTC
f16d5fa The final bit of my Mac documentation. 02 March 1995, 14:41:55 UTC
d211220 checkin of Jack's original version 02 March 1995, 14:05:29 UTC
df804f8 converted docs for Jim Roskind's profiler 02 March 1995, 12:38:39 UTC
f4aac48 minor update 02 March 1995, 12:37:55 UTC
back to top