Fred Drake
659ebfa79e
Merge in changes from the 1.5.2p2 release.
...
Hopefully I got all this right!
2000-04-03 15:42:13 +00:00
Fred Drake
eb725cd045
Merged changes from the 1.5.2p2 release.
2000-04-03 15:06:40 +00:00
Fred Drake
6a0d844e76
UserString section:
...
Small cleanups noted by Detlef Lannert
<lannert@lannert.rz.uni-duesseldorf.de>.
Make the spelling of Unicode always uppercase.
2000-04-03 15:02:35 +00:00
Fred Drake
42934689ea
Note that "Unicode" is always capitalized.
2000-04-03 15:00:28 +00:00
Fred Drake
54fd8452a1
Merge in changes from the 1.5.2p2 release.
2000-04-03 04:54:28 +00:00
Fred Drake
e15956b465
Merged changes from the 1.5.2p2 release.
2000-04-03 04:51:13 +00:00
Fred Drake
20082d92f2
Merge in changes from the 1.5.2p2 release.
2000-04-03 04:26:58 +00:00
Fred Drake
ba82878a3b
Merged changes from the 1.5.2p2 release.
2000-04-03 04:19:14 +00:00
Fred Drake
a22b576d05
UserString class from Peter Funk <pf@artcom-gmbh.de>.
2000-04-03 03:51:50 +00:00
Andrew M. Kuchling
e3ba931aa4
This patch looks large, but it just deletes the ^M characters and
...
untabifies the files. No actual code changes were made.
2000-04-02 05:22:30 +00:00
Andrew M. Kuchling
e188d52a7e
Untabified file to fix problems reported by tabnanny
2000-04-02 05:15:38 +00:00
Fred Drake
d9b0f26515
Mark Hammond: Uncomment call to delete test data when done.
2000-04-01 05:25:57 +00:00
Fred Drake
9a257b4fd4
Added --numeric option, similar to mkhtml.sh.
2000-03-31 20:27:36 +00:00
Fred Drake
9c26f5dbed
Added rule to copy in the icons/ directory.
2000-03-31 20:26:33 +00:00
Fred Drake
3bb719f744
List of subdirs that are generated during the build.
2000-03-31 20:26:00 +00:00
Fred Drake
e018beea94
Build rules for the "long HTML" version.
2000-03-31 20:22:29 +00:00
cvs2svn
c0605ad952
This commit was manufactured by cvs2svn to create tag 'r16a1'.
2000-03-31 20:16:45 +00:00
Guido van Rossum
d0a42e2d31
Quick update to the README file. For intros and books we now point to
...
the website.
2000-03-31 20:16:45 +00:00
Guido van Rossum
431ae486c1
Add a README file so that cvs update -P doesn't obliterate this
...
directory, and so that people have a clue as to why it exists.
2000-03-31 20:03:56 +00:00
Guido van Rossum
494ef17472
Two more names. I just realize that there may be more contributors to
...
distutils lurking in CVS logs that I probably haven't read. Oh well.
2000-03-31 19:51:06 +00:00
Guido van Rossum
5964f8d60b
I believe I've now got all the names mentioned in the CVS logs since
...
1.5.2 was released, except those who contributed only to Doc files --
Fred has his own way of doing this.
This doesn't mean that I've got everyone who contributed *before*
1.5.2 was released in here... :-(
2000-03-31 19:45:17 +00:00
Greg Ward
19ce16665d
Fixed my simplification to Thomas' patch: winreg and win32api export the same
...
functions, but with different names.
2000-03-31 19:04:25 +00:00
Fred Drake
ddc6c276b7
Improve explanation of reference counts for PyString_Concat().
2000-03-31 18:22:38 +00:00
Fred Drake
38d062d022
Reflect the two new sections in the dependencies.
2000-03-31 18:10:17 +00:00
Fred Drake
3c9f936eee
Two new sections. Preliminary.
2000-03-31 17:51:10 +00:00
Guido van Rossum
32abe6f7d0
Zip file handling module, by Jim Ahlstrom.
2000-03-31 17:30:02 +00:00
Guido van Rossum
8a16054240
Marc-Andre Lemburg: The large unicode database table is broken in
...
pages of 4k entries each. This should fix compiler problems on some
platforms.
2000-03-31 17:26:12 +00:00
Guido van Rossum
b95de4f847
Marc-Andre Lemburg: Error reporting in the codec registry and lookup
...
mechanism is enhanced to be more informative.
2000-03-31 17:25:23 +00:00
Andrew M. Kuchling
52a644cbda
Add '#include <netinet/tcp.h>'
...
"man tcp" on Solaris says that TCP_NODELAY is defined in
netinet/tcp.h, and the Open Groups Unix98 spec agrees
(http://www.opengroup.org/onlinepubs/009619199/ninettcp.htm ).
2000-03-31 17:24:30 +00:00
Guido van Rossum
2ea3e143f0
Some blank lines.
2000-03-31 17:24:09 +00:00
Guido van Rossum
68895ed70c
Marc-Andre Lemburg: use all lowercase names.
2000-03-31 17:23:18 +00:00
Guido van Rossum
8de16932d0
This module's name should be linuxaudio*dev*.c
2000-03-31 16:56:32 +00:00
Greg Ward
1027e3fde9
Simplified Thomas Heller's registry patch: just assign all those
...
HKEY_* and Reg* names once, rather than having near-duplicate code
in the two import attempts.
Also dropped the leading underscore on all the imported symbols,
as it's not appropriate (they're not local to this module).
2000-03-31 16:53:42 +00:00
Greg Ward
7642f5cf38
Patch from Thomas Heller: use the new winreg module if available.
2000-03-31 16:47:40 +00:00
Guido van Rossum
d1bda0ce88
Added some clarifications to pyexpat.
2000-03-31 16:39:02 +00:00
Guido van Rossum
5961f5a06d
Make it compile on Windows.
2000-03-31 16:18:11 +00:00
Guido van Rossum
7025599f3d
Adding pyexpat project.
2000-03-31 16:15:51 +00:00
Guido van Rossum
e042dc4583
Buncha last-minute fixes
2000-03-31 15:51:09 +00:00
Andrew M. Kuchling
d553e99a74
Added test case output for pyexpat module
2000-03-31 15:45:20 +00:00
Andrew M. Kuchling
b17664ddf0
Added test case for pyexpat module that tries to exercise all the handlers
2000-03-31 15:44:52 +00:00
Andrew M. Kuchling
b7f105371f
Added Python interface to Expat XML parser.
...
The Setup.in entry is sort of a lie; it links with -lexpat, but
Expat's Makefile doesn't actually build a libexpat.a. I'll send
Expat's author a patch to do that; if he doesn't accept it, this
rule will have to list Expat's object files (ick!), or have a
comment explaining how to build a .a file.
2000-03-31 15:43:31 +00:00
Guido van Rossum
6a6a77c6af
Add Python version bump to configure script. (AMK)
2000-03-31 15:15:17 +00:00
Guido van Rossum
5d35bf9853
Added distutils and distutils/command to LIBSUBDIRS. Noted by Andrew
...
Kuchling.
2000-03-31 15:13:17 +00:00
Guido van Rossum
5fc4e20fee
Added _sre project to workspace.
2000-03-31 15:10:30 +00:00
Guido van Rossum
325942adb4
Removed three unused variables from the Windows code.
2000-03-31 15:04:26 +00:00
Guido van Rossum
e56793557c
Added the _sre module. It is always on.
2000-03-31 15:01:27 +00:00
Guido van Rossum
b700df9824
Adding Fredrik Lundh's _sre.c module and its header files.
...
NOTE: THIS IS VERY ROUGH ALPHA CODE!
2000-03-31 14:59:30 +00:00
Guido van Rossum
7627c0de69
Added Fredrik Lundh's sre module and its supporting cast.
...
NOTE: THIS IS VERY ROUGH ALPHA CODE!
2000-03-31 14:58:54 +00:00
Guido van Rossum
7a5b796322
Thomas Heller fixes a typo in an error message.
2000-03-31 13:52:29 +00:00
Guido van Rossum
0380c2638c
More names.
2000-03-31 13:01:57 +00:00