]> git.ipfire.org Git - thirdparty/Python/cpython.git/log
thirdparty/Python/cpython.git
30 years agotwo new modules for the Mac toolbox
Guido van Rossum [Wed, 5 Apr 1995 09:18:35 +0000 (09:18 +0000)] 
two new modules for the Mac toolbox

30 years agochanged treatment of local time
Guido van Rossum [Tue, 4 Apr 1995 15:25:32 +0000 (15:25 +0000)] 
changed treatment of local time

30 years agominor things
Guido van Rossum [Tue, 4 Apr 1995 12:29:37 +0000 (12:29 +0000)] 
minor things

30 years agomore complete examples
Guido van Rossum [Tue, 4 Apr 1995 12:28:53 +0000 (12:28 +0000)] 
more complete examples

30 years agoupdate list of supported os-es
Guido van Rossum [Tue, 4 Apr 1995 11:57:22 +0000 (11:57 +0000)] 
update list of supported os-es

30 years agoUse mappinglookup instead of dictlookup for looking up __builtin__.
Sjoerd Mullender [Tue, 4 Apr 1995 11:47:41 +0000 (11:47 +0000)] 
Use mappinglookup instead of dictlookup for looking up __builtin__.

30 years agodocumented termios + TERMIOS
Guido van Rossum [Fri, 31 Mar 1995 12:26:24 +0000 (12:26 +0000)] 
documented termios + TERMIOS

30 years agoadded TERMIOS.py
Guido van Rossum [Fri, 31 Mar 1995 11:34:23 +0000 (11:34 +0000)] 
added TERMIOS.py

30 years agorenaming phase 3
Guido van Rossum [Fri, 31 Mar 1995 10:27:23 +0000 (10:27 +0000)] 
renaming phase 3

30 years agorewritten Abstract
Guido van Rossum [Thu, 30 Mar 1995 16:01:33 +0000 (16:01 +0000)] 
rewritten Abstract

30 years agorewritten introduction
Guido van Rossum [Thu, 30 Mar 1995 16:01:15 +0000 (16:01 +0000)] 
rewritten introduction

30 years agochange \dfn to be \em not \sl
Guido van Rossum [Thu, 30 Mar 1995 16:00:58 +0000 (16:00 +0000)] 
change \dfn to be \em not \sl

30 years agoadded WNOHANG
Guido van Rossum [Thu, 30 Mar 1995 16:00:36 +0000 (16:00 +0000)] 
added WNOHANG

30 years agorestructured docs for callback types
Guido van Rossum [Thu, 30 Mar 1995 11:47:50 +0000 (11:47 +0000)] 
restructured docs for callback types

30 years agoinit sys_checkinterval to 10
Guido van Rossum [Thu, 30 Mar 1995 11:01:58 +0000 (11:01 +0000)] 
init sys_checkinterval to 10

30 years agoflush stdout before writing to stderr in print_error()
Guido van Rossum [Thu, 30 Mar 1995 11:01:44 +0000 (11:01 +0000)] 
flush stdout before writing to stderr in print_error()

30 years agomove decl of realmain() out of #ifdef
Guido van Rossum [Thu, 30 Mar 1995 11:00:56 +0000 (11:00 +0000)] 
move decl of realmain() out of #ifdef

30 years agoadd WNOHANG
Guido van Rossum [Thu, 30 Mar 1995 10:56:54 +0000 (10:56 +0000)] 
add WNOHANG

30 years agorename debug() to set_debuglevel()
Guido van Rossum [Thu, 30 Mar 1995 10:42:34 +0000 (10:42 +0000)] 
rename debug() to set_debuglevel()

30 years agoadded "pystone" benchmark
Guido van Rossum [Thu, 30 Mar 1995 09:42:43 +0000 (09:42 +0000)] 
added "pystone" benchmark

30 years agofix dusty debugging macros
Guido van Rossum [Wed, 29 Mar 1995 16:57:48 +0000 (16:57 +0000)] 
fix dusty debugging macros

