]> git.ipfire.org Git - thirdparty/Python/cpython.git/log
thirdparty/Python/cpython.git
30 years agoInitial revision
Guido van Rossum [Mon, 18 Sep 1995 22:00:15 +0000 (22:00 +0000)] 
Initial revision

30 years agoadded getitem/setitem to Image class; changed call wrapping (again)
Guido van Rossum [Mon, 18 Sep 1995 21:54:35 +0000 (21:54 +0000)] 
added getitem/setitem to Image class; changed call wrapping (again)

30 years agohandle missing QUERY_STRING
Guido van Rossum [Mon, 18 Sep 1995 21:52:37 +0000 (21:52 +0000)] 
handle missing QUERY_STRING

30 years agorecognize a few more file types
Guido van Rossum [Mon, 18 Sep 1995 21:50:43 +0000 (21:50 +0000)] 
recognize a few more file types

30 years agoimproved test/main program
Guido van Rossum [Mon, 18 Sep 1995 21:49:24 +0000 (21:49 +0000)] 
improved test/main program

30 years agofix bug with missing default for last arg (discovered by Tommy Burnette)
Guido van Rossum [Mon, 18 Sep 1995 21:44:04 +0000 (21:44 +0000)] 
fix bug with missing default for last arg (discovered by Tommy Burnette)

30 years ago#undef argument, for the Mac
Guido van Rossum [Mon, 18 Sep 1995 21:42:42 +0000 (21:42 +0000)] 
#undef argument, for the Mac

30 years agoinclude Python.h
Guido van Rossum [Mon, 18 Sep 1995 21:40:19 +0000 (21:40 +0000)] 
include Python.h

30 years agoremove unwanted fatal() from err_badcall()
Guido van Rossum [Mon, 18 Sep 1995 21:31:16 +0000 (21:31 +0000)] 
remove unwanted fatal() from err_badcall()

30 years agospell TraceBack with capital B
Guido van Rossum [Mon, 18 Sep 1995 21:29:36 +0000 (21:29 +0000)] 
spell TraceBack with capital B

30 years agouse Py_PROTO macro
Guido van Rossum [Mon, 18 Sep 1995 21:20:02 +0000 (21:20 +0000)] 
use Py_PROTO macro

30 years agoadapted to K&R C
Guido van Rossum [Mon, 18 Sep 1995 21:17:59 +0000 (21:17 +0000)] 
adapted to K&R C

