Jack Jansen
868f0c7155
Oops, default type and creator were reversed.
2000-06-14 09:12:44 +00:00
Fred Drake
fb79ffae4d
Hook in the documentation for the unicodedata module.
2000-06-13 20:51:29 +00:00
Fred Drake
28b294459d
Marc-Andre Lemburg <mal@lemburg.com>:
...
Documentation for the unicodedata module (massaged by Fred for minor
consistency issues).
2000-06-13 20:50:50 +00:00
Fred Drake
414ca6666c
James C. Ahlstron <jim@interet.com>:
...
Thanks to Hubert Hoegl <hubert.hoegl@dlr.de> for finding this bug.
2000-06-13 18:49:53 +00:00
Jack Jansen
f6b5374ecf
Also add a one-line description of the "optional" directive.
2000-06-13 13:39:17 +00:00
Marc-André Lemburg
8462573826
Marc-Andre Lemburg <mal@lemburg.com>:
...
Fixed some tests to not cause the script to fail, but rather
output a warning (which then is caught by regrtest.py as wrong
output). This is needed to make test_unicode.py run through
on JPython.
Thanks to Finn Bock.
2000-06-13 12:05:36 +00:00
Marc-André Lemburg
7ebb92ea66
Marc-Andre Lemburg <mal@lemburg.com>:
...
Removed import of string module -- use string methods directly.
Thanks to Finn Bock.
2000-06-13 12:04:05 +00:00
Andrew M. Kuchling
6b14eebae6
Documentation for the pyexpat module.
2000-06-11 02:42:07 +00:00
Andrew M. Kuchling
5185a084b7
Applied simplifications suggested by Greg Stein.
2000-06-10 23:39:05 +00:00
Andrew M. Kuchling
b7f198e01a
Renamed the C extension for ncurses support from 'curses' to '_curses'.
...
(The SourceForge admins have been asked to rename the ,v file.)
2000-06-10 23:12:32 +00:00
Andrew M. Kuchling
e53903c675
Install the contents of the Lib/curses directory
2000-06-10 23:08:21 +00:00
Andrew M. Kuchling
d0939fa592
Add contents of curses package
2000-06-10 23:06:53 +00:00
Andrew M. Kuchling
c0328f014b
Mention setting the default encoding
...
Add IDLE section from MZ
2000-06-10 15:11:20 +00:00
Marc-André Lemburg
07ceb67d9c
Marc-Andre Lemburg <mal@lemburg.com>:
...
Fixed a typo and removed a debug printf(). Thanks to Finn Bock
for finding these.
2000-06-10 09:32:51 +00:00
Fred Drake
1f2d4640b8
Added test for linnuxaudiodev module; directly adapted from sunaudiodev
...
test. Someone with more Linux audio knowledge should at least take a
brief look at it.
2000-06-10 04:22:57 +00:00
Andrew M. Kuchling
a5bbb0089a
List more deleted modules.
...
Add request for feedback.
2000-06-10 02:41:46 +00:00
Andrew M. Kuchling
6c3cd8dd6a
Filled in the sections on new and deleted modules.
...
Bumped version number.
2000-06-10 02:24:31 +00:00
Andrew M. Kuchling
7ad4792307
Comment out an apparent debug print
2000-06-10 01:41:48 +00:00
Jeremy Hylton
a251ea0680
the PyDict_SetItem does not borrow a reference, so we need to decref
...
reported by Mark Hammon
2000-06-09 16:20:39 +00:00
Andrew M. Kuchling
815d5b934b
Patch from /F: this patch brings the CVS version of SRE in sync with the
...
latest public snapshot.""
2000-06-09 14:08:07 +00:00
Andrew M. Kuchling
cb95a1470a
Patch from Michael Hudson: improve unclear error message
2000-06-09 14:04:53 +00:00
Mark Hammond
b422f95db0
Cleanup a few docstrings.
2000-06-09 06:01:47 +00:00
Andrew M. Kuchling
7f6270d97e
Minor fixes, additions to notes
2000-06-09 02:48:18 +00:00
Marc-André Lemburg
d4ab4a5905
Marc-Andre Lemburg <mal@lemburg.com>:
...
Fixed %c formatting to check for one character arguments. Thanks
to Finn Bock for finding this bug.
Added a fix for bug PR#348 which originated from not resetting
the globals correctly in _PyUnicode_Fini().
2000-06-08 17:54:00 +00:00
Marc-André Lemburg
bfa36f5407
Marc-Andre Lemburg <mal@lemburg.com>:
...
Updated to version 1.5. Includes typo fixes by Andrew Kuchling
and a new section on the default encoding.
2000-06-08 17:51:33 +00:00
Marc-André Lemburg
59a044b7d2
Marc-Andre Lemburg <mal@lemburg.com>:
...
Updated to the fix in %c formatting: it now always checks for
a one character argument.
2000-06-08 17:50:55 +00:00
Marc-André Lemburg
2348114ba8
Marc-Andre Lemburg <mal@lemburg.com>:
...
Added emulations of the C APIs in _locale to be used when the
_locale module is not enabled. They return the correct values
assuming the 'C' locale.
2000-06-08 17:49:41 +00:00
Greg Ward
d2412a35b1
Harry Henry Gebel: fix '_format_changelog()' so it doesn't bomb if
...
passed None.
2000-06-08 14:21:23 +00:00
Greg Ward
14c8d05a7a
Include setup.cfg in the list of default files to distribute.
2000-06-08 01:22:48 +00:00
Greg Ward
ce15c6ce8d
Moved the code that prunes the file list after reading the manifest
...
template into a new method 'prune_file_list()', called from
'get_file_list()' rather than 'read_manifest()' -- this keeps
'read_manifest()' more general.
Deleted the redundant call to 'exclude_pattern()' in 'make_distribution()'
-- this had the same intention as 'prune_file_list()', but was incomplete
(only pruned the release tree, not the build tree) and in the wrong
place (the prune wouldn't be reflected in the manifest file).
2000-06-08 01:06:02 +00:00
Greg Ward
4a7319ca28
Renamed 'find_defaults()' to 'add_defaults()'.
...
Deleted old, commented-out 'exclude_pattern()' method.
2000-06-08 00:52:52 +00:00
Greg Ward
c3c8c6edbb
Docstring addition binge.
2000-06-08 00:46:45 +00:00
Greg Ward
373dbfa723
Fixed so we print more than just the first line of help for options with
...
a short form and text that wraps onto multiple lines.
2000-06-08 00:35:33 +00:00
Greg Ward
e0c8c2fd16
Docstring reformatting binge.
2000-06-08 00:24:01 +00:00
Greg Ward
f1fe10376e
Cosmetic tweaks to imports, the 'show_formats()' function, and the
...
'help_options' list; also added an editorial comment.
2000-06-08 00:14:18 +00:00
Greg Ward
f8b9e20d94
Made all debug output go through the 'debug_print()' method instead of
...
directly printing to stdout. This was a bit more work than it sounds like
it should have been:
* turned 'select_pattern()' and 'exclude_pattern()' from functions into
methods, so they can refer to 'self' to access the method
* commented out the *other* 'exclude_pattern()' method, which appears
to be vestigial code that was never cleaned up when the
'exclude_pattern()' function was created
* changed the one use of the old 'exclude_pattern()' method to use the
new 'exclude_pattern()' (same behaviour, slightly different args)
* some code and docstring reformatting
* and, of course, changed all the debugging prints to 'debug_print()' calls
Added/tweaked some regular ('self.announce()') output for better runtime
feedback.
2000-06-08 00:08:14 +00:00
Greg Ward
ebec02a92c
Added 'debug_print()' method (driven by DEBUG global from distutils.core).
2000-06-08 00:02:36 +00:00
Jack Jansen
5108db6232
Added _localemodule and exceptions.c
2000-06-07 21:09:40 +00:00
Jack Jansen
f23a2e9418
Added _localemodule.
2000-06-07 20:36:51 +00:00
Jack Jansen
dafe4712dd
Nav removed (it has moved to the core toolbox modules).
2000-06-07 20:35:38 +00:00
Jack Jansen
ee68fc3c7f
Nav and AE have been moved to core toolbox modules: fixup dependent modules, export symbol list, etc.
2000-06-07 20:34:46 +00:00
Jack Jansen
ebececc9d8
Moved AE module to the core toolbox set: it is needed by Nav and it isn't all _that_ huge.
...
Modified for new builtin exceptions.c.
2000-06-07 20:14:29 +00:00
Jack Jansen
d1fb71121b
Moved AE module to the core toolbox set: it is needed by Nav and it isn't all _that_ huge.
2000-06-07 20:13:05 +00:00
Jack Jansen
1c0fceeaa7
Minor bugfix: one uthread-dependent cleanup had "if not uthread" in stead of "if uthread".
2000-06-07 20:11:03 +00:00
Jack Jansen
fd771a6a85
Upped default memory size to 16MB
2000-06-07 20:08:43 +00:00
Marc-André Lemburg
99964b86b2
Marc-Andre Lemburg <mal@lemburg.com>:
...
Changed the API names for setting the default encoding.
These are now in line with the other hooks API names
(no underscores).
2000-06-07 09:13:41 +00:00
Marc-André Lemburg
90e8147118
Marc-Andre Lemburg <mal@lemburg.com>:
...
Change the default encoding to 'ascii' (it was previously
defined as UTF-8).
Note: The implementation still uses UTF-8 to implement
the buffer protocol, so C APIs will still see UTF-8. This
is on purpose: rather than fixing the Unicode implementation,
the C APIs should be made Unicode aware.
2000-06-07 09:13:21 +00:00
Marc-André Lemburg
753131c90a
Marc-Andre Lemburg <mal@lemburg.com>:
...
The locale module is turned on per default.
2000-06-07 09:12:54 +00:00
Marc-André Lemburg
4fd73f0465
Marc-Andre Lemburg <mal@lemburg.com>:
...
Added some more codec aliases. Some of them are needed by the
new locale.py encoding support.
2000-06-07 09:12:30 +00:00
Marc-André Lemburg
990bbe90d5
Marc-Andre Lemburg <mal@lemburg.com>:
...
Added support to set the default encoding of strings
at startup time to the values defined by the C locale.
The sys.setdefaultencoding() API is deleted after having
set up the encoding, so that user code cannot subsequentely
change the setting. This effectively means that only site.py
may alter the default setting.
2000-06-07 09:12:09 +00:00