30 years agofix subtle refcnt bug
Guido van Rossum [Wed, 29 Mar 1995 16:47:45 +0000 (16:47 +0000)] 
fix subtle refcnt bug

30 years agoDon't reference removed files in Makefile
Guido van Rossum [Tue, 28 Mar 1995 13:39:31 +0000 (13:39 +0000)] 
Don't reference removed files in Makefile

30 years agorestructured library manual accordiung to functional group
Guido van Rossum [Tue, 28 Mar 1995 13:35:14 +0000 (13:35 +0000)] 
restructured library manual accordiung to functional group

30 years agodon't print PLAINTEXT = ...
Guido van Rossum [Tue, 28 Mar 1995 13:33:45 +0000 (13:33 +0000)] 
don't print PLAINTEXT = ...

30 years agoremove (C) from copyright msg
Guido van Rossum [Tue, 28 Mar 1995 13:33:21 +0000 (13:33 +0000)] 
remove (C) from copyright msg

30 years agoadd input time.sty; don't fiddle with sidemargins
Guido van Rossum [Tue, 28 Mar 1995 13:32:57 +0000 (13:32 +0000)] 
add input time.sty; don't fiddle with sidemargins

30 years agoversion 1.2-proof-3
Guido van Rossum [Tue, 28 Mar 1995 13:32:03 +0000 (13:32 +0000)] 
version 1.2-proof-3

30 years agouse {} instead of \ after \copyright
Guido van Rossum [Tue, 28 Mar 1995 13:31:51 +0000 (13:31 +0000)] 
use {} instead of \ after \copyright

30 years agoUse newgetargs instead of getargs.
Sjoerd Mullender [Tue, 28 Mar 1995 12:06:23 +0000 (12:06 +0000)] 
Use newgetargs instead of getargs.
Check if objects are closed in getattr function instead of in each
method.
Removed functions sbtoa and timetoa.
Added functions msftoframe.
Added variables that used to be in standard module CD.

30 years agoNew documentation on the CD module.
Sjoerd Mullender [Tue, 28 Mar 1995 11:56:52 +0000 (11:56 +0000)] 
New documentation on the CD module.

30 years agoadapted to new naming; clarify comments somewhat
Guido van Rossum [Tue, 28 Mar 1995 09:22:53 +0000 (09:22 +0000)] 
adapted to new naming; clarify comments somewhat

30 years agocompleted nntp docs
Guido van Rossum [Fri, 24 Mar 1995 15:56:02 +0000 (15:56 +0000)] 
completed nntp docs

30 years agouse PyMac_Yield() instead of PyMac_Idle()
Guido van Rossum [Thu, 23 Mar 1995 10:41:41 +0000 (10:41 +0000)] 
use PyMac_Yield() instead of PyMac_Idle()

30 years agoadded listing of argument types encountered
Guido van Rossum [Thu, 23 Mar 1995 10:41:10 +0000 (10:41 +0000)] 
added listing of argument types encountered

30 years agooptional mode, bufsize for global function open()
Guido van Rossum [Thu, 23 Mar 1995 10:39:49 +0000 (10:39 +0000)] 
optional mode, bufsize for global function open()

30 years agosome new material
Guido van Rossum [Wed, 22 Mar 1995 15:48:46 +0000 (15:48 +0000)] 
some new material

30 years agoThis commit was manufactured by cvs2svn to create tag 'r12beta4'. v1.2b4
cvs2svn [Wed, 22 Mar 1995 12:27:16 +0000 (12:27 +0000)] 
This commit was manufactured by cvs2svn to create tag 'r12beta4'.

30 years agothe usual
Guido van Rossum [Wed, 22 Mar 1995 12:27:16 +0000 (12:27 +0000)] 
the usual

30 years agocope with class exceptions
Guido van Rossum [Wed, 22 Mar 1995 12:17:10 +0000 (12:17 +0000)] 
cope with class exceptions

30 years agomoved some stuff to Tools; added some descriptions
Guido van Rossum [Wed, 22 Mar 1995 12:16:35 +0000 (12:16 +0000)] 
moved some stuff to Tools; added some descriptions

