Guido van Rossum
|
a83d954912
|
zzz
|
1994-04-28 12:29:44 +00:00 |
Guido van Rossum
|
c7b6882326
|
Jack's module for parsing UNIX mailbox files
|
1994-04-28 09:53:33 +00:00 |
Guido van Rossum
|
581d172d61
|
Now it's 1.09. Only change from 1.08az is to make kill-emacs-hook work under Lucid
Emacs.
|
1994-04-28 08:31:52 +00:00 |
Guido van Rossum
|
9274e2d0e9
|
Improved guesswork by Tim for continuations where the open bracket
is the last thing on the line.
|
1994-04-26 07:35:17 +00:00 |
Guido van Rossum
|
0ec5c5dcad
|
Improvements from Tim after some complaints...
|
1994-04-25 08:12:43 +00:00 |
Guido van Rossum
|
a143e90c1b
|
tata
|
1994-04-22 16:01:43 +00:00 |
Guido van Rossum
|
1738311dab
|
Documented new built-in function vars().
Documented new formatting features: %s takes any type, and
'%(key)format' % dictionary.
Documented posixpath.expandvars().
|
1994-04-21 10:32:28 +00:00 |
Guido van Rossum
|
590b289672
|
Added tests for missing host to open_http and open_gopher
|
1994-04-18 09:39:56 +00:00 |
Guido van Rossum
|
e531e4b042
|
Tim Peters' version of the indentation changes (and more).
|
1994-04-16 08:29:27 +00:00 |
Guido van Rossum
|
cc54417d1a
|
Module to test threads
|
1994-04-14 20:28:41 +00:00 |
Guido van Rossum
|
a873fcecdf
|
Jaap V's changes plus a few of my own -- now it seems to work.
|
1994-04-14 19:35:47 +00:00 |
Guido van Rossum
|
ed3112c1b5
|
The usual
|
1994-04-14 14:27:58 +00:00 |
Guido van Rossum
|
2508ade19e
|
A getopt.c for your amusement
|
1994-04-14 14:08:22 +00:00 |
Guido van Rossum
|
26d86dba2f
|
Added some names
|
1994-04-14 13:02:53 +00:00 |
Guido van Rossum
|
6441c7a4b8
|
Initial revision
|
1994-04-14 13:02:35 +00:00 |
Guido van Rossum
|
617536e6cf
|
Added news
|
1994-04-14 13:01:54 +00:00 |
Guido van Rossum
|
0d471619a3
|
Fix by Sjoerd so nested indents also work if the open paren is on a
line containing tabs
|
1994-04-14 10:37:59 +00:00 |
Guido van Rossum
|
d3976e20d8
|
Added Donald Beaudry's change for neater indentation within
parentheses
|
1994-04-13 19:01:12 +00:00 |
Guido van Rossum
|
5333c5d734
|
Updated for existence of newsgroup and various misc things
|
1994-04-11 11:06:22 +00:00 |
Guido van Rossum
|
7c6ebb572e
|
Renamed urlopen.py to urllib.py.
|
1994-03-22 12:05:32 +00:00 |
Guido van Rossum
|
cc32ac9704
|
Use float constants directly; cosmetic changes; initialize largest
correctly; allow test(N) to set number of calls in the tests.
|
1994-03-15 16:10:24 +00:00 |
Guido van Rossum
|
95bfcda3e0
|
Added gauss() (same as normal but twice as fast) and betavariate();
print more statistics in test_generator()
|
1994-03-09 14:21:05 +00:00 |
Guido van Rossum
|
ff03b1ae5b
|
Random variable generators
|
1994-03-09 12:55:02 +00:00 |
Guido van Rossum
|
b19d86232b
|
Search for test files in sys.path
|
1994-03-09 12:54:32 +00:00 |
Guido van Rossum
|
131e2abcd1
|
*** empty log message ***
|
1994-03-07 12:05:46 +00:00 |
Guido van Rossum
|
d1df83ba6c
|
urlopen: add basejoin() function.
addpack: new module to add packages to sys.path.
|
1994-03-07 11:45:36 +00:00 |
Guido van Rossum
|
d66acb45f8
|
avoid crash in open_ftp when no host in url
|
1994-03-04 12:10:33 +00:00 |
Guido van Rossum
|
5e334d9823
|
ceval.c mod
|
1994-03-02 14:23:20 +00:00 |
Guido van Rossum
|
f18a4f4565
|
The usual list of stuff...
|
1994-03-02 11:40:46 +00:00 |
Guido van Rossum
|
67e22c2684
|
use caching of temp files; added cleanup
|
1994-03-02 11:28:34 +00:00 |
Guido van Rossum
|
5da5755c4a
|
adapt to min value of 1 for listen() backlog argument
|
1994-03-02 10:52:16 +00:00 |
Guido van Rossum
|
b5f2714e94
|
listen(0) -> listen(1) for Solaris 2
|
1994-02-28 09:31:19 +00:00 |
Guido van Rossum
|
749908b9b6
|
listen(0) -> listen(1)
|
1994-02-28 09:25:38 +00:00 |
Guido van Rossum
|
ea6f6ed80c
|
Change listen(0) to listen(1) for Solaris 2 sockets
|
1994-02-28 09:25:06 +00:00 |
Guido van Rossum
|
914973a0be
|
Added __repr__ to addbase class; delete more objects
|
1994-02-24 15:55:43 +00:00 |
Guido van Rossum
|
d5b9ea1c67
|
Added __del__(), close(), cleanup(), retrieve() and open_local_file()
|
1994-02-24 13:50:39 +00:00 |
Guido van Rossum
|
555915a90b
|
Added ntpath.py (for os.py when used with Windows NT)
|
1994-02-24 11:32:59 +00:00 |
Guido van Rossum
|
68cfbe7c93
|
Documented xrange; crossreffed lambda a bit more
|
1994-02-24 11:28:27 +00:00 |
Guido van Rossum
|
9f65ae0093
|
Fix weird messed up paragraphs
|
1994-02-23 09:10:27 +00:00 |
Guido van Rossum
|
749057be5a
|
Redesigned as a class
|
1994-02-22 19:03:38 +00:00 |
Guido van Rossum
|
76ca3c17f0
|
Fix bug with somtimes uninitialized port
|
1994-02-22 16:06:02 +00:00 |
Guido van Rossum
|
9f14863053
|
Added descriptions of lutz, mpzpi.py and stoffel
|
1994-02-22 12:48:21 +00:00 |
Guido van Rossum
|
23acc9590c
|
Towards a standard access mechanism for URLs.
|
1994-02-21 16:36:04 +00:00 |
Guido van Rossum
|
3da56c3686
|
tatata
|
1994-02-18 10:19:41 +00:00 |
Guido van Rossum
|
e69d3fec87
|
Use time.time() instead of time.millitimer()
|
1994-02-17 12:36:58 +00:00 |
cvs2svn
|
d9193c67d6
|
This commit was manufactured by cvs2svn to create tag 'release101'.
|
1994-02-15 16:04:53 +00:00 |
Guido van Rossum
|
094183ebeb
|
At the release of 1.0.1.
|
1994-02-15 16:04:53 +00:00 |
Guido van Rossum
|
c5c67bc367
|
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
|
1994-02-15 15:59:23 +00:00 |
Guido van Rossum
|
3ed23cc158
|
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().
|
1994-02-15 15:57:15 +00:00 |
Guido van Rossum
|
e1056b3c32
|
At release 1.0.1
|
1994-02-15 15:54:42 +00:00 |