Guido van Rossum
|
4a5b27b525
|
Get rid of parrot dropping (spurious 'E')
|
1996-08-09 21:23:14 +00:00 |
Guido van Rossum
|
267e80d4d4
|
Added doco for abstract interface
|
1996-08-09 21:01:07 +00:00 |
Guido van Rossum
|
22277c860f
|
Added footnote about lamda bodies being the same as function bodies.
|
1996-08-09 21:00:19 +00:00 |
Guido van Rossum
|
45687bb976
|
Add warning about exceptions in __del__ being ignored.
|
1996-08-09 20:59:25 +00:00 |
Guido van Rossum
|
91f87ca69b
|
Note that the values are ints.
|
1996-07-30 20:45:45 +00:00 |
Guido van Rossum
|
e288f9dfa3
|
New zip code and release; added guido@python.org as alternative email.
|
1996-07-30 20:45:21 +00:00 |
Guido van Rossum
|
8cf2db47ba
|
Moved description of mktime 9-tuple to top.
Added description of strftime format string.
Minor small editing.
|
1996-07-30 18:32:04 +00:00 |
Guido van Rossum
|
f4d0d5784a
|
Added maketrans() and optional 3rd arg to translate() (chars to delete).
|
1996-07-30 18:23:05 +00:00 |
Guido van Rossum
|
910a671ba0
|
Added SetFolder
|
1996-07-30 18:22:31 +00:00 |
Guido van Rossum
|
a29cc97285
|
Document the *new* cgi.py
|
1996-07-30 18:22:07 +00:00 |
Guido van Rossum
|
d61ad53c19
|
errno docs.
|
1996-07-30 18:21:37 +00:00 |
Guido van Rossum
|
c0fcc44804
|
Added liberrno
|
1996-07-30 18:20:01 +00:00 |
Guido van Rossum
|
761f7922ad
|
Updated pointers to Andrew Kuchlings fine software.
|
1996-07-23 18:16:56 +00:00 |
Guido van Rossum
|
3317e63cbb
|
added parser module to overview
|
1996-07-21 02:22:12 +00:00 |
Guido van Rossum
|
38e5088aa4
|
added plock
|
1996-07-21 02:21:49 +00:00 |
Guido van Rossum
|
ed43073e00
|
Minute changes by Fred Drake
|
1996-07-21 02:21:31 +00:00 |
Guido van Rossum
|
66774a973b
|
changes by Jack to Mac docs
|
1996-07-21 02:20:58 +00:00 |
Guido van Rossum
|
bbb1e26a67
|
Add docs for planned improved handling of the marshalling of
unmarshallable objects.
|
1996-06-26 20:20:57 +00:00 |
Guido van Rossum
|
1a5356006b
|
Added Andrew Kuchling's explanation of regexp's.
|
1996-06-26 19:43:22 +00:00 |
Guido van Rossum
|
8c593b1db5
|
Ignore latex intermediate products.
|
1996-06-26 19:30:01 +00:00 |
Guido van Rossum
|
1dead9bd0a
|
Added __doc__ to predefined module attributes.
|
1996-06-26 19:29:21 +00:00 |
Guido van Rossum
|
b7c6620e7f
|
typo
|
1996-06-26 19:27:05 +00:00 |
Guido van Rossum
|
a95a1405a8
|
expr_list -> expression_list
|
1996-06-26 19:26:55 +00:00 |
Guido van Rossum
|
7710f1f00c
|
explain global better
|
1996-06-26 19:26:40 +00:00 |
Guido van Rossum
|
00ed6a3279
|
added '**kw' to parameter list syntax
|
1996-06-26 19:26:20 +00:00 |
Guido van Rossum
|
036eae6647
|
mktime returns a float now.
|
1996-06-26 19:25:12 +00:00 |
Guido van Rossum
|
6076ea51e2
|
Added thread unsafety warning. Added optional retain arg to split.
|
1996-06-26 19:24:22 +00:00 |
Guido van Rossum
|
7c2fdda0b3
|
Better and correct words for split().
|
1996-06-26 19:23:26 +00:00 |
Guido van Rossum
|
1e8b63eb88
|
Document some process group stuff; mkdir mode arg optional; mkfifo.
|
1996-06-26 19:22:46 +00:00 |
Guido van Rossum
|
db9a7bba22
|
Give correct length of string.
|
1996-06-26 19:21:58 +00:00 |
Guido van Rossum
|
4d206541be
|
Slight update; file args are no longer optional.
|
1996-06-26 19:21:24 +00:00 |
Guido van Rossum
|
50ec5c074a
|
Add flock; warn about lockdata system dependency when using fcntl.
|
1996-06-26 19:20:33 +00:00 |
Guido van Rossum
|
164c36b6c3
|
Change of address; 1.4 beta 1.
|
1996-06-26 19:19:54 +00:00 |
Guido van Rossum
|
ecae0b7ebb
|
Fixed for Latex2e by Dave Ascher.
|
1996-06-26 19:03:20 +00:00 |
Guido van Rossum
|
34e1777807
|
Note that EOF is ^Z on DOS. Spell Unix as \UNIX in some more places.
Note that .pyc files are platform independent.
|
1996-06-10 19:44:49 +00:00 |
Guido van Rossum
|
316a430098
|
Removed some spurios biindex calls.
Added description of file.truncate().
Added warning to write() about buffering.
|
1996-05-02 15:28:53 +00:00 |
Guido van Rossum
|
59b328e11e
|
Added warning about behavior of open mode 'a' (or 'a+').
|
1996-05-02 15:16:59 +00:00 |
Guido van Rossum
|
5c6e3738cd
|
Added lost docs for crypt module.
|
1996-04-10 16:18:20 +00:00 |
Guido van Rossum
|
feeadef61e
|
document OverflowError exception on mktime()
|
1996-02-12 23:21:58 +00:00 |
Guido van Rossum
|
264302de3e
|
atol supports trailing l/L if base is 0
|
1996-02-12 23:20:12 +00:00 |
Guido van Rossum
|
c1715527fd
|
document non-BSD SIGCHLD behaviour
|
1996-02-12 23:18:51 +00:00 |
Guido van Rossum
|
789742b8f8
|
change jars email
|
1996-02-12 23:17:40 +00:00 |
Guido van Rossum
|
8c07bb4565
|
listdir no longer returns . or ..; added remove==unlink
|
1996-02-12 23:16:08 +00:00 |
Guido van Rossum
|
71b1815c1d
|
hypot is now always supported
|
1996-02-12 23:14:36 +00:00 |
Jack Jansen
|
350b2b956e
|
Documented ProgressBar and idle()
|
1995-11-14 10:30:27 +00:00 |
Guido van Rossum
|
bf032a97b9
|
mention syslog upgrade
|
1995-10-11 19:28:39 +00:00 |
Guido van Rossum
|
aa93ca834b
|
mention Fred Drake's parser module
|
1995-10-11 17:47:45 +00:00 |
Guido van Rossum
|
ca81470a15
|
add libparser.tex
|
1995-10-11 17:32:29 +00:00 |
Guido van Rossum
|
4b73a06e92
|
Fred Drake's parser module
|
1995-10-11 17:30:04 +00:00 |
Jack Jansen
|
da53c5277c
|
Documented MACFS, macostools, EasyDialogs and FrameWork modules.
|
1995-10-10 14:43:20 +00:00 |
Jack Jansen
|
06cf5d0d4c
|
Added base64 codec docs
|
1995-10-10 14:41:03 +00:00 |
Jack Jansen
|
ab71c3fca0
|
Fixed typo.
|
1995-10-10 11:57:49 +00:00 |
Guido van Rossum
|
288527a162
|
updated version and date
|
1995-10-09 21:02:17 +00:00 |
Guido van Rossum
|
fbe34faba9
|
syslog docs by steve clift
|
1995-10-09 20:49:57 +00:00 |
Guido van Rossum
|
691d4ec0bf
|
a fe more things: apply 3rd arg, ni, ihooks, rexec
|
1995-10-08 01:14:57 +00:00 |
Guido van Rossum
|
8476d00060
|
footnote about keyword args
|
1995-10-08 01:07:06 +00:00 |
Guido van Rossum
|
0568d5e92c
|
apply() third arg
|
1995-10-08 01:06:46 +00:00 |
Guido van Rossum
|
e38a752d25
|
new version / date
|
1995-10-08 01:06:25 +00:00 |
Guido van Rossum
|
c5d0d79714
|
make access obsolete
|
1995-10-08 00:52:14 +00:00 |
Guido van Rossum
|
9beefa2f85
|
describe more 1.3 changes
|
1995-10-08 00:38:51 +00:00 |
Guido van Rossum
|
ed39cd05c2
|
change warning about C++
|
1995-10-08 00:17:19 +00:00 |
Guido van Rossum
|
26ee80947e
|
added strftime
|
1995-09-13 17:37:49 +00:00 |
Guido van Rossum
|
f65f278b8f
|
added string.translate(s, table)
|
1995-09-13 17:37:21 +00:00 |
Guido van Rossum
|
1e150618a3
|
add realtime as 5th item to os.times() return value
|
1995-09-13 17:36:35 +00:00 |
Guido van Rossum
|
93cf55e369
|
HP-Prec is not 64-bit
|
1995-09-13 17:35:28 +00:00 |
Guido van Rossum
|
a67dee30bf
|
move uncomfortable backslash
|
1995-09-13 17:34:25 +00:00 |
Jack Jansen
|
7e183e902e
|
Documented new argument order.
|
1995-08-30 12:23:43 +00:00 |
Jack Jansen
|
4549b137e3
|
Documented binascii, binhex and uu modules. Put them in the
Internet/WWW section, for lack of a better place.
|
1995-08-29 11:30:24 +00:00 |
Guido van Rossum
|
06f4289d3f
|
many fixes by anonymous contributor
|
1995-08-28 03:01:00 +00:00 |
Jack Jansen
|
ebed45fe0f
|
Documented MacOS module.
|
1995-08-14 13:40:05 +00:00 |
Jack Jansen
|
0e1337437c
|
Documented PromptGetFile and optional prompt to GetDirectory.
|
1995-08-14 13:39:16 +00:00 |
Jack Jansen
|
4518577b24
|
Fixed incorrect tex-code for readline
|
1995-08-14 13:38:36 +00:00 |
Guido van Rossum
|
fe4254eb08
|
warn about bacslash-s lacking
|
1995-08-11 00:31:57 +00:00 |
Guido van Rossum
|
0dbd1fd46e
|
correct description of integer division; describe optional read arg
|
1995-08-10 14:22:39 +00:00 |
Guido van Rossum
|
3e43d8382c
|
clarify optional status
|
1995-08-10 14:21:49 +00:00 |
Guido van Rossum
|
0bbbea15e6
|
typos only
|
1995-08-10 14:21:11 +00:00 |
Guido van Rossum
|
eafe32a639
|
chapter on new things in 1.3
|
1995-08-10 14:18:10 +00:00 |
Jack Jansen
|
e164bd83e1
|
Documented FindFolder, GetFInfo, SetFInfo and the FInfo object.
|
1995-08-10 11:53:14 +00:00 |
Guido van Rossum
|
611be707c2
|
replace vars() with locals() and globals(); 3rd raise arg; typos
|
1995-07-07 23:06:33 +00:00 |
Guido van Rossum
|
8fd02194c5
|
typos
|
1995-07-07 23:05:13 +00:00 |
Guido van Rossum
|
ab330d47d6
|
add missing definitin of longstringitem
|
1995-07-07 23:04:17 +00:00 |
Guido van Rossum
|
95a5b9c949
|
correct description of list.insert()
|
1995-07-07 23:03:07 +00:00 |
Guido van Rossum
|
d6ac380d39
|
fix bug in example (should close file at all times)
|
1995-07-07 23:01:27 +00:00 |
Guido van Rossum
|
6b686e94a1
|
correct typo; document sys.platform
|
1995-07-07 23:00:35 +00:00 |
Guido van Rossum
|
fb502e964f
|
documented globals() and locals()
|
1995-07-07 22:58:28 +00:00 |
Guido van Rossum
|
abfa2cae9f
|
added pointer to libimp.tex for __import__ example
|
1995-07-07 22:57:02 +00:00 |
Guido van Rossum
|
0bf8475108
|
documented default flag, mode; changed gdbm into a pointer to dbm
|
1995-07-07 22:55:57 +00:00 |
Guido van Rossum
|
a12bbff857
|
mods by Gregor Schmid -- very nice!
|
1995-05-03 14:17:36 +00:00 |
Guido van Rossum
|
ad07f2b656
|
squeezed some space out of a line that was too long
|
1995-05-03 13:47:16 +00:00 |
Guido van Rossum
|
96628a90c4
|
typos, layout and other small things
|
1995-04-10 11:34:00 +00:00 |
Guido van Rossum
|
7ec5957022
|
typo bf should be \bf
|
1995-04-07 15:35:33 +00:00 |
Guido van Rossum
|
02ee80d408
|
minor things
|
1995-04-04 12:29:37 +00:00 |
Guido van Rossum
|
25f6fcc550
|
more complete examples
|
1995-04-04 12:28:53 +00:00 |
Guido van Rossum
|
93dda331ef
|
update list of supported os-es
|
1995-04-04 11:57:22 +00:00 |
Guido van Rossum
|
f9adf48750
|
documented termios + TERMIOS
|
1995-03-31 12:26:24 +00:00 |
Guido van Rossum
|
2ddd978fcc
|
rewritten Abstract
|
1995-03-30 16:01:33 +00:00 |
Guido van Rossum
|
233aa1d4fc
|
rewritten introduction
|
1995-03-30 16:01:15 +00:00 |
Guido van Rossum
|
45416028fb
|
change \dfn to be \em not \sl
|
1995-03-30 16:00:58 +00:00 |
Guido van Rossum
|
4bbe9c0add
|
added WNOHANG
|
1995-03-30 16:00:36 +00:00 |
Guido van Rossum
|
d45c1560e0
|
restructured docs for callback types
|
1995-03-30 11:47:50 +00:00 |
Guido van Rossum
|
5ae34bfd0b
|
Don't reference removed files in Makefile
|
1995-03-28 13:39:31 +00:00 |
Guido van Rossum
|
ecde781dd1
|
restructured library manual accordiung to functional group
|
1995-03-28 13:35:14 +00:00 |
Guido van Rossum
|
557ed94ebb
|
don't print PLAINTEXT = ...
|
1995-03-28 13:33:45 +00:00 |
Guido van Rossum
|
cfc2f980f6
|
remove (C) from copyright msg
|
1995-03-28 13:33:21 +00:00 |
Guido van Rossum
|
adb6bf65d1
|
add input time.sty; don't fiddle with sidemargins
|
1995-03-28 13:32:57 +00:00 |
Guido van Rossum
|
84099363ef
|
version 1.2-proof-3
|
1995-03-28 13:32:03 +00:00 |
Guido van Rossum
|
93487db9bc
|
use {} instead of \ after \copyright
|
1995-03-28 13:31:51 +00:00 |
Sjoerd Mullender
|
ffd6de1049
|
New documentation on the CD module.
|
1995-03-28 11:56:52 +00:00 |
Guido van Rossum
|
1b91cdae97
|
completed nntp docs
|
1995-03-24 15:56:02 +00:00 |
Guido van Rossum
|
cca8d2bb48
|
some new material
|
1995-03-22 15:48:46 +00:00 |
Guido van Rossum
|
aaec403a75
|
added index entries for __*__ identifiers
|
1995-03-21 14:41:57 +00:00 |
Guido van Rossum
|
b92112da0e
|
yet a better introduction
|
1995-03-20 14:24:09 +00:00 |
Guido van Rossum
|
f1245a8291
|
adapted to modern times; added section of HTML
|
1995-03-20 13:00:53 +00:00 |
Guido van Rossum
|
73827c6efe
|
use macros more; added some more docs
|
1995-03-20 13:00:32 +00:00 |
Guido van Rossum
|
86cb0928e3
|
added nodename macro calls for new very long section names
|
1995-03-20 12:59:56 +00:00 |
Guido van Rossum
|
f23e0fe3be
|
micro change
|
1995-03-18 11:04:29 +00:00 |
Guido van Rossum
|
470be14c8a
|
mass changes; fix titles; add examples; correct typos; clarifications;
unified style; etc.
|
1995-03-17 16:07:09 +00:00 |
Guido van Rossum
|
7760cdea81
|
recognize more latex commands; add obindex
|
1995-03-17 16:03:11 +00:00 |
Guido van Rossum
|
e83e380930
|
added lots of comments
|
1995-03-17 16:01:35 +00:00 |
Guido van Rossum
|
8e6b1aad21
|
add (c) symbol
|
1995-03-17 16:01:08 +00:00 |
Guido van Rossum
|
46965bca6a
|
new date and version
|
1995-03-17 16:00:47 +00:00 |
Guido van Rossum
|
4dd6b84e5f
|
added table of precedences
|
1995-03-17 15:59:52 +00:00 |
Guido van Rossum
|
55dd113bc8
|
forget about html.sty
|
1995-03-17 15:59:41 +00:00 |
Guido van Rossum
|
a54754719d
|
made palatable for latex2html:
removed $math$, added braces to \item[\tt...]
|
1995-03-16 14:44:07 +00:00 |
Guido van Rossum
|
00198bef6a
|
1995 copyright
|
1995-03-15 12:53:53 +00:00 |
Guido van Rossum
|
d983cde886
|
change of address and date
|
1995-03-15 12:53:31 +00:00 |
Guido van Rossum
|
1133aec893
|
versions and dates
|
1995-03-15 11:34:18 +00:00 |
Guido van Rossum
|
b819bdfe83
|
handle a few new things
|
1995-03-15 11:26:26 +00:00 |
Guido van Rossum
|
26a9d37e5c
|
new, from ../Demo/www
|
1995-03-15 11:26:05 +00:00 |
Guido van Rossum
|
47b4c0fb35
|
replace ASCII by macro call
|
1995-03-15 11:25:32 +00:00 |
Guido van Rossum
|
5049bcb164
|
another round (sigh :-( )
|
1995-03-13 16:55:23 +00:00 |
Guido van Rossum
|
6bb1adc7ee
|
small changes by Soren Larsen
|
1995-03-13 10:03:32 +00:00 |
Guido van Rossum
|
6c4f003202
|
changes (suggested) by Soren Larsen
|
1995-03-07 10:14:09 +00:00 |
Guido van Rossum
|
d01c100713
|
clarified expanding %xx and form for print_form
|
1995-03-07 10:12:59 +00:00 |
Guido van Rossum
|
85c4ff298d
|
added macdnr
|
1995-03-07 10:12:11 +00:00 |
Guido van Rossum
|
ea6e19c3d4
|
added code objects
|
1995-03-07 10:11:15 +00:00 |
Guido van Rossum
|
3d54de2ab9
|
clarified code objects
|
1995-03-07 10:09:55 +00:00 |
Guido van Rossum
|
46f2157279
|
added ref to vars()
|
1995-03-07 10:09:34 +00:00 |
Jack Jansen
|
f16d5fa46f
|
The final bit of my Mac documentation.
|
1995-03-02 14:41:55 +00:00 |
Guido van Rossum
|
df804f8591
|
converted docs for Jim Roskind's profiler
|
1995-03-02 12:38:39 +00:00 |
Guido van Rossum
|
f4aac48cc3
|
minor update
|
1995-03-02 12:37:55 +00:00 |
Guido van Rossum
|
0bf4d892eb
|
add warning about strop
|
1995-03-02 12:37:30 +00:00 |
Guido van Rossum
|
dc46c7f734
|
small nits and new files
|
1995-03-01 15:38:16 +00:00 |
Jack Jansen
|
b721ef1d4c
|
Half the mactcp documentation (macdnr still to come)
|
1995-03-01 14:54:30 +00:00 |
Guido van Rossum
|
81b3060b14
|
en weer twee!
|
1995-03-01 14:36:00 +00:00 |
Guido van Rossum
|
51bbdfb2ff
|
totally rewritten, for new macro set
|
1995-03-01 14:07:08 +00:00 |
Jack Jansen
|
64f08451c0
|
Added a missing line
|
1995-03-01 14:06:52 +00:00 |
Jack Jansen
|
dcb0a9bde8
|
Yet another one...
|
1995-03-01 14:05:27 +00:00 |
Guido van Rossum
|
8675115e5f
|
a few typographical changes (e.g. -- => ---) and lots of new stuff in the WWW chapter
|
1995-02-28 17:14:32 +00:00 |
Jack Jansen
|
e4be9be99a
|
Three down, two to go...
|
1995-02-28 15:46:09 +00:00 |