30 years agofix bogus hasttr usage
Guido van Rossum [Wed, 22 Mar 1995 10:10:31 +0000 (10:10 +0000)] 
fix bogus hasttr usage

30 years agofix typo in electric colon
Guido van Rossum [Wed, 22 Mar 1995 10:09:31 +0000 (10:09 +0000)] 
fix typo in electric colon

30 years agoremove unused code for tp_call
Guido van Rossum [Wed, 22 Mar 1995 10:09:02 +0000 (10:09 +0000)] 
remove unused code for tp_call

30 years agoadded index entries for __*__ identifiers
Guido van Rossum [Tue, 21 Mar 1995 14:41:57 +0000 (14:41 +0000)] 
added index entries for __*__ identifiers

30 years ago(py-electric-colon): use a save-excursion instead of a progn in
Barry Warsaw [Mon, 20 Mar 1995 18:32:14 +0000 (18:32 +0000)] 
(py-electric-colon): use a save-excursion instead of a progn in
indentation calculation test.

30 years agofix comment about exit()
Guido van Rossum [Mon, 20 Mar 1995 15:09:40 +0000 (15:09 +0000)] 
fix comment about exit()

30 years agofix typo in tag_nextrange
Guido van Rossum [Mon, 20 Mar 1995 15:09:13 +0000 (15:09 +0000)] 
fix typo in tag_nextrange

30 years agoyet a better introduction
Guido van Rossum [Mon, 20 Mar 1995 14:24:09 +0000 (14:24 +0000)] 
yet a better introduction

30 years agoadapted to modern times; added section of HTML
Guido van Rossum [Mon, 20 Mar 1995 13:00:53 +0000 (13:00 +0000)] 
adapted to modern times; added section of HTML

30 years agouse macros more; added some more docs
Guido van Rossum [Mon, 20 Mar 1995 13:00:32 +0000 (13:00 +0000)] 
use macros more; added some more docs

30 years agoadded nodename macro calls for new very long section names
Guido van Rossum [Mon, 20 Mar 1995 12:59:56 +0000 (12:59 +0000)] 
added nodename macro calls for new very long section names

30 years agofirst cut at the whole quickdraw.h header file ...
Guido van Rossum [Sun, 19 Mar 1995 22:49:50 +0000 (22:49 +0000)] 
first cut at the whole quickdraw.h header file ...

30 years agomoved OpenDeskAcc here
Guido van Rossum [Sun, 19 Mar 1995 22:42:51 +0000 (22:42 +0000)] 
moved OpenDeskAcc here

30 years agomicro change
Guido van Rossum [Sat, 18 Mar 1995 11:04:29 +0000 (11:04 +0000)] 
micro change

30 years agoadd TkVersion,TclVersion; don't drop in debugger
Guido van Rossum [Fri, 17 Mar 1995 16:21:33 +0000 (16:21 +0000)] 
add TkVersion,TclVersion; don't drop in debugger

30 years agomass changes; fix titles; add examples; correct typos; clarifications;
Guido van Rossum [Fri, 17 Mar 1995 16:07:09 +0000 (16:07 +0000)] 
mass changes; fix titles; add examples; correct typos; clarifications;
 unified style; etc.

30 years agorecognize more latex commands; add obindex
Guido van Rossum [Fri, 17 Mar 1995 16:03:11 +0000 (16:03 +0000)] 
recognize more latex commands; add obindex

30 years agoadded lots of comments
Guido van Rossum [Fri, 17 Mar 1995 16:01:35 +0000 (16:01 +0000)] 
added lots of comments

30 years agoadd (c) symbol
Guido van Rossum [Fri, 17 Mar 1995 16:01:08 +0000 (16:01 +0000)] 
add (c) symbol

30 years agonew date and version
Guido van Rossum [Fri, 17 Mar 1995 16:00:47 +0000 (16:00 +0000)] 
new date and version

30 years agoadded table of precedences
Guido van Rossum [Fri, 17 Mar 1995 15:59:52 +0000 (15:59 +0000)] 
added table of precedences

