]> git.ipfire.org Git - thirdparty/Python/cpython.git/log
thirdparty/Python/cpython.git
31 years agoAdded -i option to ignore general regexps
Guido van Rossum [Tue, 17 May 1994 09:05:54 +0000 (09:05 +0000)] 
Added -i option to ignore general regexps

31 years agoAdded semaphores; fix event.wait().
Guido van Rossum [Tue, 17 May 1994 08:34:33 +0000 (08:34 +0000)] 
Added semaphores; fix event.wait().

31 years agoInitial revision
Guido van Rossum [Mon, 16 May 1994 09:35:22 +0000 (09:35 +0000)] 
Initial revision

31 years agoAdded bug.py and condition.py
Guido van Rossum [Mon, 16 May 1994 09:35:01 +0000 (09:35 +0000)] 
Added bug.py and condition.py

31 years agoDon't use thread.exit_prog(); set a global variable to stop other
Guido van Rossum [Mon, 16 May 1994 09:34:05 +0000 (09:34 +0000)] 
Don't use thread.exit_prog(); set a global variable to stop other
thread

31 years agoDon't use thread.exit_prog; let child die if EOF read
Guido van Rossum [Mon, 16 May 1994 09:30:26 +0000 (09:30 +0000)] 
Don't use thread.exit_prog; let child die if EOF read

31 years agoFixed for stricter argument matching rules
Guido van Rossum [Mon, 16 May 1994 09:26:24 +0000 (09:26 +0000)] 
Fixed for stricter argument matching rules

31 years agoInitial revision
Guido van Rossum [Sun, 15 May 1994 18:14:33 +0000 (18:14 +0000)] 
Initial revision

31 years agoAdded pindent.py
Guido van Rossum [Sun, 15 May 1994 18:14:24 +0000 (18:14 +0000)] 
Added pindent.py

31 years agoNew experimental modules -- signal and sybase
Guido van Rossum [Wed, 11 May 1994 08:59:13 +0000 (08:59 +0000)] 
New experimental modules -- signal and sybase

31 years agoTim's changes; removed some remaining non-functional ifdefs
Guido van Rossum [Wed, 11 May 1994 08:42:04 +0000 (08:42 +0000)] 
Tim's changes; removed some remaining non-functional ifdefs

31 years agoSplit thread.c into a number of system-specific files.
Guido van Rossum [Mon, 9 May 1994 15:12:46 +0000 (15:12 +0000)] 
Split thread.c into a number of system-specific files.
Added Tim Peters' pthread version.

31 years agoDerived changes after change to configure.in
Guido van Rossum [Mon, 9 May 1994 15:11:57 +0000 (15:11 +0000)] 
Derived changes after change to configure.in

31 years agoChanges for posix threads
Guido van Rossum [Mon, 9 May 1994 15:10:49 +0000 (15:10 +0000)] 
Changes for posix threads

31 years ago * Doc/libtypes.tex: fix typo in table of list methods; clarify
Guido van Rossum [Mon, 9 May 1994 14:54:24 +0000 (14:54 +0000)] 
* Doc/libtypes.tex: fix typo in table of list methods; clarify
truncation behavior of floating point formatting

* Doc/ref3.tex: clarify defaults for __repr__, __cmp__ and
__str__; correct (some) descriptions of class constructors

31 years agoInitial revision
Guido van Rossum [Mon, 9 May 1994 14:52:41 +0000 (14:52 +0000)] 
Initial revision

31 years agoAdded ifdef.py
Guido van Rossum [Mon, 9 May 1994 14:52:33 +0000 (14:52 +0000)] 
Added ifdef.py

31 years agoWalker's changes fixed so they work in THINK C 5
Guido van Rossum [Fri, 6 May 1994 15:56:22 +0000 (15:56 +0000)] 
Walker's changes fixed so they work in THINK C 5

31 years agoChanges by RMW for MPW
Guido van Rossum [Fri, 6 May 1994 15:54:52 +0000 (15:54 +0000)] 
Changes by RMW for MPW

31 years agoAs extended by Richard M Walker for MPW
Guido van Rossum [Fri, 6 May 1994 15:54:15 +0000 (15:54 +0000)] 
As extended by Richard M Walker for MPW