30 years agoGet ordering right for TRACE_REFS/COUNT_ALLOCS combination (otherwise
Sjoerd Mullender [Mon, 18 Sep 1995 10:49:04 +0000 (10:49 +0000)] 
Get ordering right for TRACE_REFS/COUNT_ALLOCS combination (otherwise
may get inc_count sanity check abort).

30 years ago(py-electric-colon): turn off electric behavior inside strings and
Barry Warsaw [Thu, 14 Sep 1995 20:57:02 +0000 (20:57 +0000)] 
(py-electric-colon): turn off electric behavior inside strings and
comments.

30 years ago(python-mode): comment-multi-line must be nil for Emacs 19
Barry Warsaw [Thu, 14 Sep 1995 20:01:14 +0000 (20:01 +0000)] 
(python-mode): comment-multi-line must be nil for Emacs 19

30 years ago(py-compute-indentation): when inside a comment, indent to under the
Barry Warsaw [Thu, 14 Sep 1995 18:49:11 +0000 (18:49 +0000)] 
(py-compute-indentation): when inside a comment, indent to under the
most previous non-blank line.

30 years agonew version from configure.in
Guido van Rossum [Wed, 13 Sep 1995 18:59:59 +0000 (18:59 +0000)] 
new version from configure.in

30 years agoplug some leaks
Guido van Rossum [Wed, 13 Sep 1995 18:39:47 +0000 (18:39 +0000)] 
plug some leaks

30 years agoadded SITEPATH and DESTPATH variables
Guido van Rossum [Wed, 13 Sep 1995 18:39:04 +0000 (18:39 +0000)] 
added SITEPATH and DESTPATH variables

30 years agoon osf/1, never use gcc; added test for strftime()
Guido van Rossum [Wed, 13 Sep 1995 17:48:09 +0000 (17:48 +0000)] 
on osf/1, never use gcc; added test for strftime()

30 years agoadded 5th return item, clock time, to posix.times()
Guido van Rossum [Wed, 13 Sep 1995 17:39:51 +0000 (17:39 +0000)] 
added 5th return item, clock time, to posix.times()

30 years agoadded strop.translate(s, table)
Guido van Rossum [Wed, 13 Sep 1995 17:39:06 +0000 (17:39 +0000)] 
added strop.translate(s, table)

30 years agoadded time.strftime()
Guido van Rossum [Wed, 13 Sep 1995 17:38:35 +0000 (17:38 +0000)] 
added time.strftime()

30 years agoadded strftime
Guido van Rossum [Wed, 13 Sep 1995 17:37:49 +0000 (17:37 +0000)] 
added strftime

30 years agoadded string.translate(s, table)
Guido van Rossum [Wed, 13 Sep 1995 17:37:21 +0000 (17:37 +0000)] 
added string.translate(s, table)

30 years agoadd realtime as 5th item to os.times() return value
Guido van Rossum [Wed, 13 Sep 1995 17:36:35 +0000 (17:36 +0000)] 
add realtime as 5th item to os.times() return value

30 years agoHP-Prec is not 64-bit
Guido van Rossum [Wed, 13 Sep 1995 17:35:28 +0000 (17:35 +0000)] 
HP-Prec is not 64-bit

30 years agomove uncomfortable backslash
Guido van Rossum [Wed, 13 Sep 1995 17:34:25 +0000 (17:34 +0000)] 
move uncomfortable backslash

30 years agoincompletely converted to Tk 4.0
Guido van Rossum [Thu, 7 Sep 1995 19:59:22 +0000 (19:59 +0000)] 
incompletely converted to Tk 4.0

30 years agoadapted to Tk 4.0 and CNRI man page locations
Guido van Rossum [Thu, 7 Sep 1995 19:47:46 +0000 (19:47 +0000)] 
adapted to Tk 4.0 and CNRI man page locations

30 years agoimprove fonts; Tk 4.0 aware
Guido van Rossum [Thu, 7 Sep 1995 19:46:43 +0000 (19:46 +0000)] 
improve fonts; Tk 4.0 aware

30 years agosimplified no Tk() sets _default_root
Guido van Rossum [Thu, 7 Sep 1995 19:45:52 +0000 (19:45 +0000)] 
simplified no Tk() sets _default_root

30 years agouse $DISPLAY
Guido van Rossum [Thu, 7 Sep 1995 19:44:48 +0000 (19:44 +0000)] 
use $DISPLAY

30 years agoInitial revision
Guido van Rossum [Thu, 7 Sep 1995 19:42:57 +0000 (19:42 +0000)] 
Initial revision

30 years agoremoved redundant C++ hack
Guido van Rossum [Thu, 7 Sep 1995 19:37:11 +0000 (19:37 +0000)] 
removed redundant C++ hack

30 years agofixed the test program
Guido van Rossum [Thu, 7 Sep 1995 19:28:19 +0000 (19:28 +0000)] 
fixed the test program

30 years agoInitial revision
Guido van Rossum [Thu, 7 Sep 1995 19:22:38 +0000 (19:22 +0000)] 
Initial revision

30 years agomove constants to Tkconstants; added some; overridable error reporting; fix typo...
Guido van Rossum [Thu, 7 Sep 1995 19:22:00 +0000 (19:22 +0000)] 
move constants to Tkconstants; added some; overridable error reporting; fix typo in propagate

30 years agoadd (dummy) mode arg to open()
Guido van Rossum [Fri, 1 Sep 1995 22:55:11 +0000 (22:55 +0000)] 
add (dummy) mode arg to open()

30 years agoadded read/writelines, bufsize to makefile, gethostbyaddr
Guido van Rossum [Fri, 1 Sep 1995 22:53:37 +0000 (22:53 +0000)] 
added read/writelines, bufsize to makefile, gethostbyaddr

30 years agoFilter button should set selection's directory, too
Guido van Rossum [Fri, 1 Sep 1995 20:36:47 +0000 (20:36 +0000)] 
Filter button should set selection's directory, too

30 years agoadded OptionMenu class (tk_optionMenu interface)
Guido van Rossum [Fri, 1 Sep 1995 20:35:37 +0000 (20:35 +0000)] 
added OptionMenu class (tk_optionMenu interface)

30 years agosupport value-less attributes, using regex.group()
Guido van Rossum [Fri, 1 Sep 1995 20:34:29 +0000 (20:34 +0000)] 
support value-less attributes, using regex.group()

30 years agotook out forms support (in favor a Grail extension)
Guido van Rossum [Fri, 1 Sep 1995 20:33:32 +0000 (20:33 +0000)] 
took out forms support (in favor a Grail extension)

30 years agorationalized os.path.split() so split "/a/" yields "/a", ""
Guido van Rossum [Fri, 1 Sep 1995 20:32:21 +0000 (20:32 +0000)] 
rationalized os.path.split() so split "/a/" yields "/a", ""

30 years agoBuild appplications, libraries and applets according to builtin
Jack Jansen [Fri, 1 Sep 1995 12:03:32 +0000 (12:03 +0000)] 
Build appplications, libraries and applets according to builtin
instructions.

30 years agoSlightly reorganized so it is useable from another program, and
Jack Jansen [Fri, 1 Sep 1995 11:54:11 +0000 (11:54 +0000)] 
Slightly reorganized so it is useable from another program, and
put all print statements in 'if DEBUG'.

30 years agoFixed typo
Jack Jansen [Fri, 1 Sep 1995 11:53:17 +0000 (11:53 +0000)] 
Fixed typo

30 years agoProjects used for 1.3b3 distribution (I promise I won't check them in
Jack Jansen [Fri, 1 Sep 1995 11:52:39 +0000 (11:52 +0000)] 
Projects used for 1.3b3 distribution (I promise I won't check them in
for every little change;-)

30 years agoMinor fix
Jack Jansen [Fri, 1 Sep 1995 11:50:53 +0000 (11:50 +0000)] 
Minor fix

30 years agoUpdated 1.3 relnotes and added top-level instructions
Jack Jansen [Fri, 1 Sep 1995 11:49:11 +0000 (11:49 +0000)] 
Updated 1.3 relnotes and added top-level instructions

30 years agoFixed to work on 68K (could be yet another optimizer bug or something)
Jack Jansen [Fri, 1 Sep 1995 11:48:10 +0000 (11:48 +0000)] 
Fixed to work on 68K (could be yet another optimizer bug or something)

30 years agopatchlevel set to 1.3b3
Jack Jansen [Fri, 1 Sep 1995 11:46:27 +0000 (11:46 +0000)] 
patchlevel set to 1.3b3

30 years agoSeems I had never checked the README file in...
Jack Jansen [Thu, 31 Aug 1995 14:18:30 +0000 (14:18 +0000)] 
Seems I had never checked the README file in...

30 years agoPython will now attempt (again) to create at least a minimal
Jack Jansen [Thu, 31 Aug 1995 13:59:36 +0000 (13:59 +0000)] 
Python will now attempt (again) to create at least a minimal
preferences file if it is missing.

30 years agoAdded List module
Jack Jansen [Thu, 31 Aug 1995 13:58:28 +0000 (13:58 +0000)] 
Added List module

30 years agoRemoved unused variables
Jack Jansen [Thu, 31 Aug 1995 13:57:40 +0000 (13:57 +0000)] 
Removed unused variables

30 years agoremoved unused variables
Jack Jansen [Thu, 31 Aug 1995 13:57:06 +0000 (13:57 +0000)] 
removed unused variables

30 years agoRelease notes for 1.3
Jack Jansen [Thu, 31 Aug 1995 13:56:36 +0000 (13:56 +0000)] 
Release notes for 1.3

30 years agoAdded version resource
Jack Jansen [Thu, 31 Aug 1995 13:53:10 +0000 (13:53 +0000)] 
Added version resource
Added dialogs for initial preference file creation

30 years agoremoved unused var
Jack Jansen [Thu, 31 Aug 1995 13:51:58 +0000 (13:51 +0000)] 
removed unused var

30 years agoRemoved unused var
Jack Jansen [Thu, 31 Aug 1995 13:51:13 +0000 (13:51 +0000)] 
Removed unused var

30 years agoInteractively create a distribution from a sourcetree.
Jack Jansen [Thu, 31 Aug 1995 13:50:16 +0000 (13:50 +0000)] 
Interactively create a distribution from a sourcetree.

Not yet fully tested.

30 years ago- Allow PythonApplet to be an alias
Jack Jansen [Thu, 31 Aug 1995 13:48:43 +0000 (13:48 +0000)] 
- Allow PythonApplet to be an alias
- Correctly set bundle and init bits

30 years agoAdded functionality: locate CW projects, copy them, empty them and
Jack Jansen [Thu, 31 Aug 1995 13:47:14 +0000 (13:47 +0000)] 
Added functionality: locate CW projects, copy them, empty them and
binhex them.

30 years ago- imp seems to always want a file object arg
Jack Jansen [Thu, 31 Aug 1995 13:46:13 +0000 (13:46 +0000)] 
- imp seems to always want a file object arg
- continue if resource file not found (may be an applet)

30 years agoObscure bugfix
Jack Jansen [Thu, 31 Aug 1995 13:44:23 +0000 (13:44 +0000)] 
Obscure bugfix

30 years agoits all in the name...
Jack Jansen [Thu, 31 Aug 1995 13:43:08 +0000 (13:43 +0000)] 
its all in the name...

30 years agoModeless dialog test
Jack Jansen [Thu, 31 Aug 1995 13:42:35 +0000 (13:42 +0000)] 
Modeless dialog test

30 years agocopy() can now create destination path
Jack Jansen [Thu, 31 Aug 1995 13:40:03 +0000 (13:40 +0000)] 
copy() can now create destination path

30 years agoConstants useful when using macfs module
Jack Jansen [Thu, 31 Aug 1995 13:38:44 +0000 (13:38 +0000)] 
Constants useful when using macfs module

30 years agoFixed dialog-window event handling
Jack Jansen [Thu, 31 Aug 1995 13:38:01 +0000 (13:38 +0000)] 
Fixed dialog-window event handling

30 years agoHexbinned CodeWarrior projects
Jack Jansen [Thu, 31 Aug 1995 13:35:29 +0000 (13:35 +0000)] 
Hexbinned CodeWarrior projects

30 years agofix typo in bsddb entry
Guido van Rossum [Wed, 30 Aug 1995 23:44:41 +0000 (23:44 +0000)] 
fix typo in bsddb entry

30 years agoInitial revision
Guido van Rossum [Wed, 30 Aug 1995 23:43:03 +0000 (23:43 +0000)] 
Initial revision

30 years agoDocumented new argument order.
Jack Jansen [Wed, 30 Aug 1995 12:23:43 +0000 (12:23 +0000)] 
Documented new argument order.

30 years agoChanged arguments and added a lot of functionality besides
Jack Jansen [Wed, 30 Aug 1995 12:19:30 +0000 (12:19 +0000)] 
Changed arguments and added a lot of functionality besides

30 years agoInitial revision
Guido van Rossum [Tue, 29 Aug 1995 23:46:35 +0000 (23:46 +0000)] 
Initial revision

30 years agoforget previous change (content-encoding)
Guido van Rossum [Tue, 29 Aug 1995 19:25:11 +0000 (19:25 +0000)] 
forget previous change (content-encoding)

30 years agoencoding can be content-transfer-encoding or content-encoding
Guido van Rossum [Tue, 29 Aug 1995 19:19:51 +0000 (19:19 +0000)] 
encoding can be content-transfer-encoding or content-encoding

30 years agosupport overriding how to open unknown url types
Guido van Rossum [Tue, 29 Aug 1995 19:19:12 +0000 (19:19 +0000)] 
support overriding how to open unknown url types

30 years agochanged some commas into percent signs
Guido van Rossum [Tue, 29 Aug 1995 19:18:24 +0000 (19:18 +0000)] 
changed some commas into percent signs

30 years agoFixed typo: == -> =.
Sjoerd Mullender [Tue, 29 Aug 1995 14:22:16 +0000 (14:22 +0000)] 
Fixed typo: == -> =.

30 years agoDocumented binascii, binhex and uu modules. Put them in the
Jack Jansen [Tue, 29 Aug 1995 11:30:24 +0000 (11:30 +0000)] 
Documented binascii, binhex and uu modules. Put them in the
Internet/WWW section, for lack of a better place.

30 years agoImplemented two new functions in sys:
Sjoerd Mullender [Tue, 29 Aug 1995 09:18:14 +0000 (09:18 +0000)] 
Implemented two new functions in sys:
getcounts() returns a list of counts of allocations and
deallocations for all different object types.
getobjects(n [, type ]) returns a list of recently allocated
and not-yet-freed objects of the given type (all
objects if no type given).  Only the n most recent
(all if n==0) objects are returned.
getcounts is only available if compiled with -DCOUNT_ALLOCS,
getobjects is only available if compiled with -DTRACE_REFS.  Note that
everything must be compiled with these options!

30 years agoseveral new questions, 1.3 beta mentioned
Guido van Rossum [Mon, 28 Aug 1995 19:41:35 +0000 (19:41 +0000)] 
several new questions, 1.3 beta mentioned

30 years agoFixed calling of __del__ method with TRACE_REFS defined.
Sjoerd Mullender [Mon, 28 Aug 1995 09:00:43 +0000 (09:00 +0000)] 
Fixed calling of __del__ method with TRACE_REFS defined.

30 years agoThis commit was manufactured by cvs2svn to create tag 'r13beta1'. v1.3b1
cvs2svn [Mon, 28 Aug 1995 03:12:57 +0000 (03:12 +0000)] 
This commit was manufactured by cvs2svn to create tag 'r13beta1'.

30 years agochanges by Barry, e.g. font lock & email addresses
Guido van Rossum [Mon, 28 Aug 1995 03:12:57 +0000 (03:12 +0000)] 
changes by Barry, e.g. font lock & email addresses

30 years agoupdates
Guido van Rossum [Mon, 28 Aug 1995 03:09:31 +0000 (03:09 +0000)] 
updates

30 years agonew stuff
Guido van Rossum [Mon, 28 Aug 1995 03:09:13 +0000 (03:09 +0000)] 
new stuff

30 years agonew people
Guido van Rossum [Mon, 28 Aug 1995 03:08:42 +0000 (03:08 +0000)] 
new people

30 years agomany fixes by anonymous contributor
Guido van Rossum [Mon, 28 Aug 1995 03:01:00 +0000 (03:01 +0000)] 
many fixes by anonymous contributor

30 years agodbhash -> bsddb
Guido van Rossum [Mon, 28 Aug 1995 02:59:06 +0000 (02:59 +0000)] 
dbhash -> bsddb

30 years agofix bug in close()
Guido van Rossum [Mon, 28 Aug 1995 02:58:31 +0000 (02:58 +0000)] 
fix bug in close()

30 years agofix leaks in keys(); fix bug in close()
Guido van Rossum [Mon, 28 Aug 1995 02:58:00 +0000 (02:58 +0000)] 
fix leaks in keys(); fix bug in close()

30 years agord_object() with exception is fatal error
Guido van Rossum [Mon, 28 Aug 1995 02:56:20 +0000 (02:56 +0000)] 
rd_object() with exception is fatal error

30 years agoerr_badcall() is fatal error
Guido van Rossum [Mon, 28 Aug 1995 02:55:48 +0000 (02:55 +0000)] 
err_badcall() is fatal error

30 years agoexec() -> exec
Guido van Rossum [Mon, 28 Aug 1995 02:54:01 +0000 (02:54 +0000)] 
exec() -> exec

30 years agoadd errno.h
Guido van Rossum [Mon, 28 Aug 1995 02:53:41 +0000 (02:53 +0000)] 
add errno.h