30 years agoforget about html.sty
Guido van Rossum [Fri, 17 Mar 1995 15:59:41 +0000 (15:59 +0000)] 
forget about html.sty

30 years agoAdded some (method) casts.
Sjoerd Mullender [Fri, 17 Mar 1995 12:18:38 +0000 (12:18 +0000)] 
Added some (method) casts.

30 years agoimplement exit_thread through SystemExit exception
Guido van Rossum [Fri, 17 Mar 1995 10:42:27 +0000 (10:42 +0000)] 
implement exit_thread through SystemExit exception

30 years agoadded firstkey(), nextkey(), reorganize() methods
Guido van Rossum [Thu, 16 Mar 1995 16:07:34 +0000 (16:07 +0000)] 
added firstkey(), nextkey(), reorganize() methods

30 years agodefault mode="r" and add optional bufsize
Guido van Rossum [Thu, 16 Mar 1995 15:58:12 +0000 (15:58 +0000)] 
default mode="r" and add optional bufsize

30 years agofixed up comments describing interface
Guido van Rossum [Thu, 16 Mar 1995 15:43:47 +0000 (15:43 +0000)] 
fixed up comments describing interface

30 years agouse PyCallable_Check; split some lines
Guido van Rossum [Thu, 16 Mar 1995 15:43:29 +0000 (15:43 +0000)] 
use PyCallable_Check; split some lines

30 years agotest signal module
Guido van Rossum [Thu, 16 Mar 1995 15:07:38 +0000 (15:07 +0000)] 
test signal module

30 years agomade palatable for latex2html:
Guido van Rossum [Thu, 16 Mar 1995 14:44:07 +0000 (14:44 +0000)] 
made palatable for latex2html:
removed $math$, added braces to \item[\tt...]

30 years agoBarry's 2.18 -- don't indent, only outdent
Guido van Rossum [Wed, 15 Mar 1995 20:02:40 +0000 (20:02 +0000)] 
Barry's 2.18 -- don't indent, only outdent

30 years agoBarry's 2.16 -- more electric colon cruft, add py-outdent-left
Guido van Rossum [Wed, 15 Mar 1995 19:57:14 +0000 (19:57 +0000)] 
Barry's 2.16 -- more electric colon cruft, add py-outdent-left
and py_indent-right

30 years agobarry's 2.13 -- minor reworking of code (added py-outdent-p)
Guido van Rossum [Wed, 15 Mar 1995 19:55:55 +0000 (19:55 +0000)] 
barry's 2.13 -- minor reworking of code (added py-outdent-p)

30 years ago#(py-electric-colon): updated comment
Barry Warsaw [Wed, 15 Mar 1995 18:23:16 +0000 (18:23 +0000)] 
#(py-electric-colon): updated comment

30 years ago(py-electric-colon): don't indent, only outdent.
Barry Warsaw [Wed, 15 Mar 1995 18:19:15 +0000 (18:19 +0000)] 
(py-electric-colon): don't indent, only outdent.

30 years ago(py-indent-right, py-outdent-left): new commands, bound to C-c C-r and
Barry Warsaw [Wed, 15 Mar 1995 16:23:59 +0000 (16:23 +0000)] 
(py-indent-right, py-outdent-left): new commands, bound to C-c C-r and
C-c C-l respectively.

30 years ago1995 copyright
Guido van Rossum [Wed, 15 Mar 1995 12:53:53 +0000 (12:53 +0000)] 
1995 copyright

30 years agochange of address and date
Guido van Rossum [Wed, 15 Mar 1995 12:53:31 +0000 (12:53 +0000)] 
change of address and date

30 years agoversions and dates
Guido van Rossum [Wed, 15 Mar 1995 11:34:18 +0000 (11:34 +0000)] 
versions and dates

30 years agohandle a few new things
Guido van Rossum [Wed, 15 Mar 1995 11:26:26 +0000 (11:26 +0000)] 
handle a few new things

30 years agonew, from ../Demo/www
Guido van Rossum [Wed, 15 Mar 1995 11:26:05 +0000 (11:26 +0000)] 
new, from ../Demo/www