31 years agothe ususal...
Guido van Rossum [Fri, 6 May 1994 14:30:40 +0000 (14:30 +0000)] 
the ususal...

31 years agoChanges to use default argument values where possible
Guido van Rossum [Fri, 6 May 1994 14:28:19 +0000 (14:28 +0000)] 
Changes to use default argument values where possible

31 years agocrypt module (Steve M's)
Guido van Rossum [Fri, 6 May 1994 14:25:39 +0000 (14:25 +0000)] 
crypt module (Steve M's)

31 years agoThis commit was manufactured by cvs2svn to create tag 'release102'. v1.0.2
cvs2svn [Fri, 6 May 1994 14:16:55 +0000 (14:16 +0000)] 
This commit was manufactured by cvs2svn to create tag 'release102'.

31 years agoInitial revision
Guido van Rossum [Fri, 6 May 1994 14:16:55 +0000 (14:16 +0000)] 
Initial revision

31 years agoRelease 1.0.2.
Guido van Rossum [Fri, 6 May 1994 14:16:30 +0000 (14:16 +0000)] 
Release 1.0.2.

31 years agoRelease 1.0.2
Guido van Rossum [Wed, 4 May 1994 13:28:51 +0000 (13:28 +0000)] 
Release 1.0.2

31 years agoFinalize release 1.0.2
Guido van Rossum [Wed, 4 May 1994 13:10:40 +0000 (13:10 +0000)] 
Finalize release 1.0.2

31 years agoNews for 1.0.2
Guido van Rossum [Wed, 4 May 1994 13:10:17 +0000 (13:10 +0000)] 
News for 1.0.2

31 years agoAdded Andy Bensky
Guido van Rossum [Wed, 4 May 1994 12:43:33 +0000 (12:43 +0000)] 
Added Andy Bensky

31 years agoAdded Adrian Phillips
Guido van Rossum [Wed, 4 May 1994 09:35:47 +0000 (09:35 +0000)] 
Added Adrian Phillips

31 years agoREADME: version 1.0.2; Makefile.in: change clobbered files; rest: as usual
Guido van Rossum [Wed, 4 May 1994 09:33:42 +0000 (09:33 +0000)] 
README: version 1.0.2; Makefile.in: change clobbered files; rest: as usual

31 years agoThe usual
Guido van Rossum [Wed, 4 May 1994 07:44:21 +0000 (07:44 +0000)] 
The usual

31 years agoThe usual...
Guido van Rossum [Tue, 3 May 1994 14:53:09 +0000 (14:53 +0000)] 
The usual...

31 years agoDocumented optional bufsize argument to open() and the fact that mode
Guido van Rossum [Tue, 3 May 1994 14:46:50 +0000 (14:46 +0000)] 
Documented optional bufsize argument to open() and the fact that mode
is now also optional

31 years agoModule to lock open files using fcntl()
Guido van Rossum [Tue, 3 May 1994 14:46:18 +0000 (14:46 +0000)] 
Module to lock open files using fcntl()

31 years agoFinally committed it again (a matter of cvs admin trouble?)
Guido van Rossum [Tue, 3 May 1994 14:43:56 +0000 (14:43 +0000)] 
Finally committed it again (a matter of cvs admin trouble?)

31 years agoProcess command line arguments; skip #defines that generate invalid
Guido van Rossum [Tue, 3 May 1994 14:37:30 +0000 (14:37 +0000)] 
Process command line arguments; skip #defines that generate invalid
Python

31 years agoDocumented -u (unbuffered), undocumented -k (killprint)
Guido van Rossum [Tue, 3 May 1994 14:15:32 +0000 (14:15 +0000)] 
Documented -u (unbuffered), undocumented -k (killprint)

31 years agoInitial revision
Guido van Rossum [Tue, 3 May 1994 14:15:01 +0000 (14:15 +0000)] 
Initial revision

31 years agoadded Generator.py
Guido van Rossum [Tue, 3 May 1994 14:14:49 +0000 (14:14 +0000)] 
added Generator.py

31 years agoNew version handles -o<string> same as -o <string>
Guido van Rossum [Thu, 28 Apr 1994 12:33:58 +0000 (12:33 +0000)] 
New version handles -o<string> same as -o <string>

31 years agozzz
Guido van Rossum [Thu, 28 Apr 1994 12:29:44 +0000 (12:29 +0000)] 
zzz

31 years agoJack's module for parsing UNIX mailbox files
Guido van Rossum [Thu, 28 Apr 1994 09:53:33 +0000 (09:53 +0000)] 
Jack's module for parsing UNIX mailbox files

31 years agoNow it's 1.09. Only change from 1.08az is to make kill-emacs-hook work under Lucid
Guido van Rossum [Thu, 28 Apr 1994 08:31:52 +0000 (08:31 +0000)] 
Now it's 1.09.  Only change from 1.08az is to make kill-emacs-hook work under Lucid
Emacs.

31 years agoImproved guesswork by Tim for continuations where the open bracket
Guido van Rossum [Tue, 26 Apr 1994 07:35:17 +0000 (07:35 +0000)] 
Improved guesswork by Tim for continuations where the open bracket
is the last thing on the line.

31 years agoImprovements from Tim after some complaints...
Guido van Rossum [Mon, 25 Apr 1994 08:12:43 +0000 (08:12 +0000)] 
Improvements from Tim after some complaints...

31 years agotata
Guido van Rossum [Fri, 22 Apr 1994 16:01:43 +0000 (16:01 +0000)] 
tata

31 years agoDocumented new built-in function vars().
Guido van Rossum [Thu, 21 Apr 1994 10:32:28 +0000 (10:32 +0000)] 
Documented new built-in function vars().
Documented new formatting features: %s takes any type, and
'%(key)format' % dictionary.
Documented posixpath.expandvars().

31 years agoAdded tests for missing host to open_http and open_gopher
Guido van Rossum [Mon, 18 Apr 1994 09:39:56 +0000 (09:39 +0000)] 
Added tests for missing host to open_http and open_gopher

31 years agoTim Peters' version of the indentation changes (and more).
Guido van Rossum [Sat, 16 Apr 1994 08:29:27 +0000 (08:29 +0000)] 
Tim Peters' version of the indentation changes (and more).

31 years agoModule to test threads
Guido van Rossum [Thu, 14 Apr 1994 20:28:41 +0000 (20:28 +0000)] 
Module to test threads

31 years agoJaap V's changes plus a few of my own -- now it seems to work.
Guido van Rossum [Thu, 14 Apr 1994 19:35:47 +0000 (19:35 +0000)] 
Jaap V's changes plus a few of my own -- now it seems to work.

31 years agoThe usual
Guido van Rossum [Thu, 14 Apr 1994 14:27:58 +0000 (14:27 +0000)] 
The usual

31 years agoA getopt.c for your amusement
Guido van Rossum [Thu, 14 Apr 1994 14:08:22 +0000 (14:08 +0000)] 
A getopt.c for your amusement

31 years agoAdded some names
Guido van Rossum [Thu, 14 Apr 1994 13:02:53 +0000 (13:02 +0000)] 
Added some names

31 years agoInitial revision
Guido van Rossum [Thu, 14 Apr 1994 13:02:35 +0000 (13:02 +0000)] 
Initial revision

31 years agoAdded news
Guido van Rossum [Thu, 14 Apr 1994 13:01:54 +0000 (13:01 +0000)] 
Added news

31 years agoFix by Sjoerd so nested indents also work if the open paren is on a
Guido van Rossum [Thu, 14 Apr 1994 10:37:59 +0000 (10:37 +0000)] 
Fix by Sjoerd so nested indents also work if the open paren is on a
line containing tabs

31 years agoAdded Donald Beaudry's change for neater indentation within
Guido van Rossum [Wed, 13 Apr 1994 19:01:12 +0000 (19:01 +0000)] 
Added Donald Beaudry's change for neater indentation within
parentheses

31 years agoUpdated for existence of newsgroup and various misc things
Guido van Rossum [Mon, 11 Apr 1994 11:06:22 +0000 (11:06 +0000)] 
Updated for existence of newsgroup and various misc things

31 years agoRenamed urlopen.py to urllib.py.
Guido van Rossum [Tue, 22 Mar 1994 12:05:32 +0000 (12:05 +0000)] 
Renamed urlopen.py to urllib.py.

31 years agoUse float constants directly; cosmetic changes; initialize largest
Guido van Rossum [Tue, 15 Mar 1994 16:10:24 +0000 (16:10 +0000)] 
Use float constants directly; cosmetic changes; initialize largest
correctly; allow test(N) to set number of calls in the tests.

31 years agoAdded gauss() (same as normal but twice as fast) and betavariate();
Guido van Rossum [Wed, 9 Mar 1994 14:21:05 +0000 (14:21 +0000)] 
Added gauss() (same as normal but twice as fast) and betavariate();
print more statistics in test_generator()

31 years agoRandom variable generators
Guido van Rossum [Wed, 9 Mar 1994 12:55:02 +0000 (12:55 +0000)] 
Random variable generators

31 years agoSearch for test files in sys.path
Guido van Rossum [Wed, 9 Mar 1994 12:54:32 +0000 (12:54 +0000)] 
Search for test files in sys.path

31 years ago*** empty log message ***
Guido van Rossum [Mon, 7 Mar 1994 12:05:46 +0000 (12:05 +0000)] 
*** empty log message ***

31 years agourlopen: add basejoin() function.
Guido van Rossum [Mon, 7 Mar 1994 11:45:36 +0000 (11:45 +0000)] 
urlopen: add basejoin() function.
addpack: new module to add packages to sys.path.

31 years agoavoid crash in open_ftp when no host in url
Guido van Rossum [Fri, 4 Mar 1994 12:10:33 +0000 (12:10 +0000)] 
avoid crash in open_ftp when no host in url

31 years agoceval.c mod
Guido van Rossum [Wed, 2 Mar 1994 14:23:20 +0000 (14:23 +0000)] 
ceval.c mod

31 years agoThe usual list of stuff...
Guido van Rossum [Wed, 2 Mar 1994 11:40:46 +0000 (11:40 +0000)] 
The usual list of stuff...

31 years agouse caching of temp files; added cleanup
Guido van Rossum [Wed, 2 Mar 1994 11:28:34 +0000 (11:28 +0000)] 
use caching of temp files; added cleanup

31 years agoadapt to min value of 1 for listen() backlog argument
Guido van Rossum [Wed, 2 Mar 1994 10:52:16 +0000 (10:52 +0000)] 
adapt to min value of 1 for listen() backlog argument

31 years agolisten(0) -> listen(1) for Solaris 2
Guido van Rossum [Mon, 28 Feb 1994 09:31:19 +0000 (09:31 +0000)] 
listen(0) -> listen(1) for Solaris 2

31 years agolisten(0) -> listen(1)
Guido van Rossum [Mon, 28 Feb 1994 09:25:38 +0000 (09:25 +0000)] 
listen(0) -> listen(1)

31 years agoChange listen(0) to listen(1) for Solaris 2 sockets
Guido van Rossum [Mon, 28 Feb 1994 09:25:06 +0000 (09:25 +0000)] 
Change listen(0) to listen(1) for Solaris 2 sockets

31 years agoAdded __repr__ to addbase class; delete more objects
Guido van Rossum [Thu, 24 Feb 1994 15:55:43 +0000 (15:55 +0000)] 
Added __repr__ to addbase class; delete more objects

31 years agoAdded __del__(), close(), cleanup(), retrieve() and open_local_file()
Guido van Rossum [Thu, 24 Feb 1994 13:50:39 +0000 (13:50 +0000)] 
Added __del__(), close(), cleanup(), retrieve() and open_local_file()

31 years agoAdded ntpath.py (for os.py when used with Windows NT)
Guido van Rossum [Thu, 24 Feb 1994 11:32:59 +0000 (11:32 +0000)] 
Added ntpath.py (for os.py when used with Windows NT)

31 years agoDocumented xrange; crossreffed lambda a bit more
Guido van Rossum [Thu, 24 Feb 1994 11:28:27 +0000 (11:28 +0000)] 
Documented xrange; crossreffed lambda a bit more

31 years agoFix weird messed up paragraphs
Guido van Rossum [Wed, 23 Feb 1994 09:10:27 +0000 (09:10 +0000)] 
Fix weird messed up paragraphs

31 years agoRedesigned as a class
Guido van Rossum [Tue, 22 Feb 1994 19:03:38 +0000 (19:03 +0000)] 
Redesigned as a class

31 years agoFix bug with somtimes uninitialized port
Guido van Rossum [Tue, 22 Feb 1994 16:06:02 +0000 (16:06 +0000)] 
Fix bug with somtimes uninitialized port

31 years agoAdded descriptions of lutz, mpzpi.py and stoffel
Guido van Rossum [Tue, 22 Feb 1994 12:48:21 +0000 (12:48 +0000)] 
Added descriptions of lutz, mpzpi.py and stoffel

31 years agoTowards a standard access mechanism for URLs.
Guido van Rossum [Mon, 21 Feb 1994 16:36:04 +0000 (16:36 +0000)] 
Towards a standard access mechanism for URLs.

31 years agotatata
Guido van Rossum [Fri, 18 Feb 1994 10:19:41 +0000 (10:19 +0000)] 
tatata

31 years agoUse time.time() instead of time.millitimer()
Guido van Rossum [Thu, 17 Feb 1994 12:36:58 +0000 (12:36 +0000)] 
Use time.time() instead of time.millitimer()

31 years agoThis commit was manufactured by cvs2svn to create tag 'release101'. v1.0.1
cvs2svn [Tue, 15 Feb 1994 16:04:53 +0000 (16:04 +0000)] 
This commit was manufactured by cvs2svn to create tag 'release101'.

31 years agoAt the release of 1.0.1.
Guido van Rossum [Tue, 15 Feb 1994 16:04:53 +0000 (16:04 +0000)] 
At the release of 1.0.1.

31 years agoAt release 1.0.1. Scripts, Makefile, README: cosmetic changes and
Guido van Rossum [Tue, 15 Feb 1994 15:59:23 +0000 (15:59 +0000)] 
At release 1.0.1.  Scripts, Makefile, README: cosmetic changes and
streamlined procedure; tut.tex: fixes by Tim Peters; libposix.tex:
added posix.fdopen; ext.tex: typos

31 years agoaifc, sunau: make rate an int; os: restruct; ospath: obsolete; rfc822:
Guido van Rossum [Tue, 15 Feb 1994 15:57:15 +0000 (15:57 +0000)] 
aifc, sunau: make rate an int; os: restruct; ospath: obsolete; rfc822:
date and addr parsing; string: force result of atof to float and
support atoi, atol, atof in strop; tzparcs: don't call test().

31 years agoAt release 1.0.1
Guido van Rossum [Tue, 15 Feb 1994 15:54:42 +0000 (15:54 +0000)] 
At release 1.0.1

31 years agoAt the release of 1.0.1
Guido van Rossum [Tue, 15 Feb 1994 15:52:27 +0000 (15:52 +0000)] 
At the release of 1.0.1

31 years agoAdded HAVE_STDARG_PROTOTYPES and signed
Guido van Rossum [Tue, 15 Feb 1994 15:52:14 +0000 (15:52 +0000)] 
Added HAVE_STDARG_PROTOTYPES and signed

31 years agocorrect spelling error
Guido van Rossum [Mon, 7 Feb 1994 13:46:11 +0000 (13:46 +0000)] 
correct spelling error

31 years agoInitial revision
Guido van Rossum [Mon, 7 Feb 1994 13:45:27 +0000 (13:45 +0000)] 
Initial revision

31 years agoadded unbirthday.py
Guido van Rossum [Mon, 7 Feb 1994 13:44:59 +0000 (13:44 +0000)] 
added unbirthday.py

31 years agowave.py: module to read and write .wav files with the same interface
Sjoerd Mullender [Thu, 3 Feb 1994 14:19:21 +0000 (14:19 +0000)] 
wave.py: module to read and write .wav files with the same interface
as aifc.py and sunau.py.
sunau.py: small change in comment (au -> sunau).

31 years agoReleased version 1.4; out after 1.0.0 is released...
Guido van Rossum [Wed, 2 Feb 1994 14:12:45 +0000 (14:12 +0000)] 
Released version 1.4; out after 1.0.0 is released...

31 years agoUse __builtin__ instead of builtin
Guido van Rossum [Fri, 28 Jan 1994 09:59:35 +0000 (09:59 +0000)] 
Use __builtin__ instead of builtin