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
Greg Ward
b4c850c928
Added code to blow away the pseudo-installation tree and a 'keep_tree'
...
option to disable this (by default, it's false and we clean up).
2000-03-31 05:22:47 +00:00
Greg Ward
e5796fecc6
Oops, got a little too enthusiastic deleting code in that last revision:
...
we still have to *run* the sub-command that creates a built distribution.
2000-03-31 05:21:27 +00:00
Greg Ward
1889de8889
Fixed 'make_archive()' to explicitly turn of compression when format is "tar".
2000-03-31 05:20:27 +00:00
Greg Ward
02296cea39
Rename 'formats' option to 'format', and remove the ability to generate
...
multiple built distributions in one run -- it seemed a bit dodgy and I'd
rather remove it than try to beat it into submission right now.
2000-03-31 05:08:50 +00:00
Greg Ward
6b213766d8
Import from 'types' module.
...
Added 'ztar', 'tar' to 'format_command' dictionary.
2000-03-31 04:53:41 +00:00
Greg Ward
6ce00b4440
Tweaked 'get_platform()' to include the first character of the OS release:
...
eg. sunos5, linux2, irix5.
2000-03-31 04:40:25 +00:00
Greg Ward
7d51034eef
Removed some old test code: don't set 'plat' when calling 'new_compiler()'.
2000-03-31 04:37:40 +00:00
Greg Ward
95c0b269de
Don't perpetrate the "_d" hack for naming debugging extensions -- that's
...
now done in the 'build_ext' command.
2000-03-31 03:52:16 +00:00
Greg Ward
842296480e
Patch (mostly) from Thomas Heller for building on Windows:
...
* build to "Debug" or "Release" temp directory
* put linker turds (.lib and .exp files) in the build temp directory
* tack on "_d" to extensions built with debugging
* added 'get_ext_libname()' help in putting linker turds to temp dir
Also, moved the code that simplifies None to empty list for a bunch
of options to 'finalize_options()' instead of 'run()'.
2000-03-31 03:50:23 +00:00
Greg Ward
6e8ee5d8e9
Don't put Python's library directory into the library search path -- that's
...
specific to building Python extensions.
2000-03-31 03:34:09 +00:00
Guido van Rossum
64231e5c39
Add back an obscure "feature" to the Obj version of Tkapp_Call(): a
...
None in an argument list *terminates* the argument list: further
arguments are *ignored*. This isn't kosher, but too much code relies
on it, implicitly. For example, IDLE was pretty broken.
2000-03-31 03:29:39 +00:00
Greg Ward
6148c2cfa6
Added 'bdist' and 'bdist_dumb'.
2000-03-31 03:14:51 +00:00
Guido van Rossum
42405a5d7d
A version of FixTk.py that works with the way the installer now
...
installs Tcl/Tk.
2000-03-31 03:11:40 +00:00
Greg Ward
1b64a7e4a5
Added 'get_name()' and 'get_full_name()' methods to Distribution.
...
Simplified 'Command.get_peer_option()' a tad -- just call 'find_peer()'
to get the peer command object.
Updated 'Command.copy_file()' to take a 'link' parameter, just like
'util.copy_file()' does now.
Added 'Command.make_archive()' to wrap 'util.make_archive()'.
2000-03-31 03:05:18 +00:00
Greg Ward
32ce329ce4
Added 'create_tree()'.
...
Changes to 'copy_file()':
* added support for making hard links and symlinks
* noted that it silently clobbers existing files when copying, but
blows up if destination exists when linking -- hmmm...
* error message tweak
Added 'base_name' parameter to 'make_tarball()' and 'make_zipfile()'.
Added 'make_archive()' -- wrapper around 'make_tarball()' or
'make_zipfile()' to take care of the archive "root directory".
2000-03-31 03:02:22 +00:00