30 years agoreplace ASCII by macro call
Guido van Rossum [Wed, 15 Mar 1995 11:25:32 +0000 (11:25 +0000)] 
replace ASCII by macro call

30 years ago(py-electric-colon): don't re-indent the line if it starts in column
Barry Warsaw [Tue, 14 Mar 1995 23:59:07 +0000 (23:59 +0000)] 
(py-electric-colon): don't re-indent the line if it starts in column
zero

30 years ago(py-no-outdent-re): fixed the regexp for try: clauses
Barry Warsaw [Tue, 14 Mar 1995 23:25:44 +0000 (23:25 +0000)] 
(py-no-outdent-re): fixed the regexp for try: clauses

30 years ago(py-outdent-p): new function
Barry Warsaw [Tue, 14 Mar 1995 22:05:53 +0000 (22:05 +0000)] 
(py-outdent-p): new function

(py-electric-colon, py-indent-line): watch out for intervening blank
or comment lines.

30 years agoBarry's 2.12 -- fix some bugs in electric colon code
Guido van Rossum [Tue, 14 Mar 1995 21:33:10 +0000 (21:33 +0000)] 
Barry's 2.12 -- fix some bugs in electric colon code

30 years agoBarry's version 2.11 -- electric colon
Guido van Rossum [Tue, 14 Mar 1995 21:31:47 +0000 (21:31 +0000)] 
Barry's version 2.11 -- electric colon

30 years ago(py-no-outdent-re): new constant
Barry Warsaw [Tue, 14 Mar 1995 20:53:08 +0000 (20:53 +0000)] 
(py-no-outdent-re): new constant

(py-indent-line, py-electric-colon): watch for compound statements one
line after another.

30 years ago(py-submit-bug-report): fixed summary querying
Barry Warsaw [Tue, 14 Mar 1995 18:32:54 +0000 (18:32 +0000)] 
(py-submit-bug-report): fixed summary querying

#Added a summary of changes

30 years agoset mac path separator to newline
Guido van Rossum [Tue, 14 Mar 1995 17:53:54 +0000 (17:53 +0000)] 
set mac path separator to newline

30 years agoadd dummy base to atoi/atol; careful about negative start indices in find/count
Guido van Rossum [Tue, 14 Mar 1995 17:43:02 +0000 (17:43 +0000)] 
add dummy base to atoi/atol; careful about negative start indices in find/count

30 years agorename copy.Error to copy.error
Guido van Rossum [Tue, 14 Mar 1995 17:41:36 +0000 (17:41 +0000)] 
rename copy.Error to copy.error

30 years agoadd execvpe -- mix of execvp and execve
Guido van Rossum [Tue, 14 Mar 1995 17:27:18 +0000 (17:27 +0000)] 
add execvpe -- mix of execvp and execve

30 years agofix typos in escape() and print_form()
Guido van Rossum [Tue, 14 Mar 1995 17:22:28 +0000 (17:22 +0000)] 
fix typos in escape() and print_form()

30 years ago(py-outdent-re): new constant
Barry Warsaw [Tue, 14 Mar 1995 16:32:55 +0000 (16:32 +0000)] 
(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

30 years ago#(py-indent-line): cosmetic
Barry Warsaw [Tue, 14 Mar 1995 15:56:35 +0000 (15:56 +0000)] 
#(py-indent-line): cosmetic

30 years ago(py-electric-colon): new command
Barry Warsaw [Tue, 14 Mar 1995 15:55:20 +0000 (15:55 +0000)] 
(py-electric-colon): new command

30 years agopickle classes; add format_version, load(s)/dump(s) shortcuts
Guido van Rossum [Tue, 14 Mar 1995 15:09:05 +0000 (15:09 +0000)] 
pickle classes; add format_version, load(s)/dump(s) shortcuts

30 years agotiny additions for Windows 3.1
Guido van Rossum [Tue, 14 Mar 1995 15:05:41 +0000 (15:05 +0000)] 
tiny additions for Windows 3.1