Fred Drake
90f876798f
When building the HTML packages, make sure we pick up all the HTML files
...
at the top level of the tree.
2000-09-08 21:54:44 +00:00
Fred Drake
a61bfa84c9
Add a general "About" page and link to it from the index page.
...
This fixes SourceForge bug #113810 .
2000-09-08 21:53:22 +00:00
Andrew M. Kuchling
da85a272a6
Match Sam Rushing's current version of asyncore.py and asynchat.py
...
(SF patch 101447, fixing PR#113704)
2000-09-08 20:30:39 +00:00
Fred Drake
72e48bd05f
Add test cases to make sure we get the right SyntaxError message for
...
various illegal uses of "continue".
2000-09-08 16:32:34 +00:00
Fred Drake
fd1f1be98d
com_continue_stmt(): Improve error message when continue is found
...
in a try statement in a loop.
This is related to SourceForge bug #110830 .
2000-09-08 16:31:24 +00:00
Martin v. Löwis
0d8ce6111c
Fix for bug 110629: Generate unique image names by introducing a counter
2000-09-08 16:28:30 +00:00
Tim Peters
1a2eefdc4f
A #define didn't start in column 1. Closes SF bug 113888.
2000-09-08 15:45:34 +00:00
Vladimir Marangozov
e2bf7e63d6
Add missing Py_PROTO macro for backward compatibility with old extensions
...
(sources) which may still use it and now fail to compile.
Reported by M-A Lemburg. Closes [ Bug #113576 ].
2000-09-08 12:55:35 +00:00
Marc-André Lemburg
bbcf2a7c81
This patch hopefully fixes the problem with "es#" and "es" in
...
PyArg_ParseTupleAndKeywords() and closes bug #113807 .
2000-09-08 11:49:37 +00:00
Jack Jansen
93e5d54bfd
Removed 68K support.
...
Getting ready for 2.0b1 release.
2000-09-08 10:23:42 +00:00
Jack Jansen
fa1e27d8d2
Got rid of Py_FatalError calls.
2000-09-08 10:21:44 +00:00
Jack Jansen
65c3ee0f66
Use same short banner message as unix/win Python.
2000-09-08 10:20:37 +00:00
Jack Jansen
85cacf2b5b
Added USE_UCNHASH, defined USE_GUSI if USE_GUSI{1,2} defined.
2000-09-08 10:19:49 +00:00
Jack Jansen
3500d85b07
Removed 68k support, added pyexpat, adapted for new NumPy.
2000-09-08 10:19:04 +00:00
Skip Montanaro
ed33c9af97
autodetect presence of libdb - this allows bsddbmodule to be built
...
automatically if dbopen is found in libc or libdb. This closes patch
#101420
2000-09-08 02:17:15 +00:00
Fred Drake
6c8affe590
Remove an item that no longer needs to be done for 2.0.
2000-09-07 21:11:45 +00:00
Fred Drake
ae3a15c396
Make the HTML more XHTML-friendly.
...
Small nits in the layout of the generated markup.
2000-09-07 20:07:41 +00:00
Fred Drake
31edf4defb
Wrap some long lines.
...
Note that \file and \filenq do not work inside section titles.
2000-09-07 20:06:07 +00:00
Fred Drake
5cd0cefbd2
Remove the specific date -- back in development mode.
2000-09-07 18:56:29 +00:00
Fred Drake
d0726c3cd9
\file is not allowed in section titles -- converting to PDF fails due to
...
weird macro-expansion issues. A better solution may be available in the
future, but this will do for now.
Add an index entry. More should probably be added as well.
2000-09-07 18:55:08 +00:00
Fred Drake
88c023b863
Remove comment about -X and string exceptions. Error noted by
...
Justin D. Pettit <jpettit@raznick.com>.
2000-09-07 16:33:32 +00:00
Thomas Heller
904ca11a87
Changes:
...
distutils/command/bdist_wininst.py:
- the windows installer is again able to compile after installing
the files. Note: The default has changed, the packager has to
give --no-target-compile/--no-target-optimize to NOT compile
on the target system. (Another note: install_lib's --compile
--optimize options have the same semantics to switch off
the compilation. Shouldn't the names change?)
- All references to specific python versions are gone.
- A small bug:
raise DistutilsPlatformError ("...")
instead of
raise DistutilsPlatformError, ("...")
- When bdist_wininst creates an installer for one specific python
version, this is reflected in the name:
Distutils-0.9.2.win32-py15.exe instead of
Distutils-0.9.2.win32.exe
- bdist_wininst, when run as script, reads the wininst.exe file
and rewrites itself. Previously this was done by hand.
misc/install.c
- All the changes needed for compilation
- Deleted a lot of debug/dead code
2000-09-07 15:59:22 +00:00
Fredrik Lundh
a249f16af0
Older Tk versions don't support mousewheel support. Set event.delta
...
to zero if that's the case (closes bug #113727 )
2000-09-07 15:05:09 +00:00
Guido van Rossum
ebba420285
Oops. Jim's fix didn't. This one does -- I tested it a bit better
...
this time!
2000-09-07 14:35:37 +00:00
Fred Drake
6300bd42a4
Added note about Python version this was added for.
2000-09-07 14:01:40 +00:00
Fred Drake
77a6c9ece5
Minor markup nits around use of \optional.
2000-09-07 14:00:51 +00:00
Marc-André Lemburg
f156a44e8c
Added Unicode objects to the copy mechanism. Since these are immutable,
...
they are copied as atomic types.
2000-09-07 11:00:03 +00:00
Tim Peters
627273165d
Boost Windows build # to 5 (see new BUILDno.txt).
2000-09-07 08:37:37 +00:00
Tim Peters
553d2a5dc4
Windows installer, reflecting changes that went into a replacement 2.0b1
...
.exe that will show up on PythonLabs.com later today:
Include the Lib\xml\ package (directory + subdirectories).
Include the Lib\lib-old\ directory.
Include the Lib\test\*.xml test cases (well, just one now).
Remove the redundant install of Lib\*.py (looks like a stray duplicate
line that's been there a long time). Because of this, the new
installer is a little smaller despite having more stuff in it.
2000-09-07 08:34:01 +00:00
Tim Peters
fc9eeae253
Document new Windows build # scheme.
2000-09-07 08:28:50 +00:00
Greg Ward
b652897456
Greatly enhanced the section on creating built distributions; in
...
particular wrote up creating RPMs in detail.
Other scattered improvements.
2000-09-07 02:40:37 +00:00
Greg Ward
8d5b5ec513
Typo fix.
2000-09-07 02:38:42 +00:00
Guido van Rossum
00c09256d5
Removing this file again to set its status to 'dead'.
2000-09-07 02:02:56 +00:00
Guido van Rossum
c84d8bd7be
Simple fix from Jin Fulton to avoid returning a half-initialized
...
module when e.g. copy_reg.py doesn't exist. This caused a core dump.
This closes SF bug 112944.
2000-09-07 00:11:40 +00:00
Guido van Rossum
56db095018
Another typo (in the list comprehension example).
2000-09-06 23:34:25 +00:00
Andrew M. Kuchling
4d46d38292
Add new section "What About Python 1.6?"
...
Document some things in the 2.0 NEWS files that should be mentioned here.
2000-09-06 17:58:49 +00:00
Guido van Rossum
4338a284b8
Fix three typos.
2000-09-06 13:02:08 +00:00
Andrew M. Kuchling
d500e44297
Removed mention of the winreg module, since it was deleted from 2.0b1
2000-09-06 12:30:25 +00:00
Fred Drake
8b2e8f846c
Added a \versionadded statement to the getfqdn() description.
2000-09-06 02:22:16 +00:00
Greg Ward
5fad268ffc
Bullet-proofing of 'make_release_tree()':
...
- 'mkpath()' the distribution dir in case of empty manifest
- warn if empty manifest
- detect, warn about, and skip non-regular files in manifest
2000-09-06 02:18:59 +00:00
Greg Ward
d3b76a8fbf
Reorganized logic in 'get_file_list()' so it's easier to read, and fixed a
...
bug to boot: now works even if both MANIFEST and MANIFEST.in don't exist.
Don't hardcode setup.py, use 'self.distribution.script_name'.
2000-09-06 02:08:24 +00:00
Greg Ward
6a2035d76b
Typo fix.
2000-09-06 02:06:27 +00:00
Greg Ward
54589d4d97
General overhaul of the "Creating a Source Distribution" section --
...
better explanation of manifest files, in particular.
2000-09-06 01:37:35 +00:00
Fred Drake
239e1d5e50
Fix mkhowto so that the bookmarks for the PDF work for both "howto" and
...
"manual" class documents.
2000-09-05 21:45:11 +00:00
cvs2svn
4f643ba5db
This commit was manufactured by cvs2svn to create tag 'r20b1'.
2000-09-05 20:15:25 +00:00
Tim Peters
8b09233f93
Added Windows news. Also repeated 1.6 Windows news since most people getting
...
2.0b1 for Windows will not have bothered getting 1.6. Also changed
"Changed, New, Obsolete Tools" to say "None" since nobody had put an entry
there.
2000-09-05 20:15:25 +00:00
Guido van Rossum
7a12ef3479
Added BeOpen support plug.
2000-09-05 20:04:35 +00:00
Jeremy Hylton
24c3d6080d
All the NEWS that I could finish in 15 minutes (and then some)
...
Removed some attributions from the shorter entries in Changed Modules,
because that section is so long.
2000-09-05 19:36:26 +00:00
Jeremy Hylton
bdebd54571
current progress on 2.0 NEWS
2000-09-05 18:28:54 +00:00
Tim Peters
0d416d3360
Windows build: install NEWS.txt; bump BUILD# to 3 in preparation for next
...
installer.
2000-09-05 17:14:16 +00:00