Fred Drake
af2b71466a
\shortversion,
...
\setshortversion: New markup to help deal with Python having a "real"
version number and an abbreviated version number
used to create pathnames to the library installation.
2000-09-14 20:11:05 +00:00
Fred Drake
1fe3b82371
Avoid reference to specific versions of Python where possible.
...
This partially addresses SourceForge bug #114318 .
2000-09-14 18:25:41 +00:00
Fred Drake
933f0c38ef
Avoid reference to specific versions of Python where possible.
...
This partially addresses SourceForge bug #114318 .
2000-09-14 18:12:48 +00:00
Fred Drake
66d32b1e12
Add some index entries to make it easier to find information on
...
%-formatting of strings.
2000-09-14 17:57:42 +00:00
Jeremy Hylton
7ae51bf82d
Remove "," from the list of always_safe characters. It is a reserved
...
character according to RFC 2396. Add some text to quote doc string
that explains the quoting rules better.
This closes SF Bug #114427 .
Add _fast_quote operation that uses a dictionary instead of a list
when the standard set of safe characters is used.
2000-09-14 16:59:07 +00:00
Fred Drake
d94f70716e
Use the configure support to determine which ndbm.h header to include.
2000-09-14 15:48:06 +00:00
Fred Drake
641fbe66e7
Allow configure to detect whether ndbm.h or gdbm/ndbm.h is installed.
...
This allows dbmmodule.c to use either without having to add additional
options to the Modules/Setup file or make source changes.
(At least some Linux systems use gdbm to emulate ndbm, but only install
the ndbm.h header as /usr/include/gdbm/ndbm.h.)
2000-09-14 15:47:06 +00:00
Fred Drake
e108a02723
Detlef Lannert <lannert@uni-duesseldorf.de>:
...
mailbox.py (from the CVS tree) doesn't work with qmail Maildirs:
Filenames are completed when the directories are scanned, and
the directory name is prepended again in the next() method.
Another suggestion: Change the print statement in the _test()
driver to show two more date characters (probably the length
has increased due to the recent Y2K hype ;). Now it shows the
complete date, including the seconds -- at least for me. (I've
also made the sender field left justified, in case it is ever
shorter than the field width).
2000-09-14 14:44:43 +00:00
Jack Jansen
b15491ef14
Removed exceptions from the required modules (it's builtin nowadays)
...
Added _winreg to the non-required modules.
2000-09-14 13:36:06 +00:00
Jack Jansen
2cecd4115c
Added Qdoffs and (optionally) icglue modules.
2000-09-14 13:34:20 +00:00
Jack Jansen
68f9d95c10
Added USE_IC and USE_PYEXPAT
2000-09-14 13:33:01 +00:00
Jack Jansen
a5fa1ff8f6
Not relevant anymore, as pyexpat has moved to another maintainer.
2000-09-13 19:59:49 +00:00
Jack Jansen
ea7ce10800
Include Numerical header files in developer distribution.
2000-09-13 19:58:40 +00:00
Martin v. Löwis
df23f33f9b
Add several dl.RTLD_ constants. Closes bug 110842.
2000-09-13 16:26:10 +00:00
Barry Warsaw
ddef8887db
Include a link to Francois's po-utils.
2000-09-13 12:04:47 +00:00
Greg Ward
3a0310a328
Added --force (-f) option to force installation (including bytecode
...
compilation).
2000-09-13 01:02:25 +00:00
Greg Ward
1830b21186
Bump version to 0.9.3pre.
2000-09-13 00:44:09 +00:00
Greg Ward
8c56259a3d
Fix install directories on Mac OS (now that the "install" command
...
does the right thing).
2000-09-13 00:12:37 +00:00
Greg Ward
d75a276026
Fix install directories on Mac OS: now everything goes to
...
<prefix>:Lib:site-packages.
2000-09-13 00:12:11 +00:00
Greg Ward
1ed49eeb29
Changed/added a bunch of section labels so HTML files will be named nicely.
2000-09-13 00:00:58 +00:00
Greg Ward
e24f05e25b
Improve Windows and Mac OS-specific instructions for running the
...
setup script. Also added a comment about how it *should* work on Mac OS.
2000-09-12 23:55:19 +00:00
Greg Ward
078fc0816d
Typo fix -- it's 'ext_modules', not 'extensions'.
2000-09-12 23:08:53 +00:00
Fred Drake
0ac9b07963
Simplify some of the code. Use PyErr_Format() instead of sprintf(), etc.
...
Reduces lines of code and compiled object size.
2000-09-12 21:58:06 +00:00
Fred Drake
e92cdba105
Documentation is good. Let's release more.
2000-09-12 21:08:55 +00:00
Fred Drake
0b25053ca0
Make this script handle PyVarObject* functions as well as PyObject*
...
functions.
2000-09-12 20:47:29 +00:00
Jack Jansen
df13b9ff9d
Added a note that multiple threads breaks command-.
2000-09-12 20:40:55 +00:00
Fred Drake
31f5550fbe
Thomas Wouters <thomas@xs4all.net>:
...
Reference manual docs for augmented assignment.
This closes SourceForge patch #101418 .
2000-09-12 20:32:18 +00:00
Fred Drake
7740a01096
Thomas Wouters <thomas@xs4all.net>:
...
Fix up some of the PyNumber_*() documentation.
Add documentation for the InPlace API calls.
2000-09-12 20:27:05 +00:00
Jack Jansen
9c940ca143
Moved to Unsupported.
2000-09-12 20:24:50 +00:00
Fred Drake
f913e542be
Vladimir Marangozov <Vladimir.Marangozov@inrialpes.fr>:
...
Here are some changes to the C API docs. The memory examples & API have
been updated because one malloc family is gone (Py_Malloc).
You'll see other small additions to the "building new types" section
for completeness and some cleanup at the end of the memory section.
2000-09-12 20:17:17 +00:00
Fred Drake
c56817353d
Re-wrapped some wide comments.
...
Fixed Module Index generation.
2000-09-12 20:13:04 +00:00
Fred Drake
b7cf378023
Add note that the various \see* macros are only defined in the context
...
of a seealso environment.
2000-09-12 19:58:10 +00:00
Fred Drake
5dc6104729
Change the title of the link to the document index to be more specific.
2000-09-12 19:53:18 +00:00
Fred Drake
ae86d43f11
Add a reference item pointing to the Namespaces in XML recommendation.
...
Convert the existing reference items to \seetitle markup.
2000-09-12 17:53:48 +00:00
Fred Drake
48449985f4
\seetitle: New macro for building reference list content.
2000-09-12 17:52:33 +00:00
Fred Drake
1349437e4c
When referring to namespaces, always say "namespaces" instead of
...
"name spaces".
Inconsistency noted by Keith Briggs <keith.briggs@bt.com>.
2000-09-12 16:23:48 +00:00
Fred Drake
81cccb7563
Added documentation for PySequence_Fast() and PySequence_Fast_GET_ITEM().
2000-09-12 15:22:05 +00:00
Fred Drake
aafc0c4595
When formatting the API manual, use the generated api.tex rather than
...
the original, since the refcount information has been added there.
2000-09-12 15:20:54 +00:00
Greg Ward
7ac743bd72
Bastian Kleineidam: fix so it cleans up the temporary script-building
...
directory too. Also generally cleaned up the code.
2000-09-12 00:07:49 +00:00
Jack Jansen
4b9f493830
Upped SIZE to 16MB so IDE can run test.autotest (sigh).
2000-09-11 22:47:48 +00:00
Jack Jansen
26d7c14cf6
Final tweaks for 2.0b1
2000-09-11 22:47:12 +00:00
Guido van Rossum
94bf62f9c0
Deleted ancient file.
2000-09-11 22:08:27 +00:00
Skip Montanaro
b655939d69
add index entries for list comprehensions
2000-09-11 16:31:55 +00:00
Tim Peters
0932cb4499
Windows installer: In the Start menu IDLE shortcut, explictly invoke the
...
pythonw.exe we just installed. Making Windows key off the .pyw extension
instead screws people with multiple Python installations (reported more
than once on c.l.py).
2000-09-11 07:55:40 +00:00
Fred Drake
88fa9627b1
Some updates and fix a bunch of really small consistency nits.
2000-09-11 05:23:25 +00:00
Fred Drake
08c5d0cdcb
Add documentation for the \pep and \seepep macros.
2000-09-11 05:22:30 +00:00
Fred Drake
526a18235a
Untabify. When compiling in -tt mode, an inconsistent Tab use error
...
was raised. This occurred during installation.
2000-09-11 04:00:46 +00:00
Greg Ward
8fd7ba2c6a
Delete some debugging prints.
2000-09-11 00:50:37 +00:00
Greg Ward
20283e5cc3
Added --plat-name option to override sysconfig.get_platform() in
...
generated filenames.
2000-09-11 00:47:35 +00:00
Greg Ward
14deaaec12
Minor tweaks to get rid of some '\XXX' remarks.
2000-09-11 00:33:15 +00:00